@media screen and (min-width: 768px) {
    /* footer css start */
    .site-footer .footer-col .footer-acnav svg {
        display: none;
    }
    .footer-acnav-list {
        display: block !important;
    }
    /* footer css end */
    /* cart page css start */
    .cart-table tr td.cart-details {
        width: 165px;
    }
    /* cart page css end */
    /* product section css start */
    .payment-content-wrp .payment-card-content{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    /* product section css end */
}
@media screen and (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
    /* product sec css start  */
    .product-card-inner .img-wrapper {
        padding-top: 112%;
    }
    /* product sec css end */
    /* header css start  */
    .site-header .menu-item-right .menu-item-wrp {
        border-left: 1px solid var(--border-color);
        padding-left: 10px;
    }
    /* header css end */
    /* footer css start  */
    .site-footer .subscribe-form-wrapper .input-wrapper .btn svg {
        display: none;
    }
    /* footer css end*/
    .login-page .login-form-inner .section-title h2,
    .register-page .register-form-inner .section-title h2 {
        font-size: 40px;
    }
    /* cart page css start*/
    .cart-table tr td.cart-details {
        width: 290px;
    }
    .cart-table tr td:first-child {
        width: 100px;
    }
    /* cart page css end */
}
@media screen and (min-width: 1300px) {
    /* cart page css start */
    .cart-table tr td.cart-details {
        width: 350px;
    }
    .cart-table tr td:first-child {
        width: 150px;
    }
    /* cart page css end */
}
@media screen and (min-width: 1440px) {
    .site-header .logo-col,
    .site-header .menu-item-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 1439px) {
    /* footer css start  */
    .site-footer .footer-logo {
        max-width: 160px;
    }
    .site-footer p,
    .site-footer .footer-link ul li a {
        font-size: 14px;
    }
    .site-footer .footer-col h2 {
        font-size: 20px;
        line-height: 1;
    }
    .site-footer .footer-col:not(:first-of-type) {
        padding: 0 0 0 40px;
    }
    .footer-col.footer-subscribe-col {
        max-width: 417px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 417px;
        flex: 0 0 417px;
    }
    .footer-col:first-child {
        max-width: 270px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    }
    /* footer css end  */
}
@media screen and (max-width: 1199px) {
    :root {
        --h1: normal 400 50px/1 var(--first-font);
        --h2: normal 400 38px/1.2 var(--first-font);
        --h3: normal 400 26px/1.3 var(--first-font);
        --h4: normal 400 20px/1.4 var(--first-font);
        --h5: normal 400 18px/1.4 var(--first-font);
        --h6: normal 400 16px/1.1 var(--first-font);
    }
    .btn {
        padding: 10px 20px;
    }
    .site-header .logo-col h1 {
        max-width: 130px;
    }
    /* search popup css start */
    .search-popup {
        padding-bottom: 30px;
    }
    /* search popup css end */
    /* footer css start */
    .footer-col:first-child {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .site-footer .footer-logo {
        margin: 0 auto 10px;
    }
    .footer-col:first-child p {
        max-width: 60%;
        width: 100%;
        margin: 0 auto;
    }
    .site-footer .footer-col:nth-child(2) {
        padding: 0 !important;
    }
    .site-footer .footer-row {
        padding: 40px 0;
    }
    .site-footer .footer-col h2 {
        margin: 0 0 10px;
    }
    /* footer css end */
    /* home banner section css start  */
    .banner-right-col {
        margin-left: 0%;
    }
    /* home banner section css end  */
    /* category sec css start  */
    .category-card {
        padding: 0 10px;
    }
    .category-sec .category-slider .slick-list {
        margin: 0 -10px;
    }
    /* category sec css end */
    /* about info section css start */
    .about-info-sec .info-card-img {
        width: 45px;
        height: 45px;
        padding: 10px;
    }
    .about-info-inner {
        gap: 10px 15px;
    }
    .about-info-inner .info-card-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: unset;
    }
    /* about info section css end */
    /* product section css start */
    .tabs-wrapper:not(.pdp-tab-sec) ul.tabs {
        margin-bottom: 25px;
    }
    .price ins {
        font-size: 18px;
    }
    .top-product-slider,
    .related-product-slider {
        margin: 0 -10px;
    }
    .top-product-slider .product-card,
    .related-product-slider .product-card {
        padding: 5px 10px 7px;
    }
    .related-product-slider .slick-next,
    .top-product-sec .top-product-slider .slick-next {
        right: 10px;
    }
    .related-product-slider .slick-prev,
    .top-product-sec .top-product-slider .slick-prev {
        left: 10px;
    }
    /* product section css end */
    /* testimonial section css start */
    .testimonial-slider .testimonial-card-inner {
        padding: 20px;
    }
    .testimonial-slider .testimonial-img {
        width: 70px;
        height: 70px;
    }
    .testimonial-slider .testimonial-img-content span {
        font-size: 14px;
    }
    .testimonial-slider .testimonial-content-top .rating svg {
        max-width: 140px;
    }
    /* testimonial section css end */
    /* product page css start */
    .pdp-page-main-sec .product-main-item .pdp-img-wrp {
        padding: 15px;
    }
    .pdp-right-column .wishlist-btn {
        width: 42px;
        height: 42px;
    }
    .pdp-right-column .price ins {
        font-size: 22px;
    }
    .pdp-tab-sec .pdp-description .set .pdp-acnav-label,
    .pdp-tab-sec .pdp-description .set .pdp-acnav-list,
    .pdp-tab-sec .pdp-description .review-item {
        padding: 12px 15px;
    }
    .pdp-tab-sec .pdp-description .review-title {
        padding: 15px;
    }
    /* product page css end */
    /* login page css start  */
    .login-page .login-form-inner,
    .register-page .register-form-inner {
        padding: 30px;
    }
    /* login page css end */
    /* cart pace css start */
    table tr th {
        padding: 12px 10px;
        font-size: 18px;
        line-height: 1;
    }
    table tr td {
        padding: 10px;
    }
    .cart-details h2,
    .cart-table tbody tr .price ins,
    .cart-table tbody tr .product-tax {
        font-size: 16px;
    }
    /* cart pace css end */
    /* order page css start  */
    .order-history-tbl tr td,
    .order-history-tbl tr td .price ins {
        font-size: 16px;
    }
    .order-history-tbl tr td.order-info,
    .order-history-tbl tr td.order-payment,
    .order-history-tbl tr td.oder-status {
        width: auto;
    }
    /* order page css end */
    /* order detail page css start  */
    .order-detail-card table.order-detail-table tr th {
        font-size: 18px;
    }
    /* order detail page css end  */

    .about-info-sec .info-card-img i {
        font-size: 20px;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .home-banner-sec .banner-left-col {
        padding: 79% 0 35px;
        max-width: 100%;
    }
    .home-banner-sec .banner-img-content {
        font-size: 6vw;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --h1: normal 400 38px/1 var(--first-font);
        --h2: normal 400 32px/1.2 var(--first-font);
        --h3: normal 400 24px/1.3 var(--first-font);
        --h4: normal 400 18px/1.4 var(--first-font);
        --h5: normal 400 16px/1.4 var(--first-font);
        --common-text: normal 400 14px/1.4 var(--first-font);
    }
    .pt {
        padding-top: 40px;
    }
    .pb {
        padding-bottom: 40px;
    }
    .btn {
        padding: 10px 15px;
    }
    .section-title {
        margin: 0 0 20px;
    }
    .desk-only {
        display: none !important;
    }
    .slick-arrow {
        width: 32px;
        height: 32px;
    }
    /* language & currency select */
    .mobile-menu-wrapper .mobile-lag {
        padding: 15px;
        border-bottom: 1px solid var(--border-color);
    }
    .mobile-lag .languages {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid var(--border-color);
    }
    .mobile-lag .nice-select .current {
        display: block;
        width: 100%;
        padding: 0 15px 0 0;
    }
    .site-header .main-navigationbar {
        padding: 15px 0;
    }
    .mobile-lag .nice-select {
        position: unset;
        padding: 11px;
    }
    .mobile-lag .nice-select .list-wrp,
    .mobile-lag .languages {
        width: 100%;
        line-height: 1;
    }
    .mobile-menu-wrapper .languages .nice-select .list-wrp .list {
        max-height: 180px;
        min-width: unset;
    }
    /* footer css start */
    .site-footer .subscribe-form-wrapper .input-wrapper .btn span {
        display: none;
    }
    .footer-col.footer-subscribe-col {
        max-width: 307px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 307px;
        flex: 0 0 307px;
    }
    .site-footer .footer-col:not(:first-of-type) {
        padding: 0 0 0 25px;
    }
    /* footer css end */
    /* profile-popup css start */
    .profile-popup {
        max-width: calc(100% - 30px);
    }
    .profile-popup-item .form-container input {
        padding: 11px 15px;
    }
    /* profile-popup css end */
    /* home banner section css start  */
    .home-banner-sec {
        margin-bottom: 40px;
    }
    /* home banner section css end  */
    /* about info section css start */
    .about-info-inner {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-info-inner .info-card-content {
        height: 100%;
    }
    /* about info section css end */
    /* product section css start */
    .product-card-inner .product-content-top {
        max-width: calc(100% - 47px);
    }
    .product-card-inner .product-content .product-cart-btn .cart-btn.btn {
        width: 38px;
        height: 38px;
    }
    .product-card-inner .product-content .product-cart-btn .cart-btn.btn svg {
        width: 20px;
        height: 20px;
    }
    .tabs-wrapper:not(.pdp-tab-sec) ul.tabs {
        margin-bottom: 10px;
        padding: 0 0 5px;
    }
    /* product section css end */
    /* most-purchased-product-sec css start  */
    .most-purchased-product-sec .most-purchased-product-wrp {
        max-width: 590px;
    }
    /* most-purchased-product-sec css end */
    /* testimonial sec css start  */
    .testimonial-slider .testimonial-card-inner {
        width: 100%;
    }
    .testimonial-slider .testimonial-card {
        padding: 0 10px;
    }
    .testimonial-slider .slick-list {
        margin: 0 -10px;
    }
    /* testimonial sec css end */
    /* product page css start */
    .common-banner-sec .filter-cat a {
        font-size: 20px;
    }
    .pdp-right-column .section-title,
    .pdp-right-column .rating-wrp,
    .pdp-right-column .pdp-content,
    .pdp-right-column .price,
    .pdp-right-column .cart-btn-wrp,
    .pdp-right-column .color-variant {
        margin-bottom: 15px;
    }
    .pdp-right-column .wishlist-btn {
        width: 40px;
        height: 40px;
    }
    .pdp-right-column .wishlist-btn svg {
        width: 18px;
        height: 18px;
    }
    .pdp-right-column .rating-wrp svg {
        height: auto;
        width: 110px;
    }
    .pdp-variables li {
        font-size: 14px;
    }
    .pdp-page-main-sec .row {
        row-gap: 15px;
    }
    .pdp-tab-sec .pdp-description .review-title svg {
        width: 140px;
    }
    .review-item-content .review-item-right svg {
        width: 110px;
        height: auto;
    }
    /* product page css end */
    /* blog page css start */
    .blog-grid-sec .row {
        row-gap: 20px;
        margin: 0 -10px;
    }
    .blog-grid-sec .row [class*="col-"] {
        padding: 0 10px;
    }
    /* blog page css end */
    /* cart page css start  */
    table tr th {
        font-size: 16px;
    }
    .cart-total-row {
        margin-top: 25px;
        padding: 15px;
    }
    .cart-total-row .cart-total-right {
        max-width: 40%;
    }
    .cart-total-row .cart-total-left {
        max-width: 54%;
    }
    /* cart page css end  */
    /* order page css start  */
    .order-history-tbl tr td.order-view .order-view-btn svg {
        width: 28px;
        height: 28px;
    }
    .order-history-list .order-history-tbl {
        min-width: 735px;
    }
    .order-history-tbl tr td.oder-status a {
        font-size: 14px;
        padding: 10px;
    }
    /* order page css end */
    /* order details sec css start  */
    .order-detail-card .order-list-wrp li {
        padding: 10px 20px;
    }
    .order-detail-card table.order-detail-table tr th {
        font-size: 16px;
    }
    .order-detail-card table.order-detail-table tr td .price ins {
        font-size: 14px;
    }
    /* order details sec css end */
    /* checkout page sec css start  */
    .checkout-sec .checkout-left-col,
    .payment-sec .checkout-left-col {
        margin-bottom: 25px;
    }
    .order-summary-card .mini-cart-details .price ins,
    .checkout-checkbox-wrapper .checkbox-custom label {
        font-size: 14px;
    }
    .order-detail-card .detail-card-header h2 {
        font-size: 18px;
    }
    /* checkout page sec css end  */
    /* payment page css start  */
    .payment-card-image.payment-img-type .payment-image {
        width: 50px;
        height: 30px;
        padding: 3px;
    }
    /* payment page css end */

    .about-info-sec {
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --h1: normal 400 30px/1 var(--first-font);
        --h2: normal 400 28px/1.2 var(--first-font);
        --h3: normal 400 22px/1.3 var(--first-font);
    }
    .common-close {
        width: 25px;
        height: 25px;
        padding: 6px;
    }
    .slick-slider .slick-arrow {
        opacity: 1;
        visibility: visible;
    }
    .slick-dots {
        margin-top: 20px;
    }
    .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .section-title>p {
        margin: 10px 0 0;
    }
    .form-control,
    input:not([type="submit"]),
    input:not([type="checkbox"]),
    input:not([type="button"]),
    input:not([type="radio"]),
    select,
    textarea {
        padding: 10px 12px;
    }
    .progress-wrap {
        right: 15px;
        bottom: 20px;
        height: 45px;
        width: 45px;
    }
    .progress-wrap.active-progress:after {
        width: 18px;
        height: 18px;
    }
    .profile-header .nice-select .current::after{
        display: none;
    }
    .site-header .menu-item-right .profile-header .nice-select .current,
.profile-header .nice-select .current{
    padding: 0;
}
    /* search popup css start */
    .search-popup {
        padding: 40px 15px 20px;
    }
    .search-popup .close-search {
        right: 10px;
        top: 10px;
    }
    .search-popup .result-prod {
        margin: 15px 0 0;
    }
    .search-popup .search-form button svg {
        width: 16px;
        height: 16px;
    }
    /* search popup css end */
    /* footer css start */
    .footer-col:first-child p {
        max-width: 100%;
    }
    .site-footer .footer-col .footer-widget .footer-acnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        cursor: pointer;
        font-size: 18px;
    }
    .site-footer .footer-col:not(:first-of-type) {
        padding: 12px 0 0;
    }
    .footer-row .footer-acnav-list {
        display: none;
        padding: 12px 0 0px;
    }
    .site-footer .footer-col .is_open.footer-acnav>svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .site-footer .footer-col {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .site-footer .subscribe-form-wrapper input {
        width: 100%;
    }
    .site-footer .footer-row {
        padding: 30px 0 20px;
    }
    .site-footer .footer-bottom {
        padding: 15px 0px;
    }
    .site-footer .footer-col.contact-col {
        text-align: center;
        margin: 0 0 20px;
    }
    .site-footer .footer-logo {
        max-width: 115px;
    }
    .site-footer .contact-col ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-footer .footer-col:nth-child(2) {
        padding: 0 !important;
    }
    /* footer css end */
    /* profile-popup css start */
    .profile-popup-head {
        padding: 10px 15px;
    }
    .profile-popup-inner {
        padding: 0 15px 20px;
        max-height: calc(90vh - 36px);
    }
    .profile-popup-item .form-container {
        padding: 15px;
    }
    .profile-popup-item .row {
        row-gap: 15px;
    }
    /* profile-popup css end */
    /* home banner sec  css start  */
    .home-banner-sec .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .banner-right-col {
        text-align: center;
    }
    .home-banner-sec .banner-left-col {
        margin: 0 auto;
        padding: 50% 0 10px;
    }
    .home-banner-sec::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
    }
    .home-banner-sec .banner-img-content {
        font-size: 9vw;
    }
    .home-banner-sec {
        padding-bottom: 0;
    }
    .home-banner-sec .banner-left-col .banner-image {
        height: 81%;
    }
    /* home banner sec  css end */
    /* partner logo sec css start  */
    .partner-logo-image a {
        max-width: 100px;
    }
    /* partner logo sec css end */
    /* product section css start */
    .product-card .pro-btn {
        opacity: 1;
        visibility: visible;
    }
    .product-sec.tabs-wrapper ul.tabs li:not(:last-of-type)::before,
    .trending-product-sec.tabs-wrapper ul.tabs li:not(:last-of-type)::before {
        width: 30px;
    }
    .tabs-wrapper:not(.pdp-tab-sec) ul.tabs li:not(:last-of-type) {
        padding-right: 30px;
    }
    /* product section css end */
    /* most-purchased-product-sec css start  */
    .most-purchased-product-sec {
        text-align: center;
        background-position: top;
    }
    .most-purchased-product-sec .most-purchased-product-wrp {
        max-width: 100%;
    }
    .most-purchased-product-sec::before {
        background: #11111161;
    }
    /* most-purchased-product-sec css end */
    /*category section css start */
    .category-sec .section-title,
    .social-media-sec .section-title {
        max-width: 100%;
        margin: 0 0 15px;
    }
    /*category section css end */
    /* testimonial section css start */
    .testimonial-slider .testimonial-img {
        width: 54px;
        height: 54px;
    }
    .testimonial-slider .testimonial-content-top .rating svg {
        max-width: 100px;
        margin: 15px 0 0;
    }
    .testimonial-slider .testimonial-content-top p {
        font-size: 14px;
    }
    /* testimonial section css end */
    /* product page css start */
    .common-banner-sec {
        padding: 30px 0;
    }
    .common-banner-sec .filter-cat a {
        font-size: 18px;
    }
    .pdp-right-column .price ins {
        font-size: 20px;
    }
    .pdp-page-main-sec .product-main-item .pdp-img-wrp {
        padding: 10px;
    }
    .pdp-tab-sec .tab-head-row ul.tabs {
        overflow-x: auto;
        padding: 0 0 5px;
    }
    .pdp-tab-sec .pdp-description .set:not(:last-of-type),
    .pdp-tab-sec .pdp-description .review-title,
    .pdp-tab-sec .pdp-description .review-item:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .pdp-tab-sec .pdp-description .set .pdp-acnav-label svg {
        width: 14px;
        height: 14px;
    }
    .pdp-tab-sec .tab-head-row {
        padding: 15px 15px 10px 15px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pdp-tab-sec .tab-head-row ul li a {
        font-size: 16px;
        padding: 5px 10px;
    }
    /* product page css end */
    /* blog page css start */
    .blog-card .blog-card-image {
        padding: 15px;
    }
    /* blog page css end */
    /* login page css start  */
    .login-page .login-btn-wrp,
    .register-page .register-btn-wrp {
        margin: 5px 0 0;
    }
    .login-page .login-btn-wrp button,
    .register-page .register-btn-wrp button {
        margin: 0 0 15px;
    }
    /* login page css end  */
    /* cart page css start  */
    .cart-table thead {
        display: none;
    }
    .cart-page-sec .order-historycontent {
        border: 1px solid var(--border-color);
    }
    .cart-table td::before {
        content: attr(data-label) "";
        font-weight: 700;
        color: var(--black);
        text-transform: capitalize;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1;
    }
    .cart-table tr td {
        padding: 15px 15px 0;
        display: block;
    }
    .cart-table tr {
        display: block;
    }
    .cart-table tr td:last-of-type {
        padding: 15px;
    }
    .cart-table tr td .cart-image {
        max-width: 40%;
        width: 100%;
        margin: 0 auto;
    }
    .cart-details,
    .cart-table tbody tr .product-tax {
        text-align: center;
    }
    .cart-table tr td .price {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart-table tr td .qty-spinner {
        margin: 0 auto;
        height: 32px;
    }
    .cart-total-row .cart-total-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cart-total-row .cart-total-left,
    .cart-total-row .cart-total-right {
        max-width: 100%;
    }
    .cart-total-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .cart-table tbody tr td .remove-btn svg {
        width: 20px;
        height: 20px;
    }
    /* cart page css end */
    /* wishlist page css start  */
    .pro-wishlist-sec .row {
        row-gap: 20px;
    }
    /* wishlist page css end  */
    /* order detail page css start  */
    .order-detail-card .order-list-wrp li {
        padding: 10px 15px;
    }
    .order-detail-card .detail-card-header {
        padding: 15px;
    }
    .order-payment-box {
        padding: 20px 15px;
    }
    .order-payment-box ul {
        max-width: 100%;
    }
    .order-detail-sec .row {
        row-gap: 20px;
    }
    /* order detail page css end  */
    /* checkout page css start  */
    .checkout-form-wrp .form-container,
    .order-detail-card .order-detail-body {
        padding: 15px;
    }
    .order-summary-card .mini-cart-item {
        padding: 10px 15px;
    }
    .checkout-left-col .order-detail-card:not(:last-of-type),
    .checkout-right-col .order-detail-card:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .order-detail-card .detail-card-header h2 {
        line-height: 1;
    }
    /* checkout page css end  */
    /* order complete page css start  */
    .order-complete-content .order-bottom-content .copy-link .input-wrapper .btn {
        padding: 11px 15px;
    }
    .order-complete-content .order-bottom-content .copy-link .input-wrapper {
        margin: 0 0 20px;
    }
    /* order complete page css end */
    .checkout-btns .btn.guest-checkout-btn{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 575px) {
    :root {
        --h1: normal 400 28px/1.2 var(--first-font);
        --h2: normal 400 24px/1.2 var(--first-font);
        --h3: normal 400 18px/1.3 var(--first-font);
        --h4: normal 400 16px/1.4 var(--first-font);
    }
    .section-title {
        margin: 0 0 15px;
    }
    /* header css start */
    .site-header .logo-col h1 {
        max-width: 92px;
    }
    .site-header .menu-item-right ul>li>a svg {
        width: 20px;
        height: 20px;
    }
    .site-header .mobile-menu {
        width: 18px;
        height: 22px;
    }
    /* header css end */
    /* footer css start */
    .site-footer .footer-bottom .footer-bottom-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* footer css end */
    /* profile-popup css start  */
    .profile-btn-wrp {
        text-align: left;
    }
    .profile-popup-inner .profile-popup-title {
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .profile-popup-inner .profile-popup-title h2 {
        font-size: 16px;
    }
    /* profile-popup css end  */
    /* home banner section css start */
    .home-banner-sec .banner-left-col {
        padding: 67% 0 10px;
        max-width: 85%;
    }
    .home-banner-sec .banner-left-col .banner-image {
        height: 84%;
    }
    /* home banner section css end */
    /* product sec css start  */
    .tabs-wrapper:not(.pdp-tab-sec) ul.tabs li:not(:last-of-type) {
        padding-right: 0;
    }
    .tabs-wrapper ul.tabs li:not(:last-of-type)::before {
        display: none;
    }
    .tabs-wrapper:not(.pdp-tab-sec) ul.tabs li a {
        font-size: 14px;
        padding: 0 0 5px;
    }
    .tabs-wrapper:not(.pdp-tab-sec) ul.tabs {
        gap: 15px;
    }
    .product-card .price ins {
        font-size: 16px;
    }
    .related-product-slider,
    .top-product-sec .top-product-slider {
        padding: 0;
    }
    .product-sec .row,
    .trending-product-sec .row {
        row-gap: 10px;
    }
    .top-product-slider .product-card-inner .product-content .product-cart-btn::after,
    .pro-wishlist-sec .product-card .product-cart-btn::after,
    .related-product-slider .product-card .product-cart-btn::after {
        width: calc(100% + 25px);
    }
    /* product sec css end */
    /* category sec css start  */
    .category-slider .slick-list {
        padding: 0 15px !important;
    }
    .category-card .category-image,
    .category-card .category-card-content h3 {
        margin: 0 0 10px;
    }
    /* category sec css end */
    /* testimonial sec css start  */
    .testimonial-slider .testimonial-card-inner {
        padding: 15px;
    }
    /* testimonial sec css end */
    /* product section css start */
    .common-banner-sec .filter-cat li:not(:last-of-type) {
        padding: 0 14px 0 0;
        margin-right: 10px;
    }
    .common-banner-sec .filter-cat li:not(:last-child):after {
        width: 7px;
        height: 7px;
    }
    .common-banner-sec .filter-cat a {
        font-size: 16px;
    }
    .pdp-variables li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .pdp-tab-sec .pdp-description .review-title {
        gap: 10px;
    }
    .pdp-tab-sec .pdp-description .review-title svg {
        width: 120px;
    }
    .review-item-content .review-item-right svg {
        width: 100px;
    }
    /* product section css end */
    /* blog page css start  */
    .blog-card .blog-card-inner .blog-date span {
        margin-bottom: 10px;
    }
    /* blog page css end */
    /* login page css start */
    .login-page .login-form-inner,
    .register-page .register-form-inner {
        padding: 15px;
    }
    /* login page css end  */
    /* order page css start  */
    .order-history-tbl tr td,
    .order-history-tbl tr td .price ins {
        font-size: 14px;
    }
    .cart-table td::before {
        font-size: 14px;
    }
    /* order page css end */
    /* checkout page css start  */
    .order-summary-card .mini-cart-details .cart-details-left p {
        font-size: 13px;
    }
    /* checkout page css end  */
    /* order complete page css start  */
    .order-complete-content .order-bottom-content .copy-link .input-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        margin: 0 0 15px;
    }
    .order-complete-content .order-bottom-content .copy-link .input-wrapper .btn {
        padding: 10px 15px;
    }
    .order-complete-content .order-bottom-content .copy-link .input-wrapper .btn svg {
        width: 16px;
        height: 16px;
    }
    /* order complete page css end */
}
@media screen and (min-width:1750px) {
    .home-banner-sec .banner-img-content{
        font-size: 70px;
    }
}