.toolbar .pages strong, .toolbar .pager .amount, .toolbar .pager .limiter{
    display: none;
}

.pager .pages ol > li > a, .pager .pages ol > li > span {
    border: none;
}

.pager .pages ol > .active > span{
    color: black;
    background-color: white;
}


.bottom-toolbar .toolbar .sorter, .bottom-toolbar .toolbar .amount{
    display: none;
}

.toolbar .pages .current{
    font-size: 14px;
    font-weight: bolder;
    text-decoration: underline;

    position: relative;
    float: right;
    padding: 4px 12px;
    line-height: 1.42857143;
    color: #2b2a87;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-right: -1px;
}

.pager .pages ol > li > a, .pager .pages ol > li > span {
    font-size: 14px;
}


.pager .pages ol > li > a:hover, .pager .pages ol > li > span:hover, .pager .pages ol > li > a:focus, .pager .pages ol > li > span:focus {
    color: #18184d;
    background-color: white;
    border-color: white;
    font-weight: bolder;
}

.pager {
    border-top: none;
}


.home-banner-lnk{
    width: 14%;
    background-color: white;
    height: 35px;
    padding-top: 3px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-size: 22px;
    border: 1px solid red;
    display: inline-block;
}

.home-banner-lnk:hover{
    text-decoration : none;
}

.home-banner-lnk-container{
    width: 95%;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

footer[role="contentinfo"] .copy-credit-wrapper icons{
    width: 130px;
    float: left;
}

footer[role="contentinfo"] .copy-credit-wrapper address {
    width: 25%;
    line-height: 100px;
}

footer[role="contentinfo"] .copy-credit-wrapper .links {
    width: 18%;
    line-height: 100px;
}

footer[role="contentinfo"] .copy-credit-wrapper icons img{
    width: 110px;
}

footer[role="contentinfo"] .copy-credit-wrapper .payment-icons img.payments {
    width: 100%;
    max-width: 200px;
    line-height: 100px;
}

footer[role="contentinfo"] .copy-credit-wrapper .payment-icons{
    line-height: 100px;
}

.banner.static.homepage-scroll iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner.static.homepage-scroll .videoWrapper{
    position: relative;
    padding-bottom: 44.7%;
    margin-top: 0;
}

.banner.static.homepage-scroll li:first-child .videoWrapper{
    padding-bottom: 92.9%;
}



/*
 *
 *  Small Screen
 */
@media (max-width: 813px){
    .fs-icon-footer-fix{
        float: left !important;
    }

    .fs-icon-footer-container{
        margin:15px auto !important;
        width:280px !important;
    }

    .fs-footer-icon-container ul{
        text-align: center !important;
        width:100% !important;
    }

    .fs-icon-footer-payment-fix{
        width:416px !important;
        margin: 0 auto !important;
    }
    address.fs-icon-footer-payment-fix{
        text-align: center !important;
        width:100% !important;
        margin-top: 10px !important;
    }
}


/*
 *
 * Medium Screen
 */

@media (min-width: 814px) and (max-width: 1084px){

    .fs-icon-footer-container{
        float: left !important;
        width:auto !important;
    }

    .fs-footer-icon-container .links{
        float: right !important;
        width:auto !important;
        line-height: 100px !important;
    }
    .fs-icon-footer-fix{
        float: left;
        width:auto !important;
    }
    address.fs-icon-footer-payment-fix{
        float: none !important;
        width:100% !important;
        line-height: 10px !important;
        text-align: center !important;
        clear: left;
    }
    .fs-icon-footer-payment-fix{
        float: left !important;
        width:auto !important;
        line-height: 100px !important;
    }
}

/*
 *
 * Large Screen
 */

@media (min-width: 1085px){
    .fs-icon-footer-container{
        float: left !important;
        width:auto !important;
    }

    .fs-footer-icon-container .links{
        float: right !important;
        width:auto !important;
        line-height: 100px !important;
    }
    .fs-icon-footer-fix{
        float: left;
        width:auto !important;
    }
    address.fs-icon-footer-payment-fix{
        float: right !important;
        width:auto !important;
        line-height: 100px !important;
        padding-right: 10px;
    }
    .fs-icon-footer-payment-fix{
        float: left !important;
        width:auto !important;
        line-height: 100px !important;
    }

    footer > .fs-footer-icon-container{
        height:105px;
    }
}

@media (min-width: 1200px) {
    .opc-index-index .discount-block #aw_giftcard-form .buttons-set button span span {
        font-size: 12px !important;
        margin-left: -4px !important;
    }
}

@media (min-width: 992px) {
    .opc-index-index .discount-block #aw_giftcard-form .buttons-set {
        float: left !important;
        clear: left !important;
    }
}

@media (min-width: 992px){
    .opc-index-index .discount-block #aw_giftcard-form .input-box {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .opc-index-index .login-wrap .login .wishlistLoginRequired .btn-cart span {
        margin: 0 !important;
        margin-left: -13px !important;
        font-size: 12px;
    }
}
.opc-index-index .messages{
    margin-top:60px;
}