@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Sorts+Mill+Goudy:ital@0;1&display=swap');
body {
    font-family: 'Sorts Mill Goudy', serif;
    background: #F6F4F2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

header .navbar-bg {
    background: rgb(255 255 255 / 80%);
    padding: 0 15px !important;
}

.branding_side {
    position: relative;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 9;
}

header .nav-link {
    font-size: 1.125rem;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: 15px 0;
}

.nav-item.active>.nav-link,
.nav-item>.nav-link:hover {
    color: #8F5638;
}

.nav-item.active>.nav-link {
    border-bottom-color: #8F5638
}

header .nav-item {
    padding: 0 0.5rem;
}

header .nav-item.has-child {
    position: relative;
}

header .nav-item.has-child>.nav-link {
    padding-right: 20px;
    position: relative;
}

header .nav-item.has-child ul.submenu {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    top: calc(100% - 6px);
    visibility: hidden;
    opacity: 0;
    transition: 0.25s all;
    z-index: 1;
}

header .nav-item.has-child ul.submenu .nav-link {
    padding: 5px 0;
    font-size: 0.9rem;
}

header .nav-item.has-child>.nav-link:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

header .nav-item.has-child:hover ul.submenu {
    visibility: visible;
    opacity: 1;
}

header .nav-item.has-child:hover .nav-link:after {
    transform: translateY(-50%) rotate(-135deg);
}

header.no-fix {
    position: static;
    padding-top: 30px;
}

.banner {
    margin-bottom: 50px;
    background: #fff;
}

.banner img {
    width: 100%;
    max-height: 450px;
}

.inner_page .banner {
    position: relative;
}

.inner_page .banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #010101;
    opacity: .49;
}

.inner_page .banner .banner_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    color: #fff;
    width: 100%;
}

.inner_page .banner .banner_title h2 {
    font-size: 110px;
    margin: 0;
    line-height: 1;
}

.inner_page .banner .banner_title p {
    font-size: 34px;
    margin: 0;
}

.inner_page .banner .banner_title p a {
    text-decoration: none;
    color: inherit;
}

.category_box {
    padding: 25px 0;
}

.single_category {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 0;
    background: #fff;
}

.single_category .cat_image {
    height: calc(500px - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
}

.single_category .cat_image img {
    opacity: 0;
    visibility: hidden;
}

.single_category .cat_name {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(17 97 135 / 0%);
    color: #fff;
    text-align: center;
    transform: scale(0);
    transition: 0.25s all ease-in;
}

.single_category:hover .cat_name {
    transform: scale(1);
}

.single_category .cat_name a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: transparent;
    height: 100%;
    text-decoration: none;
}

.single_category .cat_name h2 {
    font-size: 112px;
    opacity: .6;
    line-height: 1;
    margin: 0;
}

.single_category .cat_name h4 {
    font-size: 50px;
    text-transform: capitalize;
}

p {
    font-size: 1.5rem;
}

p.large {
    font-size: 2rem;
}

h2.title {
    font-size: 85px;
    font-style: italic;
    color: #8F5638;
}

.single_product {
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 15px;
    margin: 15px 0;
    background: #f4f4f4;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 8%);
}

.single_product .product_image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f4f4f4;
    background-blend-mode: multiply;
}

footer {
    margin-top: 50px;
}

.single_footer {
    padding: 15px 0;
}

.single_footer h3 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
}

.single_footer p {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.single_footer p a {
    color: #8F5638;
    text-transform: lowercase;
}

.cpr {
    background: #8F5638;
    color: #fff;
    padding: 15px 0;
}

.cpr p {
    font-size: 1rem;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.inline-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.inline-menu.text-md-right {
    justify-content: flex-end;
}

.inline-menu li {
    padding: 0 15px;
}

.single_cat {
    background: #F5F4F4;
    /* box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.08); */
    border-radius: 4px;
    overflow: hidden;
    height: calc(100% - 30px);
    margin: 15px 0;
    border: 1px solid #ededed;
}

.single_cat .cat_img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f4f4f4;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.single_cat .cat_img img {
    max-height: 100%;
    max-width: 100%;
}

.single_cat .cat_desc {
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.single_cat .cat_desc h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 5px;
}

.single_cat .cat_desc p {
    font-size: 1rem;
    margin: 0 0 5px;
}

.single_cat .cat_desc span {
    color: #484848;
    font-size: 0.875rem;
}

.contact .bg-white {
    padding: 40px 30px;
}

.contact h2 {
    font-size: 2rem;
    margin: 0;
}

.contact form {
    margin: 20px 0 0;
}

.contact form .form-group {
    margin: 0 0 30px;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    padding: 7px 15px;
}

.contact form .form-group .form-control {
    border-radius: 0;
    border: 0;
    padding: 0;
    padding-top: 5px;
    font-size: 1rem;
    line-height: 1;
}

.contact form .form-group label {
    margin: 0;
    font-size: 0.875rem;
}

.contact form .form-group .form-control:focus {
    box-shadow: none;
}

.btn-theme {
    background: #051F34;
    color: #fff;
    border-radius: 0;
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.btn-theme span {
    width: 1rem;
    height: 1px;
    background: #B1B1B1;
    margin-right: 10px;
    transition: 0.25s all;
}

.btn-theme:hover span {
    width: 1.5rem;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    z-index: 9;
}

.slick-prev.slick-arrow {
    left: 0;
}

.slick-next.slick-arrow {
    right: 0;
}

#slider_cat {
    padding-left: 40px;
    padding-right: 40px;
}

#slider_cat .slick-slide {
    height: 500px;
}

#slider_cat .slick-track {
    height: 100%;
}

#slider_cat .slick-list {
    height: 100%;
}

.pagination {
    justify-content: flex-end;
}

.pagination .page-item {
    padding: 0 5px;
}

.pagination .page-item .page-link {
    border-radius: 100% !important;
    font-size: 0.875rem;
    width: 35px;
    height: 35px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F5638;
    font-weight: 500;
    background: #e9e9e9;
    transition: 0.25s all;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #8F5638;
    font-size: 1rem;
}

.pagination .page-item .page-link:hover {
    background: rgb(143 86 56 / 40%);
}

@media (min-width: 1500px) {
    .container {
        max-width: 1370px;
    }
}

@media(max-width: 1199px) {
    .navbar-brand {
        max-width: 250px;
    }
    header .nav-item {
        padding: 0;
    }
    p {
        font-size: 1.25rem;
    }
    p.large {
        font-size: 1.5rem;
    }
    .banner {
        min-height: 380px;
    }
    .single_category .cat_name h2 {
        font-size: 90px;
    }
    .single_category .cat_name h4 {
        font-size: 40px;
    }
    h2.title {
        font-size: 68px;
    }
    .single_footer h3 {
        font-size: 1.125rem;
    }
    .inner_page .banner .banner_title h2 {
        font-size: 84px;
    }
    .inner_page .banner .banner_title p {
        font-size: 26px;
    }
}

@media(max-width: 991px) {
    p {
        font-size: 1rem;
    }
    p.large {
        font-size: 1.25rem;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    header .nav-link {
        font-size: 1rem;
    }
    .banner {
        min-height: 280px;
    }
    .single_category .cat_name h2 {
        font-size: 75px;
    }
    .single_category .cat_name h4 {
        font-size: 35px;
    }
    h2.title {
        font-size: 56px;
    }
    .single_footer h3 {
        font-size: 1rem;
    }
    .single_footer p,
    .cpr p {
        font-size: 0.875rem;
    }
    .inner_page .banner .banner_title h2 {
        font-size: 64px;
    }
    .inner_page .banner .banner_title p {
        font-size: 22px;
    }
}

@media(max-width: 767px) {
    .branding_side {
        width: 100%;
    }
    .burger-container {
        display: block;
        position: absolute;
        z-index: 99;
        right: 0px;
        top: calc(50% - 1.7em);
        display: inline-block;
        height: 3.13em;
        width: 3.13em;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    .burger-container #burger {
        width: 1.6em;
        height: 0.5em;
        position: relative;
        display: block;
        margin: -4px auto 0;
        top: 50%;
    }
    .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    .burger-container #burger .bar {
        width: 100%;
        height: 2px;
        display: block;
        position: relative;
        background: #000;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s;
    }
    .btmBar {
        top: 5px;
    }
    .burger-container.nav-active {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .burger-container.nav-active #burger .bar.topBar {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
    .burger-container.nav-active #burger .bar {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0.2s;
    }
    .burger-container.nav-active #burger .bar.btmBar {
        top: 0;
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
    }
    header {
        top: 5px;
    }
    .navbar-collapse {
        padding: 15px 0;
    }
    header .nav-item.has-child ul.submenu {
        position: relative;
        display: none;
    }
    header .nav-item {
        padding: 5px 0
    }
    header .nav-link {
        padding: 5px 0
    }
    p {
        font-size: 0.875rem;
    }
    p.large {
        font-size: 1rem;
    }
    .banner {
        margin-bottom: 20px;
        min-height: 200px;
        display: flex;
        align-items: center;
    }
    main:not(.inner_page) .banner {
        min-height: unset;
    }
    .single_category .cat_image {
        height: calc(300px - 30px);
    }
    .single_category .cat_name {
        top: 0px;
        bottom: 0px;
    }
    .single_category .cat_name h2 {
        font-size: 55px;
    }
    .single_category .cat_name h4 {
        font-size: 25px;
    }
    h2.title {
        font-size: 36px;
    }
    .single_product {
        min-height: 300px;
    }
    .single_footer {
        text-align: center;
        padding: 10px 0;
    }
    .single_footer h3 {
        margin: 0 0 0.5rem;
    }
    .inline-menu.text-md-right {
        justify-content: center;
    }
    .inner_page .banner .banner_title h2 {
        font-size: 34px;
    }
    .inner_page .banner .banner_title p {
        font-size: 18px;
    }
    .contact .bg-white {
        padding: 15px
    }
    .contact h2 {
        font-size: 1.25rem;
    }
    #slider_cat .slick-slide {
        height: auto;
    }
    .slick-arrow {
        font-size: 1.75rem;
        padding: 0 10px;
        box-shadow: none;
    }
    .mt-m-3 {
        display: block;
    margin-left: auto;
    }
}

@media(min-width: 767px) {
    .mt-md-m-5 {
        transform: translate(-60px, 60px);
    }
}

.pagination-sm .page-link {
    font-family: 'Montserrat', sans-serif;
}

.page-content {
    display: none;
}

.page-content.active {
    display: block;
}

.max-width-150 {
    max-width: 100px;
}

.border_animated {
    border: 0;
    position: relative;
    transition: all 350ms 600ms ease-in-out;
    overflow: unset;
}

.border_animated>div {
    position: relative;
    z-index: 1;
}

.border_animated:after,
.border_animated:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 25%;
    transition: all 0.25s ease-in-out;
}

.border_animated:after {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    bottom: -1px;
    right: -1px;
}

.border_animated:before {
    top: -1px;
    left: -1px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

.border_animated:hover:after,
.border_animated:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.commas {
    position: relative;
}

.commas .comma img {
    max-width: 20px;
    opacity: 0.8;
}

.commas .comma.upComma {
    transform: translateY(-10px);
}

.commas .comma {
    margin: 0 10px;
    display: inline-flex;
    line-height: 1;
}

.commas .comma.downComma {
    transform: translateY(0px);
}
.pagination .page-item.prev .page-link, .pagination .page-item.next .page-link {
    font-size: 12px;
}

.accessibiltyIcon{
        width: 28px;
    height: 28px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:100%;
    margin:0 auto;
}
.accessibiltyIcon svg{
    width: 16px !important;
    height: 16px !important;
}
.social-icon .accessibiltyIcon{
    border-color:#8F5638;
}