/* ----- Responsive Device css ----- */

@media (max-width: 1440px) {

  article.home-featured-banner.full-width,
  .home-featured-card {
    padding: 45px 20px 45px 40px;
  }


  .home-featured-banner__subtitle {
    font-size: 235px;
  }
}

@media (max-width: 1280px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-direction: column;
    margin: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    flex: auto;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .home-featured-banner__subtitle {
    font-size: 200px;
  }
}

@media (max-width: 1120px) {

  .home-featured-card__inner,
  .home-grid-card__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-featured-card__content {
    max-width: 100%;
  }

  .post-type-archive-product li .home-featured-card__inner-content,
  .tax-product_cat li .home-featured-card__inner-content,
  .woocommerce-cart li .home-featured-card__inner-content {
    flex-direction: column-reverse;
  }

  .post-type-archive-product li .home-featured-card__inner-content .home-featured-card__media,
  .post-type-archive-product li .home-featured-card__inner-content .home-featured-card__content,
  .tax-product_cat li .home-featured-card__inner-content .home-featured-card__media,
  .tax-product_cat li .home-featured-card__inner-content .home-featured-card__content,
  .woocommerce-cart li .home-featured-card__inner-content .home-featured-card__media,
  .woocommerce-cart li .home-featured-card__inner-content .home-featured-card__content {
    width: 100%;
  }

  .post-type-archive-product li .home-featured-card__inner-content .home-featured-card__content .home-featured-card__price,
  .tax-product_cat li .home-featured-card__inner-content .home-featured-card__content .home-featured-card__price,
  .woocommerce-cart li .home-featured-card__inner-content .home-featured-card__content .home-featured-card__price {
    display: block;
  }
}

@media (max-width: 1023px) {

  /* ================= Header ================= */
  .header-nav li a {
    display: block;
    width: fit-content;
  }

  .header-nav li.menu-item-has-children>a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../images/menu-has-item-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    width: 20px;
    height: 20px;
  }

  .header-nav li>.sub-menu {
    position: unset;
    border: 0;
    box-shadow: unset;
    padding: 8px 30px;
    background: transparent;
    float: unset;
    align-items: center;
    row-gap: 5px;
    backdrop-filter: unset;
  }

  .header-nav li>.sub-menu li a {
    color: #fff;
    font-size: 34px;
  }

  .header-nav li>.sub-menu::after,
  .header-nav li.menu-item-has-children::after {
    content: unset;
  }

  .header-nav li.menu-item-has-children>a::after {}

  .header-hamburger {
    display: block;
    z-index: 1000;
  }

  .site-header.is-menu-open .header-hamburger span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .header-hamburger span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .header-hamburger span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
  }

  .woocommerce-account .woocommerce,
  .grid-container {
    padding-inline: 24px;
  }

  .woocommerce-account>.woocommerce {
    min-height: 50vh;
  }

  .header-top {
    font-size: 16px;
    line-height: 19px;
    padding-block: 8px;
  }

  .header-top__arrow {
    font-size: 26px;
  }

  .header-main {
    padding-block: 20px;
  }

  .header-main__inner {
    grid-template-columns: auto 1fr auto auto;
    column-gap: 1.5rem;
  }

  .header-logo img {
    max-width: 130px;
  }

  .header-actions {
    gap: 1.5rem;
    justify-content: flex-end;
  }

  .header-action {
    font-size: 1rem;
  }

  /* Mobile navigation */
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #500878;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.25rem;
    padding: 140px 40px 40px;
    /* Animation states */
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition:
      transform 0.4s ease,
      opacity 0.3s ease,
      visibility 0s linear 0.4s;
    z-index: 999;
  }

  .site-header.is-menu-open .header-nav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;

    transition:
      transform 0.4s ease,
      opacity 0.3s ease,
      visibility 0s;
  }

  .header-nav__link {
    font-size: 40px;
    line-height: normal;
    color: #fff;
  }

  /* ================= Hero ================= */

  .home-hero {
    /* min-height: 600px; */
    height: auto;
    padding: 120px 0 60px;
  }

  .home-hero .grid-x {
    flex-direction: column-reverse;
  }

  .home-hero__content {
    margin-top: 24px;
  }

  .home-hero__kicker {
    font-size: 20px;
    line-height: 24px;
  }

  .home-hero__title {
    font-size: 60px;
    line-height: 56px;
  }

  .home-hero__description {
    max-width: 32rem;
    font-size: 0.95rem;
  }

  .home-hero__media {
    margin-top: 32px;
  }

  /* ================= Featured Cards ================= */

  .home-featured-cards__row {
    row-gap: 26px;
  }

  .home-featured-card__inner,
  .home-grid-card__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-featured-card__content,
  .home-grid-card__content {
    max-width: 100%;
  }

  .home-featured-card__media,
  .home-grid-card__media {
    max-width: 100%;
    text-align: center;
  }

  article.home-featured-banner.full-width,
  .home-featured-card {
    padding: 35px;
  }

  .home-featured-card__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
  }

  .home-featured-card__price {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .home-featured-card__media {
    max-width: 260px;
    margin-bottom: 20px;
  }

  section.home-featured-cards.products-advertisement-section .grid-x {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  section.home-featured-cards.products-advertisement-section .grid-x .cell {
    width: 100%;
    margin: 0 !important;

  }


  /* ================= Banner ================= */

  .home-featured-banner {
    padding-block: 40px;
  }

  .home-featured-banner .grid-x {
    padding: 28px 20px;
    flex-direction: column;
  }

  .home-featured-banner__subtitle {
    top: 45%;
    font-size: 150px;
  }


  /* ================= Category Slider ================= */

  .home-category-slider {
    padding: 50px 0;
  }

  .home-category-slider .grid-container {
    padding-inline: 40px;
  }

  .home-category-slider__header {
    margin-bottom: 32px;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }

  .home-category-slider__filters {
    margin-right: -40px;
  }

  .home-category-slider__title {
    font-size: 36px;
  }

  .home-category-slider__filter {
    padding: 14px 28px 16px;
  }

  .home-category-slider__track .slick-track {
    gap: 20px;
  }

  .home-category-card__media {
    padding: 40px 24px 0;
  }

  .home-category-card__content {
    padding: 14px 24px 0;
    min-height: 100px;
  }

  .home-category-card__title {
    font-size: 20px;
    line-height: 20px;
  }

  .home-category-card__price {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .home-category-card__button {
    font-size: 18px;
    line-height: 21px;
    padding: 14px 5px 18px;
  }

  .categorysliderbtn {
    top: 56%;
  }

  .categorysliderbtn__arrow {
    width: 36px;
    height: 36px;
  }

  .slick-dots {
    margin-top: 40px;
  }

  /* ================= Story ================= */

  .home-story {
    padding: 44px 0;
  }

  .home-story::after {
    background-size: cover;
    background-position: center top;
  }

  .home-story__title {
    font-size: 36px;
    line-height: 38px;
    max-width: 100%;
  }

  .home-story__description {
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .home-story__media {
    margin-top: 20px;
  }

  /* ================= Visit ================= */

  .home-visit {
    margin-bottom: 50px;
  }

  .home-visit__header {
    margin-bottom: 36px;
  }

  .home-visit__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
  }

  .home-visit__description {
    font-size: 18px;
    line-height: 22px;
    max-width: 680px;
    margin-inline: auto;
  }

  .home-visit__map-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .home-visit__map {
    height: 520px;
    border-radius: 42px;
  }

  .home-visit__card {
    position: relative;
    transform: none;
    width: 100%;
    max-width: 85%;
    margin: 0 auto 20px;
    padding: 42px 28px 92px;
    right: auto;
  }

  .home-visit__card-title {
    font-size: 17px;
  }

  .home-visit__card-address,
  .home-visit__card-email,
  .home-visit__card-phone {
    font-size: 18px;
    line-height: 22px;
  }

  /* ================= Contact ================= */

  .home-contact__title {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .home-contact__description {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  /* Tablet: stack fields cleanly and tighten spacing */
  .home-contact__form-fields,
  .home-contact .frm_style_formidable-style.with_frm_style .frm_fields_container {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .home-contact input,
  .home-contact textarea {
    padding: 18px;
    font-size: 15px;
    min-height: 54px;
  }

  /* ================= Footer ================= */

  .home-footer-band {
    padding: 64px 0 48px;
    background-size: 100% 100%;
  }

  .home-footer-band__row {
    padding-bottom: 28px;
  }

  .home-footer-band__logo {
    max-width: 160px !important;
  }

  .home-footer-band__contact {
    max-width: 280px;
  }

  .home-footer-band__address,
  .home-footer-band__email,
  .home-footer-band__phone {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
  }

  .home-footer-band__follow-label {
    font-size: 20px;
    line-height: 23px;
    max-width: 100%;
    margin-inline: auto;
  }

  .home-footer-band__social-list li {
    width: 46px;
    height: 46px;
  }

  .home-footer-band__meta {
    font-size: 16px;
    line-height: 19px;
  }

  /* ================= Product page design ================= */
  .woocommerce .home-featured-cards ul.home-grid-featured__grid li.product {
    width: 100%;
    margin: 0;
  }

  /* ================= WooCommerce "official" responsive cart/table (tablet) =================
     Applies the standard WooCommerce mobile table pattern up to 1023px. */
  .woocommerce-checkout .woocommerce,
  .woocommerce-cart .woocommerce {
    padding-inline: 24px;
  }

  .woocommerce table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody th {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr {
    display: block;
  }

  /* .woocommerce table.shop_table_responsive tbody tr th, */
  .woocommerce table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
    clear: both;
    font-size: 18px;
  }

  .woocommerce table.shop_table_responsive tbody tr th::before,
  .woocommerce table.shop_table_responsive tbody tr td::before {
    content: attr(data-title) ": ";
    float: left;
    font-size: 20px;
    font-weight: 800;
  }

  .woocommerce table.shop_table_responsive tr td.product-remove::before,
  .woocommerce table.shop_table_responsive tr td.actions::before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail {
    text-align: left !important;
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart td.product-quantity .qty {
    /* margin-left: auto; */
  }

  .woocommerce-cart td.product-quantity .quantity,
  .rental-details-page form.cart .quantity {
    margin-left: auto;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding-bottom: 0.5em;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    flex: 1;
    min-width: 0;
  }

  .woocommerce-cart table.cart td.actions button,
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart table.cart td.actions input.button {
    width: auto !important;
    display: block;
  }

  .woocommerce-cart table.cart td.actions .button[name="update_cart"] {
    margin-inline: auto;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  /* Produc Details page */
  .woocommerce .rental-details-page .woocommerce-product-gallery .flex-control-thumbs img {
    padding: 5px;
  }

  ul.flex-direction-nav {
    bottom: 9%;
    margin-block: 0;
  }

  ul.flex-direction-nav li a::before {}

  /* WooCommerce Order Received Page */
  .woocommerce-order-received ul.woocommerce-order-overview li {
    width: 50%;
  }
}

/* Produc Details page */
@media (max-width: 992px) {

  .custom-acf-and-reviews,
  .woocommerce .rental-details-page .product .woocommerce-product-gallery,
  .woocommerce .rental-details-page .summary.entry-summary {
    width: 100%;
    float: unset;
  }

  ul.flex-direction-nav li a::before {
    width: 25px;
    height: 25px;
  }

  .woocommerce .rental-details-page .product .woocommerce-product-gallery {
    margin-bottom: 1em;
  }

  .woocommerce .rental-details-page .product form.cart {
    margin-bottom: 0em;
  }

  .shop-extra-feilds .shop-extra-feilds__wrapper {
    padding: 45px;
  }

  .woocommerce-cart ul.home-grid-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-type-archive-product li .home-featured-card__inner-content .home-featured-card__media,
  section.home-featured-cards.products-advertisement-section .home-featured-card__inner-content .home-featured-card__media,
  .tax-product_cat li .home-featured-card__inner-content .home-featured-card__media,
  .woocommerce-cart li .home-featured-card__inner-content .home-featured-card__media {
    max-width: 260px !important;
    text-align: center !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select,
  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="phone"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style textarea,
  .frm_form_fields_style,
  .with_frm_style .frm_scroll_box .frm_opt_container,
  .frm_form_fields_active_style,
  .frm_form_fields_error_style,
  .with_frm_style .frm-card-element.StripeElement,
  .home-contact__form [type="text"],
  .home-contact__form [type="password"],
  .home-contact__form [type="date"],
  .home-contact__form [type="datetime"],
  .home-contact__form [type="datetime-local"],
  .home-contact__form [type="month"],
  .home-contact__form [type="week"],
  .home-contact__form [type="email"],
  .home-contact__form [type="number"],
  .home-contact__form [type="search"],
  .home-contact__form [type="tel"],
  .home-contact__form [type="time"],
  .home-contact__form [type="url"],
  .home-contact__form [type="color"],
  .home-contact__form textarea {
    min-height: 40px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single,
  .woocommerce-checkout .form-row .input-text,
  .woocommerce-checkout .form-row select,
  .woocommerce-checkout .select2-container .select2-selection--single {
    min-height: 40px !important;
  }

  .with_frm_style input[type="text"],
  .with_frm_style input[type="password"],
  .with_frm_style input[type="email"],
  .with_frm_style input[type="number"],
  .with_frm_style input[type="url"],
  .with_frm_style input[type="tel"],
  .with_frm_style input[type="phone"],
  .with_frm_style input[type="search"],
  .with_frm_style select,
  .with_frm_style textarea,
  .frm_form_fields_style,
  .with_frm_style .frm_scroll_box .frm_opt_container,
  .frm_form_fields_active_style,
  .frm_form_fields_error_style,
  .with_frm_style .frm-card-element.StripeElement,
  .home-contact__form [type="text"],
  .home-contact__form [type="password"],
  .home-contact__form [type="date"],
  .home-contact__form [type="datetime"],
  .home-contact__form [type="datetime-local"],
  .home-contact__form [type="month"],
  .home-contact__form [type="week"],
  .home-contact__form [type="email"],
  .home-contact__form [type="number"],
  .home-contact__form [type="search"],
  .home-contact__form [type="tel"],
  .home-contact__form [type="time"],
  .home-contact__form [type="url"],
  .home-contact__form [type="color"],
  .home-contact__form textarea {
    padding: 16px 18px !important;
    min-height: 50px !important;
  }

  .home-contact .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0 !important;
  }

  .button,
  .home-hero__button,
  .home-featured-card__button,
  .home-featured-banner__button,
  .home-category-card__button,
  .home-grid-card__button,
  .home-contact__button {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 10px 28px !important;
    min-height: auto !important;
  }

  .header-main__inner {
    row-gap: 1rem;
  }

  .header-nav {
    grid-column: 1 / -1;
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .header-nav__link {
    font-size: 32px;
  }

  .header-nav li>.sub-menu li a {
    font-size: 28px;
  }

  .header-actions {
    gap: 1.25rem;
  }

  .header-logo img {
    max-width: 100px;
  }

  .header-top__text {
    font-size: 18px;
  }

  /* Hero Section */
  .home-hero {
    min-height: 400px;
    height: auto;
    padding: 100px 0 20px;
    text-align: center;
  }

  .home-hero__kicker {
    font-size: 18px;
    line-height: 22px;
  }

  .home-hero__title {
    font-size: 40px;
    line-height: 42px;
  }

  .home-hero__description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
  }

  .home-hero__media {
    margin-top: 24px;
  }

  .home-hero__image {
    max-width: 90%;
  }

  .hero-video__media {
    object-position: center top;
  }

  /* Featured card layout */
  .home-featured-cards {
    padding-bottom: 50px;
  }

  article.home-featured-banner.full-width,
  .home-featured-card {
    padding: 24px 20px;
  }

  .home-featured-card__title {
    font-size: 34px;
    line-height: 38px;
  }

  .home-featured-card__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .home-featured-card__price {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .home-featured-card__media {
    max-width: 100%;
    text-align: center;
  }

  .woocommerce .home-featured-cards ul.home-grid-featured__grid li.product .home-featured-card .home-featured-card__inner .home-featured-card__button,
  .woocommerce ul.products li.product .button {
    margin-top: 0;
  }

  /* Banner */
  .home-featured-banner {
    margin-top: 20px;
    padding-block: 0;
  }

  .home-featured-banner .grid-x {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .home-featured-banner__subtitle {
    font-size: 100px;
  }

  .home-featured-banner__media {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .home-category-slider .categorysliderbtn,
  .home-category-slider__track {
    max-width: 95%;
    margin-inline: auto;
  }

  .home-story {
    padding: 40px 0;
  }

  .home-story::after {
    background-size: cover;
    background-position: center top;
    opacity: 0.35;
  }

  .home-story__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .home-story__description {
    line-height: 22px;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .home-story__media {
    margin-top: 16px;
  }

  /* Visit */
  .home-visit {
    margin-bottom: 72px;
  }

  .home-visit__header {
    margin-bottom: 32px;
    text-align: center;
  }

  .home-visit__title {
    font-size: 28px;
    line-height: 32px;
  }

  .home-visit__description {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
  }

  .home-visit__map {
    height: 300px;
    border-radius: 32px;
  }

  .home-visit__card {
    position: relative;
    transform: none;
    width: 100%;
    margin-top: 20px;
    padding: 32px 24px 88px;
    border-radius: 30px;
    max-width: 100%;
  }

  .home-visit__card-title {
    font-size: 16px;
  }

  .home-visit__card-address,
  .home-visit__card-email,
  .home-visit__card-phone {
    font-size: 16px;
    line-height: 20px;
  }

  .home-visit__card-social {
    margin-top: 20px;
  }

  /* Contact */
  .home-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-contact__title {
    font-size: 1.5rem;
  }

  /* Mobile: stack fields with good spacing */
  .home-contact__form-fields,
  .home-contact .frm_style_formidable-style.with_frm_style .frm_fields_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .home-contact input,
  .home-contact textarea {
    padding: 16px 18px;
    font-size: 14px;
    min-height: 50px;
  }

  .home-contact__submit-wrapper {
    text-align: center;
  }

  .home-contact__button {
    width: 100%;
  }

  /* Footer band */
  .home-footer-band {
    padding: 80px 0 40px;
    text-align: center;
    background-size: 150% 100%;
  }

  .home-footer-band__row {
    padding-bottom: 24px;
  }

  .home-footer-band__logo {
    max-width: 140px !important;
    margin: 0 auto 16px;
  }

  .home-footer-band__contact {
    max-width: 100%;
    margin-bottom: 0;
  }

  .home-footer-band__address,
  .home-footer-band__email,
  .home-footer-band__phone {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 14px;
  }

  .home-footer-band__follow-label {
    font-size: 18px;
    line-height: 21px;
  }

  .home-footer-band__social-list {
    justify-content: center;
    gap: 10px;
  }

  .home-footer-band__social-list li {
    width: 42px;
    height: 42px;
  }

  .home-footer-copyright__row {
    padding-top: 24px;
  }

  .home-footer-band__meta {
    font-size: 15px;
    line-height: 18px;
  }

  .home-footer-band__social {
    text-align: center;
  }

  .search_box {
    top: 100%;
    right: 0px;
  }

  .search_box_inner {
    max-width: 90%;
    margin-inline: auto;
  }

  /* ================= Cart page design ================= */
  .woocommerce table.shop_table_responsive tbody tr th::before,
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-cart td.product-name>a,
  .woocommerce table.shop_table_responsive tr td.product-price,
  .woocommerce table.shop_table_responsive tr td.product-subtotal,
  .woocommerce table.shop_table_responsive tr td.product-subtotal span,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    font-size: 16px !important;
  }

  .woocommerce-cart td.product-name dl.variation dt,
  .woocommerce-cart td.product-name dl.variation dd,
  .woocommerce-cart td.product-name dl.variation dt b,
  .woocommerce-cart td.product-name dl.variation dd p,
  .woocommerce-cart td.product-name dl.variation dt b,
  .woocommerce-cart td.product-name dl.variation dd b {
    font-size: 15px;
  }

  /*  */
  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 26px;
  }

  .woocommerce-checkout #payment div.payment_box p,
  .woocommerce-checkout #payment div.form-row .woocommerce-terms-and-conditions-wrapper p {
    font-size: 16px;
    line-height: normal;
  }

  /* Product Detail page */
  .custom-acf-and-reviews {
    width: 100%;
  }

  .woocommerce .rental-details-page .woocommerce-product-gallery .flex-control-thumbs img {
    height: 100%;
    padding: 5px;
  }

  .rental-details-page .product_title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .shop-extra-feilds .shop-extra-feilds__wrapper {
    padding: 25px;
  }

  /* WooCommerce */
  .woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    padding-block: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li {}

  .woocommerce-Addresses {
    flex-direction: column;
  }

  .woocommerce-Address {
    flex: 1 1 100%;
  }

  .woocommerce-account .woocommerce-orders-table {
    border: 0;
  }

  .woocommerce-account .woocommerce-orders-table thead {
    display: none;
  }

  .woocommerce-account .woocommerce-orders-table td {
    display: block;
    text-align: right;
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .woocommerce-account .woocommerce-orders-table td::before {
    content: attr(data-title);
    position: absolute;
    left: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .woocommerce-account .woocommerce-orders-table td:last-child {
    border-bottom: 0;
  }

  #customer_login .col-1 {
    margin-bottom: 2rem;
  }

  #customer_login h2 {
    margin-bottom: 1rem;
  }

  /* WooCommerce Order Received Page */
  .woocommerce-order-received .woocommerce .woocommerce-order-overview {
    padding-inline: 5px;
  }

  .woocommerce-order-received ul.woocommerce-order-overview li {
    width: 100%;
    padding: 10px 10px;
  }

  .woocommerce-order-received ul.woocommerce-order-overview li strong {
    text-align: right;
    font-size: 17px;
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 10px 0 15px !important;
  }

  .woocommerce .rental-details-page .woocommerce-product-gallery .flex-control-thumbs li {
    width: 25% !important;
  }

  ul.flex-direction-nav {
    bottom: 9%;
  }

  section.home-featured-cards.products-advertisement-section .home-featured-card__inner-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .home .home-hero__title {
    font-size: 60px;
    line-height: 1;
  }

  .post-type-archive-product li .home-featured-card__inner-content .home-featured-card__media,
  .tax-product_cat li .home-featured-card__inner-content .home-featured-card__media {
    max-width: 100% !important;
  }

  article.home-featured-banner.full-width .home-featured-banner__media {
    max-height: 100%;
  }

  article.home-featured-banner.full-width .home-featured-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }


}

@media (max-width: 640px) {
  .home-featured-banner__subtitle {
    font-size: 80px;
  }

  .blog_content_col .col_6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-list-wrapper .right-side-product-data-display form.woocommerce-ordering select {
    width: 100%;
  }

  .single-product .related ul.products {
    grid-template-columns: repeat(1, 1fr);
  }

  .post-type-archive-product li .home-featured-card__inner-content .home-featured-card__media,
  section.home-featured-cards.products-advertisement-section .home-featured-card__inner-content .home-featured-card__media,
  .tax-product_cat li .home-featured-card__inner-content .home-featured-card__media,
  .woocommerce-cart li .home-featured-card__inner-content .home-featured-card__media {
    max-width: 100% !important;
  }

  /* .woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(2, 1fr);
	} */
}

@media (max-width: 600px) {
  .reviews-section .slick-slider {
    max-width: 80%;
  }
}

@media (max-width: 479px) {
  .woocommerce p {
    font-size: 16px;
    line-height: normal;
  }

  body {
    font-size: 16px;
  }

  h3 {
    font-size: 16px;
    line-height: 35px;
  }

  p {
    line-height: 24px;
  }

  div#review_form input[type="submit"],
  .woocommerce div.product div.summary form.cart button.single_add_to_cart_button,
  button.btn,
  a.btn {
    padding: 12px 15px;
    min-width: 148px !important;
  }

  .site_header .container ul.search_contact_btn li:not(:first-child) {
    display: none;
  }

  #mobile-menu .mob-navbar nav .nav_links_box ul.contact_links a {
    font-size: 14px;
  }

  #mobile-menu li a {
    font-size: 24px;
    line-height: 40px;
  }

  #mobile-menu ul ul li a {
    font-size: 18px;
    line-height: 32px;
  }

  .quote_box .quote_link {
    padding: 15px 20px;
  }

  .quote_box a.quote_icon {
    width: 55px;
    height: 55px;
  }

  .quote_box a.quote_icon img {
    max-width: 33px;
  }

  #mobile-menu em {
    top: 1px;
  }

  #mobile-menu .mob-navbar nav .nav_links_box>ul.navbar_links>li ul em {
    top: -5px;
  }

  .home-hero__title {
    font-size: 2.25rem;
  }

  .home-featured-banner .grid-x {
    flex-direction: column;
  }

  .home-featured-banner__media {
    margin-top: 16px;
    text-align: center;
  }

  .home-featured-banner__subtitle {
    font-size: 70px;
  }

  .banner_section .banner_content p {
    margin: 14px 0 12px;
  }

  .about_section ul.about_text_images li,
  .banner_content ul.banner_btn_list li {
    padding-top: 12px !important;
  }

  .about_section .about_content h2 {
    margin: 25px 0 0;
  }

  .about_section .about_content p {
    margin: 24px 0 20px;
  }

  .about_section ul.about_text_images {
    margin: 23px 0 0;
  }

  .what_we_do_content .col_4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .what_we_do_content_box {
    margin: auto;
    max-width: 260px;
  }

  .process_content_image.process_content_image_moble img {
    max-width: 190px;
  }

  .testimonials_section h2 {
    margin-bottom: 30px;
  }

  .testimonials_slider_btn {
    top: auto;
    bottom: -20px;
  }

  .testimonials_slider_btn.slick-prev.slick-arrow {
    left: 0;
  }

  .testimonials_slider_btn.slick-next.slick-arrow {
    right: 0;
  }

  .lets_talk_content ul li:last-child a label,
  .lets_talk_content ul li:not(:nth-child(2)) a {
    font-size: 14px;
  }

  .footer_from_us .subscribe_box {
    border-radius: 10px;
    flex-direction: column;
    padding: 15px;
  }

  .footer_from_us .subscribe_box input[type="text"] {
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding: 5px !important;
    border: 1px solid #353535;
    margin-bottom: 15px;
    line-height: 32px;
  }

  .footer .footer_links .footer_content svg {
    max-width: 176px;
  }

  .lets_talk_content ul li:last-child a {
    padding-left: 55px;
  }

  .lets_talk_content ul li:last-child a span {
    width: 45px;
    height: 45px;
  }

  .lets_talk_content ul li:last-child a span img {
    max-width: 25px;
  }

  .footer .footer_from_us {
    padding: 27px 0 35px;
  }

  .footer .footer_links {
    padding: 1px 0 27px;
  }

  .inner_page_banner_section {
    min-height: 250px;
    height: auto;
    padding: 60px 0 25px;
  }

  .testimonials_blog {
    padding: 15px;
  }

  .testimonials_blog>img {
    max-width: 45px;
  }

  .testimonials_blog ul.testimonials_blog_content {
    margin: 13px 0 15px;
  }

  .testimonials_blog .testimonials_blog_text {
    padding-top: 10px;
  }

  .testimonials_blog ul.testimonials_blog_text_small.row {
    flex-direction: column;
  }

  .testimonials_blog ul.testimonials_blog_text_small.row li:not(:first-child) {
    padding-top: 5px;
  }

  .testimonials_blog ul.testimonials_blog_content li:not(:last-child) {
    margin-bottom: 12px;
  }

  .faq_content>ul>li {
    padding: 15px 0;
  }

  .accordion_content {
    margin-top: 12px;
  }

  .question_box {
    padding: 11px 15px 18px;
    margin-bottom: 40px;
  }

  .case_studies_content .case_studies_content_text {
    padding-top: 0px;
  }

  .contact_from,
  .contact_from_content_inner {
    padding: 20px 15px;
  }

  .contact_from textarea {
    height: 150px !important;
  }

  .contact_from textarea,
  .contact_from input[type="text"],
  .contact_from input[type="email"],
  .contact_from input[type="tel"] {
    padding: 10px 20px;
    border-radius: 30px;
    height: 50px;
  }

  .contact_from button.frm_button_submit {
    padding: 12px 15px !important;
    margin: 8px auto 0 !important;
  }

  .contact_from_content_inner p {
    margin-top: 22px;
  }

  .case_studies_filters .case_studies_filters_links ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .inner_page_banner_section h1 {
    margin: 18px 0 0;
  }

  .testimonials_section ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .woocommerce div.product div.summary form.cart .quantity .qty {
    height: 44px;
    width: 80px;
  }

  /* CHECK OUT */
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  /* Mini Cart Design */
  .mini-cart {
    right: calc(100% - 120px);
  }

  /* Product Detail Page */
  .rental-details-page .connection-title {
    font-size: 14px;
  }

  .add-review-card {
    position: unset;
    padding: 20px;
  }

  .reviews-section .categorysliderbtn {
    top: 50%;
  }
}