#aw_popup_wraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles */
    #aw_popup_wraper {
        background: transparent;
        background: rgba(0,0,0,0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
        zoom: 1;
    }
}

#aw_popup_window {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    background: #ffffff;
    top: 0;
    left: 0;
    border: solid 1px;
    border-radius: 6px;
    padding: 10px;
}

#aw_popup_title {
    font-weight: bold;
}

#aw_popup_close_btn {
    cursor: pointer;
    float: right;
}

.zblock img {
    display: inline;
}
.zblock-slider img {
    display: inline;
}

.zblock-item {
    overflow: hidden;
}

/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://www.spalding.com.au/skin/frontend/rwd/spalding_true_believers/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 820px) {
    #ampromo-overlay
    {
        position: relative !important;
        height: auto !important;
        background: none !important;
    }
    #ampromo-items
    {
        position: static !important;
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    .carousel .ampromo-carousel-control
    {
        display: none !important;
    }
    #ampromo-carousel-content
    {
        width: auto !important;
    }
    .carousel #ampromo-carousel-wrapper
    {
        width: auto !important;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.carousel
{
    display: block;
    width: 685px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.carousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.carousel #ampromo-carousel-content
{
    width: 10000px;
}

#ampromo-carousel-content .slide
{
    float: left;
}

.carousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(https://www.spalding.com.au/skin/frontend/rwd/spalding_true_believers/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.carousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}
.am_search_popup {
    position: absolute;
    right: 0;
    margin-top: 10px;
    text-align: left;
    border-radius: 8px;
    font: 12px Arial, Helvetica, sans-serif;
    z-index: 1000;
}

@media only screen and (max-width: 770px) {
    .am_search_popup {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .price_footer,
    .am_right {
        width: 100%;
    }

    .price_footer td.price_cell {
        text-align: left;
    }

    .price_footer td {
        text-align: right;
    }

    .am_search_popup {
        border-width: 0 !important;
        border-radius: 0 !important;
        height: 100%;
        background-color: white !important;
    }

    .am_search_popup_inner {
        border-radius: 0 !important;
    }

    .am_search_popup_triangle {
        display: none;
    }

    .more_results {
        font-size: 14pt;
    }
}

.am_search_popup_triangle {
    height: 50px;
    width: 50px;
    margin-top: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
}

.am_search_popup_inner {
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    overflow: hidden;
}

.am_search_popup div.am_element {
    float: none;
    width: 100%;
    color: black;
    border-bottom: 1px solid #a5a5a5;

    /* Old browsers */
    background: #fafafa;

    background: linear-gradient(to bottom, #fafafa 0%, #fafafa 60%, #eeeeee 100%);
}

.am_search_popup div.am_element > div {
    padding: 10px;
    float: none;
}

.am_image > img {
    width: 90px;
    height: 90px;
    border: 1px solid #bec4c8;
}

.am_search_popup .price-box {
    margin: 0;
}

.am_search_popup .price_footer {
    margin-top: 5px;
}

.am_search_popup .price_cell {
    vertical-align: middle;
    padding-right: 3px;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title {
    font-weight: normal;
    font-size: 12px;
    float: none;
}

.am_search_popup .am_title {
    font-weight: bold;
}

.am_search_popup .am_image {
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    height: 90px;
}

.am_search_popup .am_right {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    border-left: 1px solid #adb5b9;
    width: auto;
}

.am_search_popup a {
    text-decoration: none !important;
}

#search_mini_form #search.loading,
.form-search #search.loading {
    background: url(https://www.spalding.com.au/skin/frontend/base/default/images/amxsearch_loader.gif) no-repeat 95% center;
    position: relative;
    z-index: 11;
}

#search_mini_form .search-button {
    z-index: 10;
}

.am_search_popup .ratings {
    margin: 0 0 3px;
}

.am_search_popup .rating-box {
    background: url(https://www.spalding.com.au/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {

    background: url(https://www.spalding.com.au/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box {
    background: url(https://www.spalding.com.au/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 0 repeat-x;
}

.am_search_popup div.am_element:hover .rating {
    background: url(https://www.spalding.com.au/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title {
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup div.am_element {
    font-size: 10px;
}

.am_search_popup .regular-price .price {
    font-style: italic;
    font-weight: bold;
}

#am_search_container {
    position: relative;
    clear: both;
    z-index: 40000;
}

.am_search_popup .more_results {
    background: #FFF;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    display: block;
}

#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(https://www.spalding.com.au/skin/frontend/base/default/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;
}

/**
 * @category   Auguria
 * @package    Auguria_Sliders
 * @author     Auguria
 * @license    http://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3 (GPLv3)
 */

/**
 * Global
 */
#auguria-slider {
    margin: 0 auto 15px auto;
    padding: 0px;
    position: relative;
    z-index: 0;
 }

.auguria-slider-container div {
	display:block;
}

#auguria-slider .caption {
	background: none repeat scroll 0 0 rgba(10, 38, 60, 0.5);
    border-top: 1px solid #0A263C;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 14px;
    padding: 5px 20px 0;
    position: absolute;
    text-shadow: none;
    z-index: 500;    
}

ul.pagination {
	float:right;
    list-style: none outside none;
    margin-top: 7px;
}

ul.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

ul.pagination li a {
    background-image: url("https://www.spalding.com.au/skin/frontend/base/default/images/auguria/sliders/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 13px;
    width: 13px;
}

ul.pagination li  a:hover {
    background-position: 0 -26px;
}

ul.pagination li.current a, ul.pagination li.current a:hover {
    background-position: 0 -13px;
}

#auguria-slider .next, #auguria-slider .prev {
    margin: 7px 7px 0 0;
    float: left;
    z-index: 101;
    width: 13px;
    height: 13px;
}
#auguria-slider a.next {
    background-image: url("https://www.spalding.com.au/skin/frontend/base/default/images/auguria/sliders/next.png");
}
#auguria-slider a.prev {
    background-image: url("https://www.spalding.com.au/skin/frontend/base/default/images/auguria/sliders/previous.png");
}
#auguria-slider a.next:hover{
    background-image: url("https://www.spalding.com.au/skin/frontend/base/default/images/auguria/sliders/next-hover.png");
}
#auguria-slider a.prev:hover {
    background-image: url("https://www.spalding.com.au/skin/frontend/base/default/images/auguria/sliders/previous-hover.png");
}
#auguria-slider .next span, #auguria-slider .prev span {
    display: none;
}
