﻿/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: overrides
Compile-Dependencies: bootstrap
*/
form {
    margin: 0;
}

/* START Replica Air Guns */
html, body {
    /* background: #e9e9e9; */
    background: #323232;
}
/* @media (min-width: 769px) {
    html, body {
        background: #e9e9e9 url(../images/bg.jpg);
    }
} */

html.modal-open, body.modal-open {
    height: 100%;
    overflow: hidden;
}

#notification{
    position: fixed; width: 100%; z-index: 1009; top: 0px;
}
#notification div{
    color:#fff;background-color:#df6923;border-bottom:1px solid #964516;
}
#notification button{
    padding:9px;
}
#notification h4{
    margin:0;line-height:39px;text-align:center;
}

.stretch {
    width: 100%;
    height: 100%;
}

.slogan {
    color: #7f7f7f;
    font-size: 9px;
}

.header {
    margin-top: 15px;
}

.container-logo div {
    margin: 0 auto;
}
/*
.container-logo a {
    display: block;
    width: 300px;
    height: 38px;
    background: transparent url('../images/logo.png') no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -999em;
}*/
.oldie .container-logo a {
    background: transparent url('../images/blocks.png?v2') no-repeat 0 -38px;
}
.oldie .navbar-header .btn-link{
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.oldie #btn-mobile-search{
    background: none;
}
.oldie #btn-mobile-search:before {
    content: "\e003";
}
.oldie #btn-mobile-user:before {
    content: "\e008";
}
.oldie #btn-mobile-cart:before {
    content: "\e116";
}
#nav-search-collapse form{
    margin:15px 10px 0 10px;
}
#nav-search-collapse .btn-link{
    color:#428bca;
}
.container-search .form-inline{
padding-right:0;
}
.container-search .form-group{
width:100%;
}
#mini-cart{
width:270px;margin-top:0px;padding: 15px;z-index: 1005;
}
#youtubestar {
    width: 65px;
    height: 64px;
    background: transparent url('../images/blocks.png?v2') no-repeat -1103px 0;
    margin-top: 15px;
}
/*
@media (min-width: 480px) and (min-device-width: 480px) {
    .container-logo a {
        width: 372px;
        height: 37px;
        background-position: 0px 0px;
    }
}*/

#searchPhrase {
    width: 100% !important;
}

#myaccount img {
    width: 32px;
    height: 32px;
    margin: -6px 0px;
    overflow: hidden;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.author_img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.guarantee {
    border: 0 none;
    outline: 0 none;
    display: block;
    /*width: 112px;*/
    height: 110px;
    margin: 15px 0;
    /*background: transparent url('../images/blocks.png?v2') no-repeat -1168px 0;*/
    overflow: hidden;
    text-indent: -999em;
}


#header-container {
    background: #fff;
    padding: 1px 0;
}
#header-container.sale {
    margin-top:40px;
}
#page-container {
    background: #fff;
    padding: unset;
    overflow-x: hidden;
}

.navbar {
    margin-bottom:5px;/* This is just when a sales banner is below navbar. */
}
.navbar-inverse {
    background-color: #474747;
    border-color: #474747;
}
.navbar-header .glyphicon{
    font-size:1.4em;
}
        .navbar-inverse .navbar-nav > li > a {
            color: #fff;
            background-color: #474747;
        }

            .navbar-inverse .navbar-nav > li > a:hover,
            .navbar-inverse .navbar-nav > li > a:focus {
                color: #fff;
                background-color: #000;
            }

.navbar-nav.nav-justified > li {
    float: none;
}

footer {
    background: #515151;
}
#footer-container {
    min-height: 448px;
    background: url('../images/blocks.png?v2') center bottom no-repeat;
    padding:5px 15px;
}
    footer h4 {
        color: #fff;
    }
    footer ul {
        padding: 0 0 0 15px;
        list-style-type: square;
        color: #acacac;
    }
    footer li{
        padding: 3px 0;
    }
    footer a, footer a:link, footer a:visited {
        color: #acacac;
        margin: 2px 0;
        padding: 1px 0;
    }
    footer a:hover, footer a:focus, footer a:active {
        color: #fff;
    }

@media (min-width: 769px) {
    /* #page-container {
        padding: 1px 30px 30px;
    } */
    #footer-container {
        padding: 15px 30px;
    }
    footer li{
        padding: 1px 0;
    }
    footer a, footer a:link, footer a:visited {
        color: #acacac;
        margin: 0;
        padding: 1px 0;
    }

    .navbar-inverse .navbar-nav > li {
        border-right: 1px solid #636363;
    }
    /*.nav-justified>li>a, .nav-tabs.nav-justified>li>a{
        text-align:center;
    }*/
}
@media (min-width: 991px){
    #header-container {
        padding: 1px 30px;
    }
}
.social-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: transparent url('../images/blocks.png?v2') no-repeat -601px 0;
    float: left;
    border-radius: 50%;
}

.facebook {
    background-position: -601px 0;
}

.googleplus {
    background-position: -633px 0;
}

.twitter {
    background-position: -665px 0;
}

.pinterest {
    background-position: -697px 0;
}

.addthis {
    background-position: -761px 0;
}

.youtube {
    background-position: -601px -32px;
}

.paymentmethods {
    width: 110px;
    height: 27px;
    margin: 0 auto;
    background: transparent url('../images/blocks.png?v2') no-repeat -491px 0;
}

#f2 { /* Bottom row in footer, text and payment methods */
    margin-top: 15px;
    text-align: center;
}
    #f2 p {
        color: #fff;
        font-weight: bold;
        font-size: x-large;
    }
/* END Replica Air Guns */

/* START Replica Air Guns - HOME */
.buyline {
    margin: 0px 0px 20px 0px;
}
    .buyline h3 {
        margin:0;
        font-size: 14px;
        text-align:center;
    }

@media (max-width: 767px) {
    .row.header{
        margin-right:0;
    }
    #home-categories {
        margin-bottom:20px;
    }
    #home-categories .panel {
        margin-bottom: 0;
    }
}
.banner-featured-brands {
    width: 240px;
    height: 26px;
    margin: 0 auto;
    background: transparent url('../images/blocks.png?v2') no-repeat 0px -145px;
}

#callus {
    display: block;
    width: 100%;
}

#livechat {
    display: none;
    float: right;
}
#listingTitle{
    margin-top:0;
    font-size: 18px;
    font-weight:bold;
}
@media (min-width: 480px) and (min-device-width: 480px) {
    .buyline {
        margin: 0px 20px 20px 20px;
    }
        .buyline h3 {
            font-size: 18px;
        }

    .banner-featured-brands {
        width: 400px;
        height: 43px;
        background-position: 0px -108px;
    }
    /*#listingTitle{
        font-size: 18px;
    }*/
}

@media (min-width: 768px) and (min-device-width: 768px) {
    #callus {
        display: inline-block;
        /*width:64%;*/
        float: left;
    }

    #livechat {
        display: inline-block;
        width: 34%;
        float: right;
    }

    .buyline {
        margin: 0px 50px 20px 50px;
    }
        .buyline h3 {
            font-size: 24px;
        }

    .banner-featured-brands {
        width: 600px;
        height: 46px;
        background-position: 0px -73px;
    }
    #listingTitle{
        font-size: 36px;
        font-weight: 500;
    }
}

#home-featuredvideos {
    padding: 0px 15px;
    background: #E8E8E8;
}

#home-morevideos {
    padding: 10px 15px;
    background: #D2D6DF;
    text-align: center;
}

    #home-morevideos p {
        /*margin: 10px;*/ color: #45484D;
        font-weight: bold;
    }
/*#home-morevideos a{
    margin: 10px;
}*/
/* END Replica Air Guns - HOME */

/* Listing Styles - Start with Mobile Styles */
#sb-listing-header {
    margin-bottom: 10px;
}
#sb-listing-body,#sb-history-row{
    margin: 10px 0px 15px 0px;  border-width: 1px 0 0 1px;
    /* border-top: 1px solid #dddddd; */
}
.sb-listing-item {
    height: 335px;
    border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
    border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.sb-listing-item:hover{
    border: 1px solid #2D89CC !important;
}
.sb-listing-thumb{
    display: block;
    height: 135px;
    margin-top: 5px;
}
.sb-listing-thumb img{
    width: 175px;
    height: 131px;
    margin: 0 auto;
    /*display: block;*/
}
.sb-listing-item h3 {
    white-space: wrap;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.1em;
    max-height: 2.2em;
    height: 2.2em;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb-listing-item h3.popover-title {
    font-size: 1em;
}

.product-item-buy-container{
position:absolute;height:66px;bottom:0;left:0;right:0;padding:0 15px;
}
.product-item-buy-container .product-item-buy{
position:relative;width:100%;display:table;table-layout:auto;border-collapse: separate;
}
.product-item-buy .select-variant{
    float: none;display: table-cell;width:99%;
}
.product-item-buy .dropdown-menu{
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    min-width: 300px;
}
.product-item-buy .dropdown-menu > li > a {
    padding: 3px 5px;
}
.product-item-buy .btn-options{
width:100%;text-align:left;
}
.product-item-buy .btn-buy{
float:none;display:table-cell;
}
@media (max-width: 400px) { /* Tested on FM iPod, 320px width */
    .sb-listing-item {
        height: 295px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .sb-listing-thumb {
        height: 109px;
        margin-top:0;
    }
    .sb-listing-thumb img {
        width:141px;
        height:105px;
    }
    .product-item-buy-container {
        padding: 0 5px 5px 5px;
    }
}

.pager-label{
    text-align:center;
    line-height: 32px;
    padding:0 5px;
}
.pager-next .btn,.pager-prev .btn{color:#686868;}
@media (max-width: 768px) {
    .pager-next,.pager-prev{
        font-size:12px;
    }
    .pager-prev{padding-right:0;}
    .pager-next{padding-left:0;}
    .pager-tools {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }
    .pager-tools > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }
    .pager-tools>.btn-group .btn {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .pager-label{
        /*line-height: 24px;*/
        /*line-height: 1em;*/
        text-align:left;
        padding:0 15px 5px 15px;
    }
    .pager-tools {
        float:right;
    }
    /*.pager-row .btn{
        
        font-size: 18px;
        
    }*/
    .pager-prev{padding-right: 0;}
    .pager-prev .btn{border-right:0 none;/*padding: 10px 16px;line-height: 26px;*/}
    .pager-next{padding-left: 0;}
    /*.pager-next .btn{padding: 10px 16px;line-height: 26px;}*/
}
/* END Listing Styles */

.header h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: bold;
    color: #333333;
    text-rendering: optimizelegibility;
}

.header .actions {
    padding-top: 12px;
}

.header .accounts {
    margin-top: 12px;
}

.customer_service {
    text-align: right;
    font-size: 13px;
}

.thumbnail {
    background-color: #fff;
    margin-bottom: 10px;
}

.pagination i {
    line-height: 20px;
}

.nowrap {
    white-space: nowrap;
}

/*.nav-list > li > ul {
    padding-left:0;
    padding-right:0;
}
.nav-list ul > li > a {
    padding-left:30px;
}*/

/* 2nd level - https://github.com/twitter/bootstrap/issues/2259 */
.nav-list .nav-list > li > a {
    padding-left: 30px;
}

.nav-list .nav-list > li > a,
.nav-list .nav-list .nav-header {
    margin-left: -30px;
    margin-right: -30px;
}

/* 3rd level - https://github.com/twitter/bootstrap/issues/2259 */
.nav-list .nav-list .nav-list > li > a {
    padding-left: 45px;
}

.nav-list .nav-list .nav-list > li > a,
.nav-list .nav-list .nav-list .nav-header {
    margin-left: -45px;
    margin-right: -45px;
}



/* product_list - the side bar*/
.product_list {
    margin-top: -5px;
    margin-left: 5px;
    min-height: 500px;
}

    .product_list ul {
        list-style: none;
        margin: 0;
    }

    .product_list > ul > li {
        padding: 8px 8px 8px 0px;
    }

        .product_list > ul > li + li {
            border-top: 1px solid #EEEEEE;
        }

        .product_list > ul > li > a {
            text-decoration: none;
        }

            .product_list > ul > li > a:hover {
                text-decoration: none;
                background: none;
            }

        .product_list > ul > li ul {
            display: none;
        }

        .product_list > ul > li a.active {
            font-weight: bold;
        }

            .product_list > ul > li a.active + ul {
                display: block;
            }

        .product_list > ul > li ul > li {
            padding: 5px 5px 0px 10px;
        }

            .product_list > ul > li ul > li > a {
                text-decoration: none;
                display: block;
            }

                .product_list > ul > li ul > li > a.active {
                    font-weight: bold;
                }


/* Products Lists/Grids
----------------------------------------------------------*/
/*.rating .glyphicon {
    color: #FBA417;
}*/

.price {
    color: #0b0;
}

.total-price {
    color: #0b0;
}

.old-price {
    color: #949494;
    font-size: 1em;
    text-decoration: line-through;
}

.stock-available {
    color: #0b0;
}

.stock-unavailable {
    color: #ef2424;
}

.stock-unavailable .glyphicon:before{content:"\e014"}
.stock-available .glyphicon:before{content:"\e013"}

/* TagCloud
----------------------------------------------------------*/
.tag-cloud /* Applies to the entire tag cloud */ {
    padding: 0;
    text-align: center;
}

    .tag-cloud > li /* Applies to each tag of the tag cloud */ {
        margin-right: 5px;
        text-align: center;
        display: inline-block;
    }

        .tag-cloud > li > span /* Hide info for screen readers */ {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0 0 0 0);
            border: 0;
        }

        .tag-cloud > li.size1 /* Applies to the largest tags */ {
            font-size: 40px;
        }

        .tag-cloud > li.size2 {
            font-size: 32px;
        }

        .tag-cloud > li.size3 {
            font-size: 25px;
        }

        .tag-cloud > li.size4 {
            font-size: 18px;
        }

        .tag-cloud > li.size5 /* Applies to the smallest tags */ {
            font-size: 12px;
        }

/* Steve's Styles */
#itemsSelect {
    width: auto;
}

#bottom-pagination {
    margin: 20px 0;
}

.pagination {
    margin: 0 0;
}
/*.btn 
{
    margin-bottom: 10px;
}*/
.row-fluid ul.thumbnails li.span12 + li {
    margin-left: 0px;
}

.row-fluid ul.thumbnails li.span6:nth-child(2n + 3) {
    margin-left: 0px;
}

.row-fluid ul.thumbnails li.span4:nth-child(3n + 4) {
    margin-left: 0px;
}

.row-fluid ul.thumbnails li.span3:nth-child(4n + 5) {
    margin-left: 0px;
}

/* Basic Styling for Aloha Sidebar */
.aloha-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    border: 1px solid #000;
    border-width: 0 0 0 1px;
    background-color: #fff;
    padding: 10px;
}

.aloha-panel {
    border: 1px solid #000;
}

.aloha-panel-title {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
}

.aloha-panel-content {
    padding: 5px 10px;
}

/*  */

/*  */
.editable {
    position: relative;
}

.editable-highlight {
    outline: #ffe767 solid 5px !important;
}

.editable .editable-toolbar {
    margin: 3px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 90;
    display: none;
    font-size: 14px;
}

.status-success {
    margin: 3px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 90;
    font-size: 14px;
    color: green;
}

.status-fail {
    margin: 3px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 90;
    font-size: 14px;
    opacity: .6;
}

.storeLinks {
    float: right;
}

.container-search {
    padding-top: 2px;
}

.container-phonechat {
    padding-top: 2px;
    text-align: center;
    height: 34px;
    font-weight: bold;
    margin-bottom: 16px;
}

.container-minicart {
    padding-top: 29px;
}

.listing-left {
    text-align: center;
}

.listing-right {
    text-align: center;
    margin-top: 10px;
}

.filter-message {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    color:#777;
    background: #f5f5f5;
    margin: 0;
    padding: 8px 10px;
    white-space: nowrap;
    font-weight:bold;
    display:none;
}
.filter-message:after {
    content:"";
    position:absolute;
    bottom:-15px; /* value = - border-top-width - border-bottom-width */
    left:15px; /* controls horizontal position */
    border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style:solid;
    border-color:#f5f5f5 transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

.filter-container{
    margin-bottom:20px;
}
.filter-header h5 {
    margin:0;
    /*padding:5px 10px;*/
    /*background:#f5f5f5;*/
    font-weight: bold;
}
.filter-header .glyphicon {float: right;}

.filter-form ul {
    list-style: none;
    padding-left: 0;
}

.filter-form li {
    margin: 5px 0 5px 1px;
}
ul.filter-body li.depth1 {
    background: transparent url('../images/blocks.png?v2') no-repeat -1255px -218px;
    padding: 0 0 0 22px;
}
ul.filter-body li.depth2 {
    background: transparent url('../images/blocks.png?v2') no-repeat -1235px -218px;
    padding: 0 0 0 42px;
}
ul.filter-body li[class*="depth"] {
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}
ul.filter-body li[class*="depth"] span {
    margin-left: 0;
}
ul.filter-body li[class*="depth"]::before {
    content: "";
    border-left: 1px solid #ccc;
    position: absolute;
    top: 5px;
    left: 0;
    height: 10px;
}
ul.filter-body li[class*="depth"]::after {
    content: "";
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 15px;
    /* bottom: 14px; */
    left: 0;
    width: 15px;
}
#category-body{
    padding-left: 10px;
}

@media (max-width: 991px) {
    body {
        margin-top: 0;
    }

    .slogan {
        margin-bottom: 15px;
        text-align: center;
    }

    .container-logo a {
        margin: 0 auto 15px auto;
    }

    .storeLinks {
        float: none !important;
        margin: 0 auto;
    }

    .container-search {
        padding-top: 0;
    }

    .container-phonechat {
        padding-top: 0;
        margin: 15px 0; /*height:52px;*/
    }

    .container-minicart {
        padding-top: 29px;
    }

    /*.listing-left {
    text-align: left;
    }
    .listing-right {
        text-align: right;
    }*/
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        /* border: 1px solid #dddddd;
        border-radius: 0px 0px 0 0; */
    }

    .listing-left {
        text-align: left;
    }

    .listing-right {
        text-align: right;
        margin-top: 0px;
    }
}

/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #DF6923;
}
*/

/*
.nav > li > a {
    color: #9B9B9B;
}
*/

#outer-container {
    background: url('images/texture.png');
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
}

.account-thumbnail {
    min-height: 450px;
    text-align: center;
    border: 10px solid #EBEBEB;
    margin-bottom: 15px;
}

.account-thumbnail-body {
    min-height: 320px;
    max-height: 320px;
    overflow: hidden;
    background: #fff;
}

.account-thumbnail-header, .account-thumbnail-footer {
    min-height: 50px;
    padding-top: 15px;
    background: #fff;
}

.account-thumbnail-dark {
    background: #9B9B9B;
    color: #fff;
}

.nopadding {
    padding: 0px;
}

.right-padding {
    padding: 0px 15px 0px 0px;
}

.left-padding {
    padding: 0px 0px 0px 15px;
}

.horizontal-padding {
    padding: 0px 15px;
}

    .horizontal-padding:before,
    .horizontal-padding:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .horizontal-padding:after {
        clear: both;
    }

.vertical-padding {
    padding: 15px 0px;
}

.small-text {
    font-size: 12px;
}

.grey-text {
    color: #555555;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #sortable li {
        margin: 15px;
        padding: 1px;
        float: left;
        text-align: center;
    }

    html > body #sortable li {
        line-height: 1.2em;
    }

.ui-state-highlight {
    line-height: 1.2em;
}

#registerForm .validation-summary-errors ul {
    padding: 0;
}

#registerForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
    color: #a94442;
}

#loginForm .validation-summary-errors ul {
    padding: 0;
    margin: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
    color: #a94442;
}

#personal-information {
    text-align: left;
}


.listing-title-floating-margin {
    margin-right: 0px;
}
@media (min-width: 768px) {
    .listing-title-underline {
        border-bottom: 1px solid #ccc;
        font-size: 23px; /* font size need for bottom border to fit perfectly under right side buttons */
    }
    .listing-title-floating-margin {
        margin-right: -30px;
    }
}

@media (min-width: 992px) {
    .listing-title-floating-margin {
        margin-right: -35px;
    }
}

@media (min-width: 1200px) {
    .listing-title-floating-margin {
        margin-right: -35px;
    }
}

.view-grid, .view-list {
    color: #464646;
    background-color: white;
    border-color: #cccccc;
}

    .view-grid:hover, .view-grid:focus, .view-grid:active, .view-grid.active, .open > .view-grid.dropdown-toggle,
    .view-list:hover, .view-list:focus, .view-list:active, .view-list.active, .open > .view-list.dropdown-toggle {
        color: white;
        background-color: #464646;
        border-color: #adadad;
    }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E5E5E5;
}

.SortedByButton {
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.ItemsPerPageButton {
    min-width: 50px;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

@media (min-width: 370px) { /* for phones bigger than iphone*/
    .SortedByButton {
        min-width: 70px;
        max-width: 70px;
    }

    .ItemsPerPageButton {
        min-width: 70px;
        max-width: 70px;
    }
}

@media (min-width: 768px) {
    .SortedByButton {
        min-width: 105px;
        max-width: 105px;
    }

    .ItemsPerPageButton {
        min-width: 105px;
        max-width: 105px;
    }
}

.cc-logo {
    width: 65px;
    height: 45px;
    background: url('../images/payment-methods.png');
}

.cc-paypal {
    width: 110px;
    background-position: -33px 0px;
}

    .cc-paypal.cc-small {
        width: 60px;
        background-position: -15px -2px;
    }

.cc-visa {
    background-position: -20px -45px;
}

    .cc-visa.cc-small {
        background-position: -9px -23px;
    }

.cc-mastercard {
    background-position: -95px -48px;
}

    .cc-mastercard.cc-small {
        background-position: -47px -25px;
    }

.cc-amex {
    background-position: -20px -88px;
}

    .cc-amex.cc-small {
        background-position: -8px -45px;
    }

.cc-discovery {
    width: 75px;
    background-position: -85px -90px;
}

    .cc-discovery.cc-small {
        width: 45px;
        background-position: -40px -45px;
    }

.cc-small {
    width: 35px;
    height: 22px;
    background-size: 90px 102px;
}

.side-checkout-background {
    background-color: lightgrey;
    padding: 10px;
    margin-bottom: 15px;
}

.side-checkout-header {
    background-color: grey;
    color: white;
    padding: 10px 15px;
}

.side-checkout-item {
    padding: 15px;
    background-color: white;
    margin-bottom: 2px;
}

.checkout-step-header {
    border-bottom: 5px solid grey;
    min-height: 60px;
    text-align: center;
    color: grey;
    margin-top: 15px;
}

.checkout-step-header-on {
    border-bottom: 5px solid green;
    color: green;
}

.video-link {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#latest-videos {
    display: none;
}

@media (min-width: 768px) {
    #latest-videos {
        display: block;
        position: absolute;
        top: -17px;
        left: 5px;
    }
}

.latest-video-thumbnail {
    width: auto;
    height: auto;
}

.latest-video-thumbnail-large {
    width: auto;
    height: auto;
}

.latest-video-title {
    width: auto;
    margin: 0 auto;
}

.latest-video-title-large {
    width: auto;
    margin: 0 auto;
}

.latest-video-container {
    margin-bottom: 20px;
}

.latest-video-container-large {
    margin-bottom: 20px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    .latest-video-thumbnail {
        width: 300px;
    }

    .latest-video-thumbnail-large {
        width: 475px;
    }

    .latest-video-title {
        width: 300px;
        margin: 0 auto;
    }

    .latest-video-title-large {
        width: 475px;
        margin: 0 auto;
    }

    .latest-video-container-large {
        margin-bottom: 20px;
        margin-top: 53px;
    }
}

@media (min-width: 992px) {
    .latest-video-thumbnail {
        width: 175px;
    }

    .latest-video-thumbnail-large {
        width: auto;
    }

    .latest-video-title {
        width: 175px;
        margin: 0 auto;
    }

    .latest-video-title-large {
        width: auto;
        margin: 0 auto;
    }
}

.upsell-container {
    max-height: 253px;
    overflow-y: scroll;
    padding: 0px;
}

.upsell-thumbnail {
    width: 64px;
    height: 64px;
}

@media (min-width: 768px) {
    .upsell-thumbnail {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 992px) {
    .upsell-thumbnail {
        width: 64px;
        height: 64px;
    }
}

.upsell-item {
    background-color: #F2F2F2;
    padding: 10px 15px;
    margin: 0px;
}

    .upsell-item:hover {
        background-color: #E4EBFE;
    }

.product-image {
    position: relative;
    display: block;
}

    .product-image:hover {
        text-decoration: none;
    }

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .image-overlay.sale {
        background: transparent url(../images/blocks.png) right -240px;
        width: 50%;
        left: 50%;
    }




.image-overlay-btn {
    position: absolute;
    display: none;
    width: 120px;
    max-width: 100%;
    top: 70%;
    left: 50%;
    margin-left: -60px;
    text-align: center;
}

.product-image:hover .image-overlay-btn {
    display: block;
}

.video-image {
    position: relative;
    display: block;
}
    .video-image:hover {
        text-decoration: none;
    }

.video-image .play-btn {
    position: absolute;
    background: transparent url(../images/play100x70.png) center center;
    display: none;
    width:100px;
    height:70px;
    top: 50%;
    margin-top:-35px;
    left: 50%;
    margin-left:-50px;
}
    .video-image:hover .play-btn {
    display: block;
    }

.product-tabs{
margin-top:10px;
}
.product-tabs h2{
    font-size: 24px;
    margin: 15px 0 0 0;
}
.category-detail-button {
    position: absolute;
    bottom: 0;
    width: 90%;
}

@media (min-width: 992px) {
    .category-detail-button {
        width: 85%;
    }
}

/* MAKE upsell header all caps */
#upsell .panel-title {
    text-transform: uppercase;
}

.product-item-grid {
    height: 380px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.product-item-grid-inner {
    height: 140px;
}
/* MAKE SURE clickable (<a>) collapse header fills entire panel heading */
#upsell .panel-heading {
    padding: 0;
}

#upsell .panel-title a {
    display: block;
    padding: 10px;
}

/* Upsell Collapse State Icons */
#upsell .glyphicon {float: right;}

/* Bootsrap Collapse Anchor State Icons */
.collapse-closed-icon {display: none;}
a.collapsed .collapse-closed-icon {display: inline-block;}
a.collapsed .collapse-open-icon {display: none;}

.video-popup, .new-review-popup, .email-me-popup {
    max-width: 800px;
    background-color: white;
    margin: 20px auto;
    padding: 15px;
    position: relative;
}

.product-item-title {
    white-space: wrap;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.1em;
    max-height: 2.2em;
    height: 2.2em;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item-title-list {
    white-space: wrap;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.1em;
    max-height: 2.2em;
    display: block;
    display: -webkit-box;
    margin: 10 auto 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-sku {
    margin: 0;
    color: #949494;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-name {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .product-name {
        font-size: 36px;
        font-weight: 500;
    }
}

/* .table.order-history > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px dashed #5E5E5E;
} */

.table.order-history > thead > tr > th,
.table.order-history > thead > tr > td,
.table.order-history > tbody > tr > th,
.table.order-history > tbody > tr > td,
.table.order-history > tfoot > tr > th,
.table.order-history > tfoot > tr > td {
    border-top: none;
}


/* Specification table all columns defaults */
#specifications tr > td {
    white-space: nowrap;
}
    /* Specification table first column */
    #specifications tr > td:first-child {
        font-weight: bold;
    }
    /* Specification table last column */
    #specifications tr > td:last-child {
        width: 99%;
    }

.table.cart > thead > tr > th,
.table.cart > thead > tr > td,
.table.cart > tbody > tr > th,
.table.cart > tbody > tr > td,
.table.cart > tfoot > tr > th,
.table.cart > tfoot > tr > td {
    border-top: 1px dashed #ddd;
}

.table.cart > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

.review-star {
    color: #DF6923;
    font-size: 6em;
    z-index: 1;
    position: relative;
}

.review-star-text {
    margin-left: 24px;
    margin-top: -55px;
    font-size: 22px;
    color: white;
    z-index: 2;
    position: relative;
}

.review-progress {
    padding: 0px;
    margin-bottom: 5px;
}

.orange-star {
    color: #DF6923;
}

.grey-star {
    color: #EBEBEB;
}

.green-text {
    color: #00903B;
}

.star-rating-0 {
    color: #959595;
}

.star-rating-5 {
    color: #DF6923;
}

.star-rating-1 .star-1,
.star-rating-2 .star-1, .star-rating-2 .star-2,
.star-rating-3 .star-1, .star-rating-3 .star-2, .star-rating-3 .star-3,
.star-rating-4 .star-1, .star-rating-4 .star-2, .star-rating-4 .star-3, .star-rating-4 .star-4 {
    color: #DF6923;
}

.star-rating-4 .star-5,
.star-rating-3 .star-5, .star-rating-3 .star-4,
.star-rating-2 .star-5, .star-rating-2 .star-4, .star-rating-2 .star-3,
.star-rating-1 .star-5, .star-rating-1 .star-4, .star-rating-1 .star-3, .star-rating-1 .star-2 {
    color: #EBEBEB;
}

.category-list-summary {
    white-space: wrap;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    max-height: 60px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrollToTop {
    position: fixed;
    bottom: 0px;
    right: 25px;
    display: none;
    padding: 10px 14px 10px 12px;
}

a.filter-remove, #clear-filters, #add-filters {
    display: inline-block;
    margin: 0 4px 4px 0;
    font-size: 100%;
}

    /* a.filter-remove:hover, a.filter-remove:focus {
        text-decoration: line-through;
    } */

/*a.filter-remove:hover .glyphicon-remove, a.filter-remove:focus .glyphicon-remove {
    color: red;
}*/

img.img-small {
    width: 64px;
    height: 48px;
    margin: 0 auto;
    display: block;
}

img.img-medium {
    width: 174px;
    height: 130px;
    margin: 0 auto;
    display: block;
}

img.img-large {
    width: 340px;
    height: 254px;
    margin: 0 auto;
    display: block;
}

/* Start ABC Listing Styles */
.abc-caption, .abc-col1, .abc-col2, .abc-col3, .abc-col4 {
    width: 100%;
    *width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.abc-caption {
    text-align: center;
}

@media (min-width: 768px) {
    .abc-caption {
        float: left;
    }

    .abc-col1, .abc-col2, .abc-col3, .abc-col4 {
        float: left;
        width: 50%;
        *width: 50%;
    }

    .abc-col1, .abc-col3 {
        padding-right: 0;
    }

    .abc-col2, .abc-col4 {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .abc-caption {
        text-align: left;
    }

    .abc-caption, .abc-col1, .abc-col2, .abc-col3, .abc-col4 {
        width: 20%;
        *width: 20%;
    }

    .abc-col2, .abc-col3 {
        padding: 0;
    }
}
/* End ABC Listing Styles */

/* Search autocomplete drop down styling */
.autocomplete-suggestions {
    background: url(../Images/bgs/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete-suggestion, .autocomplete-no-suggestion { /*border:1px solid #999; */
    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
    padding: 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestion div {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-suggestion strong {
    font-weight: normal;
    color: #3399FF;
}
/* End search autocomplete drop down styling */

.addthis_32x32_style {
    height: 32px;
}


#gallery-carousel .carousel-inner {
    width: 70%;
    margin-left: 15%;
}
#gallery-carousel .col-xs-4 {
    padding: 0;
}
#gallery-carousel .thumbnail{
    margin-bottom:0;
}

.carousel-inner .active.left { left: -33%; }
.carousel-inner .active.right { left: 33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

/* Remove default margin on bottom of list groups for homepage featured categories */
#home-categories .panel-body{
    padding:0;
}
#home-categories .list-group {
    margin-bottom: 0;
    height:0px;
    display:none;
}
#home-categories .icon-left {
    display:none;
    float: left;
}
#home-categories .icon-right {
    float: right;
}
/*
#home-categories .icon-left:before {
    content: "\e006";
}*/
#home-categories .icon-right:before {
    content: "\2b";/*Plus Symbol*/
}
#home-categories .panel-heading {
    border-bottom: none;
    cursor: pointer;
}
#home-categories .panel.open .list-group{
    height:auto;
    display:block;
}
#home-categories .panel.open .icon-right:before {
    content: "\2212";/*Minus Symbol*/
}
@media (min-width: 768px) {
    #home-categories .panel-heading{
        border-bottom: 1px solid #ddd;
    }
    #home-categories .list-group{
        height:auto;
        display:block;
    }
    #home-categories .icon-left {
        display:block;
    }
    #home-categories .icon-left:before, #home-categories .icon-right:before, #home-categories .panel.open .icon-right:before {
        content: "\e006";
    }
}


label.error {
    font-size: 12px;
    color: red;
    padding: 5px 5px 0px;
}

.input-error {
    font-size: 12px;
    color: red;
}

#user-form-email .form-control-feedback{
    top: 25;
}

.wireframe-grid-grey {
    margin: 0px 0px 15px 0px; border: 1px solid #dddddd; border-width: 1px 0 0 1px;
}
.wireframe-grid-grey .wireframe-grid-cell{
    border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
}

.spinner {
    display: none;
    max-width: 50px;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    display: inline-block;
}

.icon-refresh:before {
    content: "\f021";
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.scroll-windows {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#paymentmethod-tab li > a {
    border: 1px solid #e9e9e9;
}

#paymentmethod-tab li > a#creditcard-anchor {
    background-image: url('../images/checkoutcards.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
    background-size: 96px 24px;
    padding-right: 25% !important;
}

#paymentmethod-tab li > a#paypal-anchor {
    background-image: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
}

#paymentmethod-tab li > a#interacemt-anchor {
    background-image: url('../Images/cc-interac.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #337ab7; }

#paypal button[type="submit"]{
    width:145px;height:42px;background:transparent url('../images/PayPalCheckout.gif') no-repeat scroll 0 0;border:none;outline:none;overflow:hidden;text-indent:-999em;
}

.label-radiocheck-multiline{
    display:block;margin-left:40px;font-weight:normal;
}
.label-radiocheck-multiline input {
    float:left;margin-left:-30px;
}

.order-title {
    padding: 15px;
    height: 85px;
}

.order-row:after {
  clear: both;
}

.order-row:before, .order-row:after {
  content: " ";
  display: table;
}

#track-order-container .order-row {
    background-color:#eee;
}

.order-row div:nth-child(even) {
        background-color:#fff;
    }

.order-info {
    padding: 15px;
    height: 85px;
}

.order-address {
    min-height: 140px;
    height: auto;
}

@media (min-width: 768px) {
    .order-info {
        height: auto;
        border-left:1px solid #ccc;
    }
    .order-title{
        height: auto;
    }
    .order-address{
        border-left:1px solid #ccc;
    }
    #track-order-container .order-row:nth-child(even) {
        background-color:#eee;
    }
    #track-order-container .order-row:nth-child(odd) {
        background-color:#fff;
    }
    .order-row div:nth-child(even) {
        background-color:transparent;
    }
}

/* CSS for show more in filters */
.filter-showmore {
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: right;
    display: none;
}

.showmore-link {
    cursor: pointer;
}

.filter-body {
    overflow-y: hidden;
    margin-bottom: 0px;
}

.with-max-height {
    /* max-height: 209px; */
}
/* end show more in filters */

.expando-div{
    overflow:hidden;
    padding-bottom: 20px;
}
.expando-div:after{
    content:'';
    position: absolute;

    top:150px;  /* Max height of expando div is 150*/
    margin-top: -75px;
    height: 75px;
    width:100%;
    left:0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 60px);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 60px);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 60px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 60px);
}
.expando-open.expando-div:after{
   display:none;
}
.expando-div-btn{
   position:absolute;right:0;bottom:0;padding-right:1.5em;padding-left: 3em;padding-top: 2em;
   background: none;border:0 none;outline:0 none;
   font-size:12px;line-height:16px;color:#428bca;text-transform:uppercase;
   z-index:10;
}
.expando-div-btn:after{
    content: "\e114";
    position: relative;
    top:1px;left:4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style:normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.expando-open .expando-div-btn:after{
    content: "\e113";
}

.coupon-input-error {
    color: #ff6d6d;
    border-color: #ff6d6d;
}

.coupon-info {
    font-size: 12px;
}

.coupon-remove-btn {
    min-height: 14px;
    vertical-align: inherit;
    padding: 0 5px;
    color:#df6923;
}

#fp-accordion .panel-body {
    padding: 0px;
}

#featured-products .sb-listing-item, #best-sellers .sb-listing-item, #michaels-favourite .sb-listing-item {
    height: 305px;
}

@media (max-width: 400px) { /* Tested on FM iPod, 320px width */
    #fp-accordion .sb-listing-item {
        height: 275px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .image-overlay.sale {
        width: 60%;
        left: 40%;
    }
}

#progress {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: -6px;
	width: 1%;
	height: 3px;
	background: #0088CC;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: width 500ms ease-out,opacity 400ms linear;
	-ms-transition: width 500ms ease-out,opacity 400ms linear;
	-o-transition: width 500ms ease-out,opacity 400ms linear;
	-webkit-transition: width 500ms ease-out,opacity 400ms linear;
	transition: width 500ms ease-out,opacity 400ms linear;
}

#progress dd, #progress dt {
	position: absolute;
	top: 0;
	height: 3px;
	-moz-box-shadow: #0088CC 1px 0 6px 1px;
	-ms-box-shadow: #0088CC 1px 0 6px 1px;
	-webkit-box-shadow: #0088CC 1px 0 6px 1px;
	box-shadow: #0088CC 1px 0 6px 1px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

#progress dt {
	opacity: .6;
	width: 180px;
	right: -80px;
	clip: rect(-6px,90px,14px,-6px);
}

#progress dd {
	opacity: .6;
	width: 20px;
	right: 0;
	clip: rect(-6px,22px,14px,10px);
}  


.image-deferred {
	position: relative;
	/*background: #EEE;*/
}
@keyframes bobble {
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	35% {
		opacity: 1;
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}
.image-deferred::after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1em;
	height: 1em;
	margin: -0.5em 0 0 -0.5em;
	background: rgba(125, 125, 125, 0.5);
	border-radius: 100%;
	-webkit-animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
	        animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.image-loaded > img {
	-webkit-animation: fadeIn 1s both;
	        animation: fadeIn 1s both;
}

.image-failed {
    background: url(//cdn.replicaairguns.us/images/no-photo-available-small.jpg) no-repeat center center;
}

.featuredcategories .panel-title a:hover{
    text-decoration: none;
}

#header-sale {
    margin-bottom: 20px;
    display: block;
}

.radio-color {
    margin-bottom: 5px;
    width: 60px;
    height: 48px;
    border-color: #ccc;
    background-color: #fff;
}

.radio-color.active{
    border-color: #0b0;
    /*border-bottom: 5px solid #0b0;*/
}

[data-toggle="buttons"]>.radio-color input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.sb-selector-option .sb-selector-input-group, .sb-selector-option .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* Specification table all columns defaults */
#specifications tr > td {
    white-space: nowrap;
}
/* Specification table first column */
#specifications tr > td:first-child {
    font-weight: bold;
    width: 20%;
}
/* Specification table last column */
/*#specifications tr > td:last-child {
    width: 99%;
}*/

#specifications .table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
  -webkit-overflow-scrolling: touch;
}

#paymentmethod-tab li > a {
    border: 1px solid #e9e9e9;
}

#tab-creditcard {
    background-image: url('../images/checkoutcards.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
    background-size: 96px 24px;
    padding-right: 25% !important;
}

#tab-interacetransfer {
    background-image: url('../images/cc-interac.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
}

#tab-paypalexpress {
    background-image: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
}

#paypal button[type="submit"]{
    width:145px;height:42px;background:transparent url('../images/PayPalCheckout.gif') no-repeat scroll 0 0;border:none;outline:none;overflow:hidden;text-indent:-999em;
}

.sb-cart-confirmadd .modal-header {padding:0;}
.sb-cart-confirmadd .modal-title {padding:15px;}
.sb-cart-confirmadd .close {width: auto;font-size:36px;padding:10px 15px;}
/* 23/8/2020 */
.forget-password-container {
    margin: 3rem 1rem;
    padding: 15px 15px 0 15px;
    border:10px solid #ebebeb;
}
.forget-password-container label {
    font-size: 14px;
}
.forget-password-container input.form-control {
    border-radius: 0;
    border: 1px solid #afb1b3;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif !important;
    color: #87898d;
}
.forget-password-container .btn-submit.btn-success {
    color: white;
    border: 2px solid #28a745;
    border-radius: 0;
    padding: 5px 15px;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none;
    font-weight: 500;
    transition: all 0.4s ease;
}
@media (max-width: 480px) {
    .forget-password-container .btn-submit.btn-success {
        width: 100%;
    }
}
.forget-password-container .btn-submit.btn-success:hover {
    color: #fff;
    background-color: #28a745;
    border: 2px solid #28a745;
    outline: none;
}