﻿

#navigation{
    border-bottom:1px solid #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:9999;
    box-shadow:0 3px 8px 0 rgba(0,0,0,0.5);
}

.sticky + #breadcrumb{
    margin-top:50px;
}


.header-logo .logo{
    font-size:2em;
    font-family:'Oleo Script',cursive;
}



    #site-wrapper::-webkit-scrollbar {
        width: 10px;
    }

    #site-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #site-wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        background: #ddd;
    }



/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.banner.banner-1 .banner-h2 {
    font-family: 'Oleo Script',cursive;
    color: #16a6ff;
    font-size: 3em;
    padding:15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius:50px;
    text-shadow:-3px 2px 5px #000, 0 -1px 5px #000;
}

    .banner.banner-1:hover .banner-h2 {
        background: #000;
        color: #fff;
    }

.dropdown-title {
    font-family: 'Oleo Script',cursive;
    font-size:2em;
}





/*xxxxxxxxxxxxxxx Search Bar xxxxxxxxxxxxxx*/

.site-search-bar {
    position: fixed;
    top: 0;
    right:10px;
    left: 0;
    background:#000;
    padding: 5px 25px;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.site-search-bar.slideUp{
    margin-top:-49px;
}

.search-bar-left,
.search-bar-right{
    display:inline-block;
    width:49%;
    vertical-align:bottom;

}

.site-logo {
    padding: 6px 15px;
    font-size: 20px;
    color: #777;
    font-family: 'Oleo Script', cursive;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .site-logo:hover {
        text-decoration: none;
        color: #16a6ff;
        text-shadow: -2px 2px 5px #000, 1px -1px 3px #000;
    }

    .site-logo:focus {
        text-decoration: none;
        color: #00e9f8;
    }

#loadingBar {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #3d3d3d;
    border: none;
    box-shadow: 0 3px 8px 0 #000;
    z-index:9999;
}

#progressBar {
    width: 1%;
    height: 5px;
    background-color: transparent;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}





/*xxxxxxxxxxxxxxxx Main Navbar xxxxxxxxxxxxxx*/



#top-nav {
    position: fixed;
    z-index:9999;
    top: 44px;
    left: 0;
    right:10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: linear-gradient(180deg, #000, #131313, #3e3e3e);
    border:none;
    border-radius:0;
    
}

.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a {
    color: #777;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-default .navbar-nav li a:hover {
    color:#16a6ff;
}



#top-nav.slideUp{
    margin-top:-49px;
}

#menu-toggle{
    position:absolute;
    left:0;
    margin-left:-50px;
    margin-top:10px;
    border:1px solid #777;
    padding:5px 10px;
    border-radius:5px;
}

    #menu-toggle:hover {
        border-color: #16a6ff;
    }


/*xxxxxxxxx Sidebar Menu xxxxxxxxxx*/

#sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -100%;
    background: #000;
    width: 250px;
    height: 100%;
    border-right: 5px solid #3d3d3d;
    box-shadow: 3px 0 8px #000;
    overflow: auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

#sidebar-wrapper.active{
    margin-left:0;
}

.sidebar{
    margin-top:100px;
    padding-bottom:50px;
}

    #sidebar-wrapper::-webkit-scrollbar {
        width: 10px;
    }

    #sidebar-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background:#5a5a5a;
    }

    #sidebar-wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        background: #ddd;
    }


.nav-stacked li a {
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    color: #777;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-stacked li a:focus{
    color:#fff;
    background:#000;
}

    .nav-stacked li a:hover {
        color: #fff;
        background: #000;
    }

.nav-stacked li a.sidebar-btn {
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    color: #777;
    margin-top: 10px;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .nav-stacked li a.sidebar-btn:focus {
        color: #16a6ff;
        background: #000;
    }
    .nav-stacked li a.sidebar-btn:hover {
        color: #16a6ff;
        background: #000;
    }

.sidebar-btn i{
    float:right;
    margin-top:5px;
}



#loadTopSellers,
#loadBrandMenu,
#loadCatMenu{
    margin-left:15px;
    margin-right:15px;
}


/*xxxxxxxxxxxxxxxx Shared Layout xxxxxxxxxxxxxxxx*/




.slide-wrap {
    width: 100%;
    height: 200px;
}

.sliderz {
    min-height: 0;
    height: 200px;
    border: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .sliderz .slidez {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        padding-top: 50px;
    }

        .sliderz .slidez h2 {
            font-family: 'Oleo Script',cursive;
            font-size: 60px;
            color: #000;
            text-shadow: -2px 2px 0 #fff, 1px -1px 0 #fff;
        }

    .sliderz ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        width: 300%;
        height: 100%;
        top: 0;
    }

    .sliderz li {
        padding: 0;
        margin: 0;
        width: 33.333333%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        text-align: center;
    }





.pagination > li > a:focus,
.pagination > li > a, .pagination > li > span {
    border-radius: 5px;
    margin: 0 5px;
    height: 38px;
    width: 38px;
    padding: 5px;
    background: #30323a;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 3px solid #727272;
    color: #fff;
}



    .pagination > li > a.active:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.7);
    }

    .pagination > li > a:hover {
        border: 3px solid #F8694A;
        background: #30323a;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.7);
        color: #fff;
    }

.pagination > li.active > a:focus,
.pagination > li.active > a {
    border-color: #F8694A;
    background: #30323a;
}

.pagination > li.active:hover a {
    background: #30323a;
    border-color: #F8694A;
}



.pagination-wrapper {
    text-align: center;
}


#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 200px;
    z-index: 9999;
    margin-top: -100px;
    margin-left: -100px;
    border: 5px solid #3273ca;
    border-radius: 50%;
    padding-top: 150px;
    background: url(../images/loader-icon.gif) center no-repeat;
    background-size: contain;
    background-color: #fff;
    border-left: 5px solid #3389fd;
    border-right: 5px solid #0856c0;
    border-bottom: 5px solid #003781;
    box-shadow: 0 0 80px #000;
}

#loaderBack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.71);
    display: none;
}

/*xxxxx Preloader xxxxxx*/
.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 9999;
}

.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 300px;
    width: 300px;
    margin-top: -150px;
    margin-left: -150px;
    text-align: center;
    border-radius: 50%;padding-top: 45px;
    
}


.page-header {
    font-family: 'Oleo Script',cursive;
    font-size: 50px;
}


.backBtn {
    margin-top: 10px;
}


.hide_0 {
    display: none;
}

#shopCart .badge {
    background: #000;
    border: 1px solid #777;
}


.menu-tab-container .tab {
    float: left;
    border: 1px solid #001af9;
    background-color: #000;
    width: 30%;
    height: 325px;
}

    .menu-tab-container .tab button {
        display: block;
        background-color: #000;
        font-family: 'Oleo Script',cursive;
        color: black;
        text-shadow: -1px 1px 0 #fff, 1px -1px 0 #fff;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        font-size: 30px;
    }

        .menu-tab-container .tab button.active,
        .menu-tab-container .tab button:hover {
            background-color: #001af9;
        }

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #001af9;
    width: 70%;
    border-left: none;
    height: 325px;
}

.menu-content .nav-stacked li a {
    font-family: 'Oleo Script',cursive;
    font-size: 25px;
    color: #001af9;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 20px;
    margin-right: 5px;
}

    .menu-content .nav-stacked li a img {
        background-color: #fff;
    }

    .menu-content .nav-stacked li a:hover {
        background: #001af9;
        color: #fff;
    }


/*footer {
    position: relative;
    z-index: 9;
    margin-left: -6%;
    margin-right: -6%;
    text-align: center;
    border-top: 5px solid #363636;
    background: linear-gradient(180deg,#3e3e3e, #131313, #000 );
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 -3px 8px 0 #000;
}

    footer p {
        font-family: 'Oleo Script',cursive;
        font-size: 25px;
        margin-bottom: 0;
        color: #777;
    }

        footer p span {
            color: #001af9;
        }*/

.fileUpload {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #212529;
    color: #777;
    border: 3px solid #ddd;
    border-radius: 10px;
    font-size: 18px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

    .fileUpload:hover {
        color: #fff;
        background: #212529;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


/*xxxxxxxxxx Brands xxxxxxxxxxxxxx*/


.no-products{
    width:80%;
    margin:auto;
    text-align:center;
    background:#000;
    border:5px solid #001af9;
    margin-top:25px;
    padding:100px;
    border-radius:5px;
    box-shadow:0 3px 8px 0 #000;
}

.no-products h3{
    font-family:'Oleo Script',cursive;
    color:#fff;
    font-size:60px;
}

.no-products .backBtn:focus{
    background:#000;
    border-color:#001af9;
}

.brand-box {
    text-align: center;
    margin-bottom: 50px;
    border: 5px solid transparent;
    border-radius:5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding:5px;
}

    .brand-box:hover {
        box-shadow: 0 3px 8px 0 #000;
        border: 5px solid #ddd;
    }

.brand-row h3{
    font-family:'Oleo Script',cursive;
    font-size:40px;
    text-align:center;
}

.brand-box .brandImg {
    border-radius: 5px;
    max-width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height:250px;
    
}


   .brand-box:hover .brandImg{
        cursor: pointer;
        -webkit-animation: shake 0.5s;
        -webkit-animation-iteration-count: 1;
        animation: shake 0.5s;
        animation-iteration-count: 1;
    }


.brand-row{
    min-height:800px;
}


@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


@-webkit-keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.category-menu-row,
.brand-menu-row{
    padding-left:10px;
    padding-right:10px;
}

.brand-menu-row .card img{
    max-width:100%;
    height:150px;
    border-radius:5px;
}

.category-menu-row .card a,
    .brand-menu-row .card a {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .category-menu-row .card a:hover,
    .brand-menu-row .card a:hover {
        text-decoration: none;
    }

    .category-menu-row .card a:focus,
    .brand-menu-row .card a:focus {
        color:#001af9;
        text-decoration:none;
    }
    .category-menu-row .card a h2,
    .brand-menu-row .card a h2 {
        font-family: 'Oleo Script',cursive;
        font-size: 50px;
        color: #001af9;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin-top: 55px;
    }
    .category-menu-row .card a:hover h2,
        .brand-menu-row .card a:hover h2{
            color:#fff;
        }
    .category-menu-row .card h4,
.brand-menu-row .card h4 {
    text-align: center;
    font-size: 25px;
    color: #001af9;
    text-shadow: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
    .category-menu-row .card,
.brand-menu-row .card {
    margin-bottom: 25px;
    margin-top: 25px;
    border:5px solid transparent;
    border-radius:5px;
    padding-top:15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
    .category-menu-row .card:hover,
.brand-menu-row .card:hover{
    border:5px solid #001af9;
}

    .category-menu-row .card:hover h4,
.brand-menu-row .card:hover h4{
    color:#fff;
}



/*xxxxxxxxxxxx Categories xxxxxxxxxxxxxxxxx*/
.cat_1,
.cat_2,
.cat_3,
.cat_4,
.cat_5,
.cat_6,
.cat_7 {
    display: inline-block;
    width: 95%;
    vertical-align: top;
    margin-right: -3px;
    height: 80px;
    border: 2px solid transparent;
    border-radius:5px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.cat_1 {
    background: url(../images/cellicon.png) center no-repeat;
    background-size: contain;
    background-color:#fff;
}

.cat_2 {
    background: url(../images/tabicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

.cat_3 {
    background: url(../images/laptopicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

.cat_4 {
    background: url(../images/tvicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

.cat_5 {
    background: url(../images/xboxicon.jpg) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

.cat_6 {
    background: url(../images/psicon.gif) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

.cat_7 {
    background: url(../images/desktopicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}


.category-row{
    text-align:center;
    min-height:800px;
}

    .category-row h3 {
        font-family: 'Oleo Script',cursive;
        font-size: 40px;
    }

.category-box {
    position: relative;
    height: 250px;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border:5px solid transparent;
}

    .category-box:hover {
        cursor: pointer;
        box-shadow: 0 3px 8px 0 #000;
        border:5px solid #ddd;
        -webkit-animation: shake 0.5s;
        -webkit-animation-iteration-count: 1;
        animation: shake 0.5s;
        animation-iteration-count: 1;
    }

#cat_1,
#cat_2,
#cat_3,
#cat_4,
#cat_5,
#cat_6,
#cat_7 {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

#cat_1 {
    background: url(../images/cellicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

#cat_2 {
    background: url(../images/tabicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

#cat_3 {
    background: url(../images/laptopicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

#cat_4 {
    background: url(../images/tvicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

#cat_5 {
    background: url(../images/xboxicon.jpg) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

#cat_6 {
    background: url(../images/psicon.gif) center no-repeat;
    background-size: contain;
    background-color: #fff;
}

#cat_7 {
    background: url(../images/desktopicon.png) center no-repeat;
    background-size: contain;
    background-color: #fff;
}










/*xxxxxxxxxxxxxxxxxxx Products xxxxxxxxxxxxxxxxxxxxx*/

.toggle-switch2,
.toggle-switch {
    position: relative;
    display: inline-block;
    margin:auto;
    width: 60px;
    height: 30px;
}
.toggle-switch2 input,
.toggle-switch input{
    display:none;
}

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #777;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        top: 2px;
        background: #000;
        -webkit-transition: .4s;
        transition: .4s;
    }


input:checked + .toggle {
    background-color: #fff;
}

input:focus + .toggle {
    box-shadow: 0 0 2px #000;
}

input:checked + .toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.toggle.round{
    border-radius:34px;
}

.toggle.round:before{
    border-radius:50%;
}

.product-filter {
    padding: 10px;
    text-align: center;
    border: 5px solid #777;
    border-radius:5px;
    width:100%;
    background:#000;
    box-shadow:0 3px 8px 0 #000;
    margin-top:25px;
}


.product-grid {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.product-desc{
    display:none;
}


.product-body.col-md-6 .product-price,
.product-body.col-md-6 .product-rating,
.product-body.col-md-6 .product-name{
    float:none;
    display:block;
    text-align:center;

}

.product-body.col-md-6 .product-desc{
    display:block;
}

.product.product-single.row .product-thumb.col-md-6{
    height:400px;
}


.product-thumb.col-md-6 .productImg{
    width:100%;
    max-height:unset;
}


.filter-box{
    display:inline-block;
    vertical-align:bottom;
    width:19%;
    height:38px;
}

.filter-box i.fa-th-large,
.filter-box i.fa-th-list{
    font-size:38px;
}

.newBtn {
    border: 3px solid #777;
    background: #000;
    color: #777;
    text-align: center;
    font-family: 'Oleo Script',cursive;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    width:100%;
}

.newBtn:focus,
    .newBtn:hover {
        border: 3px solid #ddd;
        background: #000;
        color: #fff;
        box-shadow:0 3px 8px 0 #000;
    }


.selectList{
    border:3px solid #777;
    background:#000;
    color:#777;
    text-align:center;
    font-family:'Oleo Script',cursive;
    font-size:16px;
    height:38px;
}


    .selectList:focus {
        border: 3px solid #ddd;
        background: #000;
        color: #fff;
        text-align: center;
        font-family: 'Oleo Script',cursive;
        font-size: 16px;
        height: 38px;
        box-shadow:none;
    }




.product-box {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    position:relative;
    border-radius:5px;
    padding:10px;
    padding-bottom:15px;
}

   

.onSaleBtn{
    position:absolute;
    top:10px;
    right:15px;
}
.product.product-single .product-thumb > img {
    width:unset;
}

.product.product-single{
    height:400px;
}

.product.product-single .product-thumb{
    height:250px;
}

.store-filter .pageNum{
    display:inline-block;
    margin-top:15px;
}

.productImg {
    width: unset;
    max-width: 100%;
    max-height: 200px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 10px;
    display:block;
    margin:auto;
}

.productImg:hover{
    cursor:pointer;
}

.product-content{
    text-align:center;
}

.product-content .fa-star,
.product-content .fa-star-o{
    font-size:25px;
}

.product-content .horizontal{
    display:inline-block;
    vertical-align:bottom;
    
    
}

.hideThis{
    opacity:0;
}

.oldPrice{
    color:#a10101;
    text-decoration:line-through;
    font-family:Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

.pro-price .oldPrice{
    text-decoration:none;
    display:block;
}


.product-row{
    min-height:800px;
}


.product-content h3{
    font-family:'Oleo Script',cursive;
    font-size:30px;
}


    .product-content .price {
        font-family: 'Oleo Script',cursive;
        font-size:20px;
    }

.product-detail-row .fa-star,
.product-content .fa-star{
    color:orange;
}



.modalz {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modalz-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 #000;
    background-color:#fff;
}

.modalz-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.closeBtn {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeBtn:hover,
    .closeBtn:focus {
        color: #a90000;
        text-decoration: none;
        cursor: pointer;
    }

    .img-magnifier-container{
        position:relative;
        width:80%;
        max-width:80%;
    }

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

.proImg {
    max-width: 100%;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius:5px;
    border:5px solid transparent;
    margin-bottom:25px;
    min-height:300px;
}

    .proImg:hover {
        cursor: pointer;
        border-color: #777;
    }

    .proImg.clicked {
        border-color: #777;
    }


.product-detail-row{
    text-align:center;
    margin-bottom:100px;
}

    .product-detail-row h3 {
        font-family: 'Oleo Script',cursive;
        font-size:30px;
    }

    .product-detail-row .table-bordered{
        border:none;
        width:100%;
    }

    .product-detail-row .table-bordered tr td:first-child {
        font-family: 'Oleo Script', cursive;
        font-size:20px;
        background:#000;
        color:#fff;
    }

.product-detail-row .table-bordered tr td:last-child{
    text-align:left;
    font-family:'Oleo Script', cursive;
    font-size:18px;
}



        .product-detail-row .table-bordered tr td.description {
            text-align: left;
            text-indent: 50px;
            font-size: 25px;
            font-family: 'Oleo Script',cursive;
            padding: 5px;
            overflow: auto;
            background: #fff;
            color:#000;
        }


.sale {
    font-family: 'Oleo Script',cursive;
    font-size: 30px;
    color: #ff0303;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: center;
    width: 100px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    text-shadow:-2px 1px 2px #000, 0 -1px 3px #000;
}

.backBtn {
    font-family: 'Oleo Script',cursive;
    border: 3px solid #777;
    background: #000;
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color:#777;
}

.backBtn:hover {
        border: 3px solid #ddd;
        background: #000;
        box-shadow:0 3px 8px 0 #000;
        color:#fff;
    }

.img-preview{
    text-align:center;
    display:none;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
}

.img-preview img{
    max-width:100%;
    border-radius:5px;
}


.removeImg2 {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    background: rgba(0, 0, 0, 0.48);
    padding: 2px 8px;
    border-radius: 10px;
}

    .removeImg2:hover {
        cursor: pointer;
        color: #930606;
    }

#saleModal .modal-dialog,
#addImgModal .modal-dialog{
    margin-top:80px;
}

#saleModal .modal-body,
#addImgModal .modal-body{
    padding-top:25px;
    padding-bottom:25px;
}

.modal-footer{
    border:none;
}

.modal-content{
    border:5px solid #ddd;
    text-align:center;
    background:#30323a;
    color:#fff;
}

.modal-body h3{
    font-size:40px;
    font-family:'Oleo Script',cursive;
    color:#fff;
    text-shadow:-2px 2px 3px #000, 0 -1px 3px #000;
}

.product-side-img{
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
}



    .thumb img {
        max-width: 100%;
        border-radius: 5px;
        border: 3px solid transparent;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .thumb img:hover{
        cursor:pointer;
        border-color:#777;
    }

        .thumb img.active {
            border-color: #777;
        }

        .popup-img{
            position:fixed;
            top:0;
            right:0;
            bottom:0;
            width:50%;
            z-index:9999;
            padding:25px;
            text-align:center;
            display:none;
            background:rgba(0, 0, 0, 0.85);
        }

        .popup-img .closeImg{
            display:none;
        }

.mainImg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 95%;
    min-width:75%;
    border-radius: 5px;
}



.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#sortBtn {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 100%;
    font-size: 1.2em;
    border: 2px solid #777;
    border-radius:0;
    background: #30323a;
    color:#777;
    text-align:left;
    padding:8px 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    #sortBtn:hover {
        background: #30323a;
        border-color: #ddd;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.7);
        color:#fff;
    }

.custom-select {
    position: relative;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width:100%;
    font-size: 1.2em;
    border: 2px solid #777;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .custom-select:hover {
        background: #30323a;
        color: #fff;
        border-color: #ddd;
        box-shadow:0 2px 5px 0 rgba(0,0,0,0.7);
    }

    .custom-select .select-selected {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .custom-select:hover .select-selected {
        color: #fff;
    }

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background:#30323a;
}


    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #777 transparent transparent transparent;
       
    }

.custom-select:hover .select-selected:after {
    border-color: #fff transparent transparent transparent;
}
    /*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 10px;
    
}

.custom-select:hover .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 10px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #777;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent #fff transparent;
    cursor: pointer;
    user-select: none;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ddd;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 300px;
    overflow: auto;
    border: 2px solid #ddd;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.80);
    overflow-x: hidden;
}

    .select-items::-webkit-scrollbar {
        width: 10px;
    }

    .select-items::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        
    }

    .select-items::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        background: #30323a;
    }


    .select-items .select-search {
        box-shadow: none;
        width: 100%;
        border: none;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        height: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .select-items .select-search::-webkit-input-placeholder {
            color: #fff;
        }

        .select-items .select-search:focus {
            box-shadow: none;
            outline: none;
        }



.select-hide {
    display: none;
}

.select-items div:hover {
    background: #30323a;
    color: #fff;
}


@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height:360px;
}


.preview-thumbnail.nav {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav li {
        width: 18%;
        margin-right: 2.5%;
        text-align: center;
    }

        .preview-thumbnail.nav li img {
            max-width: 100%;
            display: block;
            margin:auto;
            height:50px;
        }

        .preview-thumbnail.nav li a {
            padding: 0;
            margin: 0;
            
        }

        .preview-thumbnail.nav li:last-of-type {
            margin-right: 0;
        }

        .preview-thumbnail.nav-tabs li:hover a{
            background:#fff;
            border:none;
            box-shadow:none;
        }


.pro-card {
    margin-top: 50px;
    background: #fff;
    padding: 3em;
    line-height: 1.5em;
}


@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.product-title, .pro-price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}
    .pro-price {
       font-size:30px;
    }

.product-title, .rating, .product-description, .pro-price, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
    font-size:35px;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 30px;
    }



    .rating .fa-star{
        color:orange;
    }


.pro-description{
    font-size:25px;
    border-bottom:2px solid #ddd;
    width:75%;
    margin:auto;
}

.product-description{
    font-size:18px;
}

.description-box{
    width:75%;
    margin:auto;
    padding:25px;
    margin-bottom:50px;
}

.description-box ul li{
    font-size:18px;
}



.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2.2em;
    width: 2.2em;
    border-radius: 2px;
    border: 2px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.color:hover{
    cursor:pointer;
    border-color:#16a6ff;
}

    .color:first-of-type {
        margin-left: 20px;
    }


    .black{
        background:#000;
    }

    .blue{
        background:#337ab7;
    }

    .white{
        background:#fff;
    }


.selected {
    text-align: center;
    line-height: 2em;
    border-color: #16a6ff;
}

.selected:before{
    font-family:fontawesome;
    content: '\f00c';
    color:#ccc;
}


.action .cartBtn{
    min-width:250px;
}


.product_rassurance {
    padding: 5px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
    font-size:12px;
}

    .product_rassurance .list-inline {
        margin-bottom: 0;
        text-transform: uppercase;
        text-align: center;
    }

        .product_rassurance .list-inline li:hover {
            color: #343a40;
        }


        .product-rating .fa-star,
        .product-rating .fa-star-o{
            font-size:18px;
        }


    #product-main-view img{
        max-height:555px;
    }

    #product-view .thumb{
        height:137px;
    }

.example-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

    .example-container img {
        display: block;
        margin: auto;
        max-width:100%;
        border-radius: 3px;
        max-height:540px;
    }

.examples {
    min-height: 400px;
    max-height: 550px;
    position: relative;
}


.addProImg{
    height:100px;
}

#addImgModal h3{
    color:#fff;
}

.category-list.open{
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.4);
}


.prev,
.next,
.prev:focus,
.next:focus {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom:0;
    background: none;
    margin-left: -10px;
    color: #777;
    font-size: 18px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    border-radius: 5px;
    border: 1px solid transparent;
    outline:none;
}

.next {
    right: -10px;
    margin-left: 0;
}

.prev:hover,
.next:hover {
    background-color: #30323a;
    color: #fff;
    border-color: #16a6ff;
    box-shadow: 0 0 10px #000;
}


.thumb-img-menu {
    overflow: auto;
    white-space: nowrap;
}

    .thumb-img-menu .thumb {
        height: 100px;
        opacity: .7;
        border:2px solid transparent;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .thumb-img-menu .thumb.active,
    .thumb-img-menu .thumb:hover{
        cursor:pointer;
        opacity:1;
        border-color:#16a6ff;
    }




.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease;
    box-shadow: inset -5px -5px 20px rgba(0, 0, 0, 0.72), 0 0 15px #000;
    background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
    background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
    background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
    background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.2) 0%, transparent 100%);
}

    .dot.active,
    .dot:hover {
        background-color: #ff840d;
    }








.fader {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CART STYLES xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.img-responsive {
    height: 200px;
    max-width: 100%;
}


.cyc {
    float: left;
}


.qty li {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.cart-header {
    padding: 15px;
    color: #777;
    width: 100%;
    margin:auto;
    background: #fff;
    margin-bottom: 15px;
    border-top:2px solid #ddd;
}

.cart-header:last-child{
    border-bottom:2px solid #ddd;
}

    .cart-header img {
        border-radius: 5px;
        max-height: 200px;
    }

.cart-container {
    width: 100%;
    min-height:700px;
}


.cart-items{
    text-align:center;
}


   


.delivery {
    font-size: 18px;
    font-family:Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}



.cart-header {
    position: relative;
}

#update-message {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.qty li p {
    font-size: 20px;
    font-family: 'Oleo Script',cursive;
}

#plusBtn {
    background: #000;
    margin-left: 5px;
    color: #fff;
    height:35.5px;
}

#minusBtn {
    background: #000;
    margin-right: 5px;
    color: #fff;
    height: 35.5px;
}


.cart-header2 {
    position: relative;
}

a.order {
    background: #202121;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin: 3em 0;
}

    a.order:hover {
        background: #615c85;
    }

.total-item, .cart-items {
    margin-top: 0em;
    padding-bottom: 2em;
}

    .total-item h3 {
        color: #333;
        font-size: 1.1em;
        margin-bottom: 1em;
    }

    .total-item h4 {
        font-size: 0.8em;
        font-weight: 600;
        color: #9C9C9C;
        display: inline-block;
        margin-right: 6em;
    }

a.cpns {
    background: #ff6978;
    color: #fff;
    padding: 10px;
    font-size: 0.8em;
    font-weight: 600;
}

    a.cpns:hover {
        background: #615c85;
    }

.total-item p {
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 1em;
    color: #727272;
}

    .total-item p a:hover {
        color: #333;
        text-decoration: underline;
    }

a.continue {
    background: #00405d;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
}

    a.continue:hover {
        background: #615c85;
    }

ul.total_price {
    padding: 0;
    margin: 1em 0 0 0;
    list-style: none;
}

    ul.total_price li.last_price {
        width: 50%;
        float: left;
    }

        ul.total_price li.last_price span {
            font-size: 1.1em;
            color: #000;
        }

.price-details {
    border-bottom: 1px solid #DDD9D9;
    padding-bottom: 10px;
}

    .price-details h3 {
        color: #000;
        font-size: 1.2em;
        margin-bottom: 1em;
    }

    .price-details span {
        width: 50%;
        float: left;
        font-size: 0.8125em;
        color: #000;
        line-height: 1.8em;
    }


.cart-items h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
}

a.item_add1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
    /* border-bottom-right-radius: 50%; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    background: url(0) #f54d56;
}

    a.item_add1:hover {
        background: rgb(3, 193, 167);
        text-decoration: none;
        color: #fff;
    }

.btn_5 {
    padding: 25px 40px;
    font-size: 1.1em;
}

ul.qty {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.qty li {
        display: inline-block;
        margin-right: 10%;
    }

        ul.qty li p {
            font-size: 0.8125em;
            color: #555;
        }

#shopCart .badge {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color:#777;
}

#shopCart:hover .badge {
    color: #16a6ff;
}

.cart-container table {
    border-radius: 15px;
}

    .cart-container table tr th {
        background-color: black;
        color: #fff;
        border: 2px solid black;
        height: 60px;
        padding-top: 20px;
    }

    .cart-container table tr td {
        font-weight: bold;
        height: 60px;
        padding-top: 20px;
    }

        .cart-container table tr td:hover {
            background-color: black;
            color: #fff;
        }


#removeItem {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #777;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

#removeItem:hover{
    color:#000;
}


.cart-container h3{
    font-family:'Oleo Script',cursive;
    font-size:40px;
}

.cart-container h4 {
    font-family: 'Oleo Script',cursive;
    font-size:30px;
}

.cart-container .cart-item-info{
    padding-top:25px;
}

.cart-container .cart-item-info h4 a {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    
}

.cart-container .cart-item-info h4 a:hover {
    text-decoration:none;
    color:#001af9;
}


#cart-total{
    font-size:12px;
}


#snackbar {
    visibility: hidden;
    width: 250px;
    margin-left: -125px;
    background-color: #000;
    border:3px solid #16a6ff;
    border-radius:5px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 100px;
    font-size: 2em;
    font-family:'Oleo Script',cursive;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
       top: 100px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}



/*xxxxxxxxxxxxxxxxx Home xxxxxxxxxxxxxxxxxx*/
.home-row{
    text-align:center;
}

.home-row img {
    max-width: 100%;
    width:100%;
    height: 300px;
    border-radius: 5px;
    margin-bottom:10px;
}

    .home-row .home-box {
        margin-bottom: 15px;
        border: 5px solid transparent;
        border-radius: 10px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .home-row .home-box:hover{
        cursor:pointer;
        border-color:#ddd;
        box-shadow:0 8px 16px 0 rgba(0,0,0,0.4);
    }





.top-selling-row h3,
.home-row h3{
    font-family:'Oleo Script',cursive;
    font-size:30px;
    text-align:center;
}


.top-selling-row{
    text-align:center;
    margin-bottom:50px;
}

    .topSell-item {
        margin-bottom: 25px;
        margin-top:25px;
        padding:10px;
        border-radius:15px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
    }

        .topSell-item:hover {
            box-shadow: inset 0 0 25px #000;
            cursor: pointer;
        }

.topSellImg {
    max-width: 100%;
    border-radius: 5px;
    
    height:200px;
}






/*xxxxxxxxxxxxxxx Customers xxxxxxxxxxxxxxxxxxx*/

.customer-table tr td:nth-child(odd){
    background:#30323a;
    font-family:'Oleo Script',cursive;
    font-size:25px;
    color:#fff;
}

.customer-table tr td strong{
    color:#fff;
    text-shadow:-2px 2px 3px #000, 0 -1px 3px #000;
}

.customer-table tr td:nth-child(even) {
    
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 25px;
    color: #000;
}


.myH3 {
    font-family: 'Oleo Script',cursive;
    font-size:50px;
    text-align:center;
    margin-top:50px;
    border-bottom:1px solid #ddd;
}

.order-box h3 {
    text-align: center;
    font-family: 'Oleo Script',cursive;
}

.order-row{
    margin-bottom:100px;
}

.order-box{
    border:2px solid #ddd;
    border-radius:5px;
    padding:5px;
    margin-bottom:10px;
    height:313px;
    overflow-y:auto;
}

.order-box .list-group{
    height:300px;
    overflow-x:hidden;
    overflow-y:auto;
    border-top:1px solid #ddd;
}

    .order-box::-webkit-scrollbar {
        width: 10px;
    }

    .order-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .order-box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        background: #ddd;
    }



.order-box .list-group .list-group-item{
    border:none;
}

.order-box p {
    font-family: 'Oleo Script',cursive;
    font-size:20px;
}

.orderDetailImg {
    max-width: 100%;
    max-height: 150px;
}


#loadOrders{
    min-height:375px;
}


.payment-form{
    text-align:center;
    min-height:600px;
    width:50%;
    margin:auto;
}

.payment-form p{
    font-family:'Oleo Script',cursive;
    font-size:30px;
    margin-top:15px;
}

    .payment-form legend{
        font-family:'Oleo Script',cursive;
        font-size:3em;
    }

    .payment-form fieldset .col-xs-12{
        margin-top:15px;
        margin-bottom:15px;
    }

    .payment-form .form-control{
        margin:auto;
        height:40px;
        font-size:20px;
    }

.payment-form .icon-container i{
    font-size:25px;
}

.complete-box {
    min-height: 600px;
    width: 75%;
    margin: auto;
}

    .complete-box h3 {
        font-family: 'Oleo Script',cursive;
        font-size: 30px;
    }

    .complete-box p {
        font-family: 'Oleo Script',cursive;
        font-size:25px;
        margin-top:20px;
        margin-bottom:100px;
        border:5px solid #ddd;
        border-radius:5px;
        background:#30323a;
        color:#fff;
        padding-top:50px;
        padding-bottom:50px;
        text-align:center;
    }


        .complete-box p .productLink {
            color: #16a6ff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }
            .complete-box p .productLink:focus,
            .complete-box p .productLink:hover {
                text-decoration: none;
                color: #F8694A;
            }

.complete-tbl{
    margin-top:20px;
}


    #loadInvoice .order-box p{
        margin:0;
        padding:0;
        border:none;
        background:none;
        color:#333333;
    }


    .new-customer-row .form-block{
        margin-top:25px;
        margin-bottom:25px;

    }

    
    .new-customer-row .form-block .form-control{
        height:50px;
        font-size:18px;
        border:3px solid #555;
        background:#000;
        color:#fff;
    }

        .new-customer-row .form-block .form-control:focus {
            border-color:#001af9;
        }

    .customerForm{
        margin-bottom:150px;
    }

.registerBtn {
    font-family: 'Oleo Script', cursive;
    border: 3px solid #555;
    font-size: 30px;
    background: #000;
    color: #555;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .registerBtn:hover {
        border: 3px solid #555;
        background: #000;
        color:#fff;
        box-shadow:0 3px 8px 0 rgba(0, 0, 0, 0.85);
    }






    .navbar-header a{
        display:none;
    }


/*xxxxxxxxxxxxx Login xxxxxxxxxxxxx*/
#loginForm {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 20px;
    margin-top: -252.5px;
    margin-left: -25%;
    width: 50%;
    height: 505px;
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 25px;
    border: 10px solid #16a6ff;
    border-radius: 10px;
    color: #16a6ff;
}

#loginForm .page-header{
    color:#16a6ff;
    border-bottom-color:#16a6ff;
}

#loginForm .form-block{
    margin:auto;
    margin-top:25px;
    margin-bottom:25px;
    width:70%;
}

    #loginForm .form-block .form-control {
        height: 50px;
        font-size: 18px;
        border: 3px solid #ddd;
        background: transparent;
        color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        #loginForm .form-block .form-control:focus {
            border-color: #16a6ff;
            background: #30323a;
            box-shadow:none;
        }

    #loginForm .primary-btn{
        margin-bottom:25px;
        background-color:#16a6ff;
        border:1px solid transparent;
    }

        #loginForm .primary-btn:hover {
            background-color: #30323a;
            border-color:#16a6ff;
        }



    #loginForm p a {
        font-size: 20px;
        font-family: 'Oleo Script',cursive;
        color: #16a6ff;
    }

        #loginForm p a:hover {
            color: #3be5ff;
        }


 

    #loginForm .checkbox{
        font-family:'Oleo Script',cursive;
        font-size:20px;
    }



    .forgotForm{
        width:50%;
        margin:auto;
        margin-top:150px;
        min-height:500px;
    }

    .forgotForm .form-block{
        width:50%;
        margin:auto;
        margin-top:25px;
        margin-bottom:25px;
    }

        .forgotForm .form-block .form-control,
        .forgotForm .form-block .form-control:focus {
            height: 50px;
            font-size: 18px;
            border: 3px solid #001af9;
            background: #000;
            color: #fff;
        }

.login-container {
    position:relative;
    min-height:580px;
}


.hpCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .hpCheckbox input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #777;
}

.inbox-small-cells .checkmark {
    background-color: #777;
}

/* On mouse-over, add a grey background color */
.hpCheckbox:hover input ~ .checkmark {
    background-color: #6d6d6d;
}

/* When the checkbox is checked, add a blue background */
.hpCheckbox input:checked ~ .checkmark {
    background-color: #16a6ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.hpCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.hpCheckbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.loadScreen{
    padding-top:100px;
    padding-bottom:100px;
}

.noResults{
    width:80%;
    margin:auto;
    padding-bottom:200px;
}


.category-list.open .custom-menu {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

