﻿.pageContainer {
    min-height: calc(100vh - 41px);
}

.pageContainerWithFooter {
    min-height: calc(100vh - 269px);
}

.logo {
    max-width: 100%;
    max-height: 100%;
    background: none;
}

body {
    margin: 0;
    padding: 0;
    font: 14px/normal, sans-serif;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header {
    border: 1px solid #cccccc;
    text-align: center;
    margin: auto;
    border-radius: 3px;
}

.links {
    text-align: center;
    margin: auto;
    border-radius: 3px;
}

.content {
    border: 1px solid #cccccc;
    text-align: center;
    margin: auto;
    border-radius: 3px;
    height: 100%;
}

.catmobile {
    text-align: center;
    margin: auto;
    border-radius: 3px;
}

.sidebar1 {
    background-color: white;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    padding: 10px 10px;
    height: 100%;
}

.footer {
    background-color: lightgray;
    border: 1px solid #cccccc;
    text-align: center;
    margin: auto;
    border-radius: 5px;
}

.jasonSmartBar {
    background-color: white;
    text-align: center;
    padding: 2px;
    width: 100%;
    overflow: auto;
}

.search {
    margin: auto;
}

.cat2 {
    height: 25px;
    margin-top: 10px;
}

.search {
    height: 45px;
}

.footer {
    height: 150px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.col {
    margin: 10px 0;
    padding: 5px 10px;
    height: 400px;
}

.sidebar2 {
    height: 100%;
}

.links, .search {
    margin-top: 10px;
}

@media only screen and (max-width: 1080px) {
    #divBanner {
        display: none;
    }
}

/******************* BEGIN SPINNER STYLES ******************/
.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 11999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #5f5f5f;
    border-bottom: 16px solid #5f5f5f;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/******************** END SPINNER STYLES *******************/

.contentPlaceHolderCSS {
    margin-top: 10px;
}

.contentMessage {
    text-align: center;
    color: #6b6b6b;
    font-size: 18px;
    padding-bottom: 10px;
}

@media screen and (min-width: 1170px) {
    .contentPlaceHolderCSS {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1014px) and (max-width: 1167px) {
    .contentPlaceHolderCSS {
        margin-left: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
    .contentPlaceHolderCSS {
        margin-left: 30px;
    }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    .responsiveImage {
        width: 50%;
    }
}

@media screen and (max-width: 1100px) 
{
    .featuredResponsiveImage {
        width: 80%;
    }    

}

@media screen and (max-width: 400px) {
    .featuredResponsiveImage {
        width: 80%;
    }
}

@media screen and (max-width: 340px) {
    .featuredResponsiveImage {
        display: none;
    }
}


.responsiveLinkImage {
    width: 95px;
    border-radius: 5px;
    margin: 2px 8px 5px 5px;
}

.btn-disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.categoryItemStyle {
    border: 1.5px solid #b0b0b0;
    width: 100%;
    padding: 10px 8px 3px 8px;
    border-radius: 28px;
}


/*************************** BEGIN SEARCH PAGE ***************************/
.searchPageText {
    font-size: 18px;
    color: #636363;
    font-weight: 500;
}

.ResultIndexMessage {
    font-size: 18px;
    color: #636363;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .ResultIndexMessage {
        display: none;
    }
}

a.searchCriteria {
    text-decoration: none;
    background: url(/images/miniBasketBullet2.gif) no-repeat left top;
    display: block;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0 5px 10px 8px;
    border-bottom: solid 0 #C2D5D5;
    padding: 2px 3px 0 24px;
    color: #6b6b6b;
}

a.searchCriteria:hover {
    color: #956a1b;
    background: url(/images/miniBasketBullet2_Hover.gif) no-repeat left top;
}

h3.searchCriteria {
    color: #6b6b6b;
    border-top: 0;
    border-bottom: solid 1px #404040;
    height: 24px;
    margin-top: 0;
    padding: 2px;
    line-height: 22px;
    font-weight: bold;
    text-indent: 5px;
    font-size: 12px;
}

.searchPageFilterPanel {
    font-size: 15px;
    border: 1.5px solid #b6b6b6;
    border-radius: 18px;
    padding: 0.5em;
    background-color: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 185px;
}

@media screen and (max-width: 768px) {
    .searchPageFilterPanel {
        width: 97%;
    }
}

/**************************** END SEARCH PAGE ****************************/

.termsOfUsePage {
    width: 100%;
    text-align: justify;
    border: 1px solid #b0b0b0;
    border-radius: 15px;
    padding: 15px 15px 15px 15px;
    font-size: 18px;
    color: #404040;
}

.CategoryFilterMasterPage {
    margin-left: -50px;
    margin-top: 10px;
}

@media screen and (max-width: 1048px) {
    .CategoryFilterMasterPage {
        margin-left: 0px;
    }
}


.ThumbnailProductImg {
    width: 120px;
    padding-right: 5px;
}

@media screen and (max-width: 400px) {
    .ThumbnailProductImg {
        display: none;
    }
}


/********* BEGIN PAYMENT AGREEMENT MESSAGE ON THE CHECKOUT PAGE ***********/
.paymentAgreementMsg {
    border: 2px solid #b0b0b0;
    border-radius: 15px;
    max-width: 600px;
    padding: 10px;
    text-align: justify;
    margin-left: -80px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1072px) {
    .paymentAgreementMsg {
        margin-left: 0px;
    }
}

/********** END PAYMENT AGREEMENT MESSAGE ON THE CHECKOUT PAGE ************/




