#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    /*background:url('https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/ajaxcartpro/images/btn_continue_shopping.png');*/
    background: #e3e3e3;
    display: inline-block;
    padding: 3px 15px;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    /*background:url('https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/ajaxcartpro/images/btn_view_cart.png');*/
    background: #f0850c;
    display: inline-block;
    padding: 3px 15px;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
    padding-top: 5px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}


@media (max-width: 479px) {
    #acp-product-options {
        min-width: 300px;
    }
    #acp-product-options .price-box {
        margin: 7px 0;
        font-family: "Source Sans Pro", sans-serif;
        padding-left: 10px;
        float: left;
        clear: both;
    }
    #acp-product-options .aw-acp-btn-container {
        margin: 5px auto 5px auto;
        padding-left: 20px;
        float: left;
        clear: both;
    }
    #acp-product-options .acp-qty-box {
        padding-left: 10px;
        float: left;
        clear: both;
    }
    .aw-acp-continue, .aw-acp-continue:hover{
        width: 114px;
    }
    .aw-acp-checkout, .aw-acp-checkout:hover{
        width: 134px;
    }
}
/**
 * @category   CLS
 * @package    CustomerAdvanced
 * @copyright  Copyright (c) 2015 Classy Llama Studios, LLC (http://www.classyllama.com)
 * @license    See LICENSE_CLS.txt for license details
 */
/* ============================================ *
 * CustomerAdvanced Style Rules
 * ============================================ */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
@media only screen and (max-width: 770px) {
  #header-account li .quick-user-access .inner-wrapper {
    border: 0 solid #CCCCCC;
    padding: 25px;
  }
  #header-account li .quick-user-access.quick-account-create .inner-wrapper {
    border-bottom-width: 1px;
  }
  #header-account li .quick-user-access.quick-account-login .inner-wrapper {
    border-top-width: 1px;
  }
  #header-account li .quick-user-access a {
    border: none;
    color: #3399CC;
    padding: 0;
    text-transform: none;
  }
  #header-account li .quick-user-access a:hover {
    color: #2e8ab8;
    background: none;
    text-decoration: underline;
  }
  #header-account li .quick-user-access .buttons-set {
    max-width: 365px;
  }
  #header-account li .quick-user-access .alt-access-link {
    clear: both;
    display: block;
    text-align: right;
    max-width: 365px;
  }
}
@media only screen and (max-width: 479px) {
  #header-account li .quick-user-access .buttons-set .button {
    margin-bottom: 0;
    width: auto;
  }
}
.quick-user-access form {
  max-width: 365px;
  overflow: auto;
}
.quick-user-access .buttons-set {
  border: none;
  float: right;
  text-align: left;
}
.quick-user-access p.required {
  float: left;
  line-height: 30px;
  margin-top: 10px;
  padding-top: 10px;
}
.quick-user-access .alt-access-link {
  clear: both;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  max-width: 365px;
}
.quick-user-access .quick-access-alert {
  border-left: 5px solid #DF280A;
  display: none;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
}
.quick-user-access .quick-access-alert:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.quick-user-access .quick-access-alert.show {
  display: block;
}
.quick-user-access .captcha-image {
  display: none;
}
.quick-user-access .captcha-image.show {
  display: block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 50px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxClose {
  background: none;
  border: 0;
  color: #ccc;
  cursor: pointer;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 5px;
  width: 50px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxClose:active {
  outline: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

/* Colorbox excess markup to get rid of entirely */
#cboxLoadingGraphic,
#cboxLoadingOverlay,
#cboxTitle,
#cboxCurrent,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxNext,
#cboxPrevious {
  display: none;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* 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;
  position: relative;
}

.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: transparent;
}

/* mouse grab icon */
/*.grabbing { */
/*cursor:url(https://www.leisurearts.com/skin/frontend/rwd/default/css/cls/cls_widgets/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);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.widget-carousel,.widget-slideshow{margin-bottom:10px}.owl-item.loading{min-height:150px;background:url(https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/images/ajax-loader.gif) no-repeat center center}.owl-item img{width:100%;max-width:100%}.grabbing{cursor:pointer}.lcp-theme .owl-wrapper-outer+.owl-controls{margin-top:10px;text-align:center}.lcp-theme .owl-wrapper-outer .owl-controls{text-align:center}.lcp-theme .owl-wrapper-outer .owl-controls .owl-pagination{position:absolute;bottom:0;width:100%;z-index:70}.lcp-theme .owl-controls .owl-page{display:inline-block;zoom:1}.lcp-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background:#A0A0A0}.lcp-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px}.lcp-theme .owl-controls .owl-page.active span,.lcp-theme .owl-controls.clickable .owl-page:hover span{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1;background:#329799}html.no-touch .hide-prev-next .owl-carousel .owl-prev,html.no-touch .hide-prev-next .owl-carousel .owl-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-moz-transition:opacity 300ms 0;-o-transition:opacity 300ms 0;-webkit-transition:opacity 300ms 0;transition:opacity 300ms 0}html.no-touch .hide-prev-next .owl-carousel:hover .owl-prev,html.no-touch .hide-prev-next .owl-carousel:hover .owl-next{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.owl-carousel:hover .owl-prev,.owl-carousel:hover .owl-next{background-color:rgba(0,0,0,0.05)}.owl-buttons .owl-prev,.owl-buttons .owl-next{position:absolute;top:0;bottom:0;height:100%;min-width:60px;cursor:pointer;z-index:60}.owl-buttons .owl-prev:hover,.owl-buttons .owl-next:hover{background-color:rgba(0,0,0,0.1)}.owl-buttons .owl-prev:hover span:not(.slide-arrow),.owl-buttons .owl-next:hover span:not(.slide-arrow){background:#1f5e5f}.owl-buttons .owl-prev{left:0}.owl-buttons .owl-next{right:0}.owl-buttons .owl-prev span:not(.slide-arrow),.owl-buttons .owl-next span:not(.slide-arrow){display:none}.owl-buttons .owl-next span:not(.slide-arrow){display:none}.owl-buttons .owl-prev span.slide-arrow:after,.owl-buttons .owl-next span.slide-arrow:after{display:none}.widget-carousel .owl-item{padding:0 10px}.widget-carousel .product-image{border:none}.widget-carousel h4{margin-top:10px;margin-bottom:5px}.widget-carousel .price-box{margin-top:5px}.widget-carousel .owl-carousel{padding-left:30px;padding-right:30px}.widget-carousel .owl-buttons .owl-prev,.widget-carousel .owl-buttons .owl-next{width:30px;min-width:initial;background:transparent}.widget-carousel .owl-buttons .owl-prev:hover,.widget-carousel .owl-buttons .owl-next:hover{background-color:none}.widget-carousel .owl-prev span.slide-arrow,.widget-carousel .owl-next span.slide-arrow{position:absolute;display:block;top:50%;margin-top:0px;background-color:transparent;width:20px;height:30px;border:none;cursor:pointer}.widget-carousel .owl-prev span.slide-arrow{background-image:url(https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/images/icon_sprite.png);background-repeat:no-repeat;background-position:0px -450px}.widget-carousel .owl-prev span.slide-arrow:hover{opacity:0.6}.widget-carousel .owl-next span.slide-arrow{background-image:url(https://www.leisurearts.com/skin/frontend/llamacommerce/leisurearts/images/icon_sprite.png);background-repeat:no-repeat;background-position:-50px -450px}.widget-carousel .owl-next span.slide-arrow:hover{opacity:0.6}.widget-carousel .owl-prev,.widget-carousel .owl-prev{cursor:default}.widget-carousel .owl-prev span.slide-arrow:hover,.widget-carousel .owl-next span.slide-arrow:hover{cursor:pointer}.widget-slideshow .copy{width:35%;padding:10px;position:absolute;right:30px;bottom:30px;text-align:left;background-color:#999;background-color:rgba(153,153,153,0.5);font-size:13px;color:#fff}.widget-slideshow .copy h3{font-size:18px;margin-bottom:5px}

/**
 * @category  Me
 * @package   Me_Lff
 * @author    Attila Sági <sagi.attila@magevolve.com>
 * @copyright 2015 Magevolve Ltd. (http://magevolve.com)
 * @license   http://magevolve.com/terms-and-conditions Magevolve Ltd. License
 * @link      http://magevolve.com
 */

/* Left for Free Shipping================================================================= */
.cart .me-lff-notification {background-color: #f4f4f4; border: 1px solid #cccccc; padding: 10px;}
.cart .me-lff-notification .block-content {margin: 0;}
.sidebar .me-lff-notification p {margin: 0;}
/* ======================================================================================= */

.header-minicart .minicart-actions .cart-link.only {
    position: static;
    text-align: center;
}
