/* body {
    background: linear-gradient(264deg,
            rgba(23, 23, 23, 1) 0%,
            rgba(33, 33, 33, 1) 49%,
            rgba(23, 23, 23, 1) 100%);
    font-family: "Open Sans", sans-serif;
    margin     : 0;
} */

#container {
    margin: auto;
}

.header h1 {
    text-align             : center;
    background             : -webkit-linear-gradient(#f33f3f, #b48e47);
    -webkit-background-clip: text;
    background-clip        : text;
    -webkit-text-fill-color: transparent;
    font-size              : 4.5em;
    font-family            : "Parisienne", cursive;
    margin-bottom          : 15px;
}

.header p {
    text-align             : center;
    background             : -webkit-linear-gradient(#f33f3f, #b48e47);
    -webkit-background-clip: text;
    background-clip        : text;
    -webkit-text-fill-color: transparent;
    font-weight            : 700;
    font-size              : 20px;
}

.grid-item {
    position: unset !important;
}

.grid-item img {
    width            : 100%;
    height           : auto;
    /* filter        : url(filters.svg#grayscale); */
    /* filter        : gray; */
    /* -webkit-filter: grayscale(1); */
    transition       : 0.9s;
}

/* .grid-item img:hover {
    filter: none;
} */

.isotope {
    height         : auto !important;
    justify-content: center !important;
}

.isotope-pager {
    padding-top    : 15px;
    text-align     : center;
    display        : flex;
    list-style     : none;
    justify-content: center;
}

.isotope-pager .pager {
    display: inline-block;
}

.filters {
    width         : 100%;
    text-align    : center;
    padding-bottom: 35px;
    padding-top   : 20px;
}

.filters ul {
    list-style            : none;
    padding               : 10px 10px;
    box-shadow            : -1px 1px 11px rgba(0, 0, 0, 0.4);
    /* margin             : 0 40px; */
    /* border-radius      : 30px; */
    background-color      : #1b2727;
    /* width              : max-content; */
    height                : 100%;
}

.filters li {
    display       : inline-block;
    margin        : 10px 25px !important;
    font-size     : 15px;
    font-weight   : 600;
    cursor        : pointer;
    /* inline-size: max-content; */
}

.filters li a {
    color          : #fff;
    text-decoration: none;
}

/* .filters li a:hover {
    color: #fff;
} */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a.dropdown-item {
    font-weight: 700;
}

.dropdown-submenu>a.dropdown-item:hover {
    color           : #f33f3f;
    background-color: transparent;
}

.dropdown-submenu>.dropdown-menu {
    /* top        : 0;
    left       : 100%; */
    margin-top      : 0px;
    margin-left     : 0px;
    padding         : 0px !important;
    transition      : all 0.5s ease 0s;
    overflow        : hidden;
    transform-origin: top center;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    padding: unset;
}

.dropdown-menu>li {
    width : -webkit-fill-available;
    margin: 10px 10px !important;
}

.dropdown-menu>li>a.dropdown-item {
    border-radius: 30px;
    padding      : 5px !important;
    font-weight  : 600;
}

ul.dropdown-menu {
    position  : relative;
    display   : block;
    box-shadow: none;
    border    : none;
}

.filters li.active a {
    color           : #f33f3f;
    /* border       : 1px solid #f33f3f; */
    border-radius   : 15px;
    box-shadow      : -1px 1px 11px rgba(0, 0, 0, 0.4);
    padding         : 10px 15px;
}

.dropdown-selected {
    color: #f33f3f !important;
}

.isotope-pager a {
    margin-right: 10px;
}

.isotope-pager a {
    width      : 44px;
    height     : 44px;
    display    : inline-block;
    line-height: 42px;
    border     : 1px solid #eee;
    font-size  : 15px;
    font-weight: 700;
    color      : #121212;
    transition : all .3s;
}

.isotope-pager a:hover,
a:active {
    background-color: #f33f3f;
    border-color    : #f33f3f;
    color           : #fff;
}

.isotope-pager .active {
    background-color: #f33f3f;
    border-color    : #f33f3f;
    color           : #fff;
}

h2.product-head,
h2.product-head-child {
    font-variant   : small-caps;
    justify-content: center;
    text-align     : center;
    font-weight    : 600;
    margin-top     : 35px;
    color          : #f33f3f;
    text-transform : capitalize;
}

h2.product-head {
    text-decoration: underline;
}

#isotope-pager {
    justify-content: center;
    margin-bottom  : 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

#isotope-pager li.active a {
    background-color: #f33f3f;
    border-color    : #f33f3f;
    color           : #fff;
}

#isotope-pager li a:hover,
a:active {
    background-color: #f33f3f;
    border-color    : #f33f3f;
    color           : #fff;
}

#isotope-pager li a {
    width          : 44px;
    height         : 44px;
    border         : 1px solid #eee;
    font-size      : 15px;
    font-weight    : 700;
    color          : #121212;
    transition     : all .3s;
    text-align     : center;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

/* #isotope-pager li.prev{
    margin-right: 10px;
}

#isotope-pager li.next{
    margin-left: 10px;
} */

/* #isotope-pager li.first a,
#isotope-pager li.prev a,
#isotope-pager li.next a,
#isotope-pager li.last a {
    width: max-content;
} */

#isotope-pager li.disabled {
    cursor: not-allowed;
}

#isotope-pager li.disabled a {
    color: lightslategray;
}

/* .isotope-pager .active {
    color           : #f33f3f !important;
    box-shadow      : -1px 1px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius   : 25px;
    background-color: #161616;
    border          : 1px dotted #f33f3f;
} */

.isotope-pager .prev {
    border-radius: 30px 0 0 30px;
}

.isotope-pager .next {
    border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,
.isotope-pager a:after {
    content      : "";
    position     : absolute;
    border-top   : 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.isotope-pager .num::before,
.next::before {
    border-right: 20px solid #2c3e50;
    right       : 100%;
}

.isotope-pager .num:after,
.prev:after {
    border-right: 20px solid #f1f1f1;
    right       : 0;
}

.overlay {
    position  : absolute;
    bottom    : 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color     : #f1f1f1;
    width     : 100%;
    transition: 0.5s ease;
    opacity   : 0;
    color     : white;
    font-size : 20px;
    padding   : 20px;
    text-align: center;
}

.grid-item:hover .overlay {
    opacity: 1;
}

/*-- footer --*/
.footer {
    padding: 0.1em 0;
    background: linear-gradient(180deg,
            rgba(227, 202, 102, 1) 0%,
            rgba(180, 142, 71, 1) 100%);
    text-align: center;
    margin-top: 20px;
}

.footer p {
    color         : #fff;
    letter-spacing: 1px;
}

.footer p a {
    color: #fff;
}

.footer p a:hover {
    color          : #fff;
    text-decoration: none;
}

/*-- footer --*/