.paddingbottom25 {
    padding-bottom: 40px
}

.notifyjs-corner {
    position: fixed;
    margin: 5px;
    z-index: 20000!important;
    top: 0px!important;
}

.circle-text {
    width:25px;
    max-width: 25px;
    max-height: 25px;
}
.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #4679BD; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
}

.product-detail {
    margin-top: 20px;
}

.header-categories {
	background-color : var(--primary-color);
    margin-top: 55px;
}

#side-categories {
    margin: 30px 0px;
}

.navbar {
	margin-bottom: 0px;
}

.fixed-top {
    top: 0;
    width: 100%;
    position: fixed;
    background: white;
    z-index: 9999;
}

.content-below-header {
    padding-top: 0px;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}

.category-bar-item {
    color: white!important;
    padding: 1rem;
}

.primary-button {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-white);
    font-weight: bold;
}

.inverted-primary-button {
    background-color: var(--primary-white);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: bold;
}

.secondary-button {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: black;
    font-weight: bold;
}

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

.primary-select-element {
    color: var(--primary-white);
    background-color: var(--primary-color);
}

.primary-searchbox-element {
    background-color: var(--secondary-color);
    border-radius: 4px;
}

.main-shopping-cart-link {
    color: var(--primary-dark);
    font-size: 2rem;
}

.product-top-search-bar {
    padding: 1rem;
    background: var(--primary-white);
}

.product-lower-search-bar {
    background-color: var(--primary-color);
}

.store-front-main-container {
    background: white;
}

.main-section-header {
    text-align: center;
}

.main-section-header-text {
    display: inline-block;
    font-weight: bold;
    color: var(--primary-dark);
    border-bottom: 2px solid var(--primary-color);
}

.left-menu-header {
    font-size: 1.8rem;
}

.menu-header-text {
    font-weight: bold;
    color: var(--primary-dark);
    border-bottom: 2px solid var(--primary-color);
}

.product-list-inner-container {
    border-bottom: 2px solid var(--secondary-color);
}

.subcategory-menu-item {
    color: var(--primary-color);
}

.contacts-footer {
    background-color: var(--light-footer-gray);
}

/*show product*/

.show-product-rating-container {
    border-top: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
}

.product-content-container {
    border: 2px solid var(--secondary-color);
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #fff!important;
    border-radius: 4px;
}

.modal-dialog {
    width: 600px;
    margin: 100px auto;
}

@media  (max-width: 480px) {
    .hide-on-mobile {
        display: none;
    }
    .main-section-header {
        margin-top: 40px;
    }
}


