@media (hover: hover) {
  .site-header .main-navigationbar .main-nav li > a:hover span::before,
  .site-header .main-navigationbar .main-nav li > a:hover::before,
  .site-header .main-navigationbar .main-nav > li.menu_active > a::before,
  .site-header .megamenu-card:hover .megamenu-content a:before,
  .site-footer .footer-widget ul li a:hover:after,
  .site-footer .footer-contacts li a:hover span:after {
    opacity: 1;
    width: 75%;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .header-style-one .menu-item-right,
  .header-style-one .logo-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /**** contact page css  ******/
  .contact-page .contact-page-wrp {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
  /* header-style-one */
  .header-style-one .nice-select .list {
    top: 120%;
  }
  .header-style-two .menu-item-right,
  .header-style-two .menu-item-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  /**** product-page css */
  .product-left-thumb .product-slider-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .pdp-page-main-sec .left-mainslider,
  .pdp-page-main-sec .right-mainslider {
    max-width: calc(100% - 115px);
  }
  .pdp-page-main-sec .left-thumbslider,
  .pdp-page-main-sec .right-thumbslider {
    max-width: 115px;
    max-height: 640px;
    padding: 0 15px 0 0;
    width: 100%;
  }
  .pdp-page-main-sec .right-thumbslider {
    padding: 0 0 0 15px;
  }
  /***** list view css  ********/
  .product-list-view .product-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none;
    padding: 0;
    background-color: transparent;
  }
  .product-list-view .product-card-inner .product-card-image {
    max-width: 250px;
    width: 100%;
    background-color: var(--second-color);
    padding: 15px;
    margin-bottom: 0;
  }
  .product-list-view .product-card-inner .product-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    gap: 30px;
    width: 100%;

  }
  .product-list-view
    .product-card-inner
    .product-content-top
    .product-label-wrp {
    position: unset;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
    flex-direction: inherit;
  }
  .product-list-view .product-card-inner .product-content-bottom {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-list-view .product-card .product-card-inner .btn,
  .product-list-view .product-card-inner .product-content-bottom .rating,
  .product-list-view .product-card .price,
  .product-list-view .product-content .color-variant-swatch .radio-buttons,
  .product-list-view .product-card .product-card-inner .pro-btn-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .product-list-view .product-label-wrp {
    justify-content: start;
  }
  .product-list-view .product-card .product-card-inner .btn {
    width: auto;
    height: auto;
  }
  .product-list-view .time-counter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .product-list-view .product-card-inner .product-card-image .hover-img {
    max-width: calc(100% - 30px);
    margin: auto;
    padding-top: calc(100% - 5px);
  }
  .footer-style-three .footer-col:not(:first-child) .footer-widget {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .footer-style-three .footer-col .footer-widget {
    max-width: 250px;
  }
  .footer-style-three .footer-col:not(:last-of-type) {
    border-right: 1px solid var(--border-color);
  }
  /***** contact page css  ********/
  .contact-direction-sec .contact-direction-column {
    margin-left: 7.5%;
  }
  .contact-about-sec .contact-slider-content {
    max-width: 160px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* quick-view-popup css */
  .quick-view-left,
  .quickview-image-slider,
  .quickview-card,
  .quickview-card-inner {
    height: 100%;
  }
  .site-footer .footer-col .footer-widget .footer-acnav svg,
  .site-footer .footer-col .footer-acnav svg {
    display: none;
  }
  /***** footer  css  ******/
  .footer-style-one .footer-acnav-list,
  .footer-style-three .footer-acnav-list {
    display: block !important;
  }
  .footer-style-one .footer-col h2::after,
  .footer-style-three .footer-col h2::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    border-bottom: 2px dashed var(--first-color);
    left: 0;
    bottom: -4px;
  }
  .footer-style-three .footer-col h2::after {
    border-bottom: 2px solid var(--border-color);
  }
  .site-footer .footer-col:not(:first-of-type) {
    padding: 0 0 0 15px;
  }
  .footer-style-two .footer-acnav-list {
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    flex-wrap: wrap;
  }
  .mobile-stickybar {
    display: none !important;
  }
  /***** product page css ********/
  .one-grid-column .swiper-wrapper,
  .two-grid-column .swiper-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    row-gap: 20px;
  }
  .one-grid-main .arrow-wrapper,
  .two-grid-main .arrow-wrapper {
    display: none;
  }
  .two-grid-main .product-main-item {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
  }
  table tr {
    display: table-row;
  }
  /****  product-list-page css  ********/
  .product-heading-right-column .product-sorting-row {
    border: 1px solid var(--border-color);
    padding: 10px;
  }
  .canvas-leftbar .product-filter-left-column,
  .canvas-rightbar .product-filter-left-column {
    position: fixed;
    top: 0;
    background: var(--white);
    right: 0;
    max-width: 320px;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 0 !important;
    overflow: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
  }
  .canvas-leftbar .product-heading-column .filter-title,
  .canvas-rightbar .product-heading-column .filter-title {
    cursor: pointer;
    justify-content: center;
  }
  .canvas-leftbar .product-filter-left-column {
    left: 0;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .filter_open .canvas-leftbar .product-filter-left-column,
  .filter_open .canvas-rightbar .product-filter-left-column {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    overflow: auto;
  }
  .canvas-leftbar .product-filter-body,
  .canvas-rightbar .product-filter-body {
    padding: 50px 0 40px;
    border: none;
  }
  .canvas-leftbar .product-filter-body .close-filter,
  .canvas-rightbar .product-filter-body .close-filter {
    display: block;
    position: absolute;
    top: 0;
    background: var(--first-color);
    height: 30px;
    width: 30px;
    padding: 7px;
    right: 0;
    cursor: pointer;
  }
  .canvas-leftbar .close-filter svg,
  .canvas-rightbar .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .canvas-rightbar .product-heading-column .filter-title,
  .canvas-leftbar .product-heading-column .filter-title {
    cursor: pointer;
  }
  /***** cart page css  ******/
  .cart-table tr th:first-child,
  .cart-table tr td:first-child {
    width: 180px;
  }
  .cart-table tr td.cart-details {
    width: 34%;
  }
  .cart-table tr td:first-child {
    padding: 20px 10px 20px 0;
  }
  /***** wishlist page css  *******/
  .pro-compare-scroll
    .compare-wrap
    .compare-val-prod
    .compare-data-label:first-of-type,
  .pro-wishlist-scroll
    .wishlist-wrap
    .wishlist-val-prod
    .wishlist-data-label:first-of-type {
    padding: 20px 15px 20px 0;
  }
  .compare-wrap:last-of-type .compare-val-prod .compare-data-label, .wishlist-wrap:last-of-type .wishlist-val-prod .wishlist-data-label{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1399px) {
  .about-info-sec .about-info-left ul li p,
  .about-info-sec .about-info-left ul li span {
    font-size: 18px;
  }
  /* testimonial-sec */
  .testimonial-wrapper::after,
  .testimonial-wrapper::before {
    height: 200px;
    width: 150px;
  }
  /* .product-sec-start */
  .product-sec ul.tabs li {
    font: var(--h6);
  }
  /* .trending-product-sec */
  .trending-product-sec .cart-btn-content .btn {
    font-size: 14px;
  }
  /* blog-sec */
  .blog-card .blog-content {
    max-width: 80%;
    padding: 15px;
  }
  .blog-content p,
  .blog-content span {
    font-size: 16px;
  }
  .blog-card .link-btn {
    font-size: 22px;
  }
  /* .site-footer-start */
  .site-footer.footer-style-one .gallery-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
  .site-footer.footer-style-one .footer-img {
    width: 65px;
    height: 50px;
  }
  .pdp-right-column .cart-btn,
  .pdp-right-column .buy-btn,
  .pdp-right-column .notify-btn {
    min-width: 175px;
  }
  .pdp-right-column .pro-features li a {
    font-size: 14px;
  }
  .pdp-right-column .pro-features {
    gap: 10px;
  }
  .pdp-right-column .pro-features > li:not(:last-of-type) {
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  :root {
    --h1: normal 500 65px/1.1 var(--second-font);
    --h2: normal 500 45px/1.1 var(--first-font);
    --h3: normal 500 34px/1.1 var(--first-font);
    --h4: normal 500 26px/1.1 var(--first-font);
    --h5: normal 500 20px/1.1 var(--first-font);
    --h6: normal 500 18px/1.1 var(--first-font);
  }
  .subtitle {
    font-size: 16px;
  }
  /* .site-header */
  .site-header .menu-dropdown ul > li > a {
    font-size: 16px;
  }
  .header-style-three .logo-right-col .header-info-item .header-info-img {
    height: 38px;
    width: 38px;
  }
  .header-style-two .main-navigationbar .main-nav .has-item > a {
    font-size: 16px;
  }
  .special-product-sec::after,
  .category-sec::after,
  .product-sec::after,
  .home-blog-sec::after,
  .trending-product-sec::after {
    height: 150px;
    width: 120px;
  }
  .trending-product-sec::after {
    right: -30px;
  }
  /* product-sec-start */
  .product-sec ul.tabs {
    max-width: 50%;
  }
  .product-sec ul.tabs::after {
    top: 40%;
  }
  .product-sec ul.tabs li {
    padding: 0 10px 3px 10px;
  }
  /* .trending-product-sec  */
  .trending-product-sec .trending-left-col {
    max-width: 100%;
    height: 100%;
  }
  .trending-product-sec .trending-left-img {
    height: 100%;
  }
  /* .about-info-sec-start */
  .about-info-sec .about-info-left {
    max-width: 100%;
  }
  .about-info-sec .about-info-left ul li p,
  .about-info-sec .about-info-left ul li span {
    font-size: 14px;
  }
  /* testimonial-sec-start */
  .testimonial-sec .testimonial-card-inner .testimonial-img {
    max-width: 150px;
  }
  .testimonial-sec {
    padding-top: 20px;
  }
  .link-btn {
    font-size: 22px;
  }
  .link-btn:hover,
  .link-btn:focus {
    padding: 0 0 0 35px;
  }
  .blog-card .blog-card-inner .blog-image {
    max-width: 80%;
  }
  /**** megamenu popup css  ******/
  .megamenu-popup-wrapper {
    max-width: calc(100% - 30px);
  }
  /* .subscribe-popup */
  .subscribe-popup .subscribe-form-inner .btn {
    padding: 10px 13px;
    font-size: 16px;
  }
  .subscribe-popup .subscribe-right-inner .form-control {
    padding: 10px;
  }
  /* pdp-page-css */
  .size-table-wrapper {
    max-width: 80%;
  }
  .product-widget .acnav-list {
    padding: 10px 0 0 0;
  }
  .full-grid-column .pdp-payment {
    max-width: 100%;
  }
  .pdp-tab-sec .tab-head-row .tabs {
    gap: 25px;
  }
  .cart-table tr th,
  .pro-compare-wrap .pro-compare-left .compare-title,
  .pro-wishlist-wrap .pro-wishlist-left .wishlist-title,
  .my-acc-sec .order-history-frame table tr th {
    padding: 10px 20px;
  }
  /********* FOOTER STYLE ONE CSS START ********/
  .footer-style-one .footer-top,
  .footer-style-three .footer-top {
    padding: 20px 0;
  }
  .site-footer.footer-style-one .gallery-col {
    flex: 0 0 215px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 215px;
  }
  .footer-style-one .contact-col,
  .footer-style-three .contact-col {
    flex: 0 0 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
  }
  .footer-style-two .footer-left-col .footer-acnav-list {
    gap: 25px;
  }
  .product .size-variant-swatch .size-var {
    font-size: 12px;
    min-width: 70px;
  }
  /******** blog-grid-sec css   *********/
  .blog-grid-sec .blog-recent .blog-itm .blog-image {
    max-width: 80px;
  }
  .blog-grid-sec .blog-recent .blog-itm {
    gap: 10px;
  }
  .blog-grid-sec .blog-recent .blog-itm .blog-content span {
    font-size: 13px;
  }
  .blog-grid-sec .blog-recent .blog-itm .blog-content h5 {
    font-size: 16px;
  }
  .blog-grid-sec .blog-grid-right .row,
  .blog-grid-sec.blog-nosidebar .row {
    row-gap: 25px;
  }
  /* article-page */
  .article-left .section-title h2 {
    font: var(--h4);
  }
  .comment-form-wrp .comment-form p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --h1: normal 500 50px/1.1 var(--second-font);
    --h2: normal 500 40px/1.1 var(--first-font);
    --h3: normal 500 26px/1.1 var(--first-font);
    --h4: normal 500 24px/1.1 var(--first-font);
    --h5: normal 500 18px/1.1 var(--first-font);
    --h6: normal 500 16px/1.1 var(--first-font);
    --common-text: normal 400 14px/1.3 var(--first-font);
  }
  .pb {
    padding-bottom: 40px;
  }
  .pt {
    padding-top: 40px;
  }
  .section-title {
    margin: 0 0 20px;
  }
  .btn {
    font-size: 16px;
    padding: 10px 15px;
  }
  /****** header css *******/
  .desk-only {
    display: none !important;
  }
  .site-header .announcebar,
  .site-header .main-navigationbar .menu-items-col {
    display: none;
  }
  .header-select-wrp,
  .site-header .menu-item-right,
  .site-header .announcebar .announcebar-right {
    gap: 10px;
  }
  .site-header .main-navigationbar .logo-col {
    max-width: 100px;
    width: 100%;
  }
  /* .home-banner-sec */
  .home-banner-sec .banner-img-left {
    border-width: 15px;
  }
  .home-banner-content .section-title {
    margin-bottom: 20px;
  }
  .home-banner-content {
    padding: 40px 0;
  }
  /* category-sec-start */
  .category-sec .section-title p {
    max-width: 100%;
  }
  .category-sec .swiper-wrapper {
    padding: 90px 0 0 0;
  }
  /* .product-sec */
  .cart-btn-content .btn {
    font-size: 14px;
    gap: 5px;
  }
  .product-sec ul.tabs {
    max-width: 70%;
  }
  /* .partner-logo-sec */
  .partner-logo-image {
    width: 120px;
  }
  /* .trending-product-sec */
  .trending-left-col .trending-img {
    max-width: 40%;
    border-width: 15px;
  }
  .about-info-sec .about-info-left ul {
    margin: 0 0 15px;
  }
  /* .testimonial-sec */
  .testimonial-wrapper::after,
  .testimonial-wrapper::before {
    display: none;
  }
  /* home-blog-sec */
  .blog-card .blog-card-inner .blog-image {
    padding-top: 65%;
  }
  .blog-card .blog-content {
    max-width: 90% !important;
  }
  /* testimonial-sec-start */
  .testimonial-sec .testimonial-slider {
    max-width: 100%;
  }
  .testimonial-wrapper::before {
    top: auto;
    bottom: -20%;
  }
  .site-footer.footer-style-one .footer-col:nth-child(2) {
    padding: 0 0 10px 0;
  }
  /* .subscribe-popup-start */
  .subscribe-popup-left {
    display: none;
  }
  /* .subscribe-popup-end */
  /* .common-banner-sec  */
  .common-banner-sec .filter-cat li:not(:last-of-type) {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  .common-banner-sec {
    padding: 25px 0;
  }
  .common-banner-sec .filter-cat a {
    font: var(--h5);
  }
  /* pdp-page-start */
  .pdp-page-main-sec .left-thumbslider,
  .pdp-page-main-sec .right-thumbslider {
    margin: 15px 0 0 0;
  }
  .pdp-payment .payment-image-wrapper .payment-image {
    max-width: 45px;
    width: 100%;
  }
  .pdp-right-column .cart-btn,
  .pdp-right-column .buy-btn,
  .pdp-right-column .notify-btn {
    min-width: 138px;
  }
  .pdp-right-column .deal-timeline > span {
    display: none;
  }
  .pdp-payment .payment-image-wrapper {
    gap: 10px;
  }
  .pdp-right-column .wishlist-btn {
    padding: 10px;
  }
  .pdp-right-column .wishlist-btn svg {
    height: 16px;
    width: 16px;
  }
  /****** product page css  *******/
  .pdp-tab-sec .client-review .client-review-left {
    padding: 15px 20px 15px 0;
  }
  .pdp-tab-sec .client-review .client-review-right {
    padding: 20px 0 20px 20px;
  }
  .description-title:not(:last-of-type) {
    margin-bottom: 20px;
  }
  /***** product page css *******/
  .pdp-tab-sec .tab-content-inner .des-wrp {
    gap: 20px;
  }
  .pdp-tab-sec .tab-content-inner .des-wrp .description-image {
    max-width: 100%;
    padding-top: 50%;
  }
  /* .product-listing-sec */
  .product-list-view .product-card {
    max-width: 50%;
    width: 100%;
  }
  .product-list-view .product-card-inner .product-content-bottom {
    margin: 15px 0 0 0;
  }
  .product-list-view .product-card-inner .product-content-bottom .rating,
  .product-list-view .product-card-inner .product-content-bottom .radio-buttons,
  .product-list-view .product-card-inner .product-content-bottom .price,
  .product-list-view
    .product-card-inner
    .product-content-bottom
    .pro-btn-wrapper {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
  .pdp-right-column .product-select-var .label-info,
  .pdp-right-column .color-variant-swatch .label-info,
  .pdp-right-column .size-variant-swatch .label-info,
  .qnty-wrp label {
    font-size: 16px;
  }
  .product-filter-right-column #third-tab1.tab-content {
    visibility: visible;
    opacity: 1;
    height: 100%;
    display: block;
  }
  .product-list-view .product-content .pro-btn-wrapper,
  .product-list-view .product-card-inner .product-content-bottom .rating,
  .product-list-view .product-card .price,
  .product-list-view .product-content .color-variant-swatch {
    margin: 0 0 10px;
  }
  /****** product list css ********/
  .product-heading-right-column ul.tabs li.list-view,
  .product-filter-right-column #third-tab2 {
    display: none;
  }
  /***** footer css ******/
  .site-footer .footer-row {
    padding: 20px 0;
  }
  /* search popup  css start*/
  .search-popup {
    padding: 45px 15px 20px;
  }
  /* quick-view-popup css */
  .quick-view-popup {
    max-width: 730px;
  }
  .collection-main-sec .collection-card .collection-card-content {
    margin: -22px auto 0;
  }
  /* search popup  css end*/
  .mobile-menu-wrapper .mobile-lag {
    padding: 15px;
    gap: 10px;
    border-bottom: 1px solid var(--border-color);
  }
  .mobile-lag .languages,
  .mobile-lag .country-name {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    position: relative;
    border: 1px solid var(--border-color);
    padding: 8px;
  }
  .mobile-lag .nice-select {
    color: var(--black);
    position: unset;
  }
  .mobile-lag .nice-select .list {
    left: 0;
    right: 0;
  }
  .mobile-lag .nice-select .current {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .mobile-lag .nice-select .current:after {
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
  }
  /* .site-footer */
  .site-footer.footer-style-one .gallery-col {
    display: none;
  }
  /* .footer-style-two-start */
  .site-footer .footer-logo {
    max-width: 120px;
  }
  .footer-style-two .footer-row {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .footer-style-two .footer-logo {
    margin: 0 auto 10px;
  }
  .footer-style-two .footer-col:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .footer-style-two .footer-col:not(:last-of-type) {
    padding: 0 !important;
  }
  .footer-style-two .footer-subscribe-col .footer-widget {
    text-align: center;
  }
  .footer-style-two
    .footer-contact-col
    .footer-acnav-list
    li:not(:last-of-type) {
    padding: 0 15px 0 0;
  }
  .footer-style-two .footer-widget ul li a {
    font-size: 16px;
  }
  .size-table-wrapper {
    max-width: calc(100% - 30px);
  }
  /* sticky-pro-info */
  .products-add-cart-sticky .color-variant-swatch,
  .products-add-cart-sticky .size-variant-swatch {
    display: none;
  }
  .sticky-pro-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .full-grid-column .price ins {
    font-size: 20px;
  }
  .full-grid-column .price del {
    font-size: 16px;
  }
  /* product-list-page */
  .product-filter-body {
    padding: 10px;
  }
  .deal-timeline .counter-dtl {
    font-size: 14px;
  }
  /***** collection-main-sec css  *******/
  .collection-main-sec .row {
    row-gap: 20px;
  }
  .blog-grid-sec .pagination li,
  .product-listing-sec .pagination li {
    width: 32px;
    height: 32px;
  }
  .blog-grid-sec .pagination,
  .product-listing-sec .pagination {
    gap: 10px;
  }
  /******** blog-grid-sec css   *********/
  .blog-grid-sec .blog-categories,
  .blog-grid-sec .blog-recent {
    margin: 0 0 20px;
  }
  .blog-grid-sec .blog-recent .blog-itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-grid-sec .blog-recent .blog-itm .blog-image {
    max-width: 100%;
  }
  .blog-grid-sec .blog-recent .blog-itm .blog-image .blog-img {
    padding-top: 60%;
  }
  /***** article page css  ******/
  .comment-wrapper .comment-form-wrp,
  .article-right .article-tags {
    padding: 15px;
  }
  .about-full-img-sec h3,
  .about-us-page .about-left-inner .section-title h2 {
    font: var(--h4);
  }
  .cart-table .price ins,
  .wishlist-wrap .price ins,
  .compare-wrap .price ins {
    font-size: 18px;
  }
  .cart-total-right,
  .cart-total-left {
    max-width: 45%;
  }
  /****** faq page css  *******/
  .faq-page .form-container {
    padding: 15px 0;
  }
  .faq-page .faq-right-itm .faq-form {
    padding: 0 15px;
  }
  .faq-page .faq-left-itm .section-title h2 {
    margin: 0 0 10px;
  }
  .faq-page .set .acnav-label {
    padding: 12px 15px;
    font-size: 16px;
  }
  /* contact-page-start */
  .contact-about-sec .contact-slider-content h2 {
    font-size: 18px;
  }
  .login-page .back-btn-wrp,
  .register-page .back-btn-wrp {
    margin: 25px 0 0;
  }
  .login-page .account-info-icon li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --h1: normal 500 40px/1.1 var(--second-font);
    --h2: normal 500 36px/1.1 var(--first-font);
    --h3: normal 500 24px/1.1 var(--first-font);
    --h4: normal 500 22px/1.1 var(--first-font);
  }
  .footer-style-two {
    --footer-title-color: #ffffff;
  }
  .price ins {
    font-size: 18px;
  }
  .price del {
    font-size: 16px;
  }
  .form-control,
  input:not([type="submit"]),
  input:not([type="checkbox"]),
  input:not([type="button"]),
  input:not([type="radio"]),
  select,
  textarea {
    padding: 10px;
  }
  /* .home-banner-sec-start */
  .home-banner-sec {
    background: var(--black);
  }
  .home-banner-content::after {
    display: none;
  }
  .home-banner-sec .banner-right-img {
    margin: 0;
  }
  .home-banner-sec .banner-img-left {
    max-width: 25%;
    left: 0;
    border-left: 0;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
  }
  .home-banner-sec .banner-left-col {
    max-width: 100%;
    text-align: center;
  }
  .home-banner-sec .row {
    gap: 20px;
  }
  .home-banner-sec .section-title {
    margin-bottom: 10px;
  }
  .home-banner-sec .banner-right-img {
    padding-top: 45%;
    max-width: 85%;
    margin: 0 0 0 auto;
  }
  .special-product-sec::after,
  .category-sec::after,
  .product-sec::after,
  .home-blog-sec::after,
  .trending-product-sec::after {
    display: none;
  }
  .arrow-wrapper::after {
    width: 220px;
  }
  .arrow-wrapper::before {
    width: 170px;
  }
  /* .product-sec-start */
  .product-sec ul.tabs {
    max-width: 100%;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    gap: 20px;
  }
  .product-sec ul.tabs::after {
    display: none;
  }
  .product-sec ul.tabs li {
    padding: 0;
  }
  .category-sec .category-title-icon {
    height: 90px;
    width: 90px;
    margin: 0 auto 20px;
  }
  /* .testimonial-sec */
  .testimonial-sec .testimonial-card-inner {
    gap: 20px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .testimonial-content {
    text-align: center;
  }
  /* .subscribe-sec */
  .subscribe-sec .subscribe-inner {
    max-width: 500px;
  }
  /***** product sec css  *******/
  .product-card .pro-btn-wrapper .pro-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .product-card .cart-btn-content span {
    display: none;
  }
  .product-card .product-card-image .cart-btn-content {
    opacity: 1;
    visibility: visible;
    top: 45%;
    flex-direction: row;
    transform: translateY(-45% -50%);
    -webkit-transform: translateY(-45% -50%);
    -moz-transform: translateY(-45% -50%);
    -ms-transform: translateY(-45% -50%);
    -o-transform: translateY(-45% -50%);
  }
  .product-card .time-counter {
    top: 77%;
    transform: translateY(-77%);
    -webkit-transform: translateY(-77%);
    -moz-transform: translateY(-77%);
    -ms-transform: translateY(-77%);
    -o-transform: translateY(-77%);
  }
  /* pdp-page-start */
  .pdp-page-main-sec .row {
    row-gap: 20px;
  }
  .pdp-left-column {
    max-width: 500px;
    margin: 0 auto;
  }
  .full-grid-column .product-select-var .variant-swatch {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
  /* delivery-popup & ask-qus-popup css */
  .ask-qus-inner,
  .delivery-popup-inner {
    max-width: calc(100% - 30px);
  }
  /* .progress-wrap  */
  .progress-wrap {
    width: 40px;
    height: 40px;
    right: 15px;
  }
  /* subscribe-popup */
  .subscribe-popup .subscribe-inner .section-title h2 {
    font: var(-h5);
  }
  .subscribe-popup .subscribe-inner {
    text-align: center;
  }
  /* .about-info-sec-start */
  .about-info-sec .about-info-left {
    text-align: center;
  }
  /* .trending-product-sec */
  .trending-product-sec .row {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .trending-left-col .trending-left-img {
    padding-top: 65%;
  }
  .trending-left-col .trending-img {
    max-width: 25%;
    border-right: 0;
  }
  .trending-product-sec .trending-right-col {
    padding: 20px 0 0 0;
  }
  .arrow-wrapper {
    margin: 20px auto 0;
    gap: 10px;
  }
  /* about-info-sec */
  .about-info-sec .row {
    gap: 25px;
  }
  .about-info-sec .about-info-img {
    padding-top: 55%;
  }
  .about-info-sec .about-right-img {
    border-left: 0;
  }
  .about-info-sec::after {
    display: none;
  }
  /* home-blog-sec */
  .blog-card .blog-card-inner .blog-image {
    max-width: 100%;
  }
  .blog-card .blog-content {
    margin: -20% auto 0 !important;
  }
  /* pdp-page-start */
  .pdp-right-column .pro-features li a {
    font-size: 14px;
  }
  .full-grid-column .size-variant-swatch .size-var {
    width: 50px;
  }
  .full-grid-column .color-variant-swatch .radio-buttons label {
    width: 45px;
    height: 35px;
  }
  .pdp-right-column .cart-btn,
  .pdp-right-column .buy-btn,
  .pdp-right-column .notify-btn {
    min-width: 110px;
  }
  .full-grid-column .qnty-btn-wrp {
    gap: 9px;
  }
  /***** grid-gallery css *******/
  .grid-gallery .product-grid-item {
    display: none;
  }
  /* subscribe-popup-start */
  .subscribe-popup .subscribe-right-inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .subscribe-popup .subscribe-right-content {
    max-width: 100%;
  }
  .subscribe-popup .subscribe-form {
    width: 100%;
  }
  .subscribe-popup {
    padding: 30px 15px 15px 15px;
  }
  /********* FOOTER STYLE ONE CSS START ********/
  .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;
    width: 100%;
  }
  .footer-row .footer-acnav-list {
    display: none;
    padding: 10px 0 0;
  }
  .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-widget ul.footer-acnav-list > li:not(:last-of-type) {
    margin: 0 0 10px 0;
  }
  .site-footer.footer-style-two
    .footer-widget
    ul.footer-acnav-list
    > li:not(:last-of-type) {
    margin: 0 0 10px 0;
  }
  .footer-style-two .footer-left-col .footer-acnav-list {
    flex: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
  }
  .site-footer .footer-bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-logo {
    max-width: 100px;
  }
  .product .site-footer {
    margin-bottom: 70px;
  }
  .site-footer .footer-col .footer-widget .footer-acnav svg path {
    fill: var(--white);
  }
  .index .site-footer {
    margin-bottom: 55px;
  }
  .site-footer .payment-image-wrapper .payment-image {
    max-width: 35px;
    width: 100%;
  }
  .site-footer .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .site-footer .footer-col:not(:last-of-type) {
    padding: 0 0 10px 0;
  }
  .footer-style-two .footer-col:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .footer-style-one::after,
  .footer-style-one::before {
    display: none;
  }
  .link-btn {
    font-size: 18px;
  }
  /* .search-popup */
  .search-popup .close-search {
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
  }
  .search-popup .search-form .search-form-wrp {
    padding: 10px 0;
  }
  .search-popup .close-search svg {
    width: 10px;
    height: 10px;
  }
  /**** cartdrawer css ****/
  .cartdrawer .mini-cart-container {
    border-bottom: 1px solid var(--border-color);
    padding: 0 15px;
  }
  /* quick-view-popup css */
  .quick-view-popup {
    max-width: calc(100% - 30px);
  }
  .quick-view-inner {
    padding: 0 15px 20px;
  }
  .quick-view-right {
    padding: 20px 0 0;
  }
  .quick-view-popup .quick-close-btn {
    margin: 10px 15px 10px auto;
    padding: 0;
  }
  /* cartdrawer-start */
  .cartdrawer .mini-cart-header {
    padding: 16px 0px 16px 0px;
    border-bottom: 0;
  }
  .cartdrawer .mini-cart-body,
  .coupon-popup .coupon-body,
  .cartdrawer .mini-cart-footer .cart-footer-top {
    padding: 15px;
  }
  .progress-icon {
    height: 45px;
    width: 45px;
  }
  .progress-icon svg {
    height: 30px;
    width: 30px;
  }
  .cartdrawer .free-shipping-txt {
    font-size: 14px;
  }
  .cartdrawer .mini-cart-footer-total-row {
    font-size: 18px;
  }
  .gift-popup .gift-body {
    padding: 25px 25px 15px 15px;
  }
  /* article-page */
  .articlebar .article-img2 {
    padding-top: 55%;
  }
  /* size popup css */
  .size-tbl tr,
  .cms-page table tr,
  .order-history-tbl tr {
    padding: 5px 0;
  }
  .size-tbl tr td,
  .cms-page table tr td,
  .order-history-tbl tr td {
    padding: 5px 10px;
  }
  .size-form-inner {
    padding: 0 10px 15px;
  }
  .size-popup .table-title h2 {
    padding: 10px;
    margin: 0 0 15px;
  }
  .size-popup .table-title p {
    padding: 15px 0;
  }
  .cms-page table tr td,
  .order-history-tbl tr td,
  .size-tbl tr td {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  table tr {
    display: block;
  }
  table thead {
    display: none;
  }
  .cms-page table td::before,
  .order-history-tbl td::before,
  .size-tbl td::before {
    content: attr(data-label) "";
    float: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
  }
  .sticky-pro-inner .sticky-image {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 30px;
    width: 30px;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    height: 14px;
    width: 14px;
  }
  .quick-view-inner .swiper .swiper-button-prev,
  .quick-view-inner .swiper .swiper-button-next,
  .pdp-page-main-sec .swiper .swiper-button-prev,
  .pdp-page-main-sec .swiper .swiper-button-next {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  /******  product list page css  ********/
  .product-heading-column .filter-title {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 35px;
    padding: 7px;
    border: 1px solid var(--border-color);
  }
  .product-heading-column .filter-title h2 {
    display: none;
  }
  .product-listing-sec .product-heading-row .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--border-color);
    margin: 0;
    padding: 10px;
  }
  .product-listing-sec .product-heading-row .row [class*="col-"] {
    padding: 0;
  }
  .filter-list-wrp {
    display: none;
  }
  .product-filter-left-column {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 0px !important;
    background: var(--white);
    transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    z-index: 5;
  }
  .collection-rightbar .product-filter-left-column,
  .canvas-rightbar .product-filter-left-column {
    right: 0;
    left: auto;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
  }
  .filter_open .product-filter-left-column {
    overflow: auto;
    height: 100%;
    transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
  }
  .product-filter-body {
    border: none;
    padding: 50px 0px 40px;
  }
  .product-filter-body .close-filter {
    display: block;
  }
  .close-filter {
    position: absolute;
    top: 0;
    background: var(--first-color);
    height: 30px;
    width: 30px;
    padding: 7px;
    right: 0;
    cursor: pointer;
  }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .canvas-rightbar .product-heading-column .filter-title,
  .collection-rightbar .product-heading-column .filter-title {
    margin-left: auto;
  }
  .collection-rightbar .product-heading-right-column .product-sorting-row,
  .canvas-rightbar .product-heading-right-column .product-sorting-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  /****** article page css  ******/
  .articlebar,
  .articlebar .about-user,
  .articlebar .art-top-heading {
    margin: 0 0 15px;
  }
  .article-bnr-img,
  .comment-wrapper,
  .comment-item-wrapper {
    margin: 0 0 20px;
  }
  .article-section .article-right {
    margin: 30px 0 0;
  }
  /***** about page css   *******/
  .about-us-page .about-left-inner .section-title {
    margin-bottom: 20px;
  }
  .about-counter-sec .counter-wrp {
    padding: 0 0 20px;
  }
  /****** faq page css  *******/
  .faq-page .faq-left-itm {
    margin-bottom: 30px;
  }
  /****** contact page css  ********/
  .contact-left-inner ul li h2 {
    margin-bottom: 10px;
  }
  .contact-left-inner ul .social-link {
    margin-bottom: 20px;
  }
  .contact-right-inner {
    margin: 10px 0 0;
  }
  .contact-direction-sec {
    padding: 40px 0px;
  }
  .contact-direction-sec .contact-direction-column .direction-logo {
    max-width: 100px;
  }
  .contact-direction-sec .contact-direction-column {
    margin: 0 auto;
    padding: 20px;
  }
  .contact-about-sec .contact-slider .contact-arrow {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  /****** cms page css  ******/
  .cms-page h3,
  .cms-page h4 {
    margin: 0 0 15px;
  }
  .cms-page p:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .cms-page ul {
    margin: 0 0 20px 18px;
  }
  .cms-page .shipping-tbl {
    max-width: 100%;
  }
  /***** login page css  *******/
  .login-page .login-left-inner {
    margin: 0 0 30px;
  }
  .register-page .register-form-inner {
    padding: 15px;
  }
  .login-page .account-info-icon li a {
    height: 50px;
    width: 50px;
  }
  .login-page .account-info-icon li a svg {
    height: 22px;
    width: 22px;
  }
  .login-page .login-form-inner .form-container .forgot-pass {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .login-page .login-right-inner .login-right-bottom {
    padding: 15px;
  }
  .login-page .login-form-inner .section-title {
    text-align: center;
  }
  /****** cart page css  ******/
  .cart-table {
    border: 1px solid var(--border-color);
  }
  .cart-table tr td {
    padding: 10px 15px 0;
  }
  .cart-table tr td:last-of-type {
    padding: 10px 15px;
  }
  .cart-table .qty-spinner {
    margin: 0 auto;
  }
  .cart-total-row {
    padding: 15px;
    gap: 20px;
  }
  .cart-total-right,
  .cart-total-left {
    max-width: 100%;
  }
  .cart-page-sec .gift-cart {
    padding: 15px;
    margin: 0 0 20px;
  }
  .cart-page-sec .gift-cart .gift-cart-dtl svg {
    height: 40px;
    width: 40px;
  }
  .cart-total-row .cart-total-left label {
    font-size: 14px;
  }
  .cart-table tr td .price,
  .cart-table .product-option,
  .compare-pro-detail .compare-val-prod .price,
  .wishlist-pro-detail .wishlist-val-prod .price,
  .compare-pro-detail .compare-val-prod .product-option,
  .wishlist-pro-detail .wishlist-val-prod .product-option {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-table h2,
  .compare-pro-detail .compare-val-prod .prod-title,
  .wishlist-pro-detail .wishlist-val-prod .prod-title {
    text-align: center;
    margin: 0 0 10px;
  }
  .cart-table .cart-details .price,
  .compare-pro-detail .compare-val-prod .price,
  .wishlist-pro-detail .wishlist-val-prod .price,
  .cart-table
    .cart-details
    .cart-option-wrapper
    .product-option:not(:last-of-type),
  .compare-pro-detail .compare-val-prod .product-option:not(:last-of-type),
  .wishlist-pro-detail .wishlist-val-prod .product-option:not(:last-of-type) {
    margin: 0 0 10px;
  }
  /***** wishlist page css *******/
  .compare-wrap,
  .wishlist-wrap {
    padding: 20px 15px;
  }
  .cart-total-right .cart-total {
    font-size: 20px;
  }
  .pro-compare-left,
  .pro-wishlist-left {
    display: none;
  }
  .pro-compare-right,
  .pro-wishlist-right {
    border: 1px solid var(--border-color);
  }
  .pro-compare-scroll .compare-wrap .compare-val-prod,
  .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
    display: block;
  }
  .pro-compare-scroll
    .compare-wrap
    .compare-val-prod
    .compare-data-label:first-of-type,
  .pro-wishlist-scroll
    .wishlist-wrap
    .wishlist-val-prod
    .wishlist-data-label:first-of-type,
  .pro-compare-wrap .pro-compare-left .compare-title:first-of-type,
  .pro-wishlist-wrap .pro-wishlist-left .wishlist-title:first-of-type {
    max-width: 100%;
  }
  .cart-table tr td .cart-image,
  .wishlist-wrap .wishlist-val-prod .wishlist-data-label .prod-img,
  .compare-wrap .compare-val-prod .compare-data-label .prod-img {
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }
  .compare-wrap .compare-val-prod .compare-data-label,
  .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail,
  .wishlist-wrap .wishlist-val-prod .wishlist-data-label,
  .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  .compare-data-label:not(:last-of-type),
  .wishlist-data-label:not(:last-of-type) {
    margin: 0 0 15px;
  }
  /****** my account page css  ******/
  .my-acc-sec .order-history-tbl {
    border: 1px solid var(--border-color);
  }
  .my-acc-sec .order-history-frame {
    margin: 0 0 30px;
  }
  .my-acc-sec .account-details ul li label {
    max-width: 30%;
  }
  .my-acc-sec .account-details ul li {
    padding: 10px 0px;
    gap: 5px;
  }
  .my-acc-sec .acc-btn-wrp {
    margin: 20px 0 0;
  }
  /****** order page css  *******/
  .order-main-sec .order-history-tbl tr:last-of-type {
    border: none;
  }
  .order-main-sec .order-history-list .order-title {
    margin: 0 0 20px;
    text-align: center;
  }
  /**** error page css   *******/
  .error-main-sec .error-content h2 {
    font-size: 70px;
  }
  /**** address page css  *******/
  .add-primary {
    margin-bottom: 20px;
  }
  .my-add-sec .adress-main-list {
    margin: 20px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --h1: normal 500 30px/1.1 var(--second-font);
    --h2: normal 500 24px/1.1 var(--first-font);
    --h3: normal 500 22px/1.1 var(--first-font);
    --h4: normal 500 20px/1.1 var(--first-font);
  }
  .common-close::before,
  .common-close::after {
    width: 16px;
    left: calc(50% - 8px);
  }
  /**** header css  ******/
  .site-header .main-navigationbar .logo-col {
    max-width: 80px;
  }
  .site-header .menu-item-right > li > a svg {
    width: 18px;
    height: 18px;
  }
  .site-header .main-navigationbar {
    padding: 8px 0;
  }
  /* home-banner-sec */
  .home-banner-sec .banner-img-left {
    border-width: 5px;
  }
  /* category-sec */
  .category-sec .arrow-wrapper {
    margin: 20px auto 0;
  }
  /* tab */
  .product-sec ul.tabs li {
    font-size: 14px;
  }
  /* trending-product-sec  */
  .trending-product-sec .trending-right-col {
    max-width: 85%;
  }
  .trending-product-sec .slide-text {
    color: var(--black);
    letter-spacing: 10px;
  }
  .trending-left-col .trending-img {
    border-width: 5px;
  }
  /* .about-info-sec */
  .about-info-sec .about-right-img {
    border-width: 5px;
  }
  /* home-blog-sec */
  .blog-card .blog-card-inner .blog-image {
    padding-top: 90%;
  }
  /* .testimonial-sec-start */
  .testimonial-sec .testimonial-content h3 {
    padding: 0 0 0 70px;
  }
  .testimonial-sec .testimonial-content h3::after {
    width: 55px;
  }
  /* .subscribe-sec */
  .subscribe-sec .subscribe-inner {
    max-width: 100%;
  }
  .subscribe-form-inner .btn span {
    display: none;
  }
  /* category-sec-start */
  .category-sec .swiper-wrapper {
    padding: 0;
  }
  .category-sec .swiper-slide-active,
  .category-sec .swiper-slide-next{
      transform: translateY(0);
  }
  /* .trending-product-sec */
  .trending-product-sec .swiper-button-next span,
  .trending-product-sec .swiper-button-prev span {
    font-size: 16px;
  }
  /* common-banner-sec */
  .common-banner-sec .filter-cat li:not(:last-child):after {
    height: 55%;
  }
  .megamenu-popup-wrapper .megamenu-popup-inner {
    padding: 25px 15px;
  }
  /* pdp-page-srtart */
  .pdp-page-main-sec .section-title h2 {
    font: var(--h4);
  }
  .pdp-payment .payment-image-wrapper .payment-image {
    max-width: 35px;
  }
  .pdp-tab-sec ul.tabs li a {
    font-size: 16px;
  }
  .pdp-right-column .rating-wrp svg {
    max-width: 110px;
  }
  .pdp-tab-sec .tab-head-row .tabs {
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .pdp-tab-sec ul.tabs li.active a::before,
  .pdp-tab-sec ul.tabs li.active a::after {
    display: none;
  }
  .pdp-tab-sec .tab-head-row {
    margin: 0 0 15px;
    overflow: auto;
  }
  .pdp-tab-sec ul.tabs li a {
    border: none;
    position: unset;
  }
  .pdp-tab-sec .client-review .client-review-left {
    padding: 0 0 15px;
  }
  .pdp-tab-sec .client-review .client-review-right {
    padding: 0px 0 15px;
    border: none;
  }
  .pdp-tab-sec .client-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-top: none;
  }
  .pdp-reviews h4 {
    font: var(--h5);
  }
  .products-add-cart-sticky .cart-btn svg {
    display: block;
  }
  .products-add-cart-sticky .cart-btn span {
    display: none;
  }
  /* .product-list-view  */
  .product-list-view .product-card {
    max-width: 100%;
  }
  /* search popup  css start*/
  .search-popup .search-wrp .section-title h2 {
    font: var(--h4);
  }
  .search-popup .search-wrp .section-title {
    margin-bottom: 15px;
  }
  .search-popup .result-prod {
    margin-top: 15px;
  }
  /*** ask popup css  ********/
  .ask-form-wrapper,
  .del-form-wrapper {
    padding: 0 15px 15px;
  }
  .common-close {
    height: 20px;
    width: 20px;
  }
  .size-table-wrapper .common-close,
  .ask-qus-inner .common-close,
  .delivery-popup-inner .common-close {
    margin: 10px 15px 10px auto;
  }
  /* mobile-menu-wrapper */
  .mobile-menu-wrapper .menu-close-icon {
    padding: 15px;
  }
  .mobile-menu-wrapper .mobile-menu-bar > ul {
    padding: 15px;
  }
  .megamenu-popup-wrapper .megamenu-popup-inner {
    padding: 15px;
  }
  /* cookie-popup css */
  .cookie-popup {
    bottom: 15px;
    right: 15px;
    max-width: 290px;
    padding: 20px 15px;
  }
  /* .subscribe-popup-start */
  .subscribe-popup .close-sub-btn {
    top: 0;
    right: 0;
  }
  /* mobile sticky bar css */
  .mobile-sticky-wrp svg {
    width: 18px;
    height: 18px;
  }
  .mobile-sticky-wrp span {
    font-size: 12px;
  }
  .mobile-sticky-wrp {
    padding: 10px 15px;
  }
  /*** product notification popup start ****/
  .product-notification-popup {
    max-width: 290px;
    left: 15px;
    bottom: 15px;
  }
  .product-notification-info .product-notification-item svg {
    width: 14px;
    height: 14px;
  }
  .product-notification-info {
    gap: 8px;
  }
  .footer-bottom-inner p {
    font-size: 14px;
  }
  /* blog-grid-sec */
  .blog-grid-sec .row {
    row-gap: 15px;
  }
  /* .cart-page-sec */
  .cart-page-sec .gift-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /***** article page  css  *******/
  .comment-item-wrapper .comment-item .comment-item-image {
    width: 40px;
    height: 40px;
  }
  .article-left .article-navigation {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .article-left .article-navigation .next {
    text-align: start;
    margin: 0;
  }
  .counter-wrp .col-12:not(:last-of-type) {
    margin: 0 0 15px 0;
  }
  /**** contact page css  ******/
  .contact-page .subtitle {
    margin: 0 0 15px;
    text-align: center;
  }
  .contact-page .contact-page-wrp .contact-left-inner {
    text-align: center;
  }
  .contact-left-inner ul .social-link .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* cms-page */
  .cms-page h3 {
    font: var(--h5);
  }
  /**** LOGIN PAGE CSS START ****/
  .login-page .account-info-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .login-page .account-info-icon li {
    max-width: 100%;
  }
  .login-page .login-form-inner .section-title h2,
  .register-page .register-form-inner .section-title h2 {
    font: var(--h5);
  }
  /**** address page css   *****/
  .my-add-sec .main-new-address .back-btn,
  .my-add-sec .main-new-address .section-title,
  .acc-details p,
  .acc-details h2 {
    margin: 0 0 10px;
  }
  /***** order page css ******/
  .order-payment-box {
    max-width: 100%;
    padding: 15px;
  }
  .order-address-sec
    .row
    [class*="col-"]:not(:last-of-type)
    .order-address-inner {
    margin: 0 0 15px;
  }
  .error-main-sec .error-content .section-title h3 {
    margin: 15px 0 15px;
  }
  /**** address page css   *****/
  .my-add-sec .main-new-address .back-btn,
  .my-add-sec .main-new-address .section-title,
  .acc-details p,
  .acc-details h2 {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .subtitle {
    font-size: 14px;
  }
  /* about-info-sec-start */
  .about-info-sec .about-info-left ul li p,
  .about-info-sec .about-info-left ul li span {
    font-size: 12px;
  }
  /* subscribe-sec-start */
  .subscribe-sec .subscribe-inner .subscribe-form-inner {
    gap: 10px;
  }
  .subscribe-sec .subscribe-inner .subscribe-form-inner .btn {
    padding: 10px;
  }
  /* pdp-page-start */
  .product-notification-info .product-notification-item {
    font-size: 11px;
  }
  /* footer-css-start */
  .footer-bottom-inner p {
    font-size: 12px;
  }
  /* .quick-view-popup-start */
  .quick-view-inner h3 {
    font: var(--h5);
  }
  /* .about-full-img-sec */
  .about-full-img-sec .about-full-img {
    padding-top: 55%;
  }
  /* .contact-page */
  .contact-slider-image {
    height: 35px;
    width: 35px;
  }
}
