/* oramaworld.css  */
/* author: athamas */

body {
    /*font-family: "Alegreya Sans";*/
    font-family : "Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
    font-size : 14px;
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #575e66;
    /*background-color: #F8F0E9;*/
}

body {
    background: url(images/world_paper_1100_1286.jpg) repeat top left;
    margin: 0px;
    padding: 0px;
}

#bodyWrapper {
    position: relative;
    background-color: rgba(255,255,255,0.6);
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    margin: 15px;
    z-index: 0;
    width: auto;
}

#bodyWrapper:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    margin: 15px 15px 15px 15px;
    background-image: url(images/style/eagle_background.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: -2;
    content: ''
}

footer {
    display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 24px;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
    color: #121823;
}

h1, .h1 {
    font-size: 48px !important;
}

h2, .h2 {
    font-size: 36px !important;
}

h3, .h3 {
    font-size: 24px !important;
}

h4, .h4 {
    font-size: 21px !important;
}

h5, .h5 {
    font-size: 18px !important;
}

h6, .h6 {
    font-size: 15px !important;
}

a {
    color: #632D1C;
}

a:hover, a:focus {
    color: #C00;
    text-decoration: none;
}

.title h1, .display-4 {
    font-size: 36px !important;
    color: #632D1C;
}

.breadcrumb {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0.05rem 1rem;
    background-color: #632D1C;

    /*font-family: "Playfair Display";*/
    font-size: 13px; 
    color: #F3F0E1;
}

.breadcrumb a {
    color: #F3F0E1;
}

#topnav {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
    background-color: hsla(40,56%,94%,.9) !important;
}

#topnav .nav-link { 
    font-size: 13px;
}

#topnav .dropdown-menu, .alert-filters .dropdown-menu {
    margin: 0;
    font-size: 13px;
    background-color: hsla(40,56%,94%,1);
    border: 1px solid rgba(211, 204, 189, .4);
    border-radius: 0;
}

#topnav .dropdown-item:hover, #topnav .dropdown-item:focus, .cat-nav .dropdown-menu a:hover, .cat-nav .dropdown-menu a:focus, .alert-filters .dropdown-item:hover, .alert-filters .dropdown-item:focus {
    color: #121823;
    background-color: #e8e2d7;
}

.alert-filters .text-primary {
    color: #632D1C !important;
}

@media (min-width: 1199px) {
    #topnav {
        padding: 0 1rem;
    }
    #topnav .nav-link {
        padding: .2rem 1rem;
    }
    #topnav .dropdown:hover>.dropdown-menu {
        display: block;
    }   
}

@media screen and (max-width: 1199px) {
    .navbar-header {
        width: 100%;
    }   
    #bodyWrapper {
        margin-top: 4.5rem!important;
    }
    #topnav .dropdown-menu {
        background-color: #e8e2d7;
    }
    #topnav .dropdown-item:hover, #topnav .dropdown-item:focus, .cat-nav .dropdown-menu a:hover, .cat-nav .dropdown-menu a:focus {
        background-color: hsla(40,56%,94%,1);
	outline: none;
    }
    .cm-header-logo {
        text-align: center;    
    }
}

#util-btn {
    float: right;
}

.cat-nav .dropdown-item {
    color: rgba(0,0,0,.5);
    padding: .5rem 0rem;
}

.cat-nav .dropdown-menu a {
    color: rgba(0,0,0,.5);
    display: block;
}

.cat-nav .dropdown-submenu .dropdown-item, .cat-nav .dropdown-menu a {
    padding: .25rem 1.5rem;
}

.cat-nav .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding: .25rem 2.5rem;
}

.cat-nav .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding: .25rem 3.5rem;
}

.dropdown-divider {
    border-top: 1px solid rgba(211, 204, 189, .4);
}

#boxMenu .navbar-nav {
    display: block;
    color: #495057;
    width: 100%;
}

#boxMenu .navbar {
    padding: 0;
}

#boxMenu .dropdown-item {
    padding: 0.35rem .25rem 0.35rem 1.25rem;
    border-bottom: 1px solid rgba(211, 204, 189, .4);
    color: #495057;
}

#boxMenu .dropdown-item:hover, #boxMenu .dropdown-item:focus {
    color: #121823;
    background-color: #e8e2d7;
}

#boxMenu .dropdown-menu {
    color: #495057;
    background-color: hsla(40,56%,94%,1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 0;
}
#boxMenu .dropright .dropdown-menu {
    margin-left: 0;
    top: auto;
    margin-top: -2.3rem;    
}

/* The cards */

.card-header {
    padding: 0.1rem 1.25rem;
    margin-bottom: 0;
    background-color: #632D1C;
    border-bottom: none;
    color: #E7E1C3;
}

.card-header a {
    color: #E7E1C3;
}

.card {
    background-color: hsla(40,56%,94%,.5);
    border: 1px solid rgba(211, 204, 189, .5);
    border-radius: 0;
    /*box-shadow: 0 5px 5px -3px rgba(0,0,0,.1), 0 8px 10px 1px rgba(0,0,0,.07), 0 3px 14px 2px rgba(0,0,0,.06);*/
}

.card-footer {
    background-color: #ece5d6 !important;
}

.is-category a {
    padding-bottom: 1rem;
}

.list-group-item {
    padding: 0.35rem 1.25rem;
    border: 1px solid rgba(211, 204, 189, .4);
    background-color: transparent;
    border-radius: 0;
}

.list-group-item-action:hover, .list-group-item-action:focus, .list-group-item-action:active {
    color: #121823;
    background-color: #e8e2d7
}

.list-group-item.active {
    color: #121823;
    background-color: #e8e2d7;
    border-color: #e8e2d7;
}

.form-control {
    /*background-color: #fdf9f9;*/
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: hsla(40,56%,94%,1);
    background-color: hsla(40,56%,94%,1);
    border: 1px solid rgba(211, 204, 189, .4);
}

.is-product-listing {
    display: block;
    text-align: center;    
    background-color: transparent;
    border: none;
}

.is-product-listing img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.is-product-listing a {
    display: inline-block;
}

.is-product-listing .card-title {
    margin-bottom: 0.75rem;
    text-align: center;
    font-weight: 600;
}

.is-product-listing .card-footer {
    background-color: transparent !important;
}

/* The ribbons */

.box {
   position:relative;
   display: inline-block;
}
.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg); /* Needed for Safari */
   width: 100px; display: block;
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}
.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red-ribbon span {background: linear-gradient(#a24747 0%, #963030 100%);}
.red-ribbon span::before {border-left-color: #a24747; border-top-color: #963030;}
.red-ribbon span::after {border-right-color: #a24747; border-top-color: #963030;}

.blue-ribbon span {background: linear-gradient(#539398 0%, #40878d 100%);}
.blue-ribbon span::before {border-left-color: #539398; border-top-color: #40878d;}
.blue-ribbon span::after {border-right-color: #539398; border-top-color: #40878d;}

/* The buttons */

.btn-default {
    color: #f8f2e6;
    background-color: #632D1C;
    border-color: #632D1C;
}

.btn-default:hover {
    color: #f8f2e6;
    background-color: #632D1C;
    border-color: #632D1C;
}

.btn-default:focus, .btn-default.focus {
    color: #f8f2e6;
    background-color: #632D1C;
    border-color: #632D1C;
}

.btn-primary {
    color: #f8f2e6;
    background-color: #121823;
    border-color: #121823;
}

.btn-primary:hover {
    color: #f8f2e6;
    background-color: #010101;
    border-color: black;
}

.btn-primary:focus, .btn-primary.focus {
    color: #f8f2e6;
    background-color: #010101;
    border-color: black;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #f8f2e6;
    background-color: #010101;
    border-color: black;
    background-image: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #f8f2e6;
    background-color: black;
    border-color: black;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #121823;
    border-color: #121823;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #121823;
    border-color: #121823;
}

.btn-secondary {
    color: #f8f2e6;
    background-color: #575e66;
    border-color: #575e66;
}

.btn-secondary:hover {
    color: #f8f2e6;
    background-color: #40454a;
    border-color: #3b4045;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #f8f2e6;
    background-color: #40454a;
    border-color: #3b4045;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #f8f2e6;
    background-color: #40454a;
    border-color: #3b4045;
    background-image: none;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #f8f2e6;
    background-color: #2f3337;
    border-color: #1c1f21;
}

.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #575e66;
    border-color: #575e66;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #575e66;
    border-color: #575e66;
}

.btn-info {
    color: #f8f2e6;
    background-color: #9eb9c0;
    border-color: #9eb9c0;
}

.btn-info:hover {
    color: #f8f2e6;
    background-color: #7fa3ac;
    border-color: #799ea8;
}

.btn-info:focus, .btn-info.focus {
    color: #f8f2e6;
    background-color: #7fa3ac;
    border-color: #799ea8;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #f8f2e6;
    background-color: #7fa3ac;
    border-color: #799ea8;
    background-image: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #f8f2e6;
    background-color: #69939e;
    border-color: #587d87;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #9eb9c0;
    border-color: #9eb9c0;
}

.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #9eb9c0;
    border-color: #9eb9c0;
}

.btn-success {
    color: #f8f2e6;
    background-color: #9ba290;
    border-color: #9ba290;
}

.btn-success:hover {
    color: #f8f2e6;
    background-color: #828b74;
    border-color: #7d8570;
}

.btn-success:focus, .btn-success.focus {
    color: #f8f2e6;
    background-color: #828b74;
    border-color: #7d8570;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #f8f2e6;
    background-color: #828b74;
    border-color: #7d8570;
    background-image: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #f8f2e6;
    background-color: #707764;
    border-color: #5b6151;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #9ba290;
    border-color: #9ba290;
}

.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #9ba290;
    border-color: #9ba290;
}

.btn-warning {
    color: #f8f2e6;
    background-color: #caac8e;
    border-color: #caac8e;
}

.btn-warning:hover {
    color: #f8f2e6;
    background-color: #ba936b;
    border-color: #b68d64;
}

.btn-warning:focus, .btn-warning.focus {
    color: #f8f2e6;
    background-color: #ba936b;
    border-color: #b68d64;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #f8f2e6;
    background-color: #ba936b;
    border-color: #b68d64;
    background-image: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #f8f2e6;
    background-color: #ae8153;
    border-color: #936c45;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #caac8e;
    border-color: #caac8e;
}

.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #caac8e;
    border-color: #caac8e;
}

.btn-danger {
    color: #f8f2e6;
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-danger:hover {
    color: #f8f2e6;
    background-color: #915052;
    border-color: #8b4c4e;
}

.btn-danger:focus, .btn-danger.focus {
    color: #f8f2e6;
    background-color: #915052;
    border-color: #8b4c4e;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #f8f2e6;
    background-color: #915052;
    border-color: #8b4c4e;
    background-image: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #f8f2e6;
    background-color: #7a4345;
    border-color: #603536;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-outline-primary {
    color: #121823;
    background-image: none;
    background-color: transparent;
    border-color: #121823;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #121823;
    border-color: #121823;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #121823;
    border-color: #121823;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #121823;
    border-color: #121823;
}

.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #354666;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #354666;
}

.btn-outline-secondary {
    color: #575e66;
    background-image: none;
    background-color: transparent;
    border-color: #575e66;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #575e66;
    border-color: #575e66;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #575e66;
    border-color: #575e66;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #575e66;
    border-color: #575e66;
}

.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: #2f3337;
    border-color: #1c1f21;
}

.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: #89919a;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: #89919a;
}

.btn-outline-info {
    color: #9eb9c0;
    background-image: none;
    background-color: transparent;
    border-color: #9eb9c0;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #9eb9c0;
    border-color: #9eb9c0;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #9eb9c0;
    border-color: #9eb9c0;
}

.btn-outline-info:active, .btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #9eb9c0;
    border-color: #9eb9c0;
}

.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #69939e;
    border-color: #587d87;
}

.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #dce6e8;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #dce6e8;
}

.btn-outline-success {
    color: #9ba290;
    background-image: none;
    background-color: transparent;
    border-color: #9ba290;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #9ba290;
    border-color: #9ba290;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #9ba290;
    border-color: #9ba290;
}

.btn-outline-success:active, .btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #9ba290;
    border-color: #9ba290;
}

.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #707764;
    border-color: #5b6151;
}

.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #cdd1c8;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #cdd1c8;
}

.btn-outline-warning {
    color: #caac8e;
    background-image: none;
    background-color: transparent;
    border-color: #caac8e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #caac8e;
    border-color: #caac8e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #caac8e;
    border-color: #caac8e;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #caac8e;
    border-color: #caac8e;
}

.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #ae8153;
    border-color: #936c45;
}

.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #ebdfd3;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ebdfd3;
}

.btn-outline-danger {
    color: #ac686a;
    background-image: none;
    background-color: transparent;
    border-color: #ac686a;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ac686a;
    border-color: #ac686a;
}

.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #7a4345;
    border-color: #603536;
}

.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #d0aaab;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #d0aaab;
}

/* The alerts */

.alert-success {
    background-color: #9ba290;
    border-color: #889488;
    color: #f8f2e6;
}

.alert-success hr {
    border-top-color: #7b887b;
}

.alert-success .alert-link {
    color: #edddbe;
}

.alert-info {
    background-color: #9eb9c0;
    border-color: #7a99a1;
    color: #f8f2e6;
}

.alert-info hr {
    border-top-color: #6b8e96;
}

.alert-info .alert-link {
    color: #edddbe;
}

.alert-warning {
    background-color: #caac8e;
    border-color: #bc9e80;
    color: #f8f2e6;
}

.alert-warning hr {
    border-top-color: #b3916f;
}

.alert-warning .alert-link {
    color: #edddbe;
}

.alert-danger {
    background-color: #ac686a;
    border-color: #905153;
    color: #f8f2e6;
}

.alert-danger hr {
    border-top-color: #80484a;
}

.alert-danger .alert-link {
    color: #edddbe;
}

/* Help */

.text-primary {
    color: #121823!important;
}

.text-secondary {
    color: #575e66!important;
}

.text-success {
    color: #9ba290!important;
}

.text-info {
    color: #9eb9c0!important;
}

.text-warning {
    color: #caac8e!important;
}

.text-danger {
    color: #ac686a!important;
}

.text-default {
    color: #632D1C!important;
}

.badge-primary {
    background-color: #121823!important;
}

.badge-secondary {
    background-color: #575e66!important;
}

.badge-success {
    background-color: #9ba290!important;
}

.badge-info {
    background-color: #9eb9c0!important;
}

.badge-warning {
    background-color: #caac8e!important;
}

.badge-danger {
    background-color: #ac686a!important;
}

/* The pagination */

.pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #f8f2e6;
    cursor: default;
    background-color: #632D1C;
    border-color: #632D1C;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #979da3;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #f8f2e6;
    border-color: #f8f2e6;
}

.page-link {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: -1px;
    color: #575e66;
    text-decoration: none;
    background-color: #f8f2e6;
    border: 1px solid #e7decd;
}

.page-link:focus, .page-link:hover {
    color: #f8f2e6;
    background-color: #632D1C;
    border-color: #632D1C;
}

.pagination-lg .page-link {
    padding: 8px 20px;
    font-size: 21px;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 3px 14px;
    font-size: 16px;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

#pi-options .table thead th {
    border-bottom: none;
}

#pi-options .table th, #pi-options .table td {
    padding: 0.2rem;
    border-top: none;
}

@media (min-width: 1200px){
.cm-pi-gallery {
    text-align: right;
}
}

@media (max-width: 1199px){
.cm-pi-gallery {
    text-align: left;
}
.justify-content-end {
    justify-content: initial!important;
}
}

.cm-pi-gallery img {
    /*
    padding: 3px;
    border: 1px solid #632D1C;
    background-color: #E7E1C3;
    border-bottom: 5px solid #632D1C;
    border-right: 5px solid #632D1C;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    */
    
    padding: 0;
    border: none;
    background-color: transparent;
    border-bottom: none;
    border-right: none;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 0.25rem;  
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -khtml-border-radius: 0.25rem;      
}    
#product-lightbox .modal-content, #parishAccountModal .modal-content, #personalAccountModal .modal-content, #businessAccountModal .modal-content {
    background-color: hsla(40,56%,94%,1);
    border: 1px solid rgba(211, 204, 189, .4);
}

#product-lightbox .modal-footer, #parishAccountModal .modal-footer, #personalAccountModal .modal-footer, #businessAccountModal .modal-footer {
    border-top: 1px solid rgba(211, 204, 189, .4);
}

.hr-footer {
    border-top: 3px solid #632D1C;
    width: 60%;    
}

.img-footer {
    margin: 0 auto;
    display: block;
    padding-bottom: 2rem;    
}

.cm-ip-product-listing .alert-filters {
    padding: 0 1.25rem;
}

b {
    display: contents;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before, .custom-control-input:checked~.custom-control-label::before {
    background-color: #9eb9c0 !important;
    border-color: #9eb9c0 !important;
}

.price-label {
    font-size: 0px;
}

/*
.form-control {
    display: inline-block;
    width: 98%;
}*/

.form-control-feedback.text-danger {
    font-size: .7rem;
    vertical-align: super;
}

.block {
    display: inline-block;
}

#topnav .greeting {
    font-size: 13px;
    color: rgba(0,0,0,.5);
}

@media (max-width: 1340px) {
    #topnav .greeting {
        display: none;
    }
}

#toggleGroup {
    display: none;
}

.slideshow {
    margin:0 auto; 
}

.slideshow img {
    width: 250px;
    height: 250px;
}

#columnLeft .card-header, #columnRight .card-header, .cm-i-card-products .card-header {
    font-size: .80rem;
    font-weight: bold;
}

.borderless {
    border: none !important;
}

.img-thumbnail {
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    padding: 0rem;
}

.box-accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.box-accordion-menu ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.box-accordion-menu .submenu-indicator {
    float: right;
    right: 22px;
    position: absolute;
    line-height: 19px;
    font-size: 20px;
    -o-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -ms-transition: transform .3s linear
}

.box-accordion-menu ul ul.submenu .submenu-indicator {
    line-height: 16px
}

.box-accordion-menu .submenu-indicator-minus>.submenu-indicator {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*
.box-accordion-menu ul ul.submenu,
.box-accordion-menu ul ul.submenu li ul.submenu {
    width: 100%;
    display: none;
    position: static
}
*/

.box-accordion-menu ul ul.submenu li {
    clear: both;
    width: 100%;
    /*background-color: #efebe3;*/
}

/*
#columnLeft #box-accordion-menu {
    padding: 0.35rem 0 0.35rem 0.35rem;
    font-size: 0.85rem;
}
*/
.box-accordion-menu ul.submenu li .list-group-item {
    padding-left: 1rem !important;
}

.box-accordion-menu ul.submenu li ul.submenu li .list-group-item {
    padding-left: 1.5rem !important;
}

.box-accordion-menu ul.submenu li ul.submenu li ul.submenu li .list-group-item {
    padding-left: 2rem !important;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.animate-ink {
    -webkit-animation: ripple .5s linear;
    -moz-animation: ripple .5s linear;
    -ms-animation: ripple .5s linear;
    -o-animation: ripple .5s linear;
    animation: ripple .5s linear
}

.cm-in-category-description .card-body a {
    display: contents;
}

.cm-in-category-listing .cm-pi-gallery img {
    height: 200px;
    width: auto;
}

.cm-in-category-listing .is-category a {
    padding-bottom: inherit;
}

.cm-ip-product-listing .is-product-listing.list-group-item {
    float: none;
    width: 98%;
    margin-bottom: 0 !important;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
    padding: 1%;
}
.cm-ip-product-listing .is-product-listing.list-group-item .img-event {
    float: left;
    width: 30%;
}

.cm-ip-product-listing .is-product-listing.list-group-item .img-event a {
    float: left;
}

.cm-ip-product-listing .is-product-listing.list-group-item .list-group-image {
    margin-right: 10px;
}

.cm-ip-product-listing .is-product-listing.list-group-item .thumbnail {
    margin-bottom: 0px;
    display: inline-block;
}

.cm-ip-product-listing .is-product-listing.list-group-item .caption {
    float: left;
    width: 70%;
    margin: 0;
}

.cm-ip-product-listing .is-product-listing.list-group-item:before, .cm-ip-product-listing .is-product-listing.list-group-item:after {
    display: table;
    content: " ";
}

.cm-ip-product-listing .is-product-listing.list-group-item:after {
    clear: both;
}

.cm-ip-product-listing .is-product-listing.list-group-item.is-product-even {
    background-color: #e8e2d7 !important;
    border: 1px solid rgba(211, 204, 189, .4) !important;
}

.cm-ip-product-listing .is-product-listing.list-group-item.is-product-odd {
    background-color: hsla(40,56%,94%,1) !important;
    border: 1px solid rgba(211, 204, 189, .4) !important;
}

.cm-ip-product-listing .is-product-listing .text-danger {
    color: #ff0000!important;
}

.navbar-toggler {
    padding: .1rem .75rem;
    font-size: 1rem;
}

#util-btn {
    background-color: #e8e2d7;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #F3F0E1;
}

.edlc-collapsible-nav {
  width: 100%
}

.edlc-collapsible-nav,
.edlc-collapsible-nav ul,
.edlc-collapsible-nav li,
.edlc-collapsible-nav li>div {
  position: relative;
  box-sizing: border-box;
  clear: both
}

.edlc-collapsible-nav,
.edlc-collapsible-nav li,
.edlc-collapsible-nav li a {
  display: block
}

.edlc-collapsible-nav ul {
  -o-transition: transform .34s, -o-transform .34s, -ms-transform .34s, -webkit-transform .34s, -moz-transform .34s;
  -ms-transition: transform .34s, -o-transform .34s, -ms-transform .34s, -webkit-transform .34s, -moz-transform .34s;
  -moz-transition: transform .34s, -o-transform .34s, -ms-transform .34s, -webkit-transform .34s, -moz-transform .34s;
  -webkit-transition: transform .34s, -o-transform .34s, -ms-transform .34s, -webkit-transform .34s, -moz-transform .34s;
  transition: transform .34s, -o-transform .34s, -ms-transform .34s, -webkit-transform .34s, -moz-transform .34s;
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.edlc-collapsible-nav li {
  overflow-y: hidden;
  -o-transition: height .34s;
  -ms-transition: height .34s;
  -moz-transition: height .34s;
  -webkit-transition: height .34s;
  transition: height .34s;
}

.edlc-collapsible-nav li>div a {
  display: inline-block;
  -o-transition: font-weight .34s;
  -ms-transition: font-weight .34s;
  -moz-transition: font-weight .34s;
  -webkit-transition: font-weight .34s;
  transition: font-weight .34s
}

.edlc-collapsible-nav li>div a:first-child {
  width: 89%
}

.edlc-collapsible-nav li>div a:first-child+a {
  display: inline-block;
  float: right;
  width: 11%;
  text-align: center;
}

.edlc-collapsible-nav li>div a:first-child+a::after {
  content: "+"
}

.edlc-collapsible-nav li a span {
  display: inline-block
}

.edlc-collapsible-nav li.togglable.active>div>a:first-child+a::after {
  content: "\2013"
}

.edlc-collapsible-nav li.togglable.active>div+ul {
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.edlc-collapsible-nav li ul li {
  -o-transition: height .34s, border-bottom .34s;
  -ms-transition: height .34s, border-bottom .34s;
  -moz-transition: height .34s, border-bottom .34s;
  -webkit-transition: height .34s, border-bottom .34s;
  transition: height .34s, border-bottom .34s
}

.edlc-collapsible-nav li>div {
  -o-transition: border-color .34s;
  -ms-transition: border-color .34s;
  -moz-transition: border-color .34s;
  -webkit-transition: border-color .34s;
  transition: border-color .34s
}

.edlc-collapsible-nav .list-group-item {
  border-right: none;
}

/*
.edlc-collapsible-nav .submenu-anchor {
  border-bottom: 1px solid rgba(211, 204, 189, .4);
}

.edlc-collapsible-nav .submenu-anchor {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.edlc-collapsible-nav li:hover, .edlc-collapsible-nav li:focus {
    color: #121823;
    background-color: #e8e2d7 !important;
    border-color: #e8e2d7;
}

.edlc-collapsible-nav li.active a {
    color: #121823;
    background-color: #e8e2d7 !important;
    border-color: #e8e2d7;
}

.edlc-collapsible-nav li:hover>div a:first-child+a {
    background-color: #e8e2d7 !important;
    border-color: #e8e2d7;
}*/

.auto-height {
    height: auto !important
}

.box-accordion-menu ul {
    font-size: 12px;
}

/*
@media screen and (max-width: 1660px) and (min-width: 1301px) {
#columnLeft, #columnRight {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media screen and (max-width: 1300px) and (min-width: 1201px) {
#columnLeft, #columnRight {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
*/

.form-control-feedback {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    z-index: 2;
    display: block;   
    text-align: center;
    pointer-events: none;
}

.table .thead-dark th {
    color: #121823;
    background-color: hsla(40,56%,94%,1);
    border: 1px solid rgba(211, 204, 189, .4);
}


#columnLeft .card, #columnRight .card {
    background-color: transparent;
    border: none
}

#columnLeft .list-group-item, #columnRight .list-group-item {
    border: none;
    padding: 0 0 0 0.25rem;
}

#columnLeft .list-group-item-action:hover, #columnLeft .list-group-item-action:focus, #columnLeft .list-group-item-action:active, #columnRight .list-group-item-action:hover, #columnRight .list-group-item-action:focus, #columnRight .list-group-item-action:active, #columnLeft .list-group-item.active, #columnRight .list-group-item.active   {
    color: #C00;
    background-color: transparent;
}

#columnLeft .card-header, #columnRight .card-header {
    margin-bottom: .4rem;
}

#bodyContent .card {
    /*background-color: hsla(40,56%,94%, .5);*/
    /*border: 1px solid rgba(211, 204, 189, 0);*/
    background-color: transparent;
    border: none
}

.alert-filters {
    background-color: hsla(40,56%,94%, 1)  !important;
    border: 1px solid rgba(211, 204, 189, .5)  !important;
}

.bg-success {
    background-color: #9ba290!important;
}

.ecards .card {
    background-color: hsla(40,56%,94%,1)!important;
    border: 1px solid rgba(211, 204, 189, .4)!important;
}

.bordered-list li:nth-child(odd) {
    background-color: rgba(0,0,0,.05);
}

.badge-default {
    background-color: #632D1C!important;
    color: #fff !important;
}

.cm-in-category-description {
    font-size: 16px;
}

.product-title {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.img-box {
    /*border: none !important;*/
    max-height: 200px !important;
    width: auto !important;
    /*max-width: 250px !important;*/
}

@media screen and (max-width: 1199px) and (min-width: 680px) {
.header-link {
    display: inline-block;
    float: left;
    margin: 0 .5rem;
}
}

.cm-pi-marketing {
    max-width: 900px;
}

.cm-pi-marketing-container {
    background-color: rgba(0,0,0,.05)
}

#box-menu {
    width: 100%;
}
#box-menu .dropdown-item {
    font-size:13px;
    padding: 0 0 0 0.25rem;
    color: #495057;
    white-space: inherit;
}
#box-menu .dropdown-menu {
    font-size: 13px;
    color: #495057;
    background-color: transparent;
    border: none;
    padding: .1rem 0;
    padding-left: .7rem;
}
#box-menu .dropdown-item:hover, #box-menu .dropdown-item:focus {
    color: #C00;
    background-color: transparent;
    outline: none !important
}   
/*
#box-menu .dropdown-toggle:empty::after {
    float: left;
    margin-right: .1rem;
    margin-left: .1rem;
    margin-top: .209rem;
    font-size: xx-small;
}
*/
#box-menu .dropdown-item.active, #box-menu .dropdown-item:active {
    color: #C00;
    background-color: inherit;
}
/*
#box-menu .dropdown-toggle[data-toggle="dropdown"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}

#box-menu .show > .dropdown-toggle[data-toggle="dropdown"]:after {
  content: "\f068";
}
*/
#box-menu .dropdown-toggle[data-toggle="dropdown"] {
  display: flex;
}
/*
#box-menu .dropdown-toggle[data-toggle="dropdown"]:after {
  border: none;
}
*/
#box-menu .dropdown-menu .show .dropdown-menu {
    padding-left: .9rem;
}

#box-menu .dropdown-submenu .nest-link, #box-menu .dropdown-submenu .dropdown-menu .nest-link {
    padding-left: 0;
}

#box-menu .dropdown-toggle[data-toggle="dropdown"]:before {
    border: none;
}
#box-menu .dropdown-toggle[data-toggle="dropdown"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
}
#box-menu .dropdown-toggle:empty::before {
    margin-right: .1rem;
    margin-left: .1rem;
    margin-top: .209rem;
    font-size: xx-small;
}
#box-menu .dropdown-toggle:empty::before {
    margin-left: 0;
}
#box-menu .dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#box-menu .show > .dropdown-toggle[data-toggle="dropdown"]:before {
  content: "\f068";
}
#box-menu .dropdown-toggle[data-toggle="dropdown"]:after {
    content: none;
}
#box-menu li.show a {
    color: #000;
}

#header-menu .dropdown:hover>.dropdown-menu {
    display: block;
    transition-duration: 0.5s;
}
#header-menu .navbar {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
    background-color: hsla(40,56%,94%,.9) !important;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: 0px;
} 
#header-menu .navbar a {
    color: #495057;
}  

#header-menu .parent-item a {
    padding: 0.05rem .5rem;
    font-size: 13px;
}
#header-menu .dropdown-menu {
    padding: .2rem 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
    background-color: hsla(40,56%,94%,1) !important;
    border-radius: 0;
    white-space: nowrap;
}

.navigation {
  width: 100%;
  height: 50px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: hsla(40,56%,94%,.9);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
  border-radius: 0.25rem;

}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

.navigation-portrait {
  height: 48px
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998
}

.navigation-hidden {
  width: 0!important;
  height: 0!important;
  margin: 0!important;
  padding: 0!important
}

.align-to-right {
  float: right
}

.nav-header {
  float: left
}

.navigation-hidden .nav-header {
  display: none
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none
}

.nav-menu>li {
  display: inline-block;
  text-align: left
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none
}

.nav-menu>li>a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
  font-size: .9rem;
  color: #000000;
  padding: 16px 15px;
  height: 50px;
  font-family: "Playfair Display";
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  color: #632D1C
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8)
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all .2s;
  transition: all .2s;
  display:none;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border .2s;
  transition: border .2s
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #495057;
  font-size: 14px
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap
}

.nav-dropdown .nav-dropdown {
  left: 100%
}

.nav-menu>li>.nav-dropdown {
  border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #495057;
  background-color: hsla(40,56%,94%,1);
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #27ae60
}

.nav-dropdown.nav-dropdown-left {
  right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #27ae60 #27ae60 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #4950571c
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static
}

.nav-dropdown-horizontal>li>a {
  position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 13px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #4950571c;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
  background-color: hsla(40,56%,94%,1) !important;
}

.megamenu-panel [class*=container] {
  width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0
}

.megamenu-panel-half {
  width: 50%
}

.megamenu-panel-quarter {
  width: 25%
}

.megamenu-panel-row {
  width: 100%
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0
}

.megamenu-panel-row:after {
  clear: both
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
  width: 22.75%
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
  width: 48.5%
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
  width: 74.25%
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
  width: 100%
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #495057;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #495057;
  border: solid 1px #eff0f2;
  background-color: #fff
}

.megamenu-tabs-pane.active {
  display: block
}

.megamenu-lists {
  width: 100%;
  display: table
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none
}

.megamenu-list:last-child {
  margin: 0;
  border: none
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  /*border-right: solid 1px #4950571c*/
}

.navigation-landscape .megamenu-list:last-child {
  border: none
}

.megamenu-list>li>a {
  width: 100%;
  padding: 7px 12px;
  display: inline-block;
  color: #495057;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list>li>a:hover {
  color: #C00
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 13px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  color: #495057
}

.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent
}

.navigation-landscape .list-col-2 {
  width: 50%
}

.navigation-landscape .list-col-3 {
  width: 33%
}

.navigation-landscape .list-col-4 {
  width: 25%
}

.navigation-landscape .list-col-5 {
  width: 20%
}

.navigation-landscape .list-col-6 {
  width: 16.5%
}

.nav-dropdown>li>a {
  padding: 7px 20px;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #C00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .nav-dropdown>li>a,
  .megamenu-list>li>a {
    width: 65%
  }
}

.megamenu-list-subtitle {
  font-weight: 600;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    color: #C00;
}

.megamenu-list>li.megamenu-list-title img {
    height: 170px;
    /*
    padding: 3px;
    border: 1px solid #632D1C;
    background-color: #E7E1C3;
    border-bottom: 5px solid #632D1C;
    border-right: 5px solid #632D1C;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    */
    margin-bottom: .5rem; 
    border:none;
    padding: 0;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;  
    border-radius: 0.25rem;  
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -khtml-border-radius: 0.25rem;                   
}

.breadcrumb {
    margin-bottom: 0px;
    /*border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;*/
}  

#bodyWrapper, .breadcrumb, .nav-breadcrumb, .card-header, .btn, .alert-filters, .img-thumbnail, .page-item {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
}

.card-header:first-child {
    border-radius: .25rem;
}

.alert-filters {
    background-color: hsla(40,56%,94%,.9) !important;
    border-radius: 0.25rem;
    border: none !important;
}

.cm-pi-gallery .carousel-item {
    padding: 1.5rem;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .btn-light {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;  
    background-color: #fff !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #495057;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #495057;
}

.img-options {
    width: 100px;
    height: auto;
}

.full {
    width: 100%;
}

.table {
    color: inherit !important;
}

.option-heading {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
    font-size:14px;
    font-weight:700;
}

.ngrs-value-runner .ng-hide:not(.ng-hide-animate) {
    display: inline !important;
}
.ngrs-range-slider {
    padding: 4px;
    border: none;
    border-radius: 0.25rem;
    background: hsla(40,56%,94%,.9);
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
}
.ngrs-range-slider .ngrs-join {
    background-color: #632D1C;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #632D1C), color-stop(100%, #632D1C));
    background-image: -moz-linear-gradient(#632D1C, #632D1C);
    background-image: -webkit-linear-gradient(#632D1C, #632D1C);
    background-image: linear-gradient(#632D1C, #632D1C);
}
a:not([href]) {
    cursor: pointer;
}

.btn-product-listing {
    font-size:14px;
}

.rzslider .rz-pointer:after, .rzslider .rz-pointer:hover:after, .rzslider .rz-pointer.rz-active:after {
    background: hsla(40,56%,94%,.9);
}
.rzslider .rz-pointer {
    background-color: #632D1C;
}
.rzslider .rz-bar, .rzslider .rz-tick {
    background: #632D1C;
    opacity: .35;    
}
.rzslider .rz-selection, .rzslider .rz-tick.rz-selected {
    background: #632D1C;
    opacity: 1;
}

.news-card {
    background-color: hsla(40,56%,94%,.6) !important;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.04);
}
.news-card .card-footer {
    opacity: .5;
    padding: .35rem 1.25rem;
}

.carousel .video-fluid {
    padding: 0;
    border: none;
    background-color: transparent;
    border-bottom: none;
    border-right: none;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -khtml-border-radius: 0.25rem;
    width:100%; 
    max-width: 1012px; 
    max-height: 570px;
}
.carousel-inner img {
    width:100%; 
    max-width: 1024px; 
    margin:0 auto
}

.alert-info a {
    color: #f8f2e6;
    text-decoration: underline;
}

.alert-info a:hover {
    font-weight: bold;
}

.select-parish .form-control {
    background-color: #fdf9f9;
    height: calc(1.2em + .75rem + 2px);
    padding: .225rem .75rem;
}

.btn-success.disabled, .btn-success:disabled {
    color: #f8f2e6;
    background-color: #9ba290;
    border-color: #9ba290;
    opacity: .65;
}

#carriers .table-bordered td, #carriers .table-bordered th {
    border: 1px solid rgba(0,0,0,.05);
}
#carriers .table td, #carriers .table th {
    padding: .35rem .75rem;
    border-top: 1px solid rgba(0,0,0,.05);
}
#carriers tbody {
    background: hsla(40,56%,94%,.9);
}
#carriers thead {
    background: #BABAB4;
}

#tracking .circle {
    border-radius: 500px
}
#tracking .timeline {
    position: relative;
    padding: 0;
    margin: 0
}
#tracking .block {
    background: hsla(40,56%,94%,.6) !important;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 10%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 4%);
    margin-bottom: 1.5rem;
    width: 100%;
}
#tracking .tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}
#tracking .tl-item>* {
    padding: 10px
}
#tracking .tl-item:last-child .tl-dot:after {
    display: none
}
#tracking .tl-item.active .tl-dot:before {
    border-color: #9ba290;
    box-shadow: 0 0 0 4px rgba(155, 162, 144, .2);
    border-width: 5px;
}
#tracking .tl-dot {
    position: relative;
}
#tracking .tl-dot:after,
#tracking .tl-dot:before {
    content: '';
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}
#tracking .tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0
}
#tracking .tl-content p:last-child {
    margin-bottom: 0
}
#tracking .tl-date {
    font-size: .85em;
    margin-top: 2px;
}
#tracking .b-success {
    border-color: #9ba290 !important
}
#tracking .inline-block {
    display: inline-block
}
#tracking .track-head {
    background: #BABAB4;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 10%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 4%);
}
#tracking .track-head a {
    color: inherit !important;
    text-decoration: underline !important;
}
#tracking .track-head p {
    margin-bottom: 0 !important;
}

b, strong {
    display: contents;
}

.box .alt-img, .box a:hover .main-img {
    display: none !important;
}
.box a:hover .alt-img {
    display: inline-block !important;
    margin-bottom: 6px;
}

.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    border: none; 
    background: none; 
    color: inherit;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
    color: #632D1C;
    outline: none;
}
.qty-input {
    max-width: 70px;
    display: inline;
    padding: 0.25rem 0.5rem;
    font-size: .8rem;
}
.select-custom {
    border: none; 
    color: inherit;
}
.select-custom:hover, .select-custom:focus, .select-custom:active {
    outline: none;
}
.select-parish {
    width: auto
}
.btn-wishlist {
    float: left;
}
@media screen and (max-width: 575px) {
.cm-pi-price {
    margin-top: 5%;
}
}

@media screen and (max-width: 1999px) {
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
}
@media screen and (min-width: 2000px) {
.video-container {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 30.25%;
}
}
.video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h1,h2,h3,h4,h5,h6 {
    color: #632D1C !important
}

.alert-heading {
    color: #f8f2e6 !important
}

.hr-footer-top, .hr-footer-bottom {
    border-top: 2px solid #632D1C;
}

.rzslider {
    margin: 25px 0 15px 0 !important;
}


.control {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0; 
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 4px;
    border: 2px solid #ccc;
    background: transparent; 
}

.control--radio .control__indicator {
    border-radius: 50%; 
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    border: 2px solid #632D1C; 
}

.control input:checked ~ .control__indicator {
    border: 2px solid #632D1C;
    background: #632D1C; 
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
    border: 2px solid #ccc; 
}

.control__indicator:after {
    content: "\2713";
    position: absolute;
    display: none; 
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff; 
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%); 
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b; 
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #632D1C;
    opacity: .2;
    border: 2px solid #632D1C; 
}

.mob-filter-btn {
    position: fixed;
    bottom: 13vh;
    right: 2%;
    z-index: 88888 !important;
}

.filters-modal {
    z-index: 99999 !important;
}