ul.breadcrumbs {
    list-style: none;
    padding: 0;
}

ul.breadcrumbs li {
    display: inline-block;
    padding: 0;
    font-size: 15px;
    font-weight: 100;
    text-transform: capitalize;
}

ul.breadcrumbs li i {
    font-size: 12px;
}

#quote_home {
    margin: 100px;
    position: relative;
    z-index: 6;
}

#quote-left:before {
    text-align: left;
    position: absolute;
    left: -40px;
    top: -20px;
    color: #dddddd;
}

/*video Intro Code*/
#vid {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    #vid video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    #vid .container {
        position: relative;
        z-index: 2;
    }

    #vid .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
    }

@media (pointer: coarse) and (hover: none) {
    #vid {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

        #vid video {
            display: none;
        }
}

.border_nice img {
    border: 0px solid #fff;
    border-radius: 2px;
    padding: 0px;
}

.border_nice :hover {
    box-shadow: 0 0 2px 3px rgba(239, 131, 118, 1);
}


/*Scroll stop top*/
#sttBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid #555; /* Remove borders */
    outline: solid; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: #555; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px; /* Some padding */
    border-radius: 50px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #sttBtn:hover {
        background-color: #DF7366; /* Add a dark-grey background on hover */
        border: 1px solid #DF7366;
        color: white;
    }

/* Fixed navigation bar */
.fixnavbar {
    overflow: hidden;
    /*background-color: transparent;*/
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    /*Deafault Color*/
    /*background-color: rgb(28, 9, 32);
    background-color: rgba(28, 9, 32, 0.8);*/
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

#navright{
    color: #fff;
    /* top: 0; */
    right: 0;
    margin: 24px 20px 0 0px;
    position: absolute;
}

.alert-site-closed{
	color: #22223b;
	padding: 15px;
	text-align: center;
	font-weight: 100;
}

    div#navright ul{
        list-style: none;
        list-style-type: none;
    }

        div#navright ul li {
            padding-left: 18px;
            vertical-align: top;
            display: inline-block;
            position: relative;
        }

            div#navright ul li a {
                text-decoration:none;
                color:white;
            }

            div#navright ul li a:hover {
                color: #DF7366;
            }

    #searchbox {
        box-sizing: border-box;
        color: #fff;
        line-height: 15px;
        font-size: 14px;
        padding: 2px 5px 2px 5px;
        background-color: transparent;
        border: 1px solid #434343;
        border-radius: 4px;
        padding: 10px;
    }


    .fa-wrap {
        display:inline-block;
        position: relative
    }
    .fa-wrap:after {
        font-family: 'FontAwesome';
        content: '\f274';
        position: absolute;
        right: 6px;
    }

    span.badge.cartTotal {
        position: absolute;
        left: 3.5vh;
        top: -30%;
    }

    a{
        cursor:pointer;
    }

    .text-center {
        text-align: center;
    }

    #siteCloseModal .modal-content{
        background: #ffffff;
        border-top: 4px solid #22223b;
    }

    #siteCloseModal .modal-dialog{
        margin-top: 17%;
        width: 350px;
    }
    button.siteCloseButton {
        position: absolute;
        background: #ffffff00;
        font-size: 28px;
        padding: 0;
        top: -3px;
        right: 8px;
        color: #22223b;
        max-width: 30px;
    }
    #siteCloseModal .modal-content p{
        color: #22223b;
        margin-top: 25px;
        text-align: center;
    }

    #siteCloseModal .modal-content img{
        width: 161px;
    margin: 0 auto;
    background: #22223b;
    padding: 11px;
    border-radius: 7px;
    margin-top: 35px;
    }
    @media (max-width:767px)
    {
        span.badge.cartTotal {
            position: absolute;
            left: 2vh;
            top: -15%;
        }

        .regular-price {

            display: grid;
        }

          #siteCloseModal .modal-dialog{
             margin-top: 50%;
            width: auto;

        }

    }

