body {
    /* font-family: "Inter", sans-serif !important; */
    font-family: 'Futura Now Headline' !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #232323;
    margin: 0 auto;
}

.section-space {
    padding: 100px 0;
}

.mt-60 {
    margin-top: 60px;
}

/* ===============================
top-bar
================================ */
.top-bar {
    padding: 10px 0;
    background-color: #EAE9E7;
}

.top-bar-text {
    font-size: 16px;
    line-height: 26px;
}

.header-area {
    position: absolute;
    top: 50px;
    padding-top: 30px;
    left: 0;
    right: 0;
    z-index: 9;

}
.header_button_white{
    background-color: transparent !important;
    color: white !important;
}
.header_button_black{
    background-color: black !important;
    color: white !important;
}
.brand-logo {
    display: inline-block;
}

.brand-logo img {
    max-width: 160px;
}

.header-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    background-color: #ffffff;
    color: #231F20;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    transition: all .5s;
}
.header-icon-btn img{
    max-width: 30px;
    object-fit: cover;
}

.header-icon-btn:hover {
    box-shadow: 5px 0 20px rgba(0, 0, 0, .2);
    color: #231F20;
}

.cart-btn {
    position: relative;
}
.cart_btn_black{
    background-color: black;
}

.cart-btn .count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    background-color: #ffffff;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 12px;
    color: #231F20;
}

/* ===============================
sidebar-area
================================ */
.sidebar-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    width: 100%;
    max-width: 50%;
    padding: 40px;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
    transition: all .5s linear;
    margin-left: -50%;
}

.sidebar-area.active {
    margin-left: 0;
}

.close-btn {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: all .5s;
}

.close-btn:hover {
    color: #e74c3c;
}

.sidebar-area .sidebar-body {
    height: 60vh;
    overflow-y: auto;
}

.main-menu ul li {
    margin-bottom: 22px;
}

.main-menu ul li:last-child {
    margin-bottom: 0;
}

.main-menu ul li a {
    display: inline-block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #D6D6D6;
    transition: all .5s;
}

.siderbra-right-menu {
    position: absolute;
    right: 0;
    bottom: 20%;
}

.siderbra-right-menu ul {
    display: flex;
    grid-column-gap: 20px;
    transform: rotateZ(-90deg) translateY(10px);
}

.siderbra-right-menu ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    transition: all .5s;
}

.main-menu ul li .sub-menu {
    margin-top: 20px;
}

.main-menu ul li .sub-menu li {
    margin-bottom: 0;
}

.main-menu ul li .sub-menu li a {
    font-size: 34px;
    font-weight: 700;
    color: #D6D6D6;
}

.main-menu ul li .sub-menu li a:hover {
    color: #DE9E24;
}

.siderbra-right-menu ul li a:hover {
    color: #DE9E24;
}

.main-menu ul li:nth-child(1n) a {
    color: #E7D78F;
}

.main-menu ul li:nth-child(2n) a {
    color: #7A675B;
}

.main-menu ul li:nth-child(3n) a {
    color: #D7D6C2;
}

.main-menu ul li:nth-child(4n) a {
    color: #C9A091;
}

.main-menu ul li:nth-child(5n) a {
    color: #93A9AF;
}

.main-menu ul li a:hover {
    color: #231F20;
}

.sidebar-area .sidebar-body::-webkit-scrollbar {
    width: 4px;
}

.sidebar-area .sidebar-body::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.sidebar-area .sidebar-body::-webkit-scrollbar-thumb {
    background: #fafafa;
}

.sidebar-area .sidebar-body::-webkit-scrollbar-thumb:hover {
    background: #f5f5f5;
}

.sidebar-area .sidebar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.language-derodown-area .language-btn {
    color: #202020;
    border: none;
    padding: 0;
    background-color: transparent;
}

.social-media {
    display: flex;
    flex-flow: row wrap;
    grid-column-gap: 10px;
}

.social-media li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    /*border: 1px solid #222221;*/
    border: 1px solid white;
    /*color: #222221;*/
    color: white;
    transition: all .5s;
    font-size: 18px;
}

.social-media li a:hover {
    background-color: #222221;
    color: #ffffff;
}

/* ===============================
primary-btn
================================ */
.primary-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s;
}

.primary-btn:hover {
    background-color: #ffffff;
    color: #231F20;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-rounded-md {
    border-radius: 12px;
}

.btn-bg-primary {
    background-color: #DE9E24;
    border-color: #DE9E24;
}


/* ===============================
hero-banner-area
================================ */
.hero-banner-area {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 560px;
    padding: 45px;
    z-index: 1;
}

.hero-banner-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .09);
    z-index: -1;
}

/* ===============================
categories-area
================================ */
.categories-area {
    background-color: #F1F2F2;
}

.single-category-box {
    display: block;
    margin-bottom: 50px;
}

.single-category-box .category-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
}

.single-category-box .category-img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-category-box .category-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

/* ===============================
section-title
================================ */
.section-title {
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}

/* ===============================
cpanels-area
================================ */
.panel-wrapper {
    background: #000000;
}

.panel-wrapper .panel-info {
    padding: 10%;
}

.panel-wrapper .panel-info .panel-icon {
    /*max-width: 140px;*/
    margin-bottom: 60px;
}

.panel-wrapper .panel-info .panel-title {
    margin-bottom: 70px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.panel-img-wrapper .panel-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.row.panel-wrapper-reverse {
    flex-direction: row-reverse;
}

.panel-icon-1{
    width: 138px;
    height: 182px;
}

.panel-icon-2{
    width: 160px;
    height: 210px;
}

.panel-icon-3{
    width: 175px;
    height: 144px;
}

.panel-icon-4{
    width: 222px;
    height: 114px;
}
.panel-icon-5{
    width: 150px;
    height: 170px;
}

.panel-icon-6{
    width: 137px;
    height: 181px;
}

.panel-icon-7{
    width: 137px;
    height: 181px;
}
.panel-icon-8{
    width: 159px;
    height: 136px;
}
.panel-icon-9{
    width: 174px;
    height: 117px;
}

/* ===============================
most-saled-area
================================ */
.most-saled-area {
    background-color: #F1F2F2;
}

.most-saled-box {
    margin-bottom: 30px;
}

.most-saled-box .most-saled-img-wrap {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.most-saled-box .most-saled-img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.most-saled-box:hover .most-saled-img {
    transform: scale(1.1);
}

.product-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin: 15px 0;
}

.product-switcher img {
    /*width: 25px;*/
    /*height: 35px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.most-saled-box .most-saled-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.most-saled-box .most-saled-title a {
    color: #000000;
}

.most-saled-box .most-saled-value {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.most-saled-box .cart-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000000;
    color: #000000;
}

.most-saled-box .cart-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.most-saled-box .product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.most-saled-box .product-meta .most-saled-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.most-saled-box .product-meta .most-saled-value {
    margin-bottom: 0;
}

.add-to-cart-icon-btn img {
    max-width: 30px;
}

/* ===============================
callto-action-area
================================ */
.callto-action-area {
    background-color: #000000;
}

.callto-action-area .info-text {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

/* ===============================
inspirations-area
================================ */
.inspirations-area {
    background-color: #F1F2F2;
    overflow: hidden;
}

.inspirations-slider {
    margin: 0 -15px;
}

.inspirations-slider .slick-slide {
    /*margin-right: 15px;*/
    margin-left: 15px;
}

.single-inspiration .single-inspiration-img {
    width: 226px;
    height: 226px;
    object-fit: cover;
    border-radius: 10px;
}

.single-inspiration .our-inspiration-title {
    /*margin: 10px 0;*/
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
}

.single-inspiration .our-inspiration-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20;
}

.inspirations-slider .slick-dots li button {
    display: inline-block;
    padding: 0;
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C4C4C4;
}

.inspirations-slider .slick-dots li.slick-active button {
    background-color: #000000;
}

.inspirations-slider .slick-dots li button::before {
    display: none;
}

/* ===============================
contributors-area
================================ */
.contributors-area {
    background-color: #E3E2E0;
}

.contributors-area .single-contributors {
    display: block;
    margin-bottom: 30px;
}

.contributors-area .single-contributors img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===============================
brand-area
================================ */
.brand-area {
    background-color: #F1F2F2;
}

.brand-area .single-brand .single-brand-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0 10px;
}

.brand-area .single-brand .single-brand-inner img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

/* ===============================
footer-area
================================ */
.footer-area {
    background-color: #E3E2E0;
    padding-top: 40px;
    background-image: url('./imgs/Footer symbol icon.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 170px;
}

.footer-bottom {
    padding: 25px 0;
}

.footer-bottom .brand-logo {
    display: inline-block;
    margin-bottom: 5px;
}

.footer-bottom .brand-logo img {
    width: 165px;
    object-fit: cover;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    grid-column-gap: 10px;
    grid-row-gap: 3px;
}

.footer-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #231F20;
    transition: all .5s;
}

.footer-menu ul li a:hover {
    color: #000000;
}

.copyright-text {
    font-size: 14px;
    font-weight: 500;
    color: #231F20;
}

.footer-top .email-text {
    font-size: 14px;
    font-weight: 500;
    color: #727171;
}

.footer-top .email-text strong {
    margin-right: 20px;
    color: #000000;
}

.footer-top .widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.footer-top .widget-sub-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
}

.subscription-area {
    margin: 25px 0;
}

.subscription-input-wrap {
    position: relative;
    z-index: 1;
}

.subscription-input-wrap .form-control {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    border: none;
    box-shadow: none;
}

.subscription-input-wrap .submit-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #000000;
}

/* ===============================
single-post
================================ */
.single-post {
    margin-bottom: 30px;
}

.single-post .post-thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
}

.single-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.single-post .post-meta {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    flex-flow: row wrap;
}

.single-post .post-meta li a {
    font-size: 18px;
    font-weight: 400;
    color: #58595B;
    transition: all .5s;
}

.single-post .post-meta li a:hover {
    color: #000000;
}

.single-post .post-title {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #231F20;
}

.single-post .post-title a {
    color: #231F20;
    transition: all .5s
}

.single-post .post-title a:hover {
    color: #000000;
}

.single-post .post-author {
    font-size: 22px;
    font-weight: 500;
    color: #231F20;
}

.single-post:hover .post-thumbnail img {
    transform: scale(1.1);
}

/* ===============================
single-post
================================ */
.page-title {
    margin-bottom: 60px;
    font-size: 120px;
    line-height: 1.4;
    font-weight: 700;
    color: #93A9AF;
}

.catagory-title {
    color: #E7D78F;
}

.stretcher-title {
    color: #F5C850;
}

/* ===============================
brand-page
================================ */
.brand-page .single-brand {
    display: flex;
    margin-bottom: 30px;
}

.brand-page .single-brand img {
    max-height: 80px;
    object-fit: contain;
}

/* ===============================
contact-area
================================ */
.contact-area .contact-form .contact-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #DE9E24;
}

.contact-area .contact-form .contact-form-wrap {
    padding: 10px;
    background-color: #F7F7F7;
    margin-bottom: 30px;
    border-radius: 12px;
}

.contact-area .contact-form .form-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DE9E24;
    background-color: transparent;
    padding: 15px 0;
    font-size: 16px;
    color: #231F20;
}

.contact-area .contact-form .form-message {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 15px 0;
    font-size: 16px;
    color: #231F20;
    height: 220px;
    resize: none;
}

.contact-area .contact-form .form-message:focus {
    outline: none;
    border: none;
}

.contact-area .contact-form .submit-btn {
    display: block;
    width: 100%;
    border-radius: 12px;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #231F20;
    transition: all .5s;
}

.contact-area .contact-form .submit-btn:hover {
    background: #DE9E24;
    color: #ffffff;
}

.contact-area .contact-details h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.contact-area .contact-details h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

/* ===============================
product-details
================================ */
.product-details .product-details-wrap {
    background: #EAEAEA;
    overflow: hidden;
}

.product_description_area {
    background-color: #E3E2E0;
}

.product_description_area .product_description_title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    color: #000000;
}

.product_description_area .product-checklist li {
    font-size: 27px;
    line-height: 37px;
}

.product_description_area p {
    font-size: 27px;
    line-height: 37px;
    font-weight: 400;
}

.product-details .product-info {
    background-color: #F7F7F7;
    padding: 60px 80px;
    height: 100%;
}

.product-details .product-info p,
.product-details .product-info ul li {
    font-size: 16px;
}

.product-details .product-info .product-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.product-details .product-info .product-color {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.product-checklist li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
}

.product-details .card_area {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.product-details .card_area .product-price {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.product-icon-box {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 5px;
}

.product-icon-box li {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    width: 49%;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}

.product-icon-box li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.product-image-slider .slick-dots {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 4;
}

.product-image-slider .slick-dots li {
    display: block;
    margin: 5px;
}

.product-image-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    opacity: 1;
}

.product-image-slider .slick-dots li button::before {
    background: #C5C4C2;
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
}

.product-image-slider .slick-dots li.slick-active button::before {
    background: #DE9E24;
    opacity: 1;
}

.tabs-menu-area {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    grid-row-gap: 15px;
    grid-column-gap: 30px;
    margin-bottom: 50px;
}

.tabs-menu-area h2 {
    font-size: 22px;
    font-weight: 500;
    color: #231F20;
}

.tabs-menu-area .nav-tabs {
    border: none;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
}

.tabs-menu-area .nav-tabs .nav-item .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #231F20;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    background-color: transparent;
}

.tabs-menu-area .nav-tabs .nav-item .nav-link.active {
    color: #F5C850;
    border-color: #F5C850;
}

.blog_subheader{
    color: #79665a !important;
    border-color: #79665a !important;
}

/* ===============================
about-area
================================ */
.about-area p {
    color: #ffffff;
}

body.route_name-frontend\.about-us,
body.route_name-frontend\.contact-us {
    background-color: #DE9E24;
    background-image: url('./imgs/contact-bg.png');
    background-repeat: no-repeat;
}

body.route_name-frontend\.blogs {
    background-image: url('./imgs/Blog-background.png');
    background-repeat: no-repeat;
}
body.route_name-frontend\.blog\.categories {
    background-image: url('./imgs/Blog background desktop-01.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #F7F7F7;
}

body.route_name-frontend\.about-us .footer-area,
body.route_name-frontend\.contact-us .footer-area {
    background-color: #DE9E24;
}

body.route_name-frontend\.about-us .footer-area .footer-top .email-text,
body.route_name-frontend\.contact-us .footer-area .footer-top .email-text {
    color: #ffffff;
}

body.route_name-frontend\.about-us .footer-area .footer-top .email-text strong,
body.route_name-frontend\.contact-us .footer-area .footer-top .email-text strong {
    color: #ffffff;
}

body.route_name-frontend\.about-us .footer-area .footer-top .widget-title,
body.route_name-frontend\.contact-us .footer-area .footer-top .widget-title {
    color: #ffffff;
}

body.route_name-frontend\.about-us .footer-area .footer-top .widget-sub-title,
body.route_name-frontend\.contact-us .footer-area .footer-top .widget-sub-title {
    color: #ffffff;
}

body.route_name-frontend\.about-us .footer-area .social-media li a,
body.route_name-frontend\.contact-us .footer-area .social-media li a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

body.route_name-frontend\.about-us .footer-area .copyright-text,
body.route_name-frontend\.contact-us .footer-area .copyright-text {
    color: #ffffff;
}

body.route_name-frontend\.about-us .footer-menu ul li a,
body.route_name-frontend\.contact-us .footer-menu ul li a {
    color: #ffffff;
}

body.route_name-frontend\.contact-us .page-title {
    color: #ffffff;
}

.footer-bg-logo {
    display: none;
}

body.route_name-frontend\.about-us .footer-logo,
body.route_name-frontend\.contact-us .footer-logo {
    display: none;
}

body.route_name-frontend\.about-us .footer-bg-logo,
body.route_name-frontend\.contact-us .footer-bg-logo {
    display: block;
}

body.route_name-frontend\.products {
    background-color: #f7f7f7;
}

body.route_name-frontend\.product-category {
    background-color: #f7f7f7;
}

body.route_name-frontend\.contact-us {
    background-image: url('./imgs/contact-bg.png');
    background-repeat: no-repeat;
}

.back-btn {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    transition: all .5s;
    margin-bottom: 10px;
}

.back-btn:hover {
    color: #F5C850;
}

/* sticky-logo */
.sticky-logo {
    position: fixed;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 150px;
    height: 150px;
}

.sticky-logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.horizontal-scroll-wrapper {
    /*overflow-x: auto;*/
    /*white-space: nowrap;*/
    /*width: 100%;*/
    overflow: hidden;
    overflow-x: scroll;
}
.d-flex {
    flex-wrap: nowrap;
}
.single-brand {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1399px) {
    .panel-wrapper .panel-info .panel-icon {
        /*max-width: 100px;*/
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) {
    .product-details .product-info {
        padding: 30px;
    }

    .page-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    body.route_name-frontend\.blog\.categories {
        background-image: url('./imgs/Blog background mobile-01-01.webp');
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        background-color: #F7F7F7;
    }

    .panel-wrapper .panel-info .panel-title {
        margin-bottom: 70px;
        font-size: 24px;
    }

    .panel-wrapper .panel-info {
        padding: 10% 5%;
    }

    .product_description_area .product-checklist li {
        font-size: 16px;
        line-height: 26px;
    }

    .product_description_area p {
        font-size: 16px;
        line-height: 26px;
    }

}

@media (max-width: 767px) {
    .sidebar-area {
        padding: 20px;
    }

    .header-area {
        top: 30px;
        padding-top: 15px;
    }

    .top-bar-text {
        font-size: 14px;
        line-height: 24px;
    }

    .top-bar {
        padding: 0;
        background-color: #EAE9E7;
        height: 30px;
    }

    .main-menu ul li a {
        font-size: 24px;
        line-height: 34px;
    }

    .main-menu ul li {
        margin-bottom: 10px;
    }

    .section-space {
        padding: 60px 0;
    }

    .single-category-box {
        margin-bottom: 30px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .callto-action-area .info-text {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .footer-area {
        padding-top: 40px;
    }

    .page-title {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .tabs-menu-area h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .tabs-menu-area .nav-tabs .nav-item .nav-link {
        border: 2px solid #F5C850;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 12px;
        background: transparent;
    }

    .tabs-menu-area .nav-tabs {
        border: none;
        grid-column-gap: 10px;
    }

    .tabs-menu-area .nav-tabs .nav-item .nav-link.active {
        border: 2px solid #F5C850;
        background-color: #F5C850;
        color: #ffffff;
    }

    .blog_subheader{
        border: 2px solid #79665a !important;
        background-color: #79665a !important;
        color: #ffffff !important;
    }

    .blog_nav{
        border: 2px solid #79665a !important;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 12px;
        background: transparent;
    }

    .blog_nav.active{
        border: 2px solid #79665a !important;
        background-color: #79665a !important;

    }

    .product-image-slider .slick-dots {
        display: flex;
        left: 0;
        top: auto;
        transform: translateY(0);
        bottom: 30px;
        text-align: left;
        right: 0;
        text-align: center;
        justify-content: center;
    }

    .siderbra-right-menu {
        bottom: 30%;
    }
}

.category_image_1{
    width: 92px !important;
    height: 122px !important;
}

.category_image_2{
    width: 85px !important;
    height: 122px !important;
}
.category_image_3{
    width: 119px !important;
    height: 98px !important;
}
.category_image_4{
    width: 152px !important;
    height: 78px !important;
}
.category_image_5{
    width: 99px !important;
    height: 124px !important;
}
.category_image_6{
    width: 71px !important;
    height: 123px !important;
}
.category_image_7{
    width: 71px !important;
    height: 123px !important;
}
.category_image_8{
    width: 109px !important;
    height: 93px !important;
}
.category_image_9{
    width: 138px !important;
    height: 93px !important;
}

@media (max-width: 575px) {
    .hero-banner-area {
        min-height: 400px;
        padding: 25px;
    }

    .single-category-box .category-title {
        font-size: 16px;
    }

    .section-title {
        font-size: 26px;
    }

    .product-icon-box li {
        width: 100%;
    }

    .product-icon-box {
        grid-gap: 10px;
    }

    .product-details .product-info .product-color {
        font-size: 18px;
    }

    .brand-logo {
        transform: translateX(27%);
    }

    .sidebar-area {
        max-width: 100%;
        margin-left: -100%;
    }
}

@media (max-width: 480px) {
    .brand-logo img {
        max-width: 120px;
    }
    .single-inspiration .single-inspiration-img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 375px) {
    .brand-logo {
        transform: translateX(15%);
    }
}

@media (max-width: 360px) {
    .brand-logo img {
        max-width: 100px;
    }

    .panel-wrapper .panel-info {
        padding: 10% 5%;
    }
}

@media (min-width: 767px) {
    .panel-img-wrapper .panel-img {
        min-height: 575px;
    }
}
