.btn-theme {
    color: #fff;
    background-color: #9c4395;
    border-color: #9c4395;
}

.btn-theme:hover {
    color: #fff;
    background-color: #cb3000;
    border-color: #cb3000;
}

.btn-theme:focus,
.btn-theme.focus {
    color: #fff;
    background-color: #cb3000;
    border-color: #cb3000;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

.btn-theme.disabled,
.btn-theme:disabled {
    color: #fff;
    background-color: #9c4395;
    border-color: #9c4395;
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme:not(:disabled):not(.disabled).active,
.show>.btn-theme {
    color: #fff;
    background-color: #cb3000;
    border-color: #cb3000;
}

.badge-theme {
    color: #fff;
    background-color: #9c4395;
}

a.badge-theme:hover,
a.badge-theme:focus {
    color: #fff;
    background-color: #cb3000;
}

a.badge-theme:focus,
a.badge-theme.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

svg {
    vertical-align: middle;
}

body {
    background-color: #fff;
    overflow-y: auto;
}

#header .header-top {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 0;
}

#header .header-top .top-call div {
    padding-top: 7px;
}

#header .header-top .top-call svg {
    fill: #666;
}

#header .header-top .top-call .call-us {
    color: #666;
    margin: 0 5px 0 0;
}

#header .header-top .top-call .call-no {
    color: #666;
}

#header .header-top .mobile-sidenavbar ul li,
#header .header-top .text-right ul li {
    padding: 7px 14px;
    border-right: 1px solid #dcdcdc;
}

#header .header-top .mobile-sidenavbar ul li:first-child,
#header .header-top .text-right ul li:first-child {
    border-left: 1px solid #dcdcdc;
}

#header .header-top .mobile-sidenavbar ul li a,
#header .header-top .text-right ul li a {
    color: #666;
}

#header .header-top .text-right ul li.dropdown-account .dropdown-menu {
    top: 15px !important;
}

#header .header-top .text-right ul li .badge {
    position: absolute;
    top: 2px;
    right: 15px;
}

#header .header-top .text-right ul li .badge {
    border-radius: 10rem;
    padding: .15625rem .285rem;
    font-size: .625rem;
}

#header .header-content {
    padding: 25px 0;
}

#header .header-content .cart button.dropdown-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

#header .header-content .cart button img {
    display: inline-block;
}

#header .header-content .cart button .cart-summary {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 7px;
}

#header .header-content .cart button span.cart-count {
    background-color: #9c4395;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    position: absolute;
    left: -3px;
    bottom: -7px;
}

#header .header-content .cart .dropdown-menu {
    min-width: 260px !important;
}

#cart .dropdown-menu {
    z-index: 1001;
}

#header .header-content .cart.show .dropdown-menu {
    margin-top: 10px !important;
}

#header .header-content .cart .dropdown-menu li p {
    margin: 20px 0;
}

#header .header-menu {
    background-color: #9c4395;
    margin-bottom: 20px;
}

#header .header-menu #navbar-menu .navbar-nav-link {
    background-color: #9c4395;
    border-color: transparent;
    color: #fff;
    padding: 14px 20px;
}

#header .header-menu #navbar-menu .dropdown-menu {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    background: #fff;
    min-width: 250px;
    border-radius: 0;
    margin: 0;
}

#header .header-menu #navbar-menu .dropdown-menu .dropdown-item.more-categories {
    padding: .25rem 1rem;
}

#header .header-menu #navbar-menu .dropdown-menu .dropdown-item:focus,
#header .header-menu #navbar-menu .dropdown-menu .dropdown-item:hover {
    color: #9c4395;
    text-decoration: none;
    background-color: inherit;
}

#header .header-menu #navbar-menu .dropdown-menu>.dropdown-submenu.show>.dropdown-item,
#header .header-menu #navbar-menu .dropdown-menu>.dropdown-submenu:hover>.dropdown-item {
    background-color: inherit;
    color: #9c4395
}

#header .header-menu .static-menu {
    margin: 0;
}

#header .header-menu .static-menu li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

#footer .footer-container .footer-main {
    padding: 50px 0 0;
    background: #fff;
}

#footer .footer-container .footer-main .footer-links {
    line-height: 22px;
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
}

#footer .footer-container .footer-main .footer-links ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
}

#footer .footer-container .footer-main .footer-links ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

#footer .footer-container .footer-main .footer-links ul li:after {
    content: "\/";
    display: block;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 1px;
    right: -2px;
    color: #bec5cd;
}

#footer .footer-container .footer-main .footer-links ul li:last-child::after {
    content: "";
}

#footer .footer-container .footer-main .footer-links ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

#footer .footer-container .footer-main .footer-infomation {
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
}

#footer .footer-container .footer-main .footer-infomation h5 {
    color: #222;
    font-weight: 500;
    display: block;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul {
    margin-bottom: 0;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li,
#footer .footer-container .footer-main .footer-infomation .footer-contact ul li {
    line-height: 30px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li::before {
    background-color: #9c4395;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 4px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li a,
#footer .footer-container .footer-main .footer-infomation .footer-contact ul li a {
    color: #666;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li a:hover,
#footer .footer-container .footer-main .footer-infomation .footer-contact ul li a:hover {
    color: #9c4395;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li a::before {
    background-color: #51aa1b !important;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li:hover::before {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

#footer .footer-container .footer-main .footer-infomation .footer-collapse ul li:hover {
    padding-left: 10px;
}

#footer .footer-container .copyright {
    background: #9c4395;
}

#footer .footer-container .copyright .bottom-content {
    padding: 20px 0;
}

#footer .footer-container .copyright .copyright-text {
    text-align: center;
    color: #fff;
}

.btn-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.btn-to-top button {
    color: #fff;
    background-color: #9c4395;
    border-color: #9c4395;
}

.btn-to-top button:hover {
    color: #fff;
    background-color: #9c4395;
    border-color: #9c4395;
}

@media (max-width: 1199.98px) {}

@media (max-width: 768.98px) {
    #header .header-content {
        padding: 15px 0;
    }
    #header .header-top .mobile-sidenavbar .btn {
        width: calc(2.125rem + 2px);
        height: calc(2.125rem + 2px);
    }
    #header .header-content .logo img {
        max-width: 105px;
        margin-left: 2px;
    }
    #header .header-content .header-search {
        margin-top: 20px;
    }
    #header .header-content .header-search .search-container {
        margin-top: 14px;
    }
    #header .header-menu {
        background-color: transparent;
        border-bottom: 1px solid #2a3c52;
    }
    body.active-sidenavbar {
        overflow: hidden;
    }
    body.active-sidenavbar::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: all .2s ease 0s;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -ms-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
    }
    body.active-sidenavbar #header .header-menu .sidenavbar {
        overflow-x: unset;
        overflow-y: scroll;
    }
    #header .header-menu .sidenavbar {
        height: 100%;
        width: 280px;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -280px;
        background-color: #111;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        z-index: 1040;
        transition: left ease-in-out .15s, right ease-in-out .15s;
    }
    #header .header-menu .sidenavbar.sidebar-mobile-expanded {
        left: 0;
    }
    #header .header-menu .sidenavbar .head-nav {
        background-color: #222;
        padding: 12px 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
    }
    #header .header-menu .sidenavbar .head-nav i {
        color: #fff;
        font-size: 16px;
    }
    #header .header-menu .sidenavbar .navbar-collapse .navbar-nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 15px;
    }
    #header .header-menu .sidenavbar .navbar-collapse .navbar-nav-link {
        color: #2a3746;
        background-color: transparent;
        border-bottom: 1px solid #eee;
    }
    #header .header-menu .sidenavbar .navbar-collapse .navbar-nav-link:focus,
    #header .header-menu .sidenavbar .navbar-collapse .navbar-nav-link:hover,
    #header .header-menu .sidenavbar .nav-item.dropdown.show .navbar-nav-link {
        color: #9c4395
    }
    #header .header-menu .sidenavbar .navbar-collapse .navbar-nav-link.dropdown-toggle {
        padding-right: 2.5rem;
    }
    #header .header-menu .sidenavbar .navbar-collapse .navbar-nav-link.dropdown-toggle:after {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header .header-menu .sidenavbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 10px 15px;
    }
    #header .header-menu .sidenavbar .nav-item.dropdown .dropdown-menu .dropdown-item,
    #header .header-menu .sidenavbar .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #2a3746;
        background-color: transparent;
    }
    #header .header-menu .sidenavbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
    #header .header-menu .sidenavbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        color: #9c4395
    }
    #header .header-menu .sidenavbar .nav-item.dropdown.show .dropdown-menu.show {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        transform: none !important;
        border-bottom: 1px solid #eee;
    }
    #header .header-menu .sidenavbar .nav-item.dropdown.show .dropdown-menu.show .dropdown-submenu.show .dropdown-menu.show {
        border-bottom: none;
    }
    #footer .footer-container .footer-main .footer-infomation .col-sm-4 {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: .625rem;
        padding-left: .625rem;
    }
    #footer .footer-container .footer-main .footer-infomation h5 {
        line-height: 15px;
        margin: 0 0 20px;
    }
    #footer .footer-container .footer-main .footer-infomation h5 a[data-toggle="collapse"]::after {
        font-family: 'icomoon';
        content: '\ed5b';
        font-size: 12px;
        font-weight: normal;
        float: right;
        cursor: pointer;
        line-height: 20px;
    }
    #footer .footer-container .footer-main .footer-infomation h5 a.collapsed[data-toggle="collapse"]::after {
        font-family: 'icomoon';
        content: '\ed5a';
        font-size: 12px;
        font-weight: normal;
        float: right;
        cursor: pointer;
        line-height: 20px;
    }
    #footer .footer-container .footer-main .footer-infomation .footer-collapse ul {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    #header .header-top {
        padding: 0;
    }
    #header .header-top .text-right ul li.dropdown-account .dropdown-menu {
        top: 11px !important;
    }
    #header .header-content .cart .dropdown-toggle::after {
        content: "";
    }
}

@media(min-width: 769px) and (max-width: 991.98px) {
    #header .header-menu .static-menu li {
        margin: 0 6px;
    }
    #footer .footer-container .footer-main .footer-infomation h5 {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    #header .header-menu .static-menu li a {
        color: #fff;
        font-size: 15px;
        transition: all 0.3s ease-in-out;
    }
    #header .header-menu .static-menu li a:hover {
        color: #fff;
    }
    #header .header-menu .static-menu li {
        padding-top: 14px;
        margin: 0 15px;
    }
    #footer .footer-container .footer-main .footer-infomation .footer-collapse.collapse {
        display: block !important;
    }
}

.slider-banner {
    margin-bottom: 50px;
}

#slideshow-home.owl-theme .owl-nav button i {
    font-size: 18px;
}

#slideshow-home.owl-theme .owl-nav button {
    color: #fff;
    font-size: 20px;
    margin: 5px;
    padding: 7px 0;
    background: #2a3c52;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 2px solid #2a3c52;
    transition: all 0.3s ease 0s;
    opacity: 0;
    width: 40px;
    height: 40px;
    text-align: center;
}

#slideshow-home.owl-theme:hover .owl-nav button {
    opacity: .8;
}

#slideshow-home.owl-theme .owl-nav button:hover {
    color: #fff;
    background-color: #9c4395;
    border: 2px solid #9c4395;
}

#slideshow-home.owl-theme:hover .owl-nav .owl-next {
    right: 10px;
}

#slideshow-home.owl-theme:hover .owl-nav .owl-prev {
    left: 10px;
}

#slideshow-home.owl-theme .owl-nav .owl-next {
    right: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 40%;
}

#slideshow-home.owl-theme .owl-nav .owl-prev {
    left: 0px;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 40%;
}

#slideshow-home.owl-theme .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 10px;
    left: auto;
    width: 100%;
    text-align: center;
}

#slideshow-home.owl-theme .owl-dots .owl-dot.active span,
#slideshow-home.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #9c4395;
}