/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 50px;
    background-image: url("../img/bkg.png");
    background-repeat: repeat;
}

.main {
    padding-top: 25px;
    background-color: #FFF;
}

footer {
    padding: 30px 0;
}

textarea {
    resize: none;
}

.navbar-brand {
    padding: 0px;
}

.account {
    border-top: none !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.spinner {
    margin: 100px auto 100px;
    width: 100%;
    text-align: center;
}

.spinner > div {
    width: 30px;
    height: 30px;
    background-color: #727272;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='grey' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") #fff;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

label.disabled {
    pointer-events: none;
}

.heading-nav {
    width: 100%;
    display: block;
    padding-left: 0;
    margin: 0px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.heading-nav > li {
    display: table-cell;
    width: 1%;
    float: none;
    postition: relative;
}

.heading-nav > li > a,
.heading-nav > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;

    border-bottom: none;
    border-top: none;

}

.heading-nav > li:first-child > a,
.heading-nav > li:first-child > span {
    margin-left: 0;
    border-left: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
}

.heading-nav > li:last-child > a,
.heading-nav > li:last-child > span {
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
}

.heading-nav > li > a:hover,
.heading-nav > li > span:hover,
.heading-nav > li > a:focus,
.heading-nav > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.heading-nav > .active > a,
.heading-nav > .active > span,
.heading-nav > .active > a:hover,
.heading-nav > .active > span:hover,
.heading-nav > .active > a:focus,
.heading-nav > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #5cb85c;
    border: none;
}

.heading-nav > .disabled > span,
.heading-nav > .disabled > span:hover,
.heading-nav > .disabled > span:focus,
.heading-nav > .disabled > a,
.heading-nav > .disabled > a:hover,
.heading-nav > .disabled > a:focus {
    cursor: not-allowed;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

input.search::-ms-clear {
    display: none;
}

.filter {
    margin-bottom: 0px !important;
}

.navbar-brand > img {
    height: 100%;
    padding: 3px 5px;
    width: auto;
}

.img-radio {
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 5px;
}

.stripe-button-el {
    width: 100%;
    background-image: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.stripe-button-el > span {
    background-image: none !important;
    background: #4aab4a !important;
}

.splash-img {
    position: relative;
    background: #5B5B5B;
    overflow: hidden;
}

.sizes.active {
    color: #ffffff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.grid-item {
    height: 450px;
}

hr {
    margin-left: 0;
    margin-right: 0;
}

.row.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart-list_item{
    padding: 4px 7px;
}
.cart-body{
    padding: 0px 10px;
}
.cart-body > hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row.grid > [class*='col-'] {

}

.grid:before,
.grid:after {
    content: normal;
}

.splash-img:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url(../img/bikers.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.splash-img * {
    z-index: 2;
    position: relative;
    color: #fff !important;
}

.bright {
    color: #EAEAEA;
}

.logo {
    max-height: 200px;
    margin: 0 auto;
}

.marg-b-2 {
    margin-bottom: 10px;
}

.marg-b-1 {
    margin-bottom: 5px;
}

.marg-t-0 {
    margin-top: 0px;
}

.marg-t-1 {
    margin-top: 5px;
}

.marg-l-1 {
    margin-left: 5px;
}

.marg-r-1 {
    margin-right: 5px;
}

.marg-l-2 {
    margin-left: 10px;
}

.pad-t-2 {
    padding-top: 10px;
}

.no-pad {
    padding: 0px !important;
}

.alert-sale {
    color: #8A1318;
    background-color: #fecf06;
    border-color: #8A1318;
}

.accordian {
    border-radius: 0px !important;
    margin-bottom: -1px !important;
    padding-left: 30px;
}

.list-group-item > .glyphicon {
    font-size: 75%;
    margin-right: 7px;
}

.btn-checkout {
    margin-left: 20px;
}

.img-div {
    height: 250px;
    width: auto;
}

.Header-logoBorder{
    background-color: black !important;
}
.popover{
    width:100%;
}
.options .popover {
    width:175%;
}
.switch {
    background: #fff;
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 52px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
    width:80px;
}
.switch small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
    background: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
}
.switch.checked small {
    left: 22px;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
    left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}

.switch .off {
    display:block;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 0;
    color:#A9A9A9;
}

.switch .on {
    display:none;
    z-index: 0;
    color:#fff;
    position: absolute;
    top: 25%;
    left: 9%;
}

.switch.checked .off {
    display:none;
}

.switch.checked .on {
    display:block;

}

.switch.disabled {
    opacity: .50;
    cursor: not-allowed;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (min-width: 767px) {
    .no-desktop {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .no-mobile {
        display: none;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        margin-left: 10px;
        width: 50%; /* 6 columns */
    }

}

@media screen and (max-width: 768px) {
    .logo, .mobile-hide {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .desktop-hide {
        display: none !important;
    }
}

.timeline {
    margin: 0px 0px 20px 0px;
    padding: 0 0 10px 0;
}

.timeline > .timeline-step {
    padding: 0;
    position: relative;
}

.timeline > .timeline-step + .timeline-step {
}

.timeline > .timeline-step .timeline-heading {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.timeline > .timeline-step .timeline-info {
    color: #999;
    font-size: 14px;
}

.timeline > .timeline-step > * > .timeline-dot,
.timeline > .timeline-step > .timeline-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #5cb85c;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.timeline > .timeline-step > * > .timeline-dot.time-sub {
    cursor: pointer;
}

.timeline > .timeline-step > * > .timeline-dot:after,
.timeline > .timeline-step > .timeline-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #398439;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.timeline > .timeline-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.timeline > .timeline-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #5cb85c;
}

.timeline > .timeline-step.complete > .progress > .progress-bar {
    width: 100%;
}

.timeline > .timeline-step.active > .progress > .progress-bar {
    width: 50%;
}

.timeline > .timeline-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.timeline > .timeline-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.timeline > .timeline-step.disabled > .timeline-dot {
    background-color: #f5f5f5;
}

.timeline > .timeline-step.disabled > .timeline-dot:after {
    opacity: 0;
}

.timeline > .timeline-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.timeline > .timeline-step:last-child > .progress {
    width: 50%;
}

.timeline > .timeline-step.disabled a.timeline-dot {
    pointer-events: none;
}

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid lightgray;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}