/* OpenCart 2/3 compatibility layer for the Camerite Plum storefront. */
body {
    background: #f7eef4;
    color: #222;
}

a {
    color: #a1045a;
}

a:hover,
a:focus {
    color: #222;
}

#top {
    background: transparent;
    border: 0;
    margin: 5px 0;
    min-height: 43px;
    padding: 10px 0 5px;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #222;
    text-shadow: none;
}

#top-links .list-inline {
    margin-bottom: 0;
}

#top-links .list-inline > li:not(:first-child) {
    border-left: 1px dashed #a1045a;
    padding-left: 10px;
}

#top .fa {
    color: #a1045a;
}

#top .dropdown-menu {
    background: #222;
    border: 0;
    border-radius: 8px;
}

#top .dropdown-menu a {
    color: #fff;
}

#top .dropdown-menu a:hover,
#top .dropdown-menu a:focus {
    background: #a1045a;
}

header {
    margin: 0;
}

#header-box {
    background: #a1045a;
    border-radius: 10px 10px 0 0;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 15px 10px;
}

#logo {
    margin: 7px 0 7px 15px;
}

#logo img {
    max-height: 70px;
}

#search {
    margin: 0 0 10px;
}

#search .form-control {
    background: #fff;
    border: 0;
    border-radius: 50px 0 0 50px;
    box-shadow: none;
    color: #222;
    height: 43px;
    padding-left: 16px;
}

#search .form-control:focus {
    box-shadow: inset 0 0 0 2px rgba(161, 4, 90, 0.2);
}

#search .input-group-btn > .btn {
    background: #fff;
    border: 0;
    border-radius: 0 50px 50px 0;
    color: #222;
    height: 43px;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: none;
}

#search .input-group-btn > .btn:hover,
#search .input-group-btn > .btn:focus {
    background: #222;
    color: #fff;
}

#cart {
    margin-bottom: 10px;
}

#cart > .btn {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
    min-height: 43px;
    text-shadow: none;
}

#cart > .btn:hover,
#cart.open > .btn {
    background: #222;
    color: #fff;
}

#cart .fa-shopping-cart {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 9px;
}

#cart .dropdown-menu {
    border-radius: 8px;
}

#menu {
    background: #222;
    border: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    margin-bottom: 10px;
    min-height: 50px;
}

#menu .nav > li > a {
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    text-shadow: none;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .nav > li.open > a:hover,
#menu .nav > li.open > a:focus {
    background: #a1045a;
    border-radius: 8px;
    color: #fff;
}

#menu .dropdown-menu {
    background: #a1045a;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#menu .dropdown-inner a,
#menu .see-all {
    color: #fff;
}

#menu .dropdown-inner a:hover,
#menu .see-all:hover,
#menu .see-all:focus {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.breadcrumb {
    background: #a1045a;
    border: 0;
    border-radius: 8px;
}

.breadcrumb > li,
.breadcrumb > li > a {
    color: #fff;
    text-shadow: none;
}

#content h3,
#content > h2:first-child {
    background: #222;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
}

.swiper-viewport,
.owl-wrapper-outer,
.carousel,
.panel,
.well {
    border-radius: 8px;
}

.product-thumb {
    background: #fff;
    border: 1px solid #a1045a;
    border-bottom-width: 5px;
    border-radius: 8px;
    border-top-width: 5px;
    margin-bottom: 18px;
    overflow: hidden;
}

.product-thumb .caption h4 a {
    color: #a1045a;
}

.product-thumb .price,
.product-thumb .price-new {
    color: #a1045a;
    font-weight: 700;
}

.product-thumb .button-group {
    background: #222;
    border-top: 1px solid #a1045a;
}

.product-thumb .button-group button {
    background: #222;
    color: #fff;
}

.product-thumb .button-group button:hover {
    background: #a1045a;
    color: #fff;
}

.btn-primary {
    background: #222;
    border-color: #a1045a;
    border-radius: 8px;
    color: #fff;
    text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #a1045a;
    border-color: #a1045a;
    color: #fff;
}

.list-group {
    border-radius: 8px;
    overflow: hidden;
}

.list-group-item {
    background: #222;
    border-color: #a1045a;
    color: #fff;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item:hover {
    background: #a1045a;
    border-color: #a1045a;
    color: #fff;
}

.form-control {
    border-color: #222;
    border-radius: 8px;
}

.form-control:focus {
    border-color: #a1045a;
    box-shadow: 0 0 0 2px rgba(161, 4, 90, 0.2);
}

footer {
    background: #a1045a;
    color: #fff;
    margin-top: 30px;
    padding-top: 30px;
    position: static;
}

footer h5 {
    background: #222;
    border-radius: 8px;
    color: #fff;
    padding: 10px;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff;
}

@media (max-width: 767px) {
    #top {
        margin-top: 0;
    }

    #top-links .list-inline > li {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header-box {
        padding-top: 20px;
    }

    #logo {
        margin: 5px 0 15px;
        text-align: center;
    }

    #logo img {
        margin-left: auto;
        margin-right: auto;
    }

    #search {
        margin: 0 0 14px;
    }

    #cart {
        text-align: center;
    }

    #menu .navbar-header {
        background: #222;
        border-radius: 0 0 8px 8px;
    }

    #menu .navbar-toggle {
        background: #a1045a;
        border-color: #a1045a;
        color: #fff;
    }

    #menu .nav > li > a {
        border-bottom-color: #a1045a;
    }
}

/* Match the OpenCart 4 desktop container width without changing mobile. */
@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

/* Match the OpenCart 4 header height without changing mobile. */
@media (min-width: 992px) {
    #logo img {
        max-width: 200px;
    }

    #cart {
        margin-bottom: 3px;
    }
}
