@media only screen and (min-width: 1025px) {

    .header-top-con .shop-now:hover,
    .navbar-main .nav-menu-main ul li:hover a {
        color: var(--orange);
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a:hover {
        background-color: #F7F7F7;
        color: var(--orange);
    }

    .header-btn a:hover .icon {
        background-color: var(--orange);
    }

    .navbar-main .nav-menu-main ul li:hover a::before {
        width: 100%;
    }

    .btn.btn-orange:hover {
        background: rgb(231 69 71 / 75%);
    }

    .home-product-box:hover img {
        transform: scale(1.03);
    }

    .home-product-box:hover .home-product-title {
        color: var(--orange);
    }

    .home-product-box:hover .img-box::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .skin-device-box:hover::before {
        backdrop-filter: blur(2px);
        background: rgba(20, 20, 20, 65%);
    }

    .skin-device-box:hover .skin-device-title {
        color: var(--orange);
    }

    .foot-box ul li a:hover {
        color: var(--orange);
    }

    .social-media a:hover .icon {
        background-color: var(--orange);
    }
}

@media only screen and (max-width: 1699px) {
    .navbar-main .nav-menu-main>ul>li>.sub-menu{
        width: calc(75% - 100px);
    }
}

@media only screen and (max-width: 1599px) {
    .compare-box-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .compare-box {
        padding: 30px;
    }

    .compare-box-heading.inner-head {
        font-size: 18px;
    }

    .compare-box-heading {
        font-size: 20px;
    }

    .compare-box-table-row-head .our-skin,
    .compare-box-heading {
        width: 180px;
        flex: 0 0 180px;
    }

    .compare-box-table .compare-box-table-row-head:first-child .compare-box-head-value {
        font-size: 20px;
    }

    .compare-box-table-row-head {
        padding-bottom: 15px;
        margin-bottom: 15px;
        column-gap: 40px;
    }

    .compare-box .cms-con {
        margin-bottom: 50px;
    }

    .compare-sec .row {
        --bs-gutter-x: 25px;
    }

    .gallery-box-label {
        font-size: 16px;
        top: 15px;
        left: 15px;
    }

    .home-product-title {
        font-size: 20px;
    }

    .testimonial-box .cms-con p {
        font-size: 22px;
    }

    .foot-box.quick-link {
        padding-left: 40px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu{
        left: 40px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu .menu-item-title{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial-sec .slick-arrow {
        left: -85px;
    }

    .testimonial-sec .slick-arrow.slick-next {
        right: -145px;
    }

    .hero-title {
        font-size: 64px;
        margin-bottom: 30px;
    }

    .hero-sub-title {
        font-size: 22px;
    }

    .hero-banner-con {
        padding-top: 100px;
    }

    .hero-slider .container-fluid {
        padding: 0 30px;
    }

    .home .header .container-fluid {
        padding: 0 30px;
    }

    .header-main {
        padding: 12px 30px;
    }

    .navbar-main .nav-menu-main>ul>li>a {
        font-size: 16px;
        padding: 12px 0;
    }

    .navbar-main .nav-menu-main>ul>li>a::before {
        bottom: 13px;
    }

    .navbar-main .nav-menu-main ul li .arrow {
        top: 18px;
        width: 6px;
        height: 6px;
    }

    .navbar-main .nav-menu-main ul li:hover .arrow {
        top: 20px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a {
        font-size: 14px;
    }

    .btn {
        font-size: 16px;
    }

    .sec-title {
        font-size: 38px;
    }

    .slick-arrow {
        width: 50px;
    }

    .slick-arrow::before {
        width: 12px;
        height: 12px;
        top: 19px;
        left: 20px;
    }

    .slick-arrow.slick-next::before {
        left: 18px;
    }

    .header-btn a .icon {
        width: 20px;
        min-width: 20px;
    }

    .header-btn a {
        margin-right: 15px;
    }

    .common-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .feature-highlight-sec.common-sec {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .footer {
        padding-top: 70px;
    }

    .foot-title {
        font-size: 20px;
    }

    .social-media .icon {
        width: 22px;
        min-width: 22px;
    }

    .site-logo{
        width: 140px;
    }

    .navbar-main .nav-menu-main>ul>li.menu-item-has-children> a::after {
        top: 18px;
    }

    .navbar-main .nav-menu-main>ul>li.menu-item-has-children:hover> a::after {
        top: 21px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li {
        border-bottom: 1px solid #E7E7E7;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li:last-child{
        border-bottom: none;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a {
        padding: 10px 16px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu {
        left: 60px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu {
        width: calc(80% - 100px);
    }
}

@media only screen and (max-width: 1299px) {
    .compare-box-table-row-head {
        padding-bottom: 12px;
        margin-bottom: 12px;
        column-gap: 30px;
    }

    .hero-banner-sec {
        height: 100vh;
        max-height: 100%;
    }

    .hero-slider .container-fluid {
        padding-top: 100px;
    }

    .compare-box-title {
        max-width: 100%;
        font-size: 32px;
    }

    .testimonial-box {
        max-width: 1000px;
    }

    .testimonial-sec .slick-arrow {
        left: -40px;
    }

    .testimonial-sec .slick-arrow.slick-next {
        right: -100px;
    }

    .foot-box.quick-link {
        padding-left: 30px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer-main {
        padding-bottom: 60px;
    }

    .hero-banner-con {
        padding-top: 80px;
    }

    .blog-list-content-box {
        width: 650px;
        padding: 30px;
    }

    .woocommerce .widget_product_search,
    .widget_product_categories {
        padding: 15px;
    }

    .sr_inner #searchform {
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner-sec {
        height: 70vh;
    }

    .hero-sub-title {
        font-size: 26px;
    }

    .hero-banner-sec .slick-dots {
        right: 20px;
    }

    .hero-banner-con {
        padding-top: 0;
    }

    .skin-device-details .row {
        --bs-gutter-y: 20px;
        --bs-gutter-x: 20px;
        justify-content: center;
    }

    .compare-box {
        margin-top: 30px;
        height: auto;
    }

    .compare-box-table-row-head .our-skin,
    .compare-box-heading {
        width: 33%;
        flex: 0 0 33%;
    }

    .testimonial-sec .slick-arrow {
        position: relative;
        transform: inherit;
        right: 0 !important;
        left: 0;
    }

    .testimonial-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .feature-highlight-box .img-box {
        width: 40px;
        flex: 0 0 40px;
    }

    .feature-highlight-sec.common-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .newsletter-box .form-group .form-control {
        width: 250px;
        flex: 0 0 250px;
    }

    .social-media {
        padding-top: 20px;
        padding-left: 0;
    }

    .hero-title {
        font-size: 60px;
    }

    .navigation-bar {
        position: fixed;
        width: 50%;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        left: -50%;
        transition: all .6s ease-in-out;
        margin: 0;
        z-index: 9999;
        height: 100vh;
        background: #fff;
    }

    .navigation-bar.slide-menu {
        left: 0;
    }

    .mb-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 25px;
        width: 100%;
        background-color: #F7F7F7;
    }


    .site-logo {
        margin: auto;
    }

    .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .home .header-main {
        padding: 15px 30px;
    }

    .menu-logo {
        width: 120px;
        display: block;
    }

    .body-fixed .sidebar-overlay {
        opacity: .8;
        visibility: visible;
        left: 0;
        transition: all .6s ease-in-out;
    }

    .mb-menu-logo .close-menu {
        position: relative;
        width: 25px;
        height: 25px;
        padding: 4px
    }

    .mb-menu-logo .close-menu:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: .125rem;
        background: var(--light-black);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        bottom: 0
    }

    .mb-menu-logo .close-menu:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--light-black);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        bottom: 0
    }

    .header-btn a {
        margin-right: 15px;
    }

    .header-btn a .icon {
        width: 24px;
        min-width: 24px;
    }

    .header .header-main.has_sticky {
        padding: 15px 20px;
    }

    .brand-img-wrapper {
        width: 108px;
        height: 72px;
    }

    .nav-menu-main {
        overflow-y: auto;
        height: calc(100dvh - 100px);
        min-height: calc(100dvh - 100px);
    }

    .nav-menu-main ul {
        display: block;
        padding: 45px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .navbar-main .nav-menu-main>ul>li {
        padding: 0;
    }

    .navbar-main .nav-menu-main>ul>li>a {
        padding: 14px 0;
    }

    .navigation-bar .navbar-main .nav-menu-main>ul>li ul {
        display: none;
        padding: 0 !important;
        position: static !important;
        transform: none !important;
        left: inherit !important;
        top: inherit !important;
        width: auto !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
        border: none;
        background-color: transparent;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li {
        border-bottom: none;
        border-left: 2px solid #F5F3F4;
    }

    .navbar-main .nav-menu-main ul li .arrow {
        position: absolute;
        right: 0;
        top: 13px !important;
        width: 100%;
        height: 25px;
        z-index: 9;
        transform: none;
        bottom: inherit;
        border: none;
    }

    .navbar-main .nav-menu-main ul li .arrow::before {
        content: "";
        position: absolute;
        left: inherit;
        right: 5px;
        top: 0;
        bottom: 0;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid var(--light-black);
        border-right: 2px solid var(--light-black);
        transform: rotate(45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out;
    }

    .navbar-main .nav-menu-main ul li:hover .arrow {
        transform: inherit;
    }

    .navbar-main .nav-menu-main ul li .arrow.minus::before {
        transform: rotate(-135deg);
        top: 1px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a {
        padding: 10px 24px;
    }

    .blog-list-img {
        height: 450px;
    }

    .blog-list-content-box {
        width: 540px;
        padding: 20px;
        bottom: -100px;
    }

    .blog-list-box {
        margin-bottom: 160px;
    }

    .cate-details {
        column-gap: 30px;
        margin-bottom: 20px;
    }

    .latest-blog-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .header-main {
        padding: 12px 15px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 50% !important;
        margin-bottom: 30px !important;
    }

    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.first {
        clear: none !important;
    }

    .woocommerce ul.products li.product a img {
        height: 345px;
        margin-bottom: 20px;
    }

    .woocommerce-loop-product__title {
        font-size: 20px !important;
    }

    .site-logo {
        width: 126px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li{
        width: 100%;
        border-right: none;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a{
        display: flex;
        align-items: center;
        column-gap: 15px;
    }

    .menu-item-icon{
        width: 60px;
        height: 60px;
        border-radius: 10px;
        object-fit: cover;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu .menu-item-title{
        text-align: left;
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .home .header .container-fluid {
        padding: 0 15px;
    }

    .hero-banner-sec {
        height: 80vh;
    }


    .hero-title {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .btn {
        font-size: 16px;
    }

    .hero-sub-title {
        font-size: 22px;
    }

    .common-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec-title {
        font-size: 32px;
    }

    .home-product-top .sec-head {
        margin-bottom: 0;
        max-width: 75%;
    }

    .home-product-sec .container-lg {
        padding-left: 30px;
        padding-right: 0;
    }

    .testimonial-box .cms-con p {
        font-size: 18px;
    }

    .feature-highlight-sec .row {
        row-gap: 30px;
    }

    .feature-highlight-sec.common-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .testimonial-arrow {
        margin-top: 20px;
    }

    .home-product-silder .slick-list {
        margin-right: -200px;
    }

    .trending-skin-arrow,
    .new-arrive-arrow,
    .best-seller-arrow {
        padding-right: 30px;
    }

    .sec-head {
        margin-bottom: 25px;
    }

    .testimonial-box .img-box {
        width: 40px;
        margin: 0 auto 20px;
    }

    .foot-title {
        font-size: 20px;
    }

    .newsletter-box .form-group .form-control {
        width: 160px;
        flex: 0 0 160px;
    }

    .copy-right {
        padding: 25px 10px;
    }

    .before-title span,
    .after-title span {
        font-size: 16px;
    }

    .blog-category {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .selectFilter {
        display: block;
        background: #F7F7F7;
        color: #000;
        position: relative;
        border-radius: 10px;
        font-size: 16px;
        padding: 18px;
        line-height: 1;
        font-weight: 500;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 3;
        text-align: left;
    }

    .selectFilter::after {
        content: "";
        position: absolute;
        right: 22px;
        top: -3px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out
    }

    .filterDropdown:not(.asd) {
        margin: 0 auto;
        width: 100%;
        top: 55px;
        position: absolute;
        background-color: #F7F7F7;
        border-radius: 0;
        z-index: 2;
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        margin-top: -50px;
        max-height: 580px;
        padding-top: 50px
    }

    .filterDropdown:not(.asd) li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 18px;
    }

    .filterDropdown:not(.asd) li:last-child {
        border-bottom: none
    }

    .filterDropdown:not(.asd) li .blogcate_btn.active {
        background: transparent;
        border-radius: 0;
        border-color: transparent
    }

    .filterDropdown:not(.asd) li .blogcate_btn {
        background: transparent;
        border: none;
        text-align: start;
        width: 100%;
        display: block;
    }

    .blog-category ul li .blogcate_btn {
        font-size: 16px;
    }

    .blog-category ul li {
        border-right: none;
    }

    .filterDropdown:not(.asd) li .protfolio-btn:hover,
    .filterDropdown:not(.asd) li .blogcate_btn:hover {
        transform: inherit;
        background-color: transparent;
        border-color: transparent;
        font-weight: 700
    }

    .blog-category ul li .blogcate_btn::before {
        display: none;
    }

    .blog-list-content-box {
        width: 640px;
    }

    .blog-details-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .blog-details-wrap {
        margin-bottom: 50px;
    }

    .filter-button {
        display: block;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 47px;
        height: 47px;
        border: 1px solid var(--grey-border);
        border-radius: 8px;
        margin-left: 12px;
    }

    .sorting-boxes {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .widget_product_categories.filter-open {
        left: 0;
    }

    .widget_product_categories {
        position: fixed;
        width: 50%;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        left: -50%;
        transition: all .6s ease-in-out;
        margin: 0;
        z-index: 9999;
        height: 100vh;
        padding: 0;
        border-radius: 0;
    }

    .widget_product_categories h6 {
        padding: 30px 20px;
        margin-bottom: 35px;
        background-color: #ededed;
    }

    .product-categories {
        padding: 0 20px;
    }

    .filter-close {
        width: 25px;
        height: 25px;
        padding: 4px;
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        right: 20px;
        top: 25px;
        cursor: pointer;
    }

    .filter-close::before {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--light-black);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        bottom: 0;
    }

    .filter-close::after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--light-black);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        bottom: 0;
    }

    .sr_inner #searchform {
        width: 90%;
    }

    .sr_inner {
        padding: 22px 0;
    }

    .brand-block {
        width: 24%;
    }

    .device-list ul li {
        width: 31%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner-sec {
        height: 100vh;
    }

    .container-lg,
    .container-md,
    .container,
    .hero-slider .container-fluid {
        padding: 0 15px;
    }

    .hero-slider .container-fluid {
        padding-top: 100px;
    }

    .btn {
        padding: 10px 20px;
        min-width: 150px;
    }

    .hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .hero-sub-title {
        font-size: 18px;
    }

    .home-product-sec .container-lg {
        padding-left: 15px;
    }

    .sec-title,
    .compare-box-title {
        font-size: 28px;
    }

    .trending-skin-arrow,
    .new-arrive-arrow,
    .best-seller-arrow {
        padding-right: 15px;
    }

    .skin-device-title {
        font-size: 20px;
    }

    .blog-details-img {
        height: 400px;
    }

    .blog-details-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 568px) {

    .header-main {
        padding: 15px 0;
    }

    .home .header-main {
        padding: 15px 20px;
    }

    .header-btn a .icon {
        width: 20px;
        min-width: 20px;
    }

    .header-btn a {
        margin-right: 5px;
    }

    .menu-icon {
        margin-right: 5px;
    }

    .menu-icon span {
        left: 0;
    }

    .navigation-bar {
        width: 100%;
        left: -100%;
    }

    .nav-menu-main ul {
        padding: 20px 35px;
    }

    .header-details span {
        font-size: 12px;
    }

    .header-top-con .shop-now {
        font-size: 12px;
        margin-left: 5px;
    }

    .hero-banner-sec {
        height: 600px;
    }

    .hero-slider .container-fluid {
        padding-top: 40px;
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .hero-banner-sec .slick-dots {
        bottom: 24px;
        right: inherit;
        top: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        transform: inherit;
    }

    .hero-sub-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .hero-title {
        margin-bottom: 40px;
    }

    .home-product-box .img-box {
        height: 300px;
    }

    .product-price {
        font-size: 16px;
    }

    .home-product-img-wrap .wishlist-box {
        width: 40px;
    }

    .icon.icon-heart {
        width: 17px;
        min-width: 17px;
    }

    .home-product-top .sec-head {
        text-align: center;
        max-width: 100%;
    }

    .home-product-top {
        margin-bottom: 30px;
        padding-right: 15px;
    }

    .slick-arrow {
        width: 42px;
    }

    .slick-arrow::before {
        width: 10px;
        height: 10px;
        top: 16px;
        left: 16px;
    }

    .slick-arrow.slick-next::before {
        left: 16px;
    }

    .slick-arrow~.slick-arrow {
        margin-left: 10px;
    }

    .skin-device-sec .sec-head,
    .before-after-sec .sec-head {
        text-align: center;
    }

    .skin-device-title {
        font-size: 18px;
    }

    .gallery-box-label {
        font-size: 14px;
        top: 10px;
        left: 10px;
        padding: 7px 10px;
    }

    .compare-sec .row {
        --bs-gutter-x: 30px;
    }


    .compare-gallery-boxes .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .compare-box {
        padding: 50px 15px;
        border-radius: 0;
    }

    p {
        font-size: 14px;
    }

    .compare-box-table-row-head {
        flex-wrap: wrap;
    }

    .compare-box-heading {
        width: 100%;
        flex: 0 0 100%;
        font-size: 14px;
        padding-bottom: 8px;
    }

    .compare-box-table-row-head .our-skin {
        width: 50%;
        flex: 0 0 50%;
    }

    .compare-box-table .compare-box-table-row-head:first-child .compare-box-head-value {
        font-size: 18px;
    }

    .compare-box-heading.inner-head {
        font-size: 12px;
        padding-bottom: 8px;
        color: #F15353;
    }

    .compare-box .cms-con p {
        color: rgba(255, 255, 255, 0.7);
    }

    .compare-box-head-value {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
    }

    .compare-box-table-row-head {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .compare-box-table-row-head:last-child {
        border-bottom: none;
    }

    .common-sec .row .col-xl-6:last-child {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .testimonial-sec .sec-head img {
        width: 50px;
        margin: 0 auto 20px;
    }

    .testimonial-sec .sec-head {
        max-width: 70%;
        margin: 0 auto 35px;
    }

    .testimonial-box .cms-con p {
        font-size: 16px;
        font-weight: 400;
    }

    .cilent-details {
        display: none;
    }

    .testimonial-arrow {
        margin-top: 0;
    }

    .feature-highlight-box {
        display: block;
        text-align: center;
    }

    .feature-highlight-box .img-box {
        margin: 0 auto 15px;
    }

    .newsletter-box .cms-con {
        max-width: 100%;
        display: none;
    }

    .feature-highlight-title {
        font-size: 18px;
        color: var(--light-black);
    }

    .feature-highlight-box .content-box span {
        font-size: 14px;
        line-height: 1.4;
    }

    .foot-box.quick-link {
        padding-left: 0;
    }

    .foot-title {
        font-size: 18px;
    }

    .foot-box ul li a {
        font-size: 14px;
    }

    .newsletter-box,
    .social-media {
        padding-top: 40px;
    }

    .social-media .icon {
        width: 22px;
        min-width: 22px;
    }

    .social-media a {
        margin-right: 12px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .newsletter-box .form-group .form-control {
        width: 65%;
        flex: 0 0 65%;
    }

    .before-title span,
    .after-title span {
        font-size: 14px;
    }

    .after-title,
    .before-title {
        padding: 10px 7px;
        min-width: 28px;
    }

    .image-container {
        min-height: 350px;
    }

    .home-product-sec.common-sec {
        padding-bottom: 120px;
        position: relative;
    }

    .trending-skin-arrow,
    .new-arrive-arrow,
    .best-seller-arrow {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .blog-list-img {
        height: 300px;
    }

    .blog-list-content-box {
        width: 95%;
        bottom: -80px;
        border-radius: 20px 0px 20px 0px
    }

    .latest-blog-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .cate-details {
        column-gap: 20px;
        margin-bottom: 15px;
    }

    .sidebar-search-box,
    .side-bar .category-main,
    .side-bar .recommended-sec {
        padding: 15px;
    }

    .blog-list-con .read-more {
        font-size: 14px;
    }

    .blog-list-box {
        margin-bottom: 130px;
    }

    .blog-details-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .blog-details-img {
        height: 300px;
    }

    .cate-details {
        display: block;
    }

    .cate-details .latest-blog-date,
    .cate-details .cate-name {
        margin-bottom: 15px;
    }

    .mb-menu-logo {
        padding: 15px 25px;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 100% !important;
    }

    .woocommerce ul.products li.product a img {
        height: 380px;
    }

    .woocommerce .price .woocommerce-Price-amount,
    .woocommerce ul.products li.product .price ins {
        font-size: 18px !important;
    }

    .woocommerce-result-count {
        display: none;
    }

    .sorting-boxes {
        justify-content: space-between;
        width: 100%;
    }

    .widget_product_categories {
        width: 80%;
        left: -80%;
    }

    .oopsify-mini-cart-slide-sidebar {
        width: 100% !important;
        right: -100%;
    }

    .header-btn {
        padding-right: 5px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer-main {
        padding-bottom: 40px;
    }

    .sr_inner .serch {
        height: 45px;
        font-size: 14px;
    }

    .close-search {
        height: 45px;
    }

    .sr_inner {
        padding: 20px 0;
    }

    .brand-block {
        width: 32%;
    }

    .brand-img-wrapper {
        width: 85px;
        height: 54px;
    }

    .brand-title {
        font-size: 14px;
    }

    .device-list ul li {
        width: 48%;
    }

    .device-list ul li a {
        font-size: 13px;
    }

    .site-logo {
        width: 90px;
    }

    .header-main.has_sticky .site-logo {
        width: 90px;
    }

    .menu-item-icon {
        width: 50px;
        height: 50px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a{
        column-gap: 10px;
    }

    .navbar-main .nav-menu-main>ul>li>.sub-menu li a {
        padding: 10px 14px;
    }

}

@media only screen and (max-width: 360px) {
    .header-details span {
        padding: 0px 4px;
    }

    .header-btn {
        padding-right: 0;
    }

    .site-logo,
    .header-main.has_sticky .site-logo,
    .menu-logo {
        width: 86px;
    }
}