﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
    font-size: 13px;
}

main {
    margin-top:90px;
}

.navbar-expand-md {
    top: 110px;
    z-index: 1560;
}

.navbar {
    background-color: #fff;
    margin-bottom: 20px;
    max-width: 700px;
    min-width: 385px;
}

nav.fixed-top {
    left: unset;
    right: unset;
}

@media (min-width:768px) {
    main {
        margin-top:150px;
    }

    .navbar-expand-md {
        top: 70px;
        z-index: 1500;
    }

    nav.fixed-top {
        width: 100%;
    }
}

@media (min-width:992px) {
    .navbar {
        max-width: 930px;
    }
}

@media (min-width:1050px) {
    main {
        margin-top: 120px;
    }
}

@media (min-width:1200px) {
    .navbar {
        max-width: 1110px;
    }
}

@media (min-width:1400px) {
    main {
        margin-top: 120px;
    }
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}

@media (min-width:576px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

footer {
    font-size: small;
    margin-top:50px;
}

.navbar-brand img {
    width: 150px;
}

.navbar-toggler {
    padding: unset;
}

.nav-item {
    text-transform:uppercase;
    text-align:center;
}

.form-control {
    height: 30px;
    padding: 0 .75rem;
}

select.form-control {
    height: 30px !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    min-height: 130px;
    height:100%;
    /*background-color: #777;*/
}

.carousel-item > a > img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 419px;*/
}

#MenuH .submenu {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-top: 3px solid #e8418f;
    margin: 0 5px;
    padding: 5px;
    font-size: 12px;
    z-index: 9999;
}

#MenuH ul ul li, #MenuH ul ul li a, #MenuH ul ul li span, #MenuV ul, #MenuV li, #MenuV li a, #MenuV li span {
    white-space: nowrap;
    display: block;
}

#navbarCollapse {
    margin-top:20px;
}

#account {
    display:block;
    position:absolute;
    right:10px;
    top:0px;
    font-size:small;
}

#account > a {
    margin: 0 10px;
}

#basketpopupcontent > a {
    margin: 0 0 0 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width:1200px) {
    .container {
        /*max-width: 95%;*/
    }
}
    
.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control::placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(180, 36, 143, .25);
    border-color: #e8418f;
}

.panel {
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid transparent;
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom:1px solid transparent;
}

.panel-body {
    padding: 15px;
}

.panel-default > .panel-heading {
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd;
}

.product-box {
    margin: 10px 10px 50px 10px;
}

.img-responsive {
    width:100%;
}

.thumb {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
    max-width: 100px;
}

.product-box > .image {
    /*border: 1px solid #ddd;*/
    padding: 0;
    text-align:center;
}

.product-box > .caption {
    font-size: 12px;
    /*position: absolute;*/
    bottom: 40px;
    /*padding: 0 15px;*/
    /*height: 50px;*/
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    right: 16px;
    left: 16px;
    text-transform: capitalize;
    margin: 10px 0px;
}

.product-box > .separator {
    height: 5px;
    background-image: url('greca.gif');
    background-position: bottom left;
    background-repeat: repeat-x;
}

.capitalize {
    text-transform: capitalize;
}

.product-box > .cart-panel {
    font-size: smaller;
    /*position: absolute;*/
    bottom: 30px;
    padding: 5px;
    right: 16px;
    left: 16px;
}

.product-box > .cart-panel > .price {
    float: left;
}

.product-box > .cart-panel > .cart {
    float: right;
    padding-left:5px;
}

.sale-price {
    color: #e8418f;
}

.control-group {
    margin-top:10px;
}

.well {
    margin-top: 10px;
}

.btn-default {
    background-color: #e8418f;
    color: #fff;
}

a.btn-default:hover {
    color: #fff;
}

.btn:focus {
    box-shadow: 0 0 0 0 rgba(255,255,255,1);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255,255,255,1);
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255,255,255,1);
}

.product-box-list {
    min-height: 300px;
}

.basket-box-list {
    min-height: 300px;
}

.tab-content {
}

.tab-pane {
    padding: 15px;
    font-size: smaller;
    border-width: 0 1px 1px 1px;
    border-style:solid;
    border-color: #dee2e6;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > .nav-link {
    border-bottom: 1px solid #dee2e6;
}

.form-group {
    margin-bottom:2em;
}

a {
    color:#b9b9b9;
}

a:hover {
    color: #e8418f;
    text-decoration:none;
}

a.color-selected > img {
    border: 1px solid #e8418f;
}

a.active {
    color: #e8418f;
}

a.link-color {
    color: #17a6b3;
    font-weight:bold;
}

.dropdown-toggle::after {
    display:none;
}

.table-light > tbody > tr > td {
    padding:5px;
}

.dropdown-menu-cart {
    left:unset;
    right:0;
    padding:10px;
}

.pagination {
    float:right;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size:12px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    cursor: default;
    background-color: #e8418f;
    border-color: #e8418f;
    font-size:12px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    line-height: 1.4;
    padding: 3px 10px;
    color: #e8418f;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size:12px;
}

#accordion, #accordion-sales {
    margin-right: 10px;
}

#accordion > .category > .title {
    font-size: 11pt;
}

#accordion-sales > .category > .title {
    font-size: 10pt;
}

#accordion > .category > .expander, #accordion-sales > .category > .expander {
    position: absolute;
    margin-top: -25px;
    right: 20px;
}

#accordion > .category {
    display: block;
    padding: 5px;
}

#accordion-sales > .category {
    display: block;
    padding: 2px 0;
}

#accordion > .category > .content, #accordion-sales > .category > .content {
    padding-left: 10px;
    text-transform: capitalize;
}

#accordion > .category > .content > a, #accordion-sales > .category > .content > a {
    display: block;
}

#accordion > .category > .content > .active, #accordion-sales > .category > .content > .active {
    color: #e8418f;
}

.title {
    font-size: 11pt;
}

.row {
    width: 100%;
}

.related-products {
    margin-top:50px;
}

.mui-notify-bar {
    bottom: 50% !important;
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
    text-align: center;
    z-index:1000;
}

.shipping-info {
    display: none;
}

.filter-menu {
    display: none;
}

.pagination {
    display:contents;
}

@media (min-width:768px) {
    .pagination {
        display: flex;
    }
}

@media (min-width:1100px) {
    .mui-notify-bar {
        width: 40% !important;
        left: 30% !important;
        right: 30% !important;
    }

    .shipping-info {
        display: block;
        margin-top: 20px;
        border-color: #e8418f;
        border-style: dotted;
        padding: 10px;        
        color: #17a6b3;
        font-size: 12px;
    }

    .shipping-info > .row {
        margin-bottom: 10px;
    }

    .filter-menu {
        display:block;
    }
}

.menu, .menu > .nav-item > .nav-link {
    background-color: #17a6b3;
    color: white;
    font-weight: 500;
    font-size: 12px;
}

.payment-desc {
    font-size: 11px;
    margin-left: 15px;
    margin-bottom: 5px;
    display: block;
}