* {
    font-family: 'IBM Plex Sans', sans-serif;
}

h1, h2, h3 {
    color:#414042;
    font-weight: 500;
}

h2 {
    font-size: 22px;
}
.h2-small {
    font-size:20px;
    font-weight:600;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    line-height:24px;
}
.h3-small {
    font-size:17px;
    font-weight:500;
}
.h3-small .subtitle {
    display:block;
    color:#666;
    font-weight:400;
}
.h3-xsmall {
    font-size:15px;
    font-weight:600;
    line-height: 22px;
}
.h3-xsmall .subtitle {
    display:block;
    color:#666;
    font-weight:500;
}

h4 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 265px; /* Margin bottom by footer height */
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 265px; /* Set the fixed height of the footer here */
    background: #fff;
}

html,body {
    min-height: 100%;
}

body {
    background: center center no-repeat url(/theme/zimbali/images/bg-temp.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.btn {
    border-radius: 12px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: lowercase;
}

.btn-light {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.bg-light {
    background-color: #f1f1f1 !important;
}

.btn-success {
    background-color: #cecc3f;
    border-color: #cecc3f;
    color: #fff;
}

.btn-success:hover {
    background-color: #b8b71c;
    border-color: #b8b71c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background-color: #b8b71c;
    border-color: #b8b71c;
}

.btn-success:focus, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(206,204,63,0.5);
}

.btn-primary {
    background-color: #cb2b23;
    border-color: #cb2b23;
}

.btn-primary:hover {
    background-color: #b81e14;
    border-color: #b81e14;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #b81e14;
    border-color: #b81e14;
}

.btn-primary:focus, .btn-primary.focus, .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.2rem rgba(184,30,20,0.5);
}

.btn-danger {
    background-color: #cb2b23;
    border-color: #cb2b23;
}

.btn-danger:hover {
    background-color: #b81e14;
    border-color: #b81e14;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    background-color: #b81e14;
    border-color: #b81e14;
}

.bg-danger {
    background-color: #cb2b23 !important;
}

.badge-danger {
    background-color: #cb2b23 !important;
    border-color: #cb2b23 !important;
}

.badge strong {
    font-weight: 700;
}

.badge {
    font-weight: 400;
}


img.logo {
    max-width: 270px;
    max-height: 55px;
    margin-top:-14px;
}

header .dropdown:hover > .dropdown-menu {
    display: block;
}

.header-top {
    background: #fff;
    border-bottom: 1px dashed #e6e6e6;
    padding: 32px 0 27px 0;
}

@media (max-width: 767px) {
    .header-top {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .usps li {
        font-size: 14px !important;
    }
}

.header-menu {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.header-top input {
    height: 42px;
    font-size: 13px;
    font-weight: 300;
    color:#000;
    background: #f1f2f2;
    border-color: #f1f2f2;
    border-radius: 12px;
    box-shadow: none !important;
    transition: .2s linear all;
}

.header-top input:focus {
    border-color: #cecc3f;
}

.header-top .input-group-append .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.header-top .btn-link {
    color: #231f20;
}

.header-top .btn-cart,
.header-top .btn.account {
    height: 42px;
    line-height:28px;
}

.header-top .btn-cart svg {
    margin-right: 8px;
}

.header-menu li.nav-item a {
    font-size: 15px;
    padding-left:0 !important;
    padding-right: 16px !important;
}

.header-menu li.nav-item a svg {
    font-size: 12px;
    color: #cb2b23;
    margin-left: 2px;
    margin-right: 4px;
}

.header-menu .ml-auto li a {
    text-transform: lowercase;
}

.header-menu .dropdown-menu {
    border-radius: 0 !important;
    border-color:#fff !important;
    background: #fff !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    padding: 10px 8px;
}

.header-menu .dropdown-menu a.dropdown-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.main-content {
    margin-top: 35px;
    background: #fff;
}

.home .main-content {
    margin-top: 15px;
    background: none;
}

.layout-content {
    padding: 15px 25px 45px 25px;
}

.home .layout-content {
    padding: 15px 0 45px 0;
}

.breadcrumbs-wrapper {
    padding: 5px 10px;
    border-bottom: 1px dashed #e6e6e6;
}

.breadcrumb-item a {
    color:#333;
}

.no-breadcrumbs {
    width: 100%;
    height: 15px;
}

.footer-top {
    background: #cecc3f;
    color: #fff;
    padding: 18px 0 19px 0;
}

.footer-top a {
    color: #fff;
}

.footer-bottom, .footer-bottom a {
    color: #808285;
    transition: color .1s linear;
}

.footer-bottom a:hover {
    text-decoration: none;
    color: #ed2437;
}

.footer-top .usps, .footer-top .usps li {
    display:inline-block;
    margin:0;
    padding:0;
}

.footer-top .usps li {
    margin: 0 7px;
    font-size: 15px;
}

.footer-top svg {
    font-size: 20px;
    margin: 0 2px;
    position: relative;
    top:2px;
}

.footer-top .usps li svg {
    font-size: 16px;
    margin-right: 5px;
}

.footer-mid {
    background: #fff;
    font-size: 14px;
    padding: 40px 0 20px 0;
}

.footer-bottom {
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
}

.footer-nav, .footer-nav li {
    list-style: none;
    margin:0;
    padding:0;
}

.footer-nav li a {
    color: #58595b !important;
    line-height: 23px;
}

.footer-nav li a.font-weight-bold {
    font-weight: 600 !important;
}

table.orders a {
    display:block;
    color:#333;
}

table.orders a:hover {
    text-decoration: none;
}

.cart-amount-action {
    height: 38px;
}

.cart-amount-action svg {
    margin-top:5px;
}

.cart-table td {
    vertical-align: middle;
}

.hide-col-sm-9s .col-sm-9 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

#collections_module ul {
    list-style: none;
    margin-left:0;
    padding-left:0;
}

#collections_module ul li {
    padding-bottom:3px;
}

#collections_module ul li:last-of-type {
    padding-bottom: 0;
}

#collections_module ul li ul li ul li {
    padding-left:16px;
}

#collections_module ul a {
    color:#333;
}

#collections_module ul li b a{
    color:#cb2b23;
}

.pagination .page-link {
    border: none !important;
}

.pagination .page-link {
    color:#000;
    border-radius: 8px !important;
}

.pagination .page-link:hover {
    position: relative;
    z-index:500;
}

.pagination .page-link.arrow {
    line-height:19px;
}

.pagination .disabled .page-link {
    color:#aaa !important;
}

.pagination .disabled.active .page-link {
    color:#fff !important;
    font-weight:500;
    background: #cb2b23 !important;
    padding: 4px 9px !important;
    margin:0 !important;
}

.collection-filters {
    font-size: 13px;
}

.collection-filters span.divider {
    color: #aaa;
    padding:0 8px;
}

.collection-filters .btn-sm {
    font-size: 13px;
    position: relative;
    top:-1px;
    margin-left:6px;
}

.collection-filters select.filter {
    width: auto;
    background: #f1f2f2;
    border:none !important;
}

.collection-filters .dropdown-toggle::after {
    display:none !important;
    border:none !important;
}

.collection-filters .dropdown-toggle svg {
    color:#cb2b23;
    font-size:12px;
    position: relative;
    top:1px;
    margin-left:15px;
}

.collection-filters .dropdown-menu {
    font-size:13px;
    padding:6px 1px !important;
}

.collection-filters .dropdown-menu .dropdown-item {
    padding: 3px 10px;
}

.nav-float-right nav {
    float:right;
}

@media (max-width: 767px) {
    .nav-float-sm-center nav {
        float:none !important;
    }
}

.products.view-list, .products.view-grid {
    border-top: 1px solid #e6e6e6;
}

.products.view-grid.home-recent {
    border-top: none !important;
}

.products.view-grid {
    padding-top:10px;
}

.products.view-list .product {
    border-bottom: 1px solid #e6e6e6;
    padding:10px 0;
}

.products.view-grid .product:hover {
    position: relative;
    background:#fff;
    border-radius:8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.2);
    padding:20px !important;
    margin:-20px !important;
    z-index:1000;
}

.products.view-grid .on-hover {
    display:none;
}

.products.view-grid .product:hover .on-hover {
    display:block;
}

.product-thumb {
    width:90%;
    padding-bottom:90%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center center;
    position: relative;
}

@media (max-width: 991px) {
    .product-thumb {
        width:100%;
        padding-bottom:100%;
        margin-bottom:5px;
    }
}

.products.view-grid .product-thumb {
    width: 100%;
    padding-bottom:100%;
    margin-bottom:8px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product .price-compare {
        bottom:-20px !important;
    }
    .product .price {
        bottom:-20px !important;
    }
}

.product-thumb .price  {
    display: block;
    position:absolute;
    bottom:10px;
    right:-10px;
    background: #cb2b23;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding:4px 6px;
    text-align: center;
}

.product-thumb .price-compare {
    display: block;
    position:absolute;
    bottom:10px;
    right:-10px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}


.product-thumb .price-compare span {
    display:block;
    width:100%;
    padding:4px 6px;
}

.product-thumb .price-compare span.original {
    background: #ddd;
    color: #666;
    font-weight:400;
    text-decoration: line-through;
}

.product-thumb .price-compare span.discounted {
    background: #cb2b23;
    color: #fff;
}

.product .add-to-cart {
    display: block;
    position:absolute;
    bottom:10px;
    left:0px;
    background: #cecc3f;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding:4px 6px;
    text-align: center;
    opacity:0;
    transition: all .2s ease-in-out;
    border-radius: 12px;
    min-width: 30px;
}

.product:hover .add-to-cart {
    opacity:1;
    transition: all .2s ease-in-out;
}

.product:hover .add-to-cart:hover {
    background: #b8b71c;
    transition: all .2s ease-in-out;
}

.product .add-to-cart.secondary {
    background: #5a6268 !important;
}

.product .add-to-cart svg {
    color: #fff;
}

.product h3 a {
    color: #414042;
}

small.price {
    font-weight: 500;
    padding-right:3px;
}

.product p.description {
    height:54px;
    max-height:54px;
    font-weight:400;
    font-size:13px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom:6px;
}

@media (max-width: 991px) {
    .product p.description {
        height: auto;
        margin-bottom:10px;
    }
}

.product-view .extra-image {
    border:1px solid #eee;
    width: 100%;
    padding-top:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.product-view .extra-image:hover {
    border-color: #cecc3f;
}

.product-view .price-inline {
    font-weight: 500;
    color: #414042;
    position:relative;
    top:1px;
    padding-right:5px;
    font-size:16px;
}

.socials {
    vertical-align: top;
}

.socials > a {
    display: inline-block;
    position: relative;
    top:-6px;
    margin-left:4px;
    margin-right:4px;
}

.carousel-caption {
    left: 30px;
    right: 30px;
    max-width: 350px;
    bottom: 30px;
    padding: 25px 25px 10px 25px;
    text-align: left;
}

.carousel-control-prev, .carousel-control-next {
    opacity:.7;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cb2b23' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cb2b23' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.btn-link-arrow svg {
    color: #cb2b23;
    margin-left:-16px;
    margin-right: 3px;
    position: relative;
}

.btn-link-arrow {
    color:#333;
}

.btn-link-arrow:hover {
    text-decoration: none;
    color: #cb2b23;
}

@media screen and (min-width: 1200px) {
    .home-aside {
        min-height: 421px;
    }
}



.home-aside h2,
.home-recent-wrap h2 {
    font-size: 18px;
    margin-bottom:15px;
}

.home-aside p {
    font-size:15px;
}

a.dropdown-item svg {
    font-size: 11px !important;
    position:relative;
    top:-1px;
}

.scent {
    margin-bottom:5px;
}

.scent-featured {
    margin-bottom:30px;
}

.scent-thumb {
    padding-top: 78%;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.scent-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top:5px;
    margin-right: 3px;
}

.scent .h3-small {
    font-size: 14px;
}

.scent-circle.featured {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top:3px;
    margin-right: 2px;
}

.scent-circle.list {
    width: 12px;
    height: 12px;
    top:0px;
}

.scent .featured-indicator {
    background: #cb2b23;
    color:#fff;
    font-weight: 500;
    font-size: 11px;
    padding: 4px 8px;
}

.scent a:hover,
.scent a:hover h3 {
    text-decoration: none;
    color: #cb2b23;
}

.fb-share-button {
    position:relative;
    top:-6px;
}

.ekko-lightbox-nav-overlay > a {
    opacity: 1 !important;
}

.alert-secondary.bg-light {
    border-color: #eaeaea !important;
}

.show-in-secondary {
    display:none !important;
}

@media (max-width: 768px) {

    .cart-amount-action {
        height: 24px;
        width: 24px;
    }

    .cart-amount-action svg {
        margin-top: 0px !important;
        width: 10px !important;
        position: relative;
        top:-5px;
        left: -5px;
    }

    .btn-secondary .show-in-secondary {
        display:inline-block !important;
    }

    .navbar-collapse {
        max-width: 100% !important;
    }

    .navbar-collapse .dropdown-menu {
        max-width: 100% !important;
    }

    #cart-button {
        float:right;
    }
    .header-top .btn.account {
        background: #f1f1f1;
    }

    .cart-table td, .cart-table th {
        font-size:11px;
    }

    .cart-table input {
        font-size:11px;
        padding:3px !important;
        width: 30px !important;
    }

    .table.cart-table th,
    .table.cart-table td {
        padding:4px 2px !important;
    }

    .amount-input-td {
        width: 100% !important;
    }

    .amount-input-td input {
        display: inline-block;
    }

    table.orders th,
    table.orders td {
        font-size: 12px !important;
    }

    .footer-bottom {
        font-size: 12px !important;
        line-height: 20px !important;
    }
}

.voorraad svg {
    position: relative;
    top:1px;
}

.cart-voorraad {
    display:block;
    line-height: 16px;
}