/*!
Theme Name: Bicycle
Theme URI: http://underscores.me/
Author: Splendour Group
Author URI: https://splendourgroup.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sg_bicycle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bicycle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  img {
    height: 100%;
    width: 100%;
  }
  
  html {
    overflow: initial;
    overflow-x: clip;
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "Outfit", serif;
    overflow: initial;
    overflow-x: clip;
    line-height: 1.5em;
    font-size: 14px;
  }
  
  h1 {
    font-size: clamp(34px, calc(80 / 1220 * 100vw), 80px);
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  h2 {
    font-size: clamp(20px, calc(80 / 1220 * 100vw), 41px);
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .section_heading{
      font-size: 24px;
      letter-spacing: 0.6px;
      font-weight: 600;
  }
  h3 {
    font-size: 26px;
    font-weight: 600;
  }
  h4 {
    font-size: 22px;
    font-weight: 600;
  }
  
  button,
  a,
  span,
  i,
  input,
  textarea,
  select,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Outfit", serif;
  }
  
  :root {
    --btn-bg-color: #5772dd;
    --black: #000000;
    --bluish-gray: #bedae5;
    --light-beige: #f3e6dd;
    --border-color: #373737;
    --white: #ffffff;
  }
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="text"] {
      height: 40px;
      padding: 8px;
      border-radius: 5px;
      font-size: 16px;
      letter-spacing: 0.2px;
      width: 100%;
      border-color: #aaa;
      border-width: 1px;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: var(--black);
    cursor: pointer;
  }
  button {
    cursor: pointer;
  }
  p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .d-flex {
    display: flex;
  }
  .d-grid {
    display: grid;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .bluish-gray {
    background-color: var(--bluish-gray);
  }
  .beige {
    background-color: var(--light-beige);
  }
  .black-bg {
    background-color: var(--black);
  }
  
  .black-bg {
    color: var(--white);
  }
  .cart-collaterals .shipping-calculator-button{
      color: var(--btn-bg-color);
      text-decoration: underline;
  }
  .cart-collaterals .shipping-calculator-form {
        padding-top: 10px;
    }
  .cart-collaterals .shipping-calculator-form :is(input, .select2-selection--single){
      height: 40px;
      font-size: inherit;
      color: #444;
  }
  .cart-collaterals .shipping-calculator-form .select2-selection__rendered{
      line-height: 40px;
  }
  .cart-collaterals .shipping-calculator-form button[type="submit"],
  .tinvwl_button_close,
  .return-to-shop a,
  .btn_secondary_section :is(input[type="submit"],button[type="submit"]),
  .cart_wrapper .checkout-button,
  .comment-respond input.submit,
  .single_add_to_cart_button,
  .btn-secondary {
    display: inline-block;
    outline: none;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--btn-bg-color);
    color: #fff;
    background: var(--btn-bg-color);
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    cursor: pointer;
  }
.tinvwl_button_close{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.tinvwl_button_close i::before{
	top: 0 !important;
}
.tinv-wishlist .tinv-modal .tinv-modal-inner{
	border-radius: 10px;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check{
	color: var(--btn-bg-color);
}
  .single_add_to_cart_button:after{
      content: "";
      display: inline-block;
      margin-left: 8px;
      background-image: url(../../../wp-content/uploads/2025/03/chevron-right.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 10px;
      height: 10px;
      filter: invert(1);
  }
.cart-collaterals .shipping-calculator-form button[type="submit"]:hover,
  .comment-respond input.submit:hover,
  .return-to-shop a:hover,
  .btn_secondary_section :is(input[type="submit"],button[type="submit"]):hover,
  .cart_wrapper .checkout-button:hover,
  .single_add_to_cart_button:hover,
  .btn-secondary:hover {
    background-color: #4160dd;
    border: 1px solid var(--border-color);
  }
  
  .btn-secondary svg {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    transform: translateX(0px);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    fill: #fff !important;
  }
  .btn-secondary svg path {
    fill: #fff !important;
  }
  .btn-secondary:hover svg {
    transform: translateX(2px);
  }
  
  .btn-secondary.left_icon {
    padding-left: 40px;
    position: relative;
  }
  
  .btn-secondary > .left_svg {
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
    position: absolute;
    left: 17px;
  }
  
  .btn-alt {
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
    outline: none;
    align-items: center;
    padding: 10px 0;
    color: var(--black);
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
  }
  
  .right_side form.cart .variations_button .btn-alt{
      margin-left: 20px;
  }
  .right_side form.cart{
      display: flex;
      gap: 20px;
      margin-top: 20px;
  }
  
  .right_side form.cart select,
  .select {
    color: var(--black);
    padding: 10px 25px 10px 15px;
    border-radius: 7px;
    outline: none;
    border: 1px solid var(--border-color);
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../../wp-content/uploads/2025/03/down-arrow.svg) no-repeat;
    position: relative;
    background-position: calc(100% - 10px) 50%;
    background-size: 10px;
    background-color: transparent;
  }
  .right_side .woocommerce-variation-price > .price,
  .right_side .quantity,
  .right_side .reset_variations,
  .right_side form.cart .label{
      display: none !important;
  }
  
  .product_card .right_side form.cart,
  .product_card .right_side form.cart table.variations tr{
      display: flex;
      flex-direction: column;
  }
  
  .sub_title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    line-height: 1em;
  }
  .left_side.product_image{
      max-height: 200px;
      height: 100%;
      margin-bottom: 15px;   
  }
.product_card .left_side.product_image{
	max-height: unset;
	height: auto;
	width: 100%;
	aspect-ratio: 1;
}
.product_card .left_side.product_image img{
	object-fit: contain;
	background-color: #fff;
	aspect-ratio: 1;
}
.product_card.swiper-slide{
	height: auto;
}
  .swiper-slide {
    background: transparent !important;
  }
  
  /* .........................Header....................... */
  
  .main_header {
    background-color: #000;
  }
  
  .top-bar {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
  }
  
  .search-box {
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
  }
  
  .search-box i {
    margin-right: 10px;
    color: #bbb;
  }
  
  .search-box button[type="submit"] {
      background: transparent !important;
      outline: none !important;
      border: none !important;
      position: absolute !important;
      left: 10px !important;
      display: flex !important;
      top: 50% !important;
      transform: translateY(-50%);
  }
  .search-box button[type="submit"] svg {
      width: 14px !important;
      height: 14px !important;
      margin-left: 0 !important;
  }
  
  .search-box.search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
      background: #000000 !important;
      opacity: 1;
      color: #fff !important;
      outline: none !important;
      padding: 10px 12px 10px 36px !important;
      border: 1px solid var(--border-color) !important;
      border-radius: 0 !important;
      font-size: 14px !important;
      font-family: inherit !important;
      line-height: 1 !important;
  }
  
  .search-box .dgwt-wcas-sf-wrapp{
    background: transparent;
    padding: 0;
    border-radius: 0;
  }
  
  .search-box input::placeholder {
    color: var(--white);
  }
  
  
  
  .logo {
    max-width: 200px;
    max-width: 152px;
    max-height: 200px;
    object-fit: cover;
  }
  .logo img {
    /*filter: grayscale(1) brightness(5);*/
    display: block;
}
  .header-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
  }
  
  .header-icons i {
    font-size: 18px;
    cursor: pointer;
  }
  .wmc-currency select,
  .currency-selector {
    background: #222;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
  }
  
  header .cart a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
  }
  .cart_content_wrapper {
      display: flex;
      flex-direction: column;
      text-align: right;
      font-size: 12px;
      font-weight: 500;
  }
  .cart_content_wrapper .cart-price {
      font-size: 14px;
      font-weight: 600;
  }
  .cart i {
    font-size: 18px;
  }
  
  .nav-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    /* border-top: 1px solid var(--border-color); */
    /* border-bottom: 1px solid var(--border-color); */
    flex: 1 0 auto;
    padding-inline: 30px;
  }
  
  .nav-bar .header_menu_wrapper > ul,
  .nav-bar > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    gap: 40px;
  }
  .nav-bar .header_menu_wrapper ul li a,
  .nav-bar > ul li a {
    color: #fff;
  }
  
  .nav-bar ul li a {
    text-decoration: none;
    font-weight: 500;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    position: relative;
    display: inline-block;
    transition: 0.3s all ease-in-out;
  }
  .nav-bar ul li a:hover {
    color: #8ca3ff;
  }
  .nav-bar .header_menu_wrapper .sub-menu li a:hover{
    color: #254de9;
  }
  .nav-bar ul li a i {
    font-size: 12px;
    margin-left: 5px;
  }
  
  .nav-bar .highlight a,
  .nav-bar .highlight {
    color: #fff;
    text-decoration: underline;
  }
  
  .annoucebar-left {
    flex-basis: 22%;
  }
  .annoucebar-left,
  .all_collections {
    font-weight: 600;
  }
  .annoucebar-left li a {
    color: var(--white);
  }
  .all_collections {
    flex-basis: 17%;
  }
  
  /* megamenu */
  .nav-bar .header_menu_wrapper > ul > li > .sub-menu,
  .menu-dropdown {
    left: unset;
    padding: 15px;
    padding-top: 5px;
    background-color: var(--white);
    color: var(--black);
    position: absolute;
    top: 100%;
    width: auto;
  z-index: -5;
  }
  .nav-bar .header_menu_wrapper > ul > li.mega-menu > .sub-menu,
  .mega-menu.menu-dropdown {
    width: 100%;
    left: 0;
  }
  .nav-bar .header_menu_wrapper > ul > li.mega-menu > .sub-menu:before{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -400%;
      width: 500vw;
      background: var(--white);
      z-index: -1;
  }
  
  .nav-bar .header_menu_wrapper .sub-menu li,
  .nav-bar .header_menu_wrapper .sub-menu li a,
  .menu-dropdown ul li,
  .menu-dropdown ul li a {
    color: var(--black);
  }
  .nav-bar .header_menu_wrapper .sub-menu li a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
  }
  .menu-item-has-children.mega-menu > .sub-menu,
  .mega-menu ul.row {
    display: flex;
  }
  .menu-item-has-children.mega-menu .sub-menu > li,
  .mega-menu ul.row > li {
    flex: 1;
  }
  .nav-bar .sub-menu li a,
  .menu-dropdown ul li a {
    font-weight: normal;
  }
  .nav-bar .sub-menu li.list-title > a,
  li.list-title {
    font-weight: 600;
    padding: 5px 0;
  }
  .menu-item-has-children a:hover,
  .has-item a:hover {
    opacity: 1;
  }
  .header_menu_wrapper > ul > .menu-item-has-children > .sub-menu,
  .has-item .menu-dropdown {
      transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
  }
  .header_menu_wrapper > ul > .menu-item-has-children:hover > .sub-menu,
  .has-item:hover .menu-dropdown {
      transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  /* megamenu */
  .hamburger_wrapper,
  .mobile_menu_wrapper,
  .mobile_menu {
    display: none;
    visibility: hidden;
  }
  
  .more {
    text-decoration: underline;
  }
  
  .header-icons svg {
    width: 23px;
    height: 23px;
    margin: 0 auto;
  }
  
  header.site_header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  
  /* .........................Slider....................... */
  
  .swiper-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 90px;
    background-color: #f0e6d5;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    position: relative;
    font-size: 18px;
  }
  
  .image-container > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .text-overlay {
    /* position: absolute;
    top: 30%;
    left: calc(50vw - 620px);
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    z-index: 10;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; */
    position: relative;
    /* top: 30%; */
    /* left: calc(50vw - 620px); */
    /* transform: translateY(-50%); */
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    z-index: 10;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  
  .button-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  
  .btn {
    background-color: var(--black);
    color: var(--white);
    padding: 10px 20px;
    margin: 5px;
    border: none;
    cursor: pointer;
    border-radius: 9px;
    font-size: 16px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
  }
  
  .btn:hover {
    background-color: var(--btn-bg-color);
    color: #000;
  }
  
  .text-overlay h1 {
    color: #000;
    margin-bottom: 0;
  }
  
  .secondary-text {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin-left: 10px;
  }
  
  .swiper-pagination-bullet-active {
    background: var(--black);
  }
  .swiper-pagination-bullet {
    width: 17px;
    height: 3px;
    margin-inline: 10px !important;
    border-radius: 19px;
  }
  
  /* ..........................Single Product.............. */
  
  .single_product {
    padding: 50px 0;
  }
  
  .mail_products {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  
  .right_side {
    max-width: 550px;
    flex: 1 0 45%;
  }
  
  .product_company {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .product_company span,
  .product_company p {
    font-size: 14px;
  }
  
  .btn_wrapper {
    margin-top: 20px;
  }
  .btn_wrapper.d-flex {
    gap: 20px;
  }
  
  .beige {
    background-color: #f3e6dd;
  }
  
  .single_product.beige .mail_products {
    flex-direction: row-reverse;
  }
  
  .product-main {
    position: relative;
  }
  
  .will-an {
    position: absolute;
    right: -160px;
    bottom: -30%;
    animation: will-img 6s infinite;
    -webkit-animation: will-img 6s infinite;
    display: inline-block;
    text-align: center;
    z-index: 99;
  }
  .will-an.will-left {
    right: unset;
    left: -160px;
  }
  
  @keyframes will-img {
    0% {
      transform: rotate(0);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
  }
  
  /*========================================================================================
  * Start New Banner 
  */
  
  .offset-left {
    margin-left: calc((100vw - 1240px) / 2);
    padding: 0 0 0 4px;
  }
  section.new_banner {
    padding: 60px 0;
  }
  .new_banner h1 {
    font-size: clamp(34px, calc(80 / 1220 * 100vw), 51px);
    line-height: 1.2em;
    margin-bottom: 46px;
    margin-block: 35px;
  }
  .new_banner .desc {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.7em;
	  padding-right: 40px;
  }
  .new_banner .row.d-flex {
    justify-content: space-between;
    /*align-items: center;*/
  }
  .new_banner .row.d-flex .col:first-child {
    flex-basis: 50%;
  }
  .new_banner .row.d-flex .col:last-child {
    flex-basis: 45%;
  }
  .new_banner .btn_wrapper {
    margin-top: 10px;
  }
  .client_logos {
    max-width: 680px;
    overflow: hidden;
    padding-top: 90px;
  }
  .client_logos img{
      max-width: 105px;
  }
  
  .subtitle {
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    /*margin-bottom: 20px;*/
    padding: 5px 15px;
    background-color: var(--white);
    width: fit-content;
    border-radius: 5px;
    color: var(--black);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  .underline {
    position: relative;
    width: fit-content;
  }
  
  .underline:before {
    content: "";
    content: unset;
    width: 50%;
    height: 4px;
    position: absolute;
    background: var(--btn-bg-color);
    left: 0;
    bottom: -6px;
    border-radius: 0.3rem;
    transform-origin: left center;
    animation: bouncey-line 1s ease-in-out infinite alternate;
    -webkit-animation: bouncey-line 1s ease-in-out infinite alternate;
  }
  
  @keyframes bouncey-line {
    from {
      transform: translateX(100%) scaleX(1);
      -webkit-transform: translateX(100%) scaleX(1);
      -moz-transform: translateX(100%) scaleX(1);
      -ms-transform: translateX(100%) scaleX(1);
      -o-transform: translateX(100%) scaleX(1);
    }
    50% {
      transform: translateX(0) scaleX(0.5);
      -webkit-transform: translateX(0) scaleX(0.5);
      -moz-transform: translateX(0) scaleX(0.5);
      -ms-transform: translateX(0) scaleX(0.5);
      -o-transform: translateX(0) scaleX(0.5);
    }
    to {
      transform: scaleX(1);
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
    }
  }
  
  /*
  * End New Banner 
  *==================================================================== */
  
  .products_tab {
    padding: 70px 0;
    background-color: var(--black);
  }
  .products_tab h2 {
    color: var(--white);
  }
  .title_wrapper {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .cat_tabs {
    margin-bottom: 20px;
  }
  .cat_tabs > a:not(:last-of-type) {
    margin-right: 14px;
  }
  .cat_tabs .btn-secondary {
    background-color: transparent;
    color: var(--white);
  }
  .cat_tabs .btn-secondary.active {
    background: var(--btn-bg-color);
    color: var(--black);
  }
  .product_row {
    padding-top: 10px;
    overflow: hidden;
  }
  .product_row .d-grid {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 50px 10px;
  }
  .products_tab .container {
    max-width: 1340px;
  }
  .price_alt {
    margin-top: 20px;
    font-size: 16px;
  }
  .right_side > .price{
      flex-direction: row-reverse;
      justify-content: start;
      gap: 6px;
      font-size: 26px;
      margin-top: 20px;
  }
  .price_alt ins.price-item--regular {
    margin-right: 8px;
  }
  .product_row1 {
    padding-top: 16px;
  }
  
  /*=======================================================================================
  * Start Product Slider Arrow Navigation 
  */
  .arrow_navigation {
    position: relative;
  }
  .arrow_navigation .swiper-button-next,
  .arrow_navigation .swiper-button-prev {
    background-color: var(--btn-bg-color);
    border-radius: 50%;
    padding: 10px;
    font-size: 24px !important;
    border: 1px solid var(--btn-bg-color);
    width: 35px;
    height: 35px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
  }
  .arrow_navigation .swiper-button-next {
    right: -40px;
  }
  .arrow_navigation .swiper-button-prev {
    left: -40px;
  }
  .arrow_navigation .swiper-button-next:after,
  .arrow_navigation .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 4px;
    color: #fff;
  }
  .arrow_navigation .swiper-button-next:after {
    content: "\2192";
  }
  .arrow_navigation .swiper-button-prev:after {
    content: "\2190";
  }
  .arrow_navigation:not(.navigation_outside):hover .swiper-button-next {
    right: 0;
  }
  .arrow_navigation:not(.navigation_outside):hover .swiper-button-prev {
    left: 0;
  }
  @media (max-width: 1300px) {
    .arrow_navigation.navigation_outside .swiper-button-next {
      right: 0;
    }
    .arrow_navigation.navigation_outside .swiper-button-prev {
      left: 0;
    }
  }
  /*
  * End Product Slider Arrow Navigation
  *==================================================================== */
  
  /*==========================================================================================
  * Start Product Card 
  */
  .product_card {
    /* max-width: 278px; */
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 10px 10px 15px;
    box-shadow: 0 16px 24px #00000005;
    position: relative;
    overflow: hidden;
    background-color: var(--white) !important;
    text-align: left;
  }
  .product_icons {
    position: absolute;
    right: 0px;
    top: 10px;
    transform: translateX(150%);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
  }
  .product_card:hover .product_icons {
    transform: translateX(-10px);
  }
  .product_icons > div:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .product_card img {
    height: 155px;
    height: 100%;
    object-fit: contain;
    object-fit: cover;
  }
  .product_icons .wish a,
  .product_icons .view_product svg {
      display: inline-block;
    height: 30px !important;
    width: 30px !important;
    padding: 6px;
    background-color: var(--btn-bg-color);
    border-radius: 4px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    color: #fff;
    fill: #fff;
  }
  .product_icons .wish a{
      display: grid;
      place-content: center;
  }
  .product_icons .wish a:before{
      font-size: 24px !important;
      margin: -12px 0 0 -12px !important;
  }
  
  span.product_label {
    padding: 1px 5px;
    background-color: #bedae5;
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4em;
  }
  .product_card .category {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .product_card .product_title,
  .product_card .product_title h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .product_card .product_title a,
  .product_card .product_title h3 a {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product_card .woocommerce-product-details__short-description,
  .product_card .desc {
    font-size: 14px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product_card .learn_more_text {
      display: none;
  }
  .product_card select {
    width: 100%;
  }
  .product_variation {
    margin-top: 20px;
  }
  .product_card .right_side form.cart label,
  .product_variation label {
    font-size: 14px;
    margin-bottom: 4px;
    display: block !important;
    font-weight: 400;
  }
  .product_card .product-type-simple .right_side,
  .product_card .product-type-simple{
    display: flex;
    flex-direction: column;
    height: 100%;
  } 
  .product_card .product-type-simple .right_side{
    flex: 1;
  }
  .product_card .product-type-simple .right_side form.cart,
  .product_card .woocommerce-variation-add-to-cart,
  .product_card .btn_wrapper {
      display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .product_card .product-type-simple .right_side form.cart{
    margin-top: auto;
	  padding-top: 20px;
  }
  .price {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.1em;
  }
  .dgwt-wcas-meta ins,
  .product_card .woocommerce-variation-add-to-cart .price ins,
  .right_side > .price ins,
  ins.price-item--regular {
    font-weight: 600;
    text-decoration: none;
  }
  .dgwt-wcas-meta del,
  .product_card .woocommerce-variation-add-to-cart .price del,
  .right_side > .price del,
  del.price-item--sale {
    color: var(--border-color);
    font-weight: 400;
    /* font-size: 18px; */
  }
  .mail_products .price del{
    font-size: 18px;
  } 
  .single-product .product-type-simple .single_product_wrapper .price del{
      font-size: 18px;
  }
  .archive-wrapper .product-type-simple .price,
  .product_card .woocommerce-variation-add-to-cart .price{
      flex-direction: column-reverse;
  }
  .single-product .product-type-simple .single_product_wrapper .price{
      flex-direction: row-reverse;
      align-items: center;
      justify-content: start;
  }
  /*
  * End Product Card
  *=================================================================================== */
  
  /* =========================================================================
  * Start Product parts
  */
  section.product_parts {
    background-color: var(--black);
    padding-bottom: 70px;
  }
  .product_parts .col:first-child :is(h2, .desc) {
    color: var(--white);
  }
  .product_parts .row_wrapper {
    gap: 20px;
  }
  .product_parts .col:first-child {
    width: 32.5%;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
  }
  .product_parts .col:last-child {
    /* gap: 20px;
      align-items: flex-start;
      flex: 1; */
    width: 67.5%;
  }
  .product_parts_slider {
    width: 100%;
    overflow: hidden;
  }
  /*
  * End Product parts
  *=================================================================================== */
  
  /* =========================================================================
  * Start Categories
  */
  .title_wrapper .btn_wrapper {
    margin: 0;
  }
  .title_wrapper .desc {
    max-width: 70%;
  }
  .title_wrapper > div:first-child {
    flex: 1;
  }
  .more_categories {
    padding: 70px 0;
    background-color: var(--bluish-gray);
    position: relative;
  }
  .categories_list {
    margin-top: 40px;
  }
  .categories_list.d-flex {
    gap: 34px;
  }
  .categories_list.d-flex .img_box {
    flex: 1;
  }
  
  .img_box {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 160px 20px 20px;
  }
  .img_box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
  }
  .img_box:hover img {
    transform: scale(1.1);
  }
  .img_box h3 {
    color: var(--white);
    font-size: 22px;
  }
  .img_box .btn_wrapper {
    margin-top: 14px;
  }
  /*
  * End Categories
  *=================================================================================== */
  
  .home_blogs {
    position: relative;
    padding-top: 50px;
  }
  .home_blogs:before {
    content: "";
    max-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    background: linear-gradient(rgb(190, 218, 229) 60.2%, rgb(0, 0, 0) 59%);
  }
  .home_blogs > div > .desc {
    max-width: 900px;
    margin-inline: auto;
  }
  .blog_wrapper {
    padding: 40px 0 0 0;
    overflow: hidden;
  }
  
  /* =========================================================================
  * Start Blog Card
  */
  .blog_card {
    background-color: var(--bluish-gray);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
  }
  .blog_card .cate {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
  }
  .blog_card .custom_cn {
    color: var(--white);
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    background: var(--black);
    border-radius: 8px;
    padding: 4px 10px;
  }
  .blog_card .blog_details {
    padding: 15px 10px 0px;
  }
  .blog_card .btn_wrapper {
    padding: 0px 10px 15px;
  }
  .blog_card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.3em;
  }
  .blog_card h3 a {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog_card .desc {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #000;
  }
  .blog_card .btn_wrapper.d-flex {
    align-items: center;
    justify-content: space-between;
  }
  .blog_card .btn_wrapper .info{
      color: #000;
  }
  .blog_card .info > div:first-child {
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .blog_card .info .date {
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
  }
  .blog_card > a {
    display: flex;
  }
  .blog_card img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-bottom: 1px solid var(--border-color);
  }
  .blog_card .btn-secondary {
    background-color: #000;
    color: #fff;
  }
  .blog_card .btn-secondary svg path {
    fill: #fff;
  }
  /*
  * End Blog Card
  *=================================================================================== */
  
  /* =========================================================================
  * Start Testimonials
  */
  .testimonials {
    padding: 0;
    margin-bottom: -43px;
    position: relative;
    z-index: revert-layer;
  }
  .review-wrapper img {
    width: 92px;
  }
  .testi_row.d-flex {
    align-items: center;
    gap: 40px;
  }
  .testi_row.d-flex > .col {
    flex-basis: 50%;
  }
  .review-wrapper {
    margin-top: 20px;
  }
  .review-wrapper.d-flex {
    align-items: center;
    gap: 14px;
    margin-top: 20px;
  }
  .test-auth-detail {
    margin-top: 10px;
  }
  .testimonials .desc {
    font-size: 14px;
  }
  .quote_svg {
    width: 30px;
    height: 25px;
  }
  .testimonials .will-an {
    bottom: -15%;
  }
  /*
  * End Testimonials
  *=================================================================================== */
  
  /* Footer */
  .footer {
    padding: 70px 0 20px;
    background-color: var(--black);
    color: var(--white);
  }
  .footer_row {
    flex-wrap: wrap;
  }
  .footer_row > .col {
    flex: 1;
  }
  .footer_row > .col:not(:nth-child(4)) {
    padding-right: 30px;
  }
  .footer_row > .col:nth-child(4) {
    flex: 2;
  }
  .footer .logo {
    max-width: 118px;
    margin-bottom: 12px;
  }
  .socials_icon ul li img {
    height: 30px;
    width: 30px;
    padding: 6px;
    background-color: var(--light-beige);
    border-radius: 4px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
  }
  .socials_icon ul li img:hover {
    background-color: #8fa5ff;
  }
  .socials_icon > ul {
    display: inline-flex;
    gap: 6px 8px;
  }
  .footer_menu ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .footer_menu ul > li > a {
    color: var(--white);
  }
  .footer_menu ul > li > a:hover {
    color: var(--btn-bg-color);
  }
  .footer h4 {
    margin-bottom: 20px;
    color: var(--white);
  }
  .footer form {
    margin-top: 24px;
  }
  .subscriber_form_group {
    position: relative;
  }
  .subscriber_form_group input {
    padding: 13px 65px 13px 20px;
    background: transparent;
    outline: none;
    border: 1px solid var(--border-color);
    color: var(--white);
    width: 100%;
    font-size: 16px;
  }
  .subscriber_form_group input::placeholder {
    color: var(--white);
  }
  .btn_subscribe {
    position: absolute;
    height:32px;
    right: 4px;
    width: 66px;
    bottom: 0;
    top: 4px;
    background: var(--btn-bg-color);
    outline: none;
    border: none;
    border-radius: 4px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
  }
  .btn_subscribe:hover {
    background-color: #4160dd;
  }
  .btn_subscribe svg {
    width: 28px;
    transform: rotate3d(8, 1, 5, 48deg);
    transform: rotate(34deg);
    margin-top: -2px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    fill: #fff;
  }
  /* .btn_subscribe:hover svg {
    transform: rotate3d(4, 1, 5, 48deg);
    transform: rotate(20deg);
  } */
  .footer_bottom {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    margin-top: 40px;
  }
  #the_services{
      scroll-margin-top:100px; 
  }
  
  /*Single Product Page*/
  .product_wrapper{
      background-color: var(--black);
      color: #fff;
  }
  .single_product_wrapper {
      padding-block: 70px;
  }
  .single_product_wrapper > div{
      flex: 1 0 48%;
      max-width: 55%;
  } 
  .single_product_wrapper > .summary{
      flex-basis: 45%;
      max-width: 45%;
  }
  .single_product_wrapper .product_title {
      font-size: 41px;
      margin-bottom: 10px;
  }
  .the_size_guide,
  .single_product_wrapper .woocommerce-product-details__short-description {
      padding-bottom: 10px;
  }
  .the_size_guide {
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
  }
  .the_size_guide svg{
      width: 15px;
      height: 15px;
      vertical-align: middle;
  }
  .single_product_wrapper > .entry-summary{
      padding-right: 50px;
  }
  .single_product_wrapper > .product_image_container .woocommerce-product-gallery{
      display: flex;
      flex-direction: row-reverse;
      gap: 25px;
    padding-left: 100px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
    position: absolute;
    max-width: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
      flex: 1 0 90px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
      width: 100% !important;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li .flex-active {
      border: 1px solid var(--btn-bg-color);
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
      padding: 4px;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .single_product_wrapper > .product_image_container .woocommerce-product-gallery .flex-viewport {
      border: 1px solid var(--btn-bg-color);
    margin-bottom: 0 !important;
/*     height: 500px !important; */
	  height: auto !important;
	  aspect-ratio: 1;
  }
.single_product_wrapper > .product_image_container .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    aspect-ratio: 1;
}
  .single_product_wrapper > .product_image_container .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img{
	  height: 500px;
	  height: 100%;
	  object-fit: cover;
	  object-fit: contain;
	  background-color: #fff;
  }
  /*.single_product_wrapper > .product_image_container .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {*/
  /*    padding: 30px;*/
  /*}*/
  .single_variation_wrap .price {
      display: flex;
      flex-direction: row;
      gap: 5px;
  }
  .single_variation_wrap .woocommerce-variation-price .price{
      flex-direction: row-reverse;
      justify-content: start;
      align-items: center;
      padding-top: 10px;
  }
  form.cart .price{
    gap:5px;
  }
  .single_variation_wrap .quantity,
  form.cart .quantity{
      padding-block: 15px;
  }
  .single_variation_wrap .quantity .price ins,
  .single_variation_wrap .quantity .price,
  .single_variation_wrap .woocommerce-variation-price .price ins,
  form.cart .price ins{
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
      text-decoration: none;
  }
  .single_variation_wrap .quantity .price del,
  .single_variation_wrap .woocommerce-variation-price .price del{
      font-size: 18px;
      color: #fff;
      opacity: 0.6;
      line-height: 1;
  }
  .single_variation_wrap .quantity .price {
      align-items: center;
  }
  .single_variation_wrap .quantity .price del {
      order: 2;
  }
  .quantity_wrapper {
      display: flex;
      align-items: center;
      border: 1px solid #fff;
      width: max-content;
      border-radius: 10px;
      overflow: hidden;
  }
  .quantity_wrapper input {
      height: 40px;
      padding-inline: 5px;
      aspect-ratio: 1;
      border: 0;
      background: transparent;
      color: #fff;
  }
  .quantity_wrapper input.qty::-webkit-inner-spin-button, 
  .quantity_wrapper input.qty::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
  }
  .quantity_wrapper input[type="button"]{
      font-size: 20px;
      line-height: 1;
      font-weight: 500;
      cursor: pointer;
  }
  .quantity_wrapper input[type="button"]:hover {
      background-color: var(--btn-bg-color);
      color: #000;
  }
  .quantity_wrapper input.qty{
          max-width: 90px;
      text-align: center;
  }
  .reset_variations{
      display: none;
  }
  .single-product .about_section{
      padding-block: 40px;
  } 
  .single-product .woocommerce-tabs.wc-tabs-wrapper {
      padding: 50px 0;
  }
  .woocommerce-tabs .woocommerce-Reviews-title {
      font-size: 24px;
      margin-bottom: 10px !important;
  }
  .single-product .woocommerce-product-rating {
      display: flex;
      gap: 10px;
      align-items: center;
      padding-bottom: 10px;
  }
  .single-product .woocommerce-product-rating a{
      color: #fff;
  }
  .single-product .star-rating{
      width: 6.4em;
  }
  .single-product .star-rating::before{
      -webkit-text-stroke: 1px;
      color: transparent;
      -webkit-text-stroke-color: #bedae5;
      opacity: 1;
      letter-spacing: 3px;
  }
  .single-product .star-rating span::before{
      font-family: 'star';
      color: #bedae5;
      letter-spacing: 3px;
  }
  .commentlist {
      padding-top: 20px;
  }
  .single-product .woocommerce-Reviews #review_form_wrapper {
      display: none;
      border: 2px solid #bedae5;
      padding: 25px;
      margin-top: 25px;
      border-radius: 10px;
  }
  .single-product .review_wrapper {
      max-width: 800px;
      margin: 0 auto;
  }
  .no_rating_wrapper {
      gap: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 20px;
  }
  .no_rating_wrapper .woocommerce-noreviews{
      background: transparent;
  }
  button.write_rating{
      background: var(--btn-bg-color);
  }
  button.write_rating.active .write,
  button.write_rating:not(.active) .cancel{
      display: none;
  }
  .commentlist .review .comment_container {
      display: flex;
      gap: 10px;
  }
  .commentlist .review .comment_container img {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      border: 2px solid #bedae5;
      padding: 1px;
  }
  .woocommerce-tabs .woocommerce-Reviews-title span {
      color: #3999bf;
  }
  .commentlist .comment-text {
      width: 100%;
  }
  .commentlist .comment-text .description {
      background: #ddedf35c;
      padding: 20px;
      border-radius: 10px;
      margin-top: 10px;
  }
  .comment-respond .comment-reply-title {
      font-size: 19px;
  }
  .comment-respond form#commentform {
      padding-top: 15px;
  }
  .comment-respond form#commentform label {
      display: block;
      padding-bottom: 5px;
  }
  .comment-respond form#commentform label + input {
      width: 100%;
      height: 36px;
      border-radius: 5px;
      border: 2px solid #bedae5a3;
  }
  .comment-respond .comment-form-cookies-consent label {
      padding-bottom: 0 !important;
  }
  .comment-respond .comment-form-cookies-consent {
      display: flex;
      align-items: center;
      gap: 5px;
  }
  .comment-respond form#commentform > * {
      margin-bottom: 20px;
  }
  .comment-respond p.stars{
      width: max-content;
  }
  .comment-respond p.stars a::before {
      color: transparent !important;
      opacity: 1;
      -webkit-text-stroke: 1px;
      -webkit-text-stroke-color: var(--btn-bg-color);
    }
    .comment-respond p.stars.selected a:not(.active)::before,
    .comment-respond p.stars.selected a.active::before,
  .comment-respond p.stars:hover a::before{
      color: var(--btn-bg-color) !important;
  }
  .comment-respond textarea#comment {
      width: 100% !important;
      border-color: #bedae5a3;
      border-width: 2px;
      border-radius: 5px;
      field-sizing: content;
      height: auto !important;
      resize: none;
      min-height: 100px;
      padding: 10px;
  }
  .after_reviews_btn_wrapper {
      text-align: center;
      padding: 25px 0 0;
  }
  /*Single Product Page*/
  :is(.mail_products, .product_card) td.value select,
  :is(.mail_products, .product_card) .woo-variation-items-wrapper select{
      display: block !important;
  } 
  :is(.mail_products, .product_card) td.value ul,
  :is(.mail_products, .product_card) .woo-variation-items-wrapper ul{
      display: none !important;
  }
  .product_card table.variations{
      width: 100%;
      padding-bottom: 15px;
  }
  .mail_products form.cart > div {
      display: flex;
      align-items: center;
      gap: 20px;
  }
  .cart_icon_wrapper{
      position: relative;
  }
  header a.wishlist_products_counter .wishlist_products_counter_number,
  .cart_icon_wrapper .cart_items_count{
      position: absolute;
      top: -7px;
      right: -8px;
      background: var(--btn-bg-color);
      padding: 3px;
      height: 17px;
      width: 17px;
      color: #fff;
      font-size: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
  }
  header a.wishlist_products_counter .wishlist_products_counter_number:empty,
  .cart_icon_wrapper .cart_items_count:empty{
      display: none;
  }
  .entry-header {
      padding-top: 40px;
  }
  .entry-header h1{
      font-size: 38px;
  }
  /* Cart Page */
  .cart_wrapper {
      display: flex;
      padding: 15px 0 60px;
      gap: 50px;
  }
@media(max-width: 1024px){
	.cart_wrapper {
		flex-direction: column;
	}
}
  .cart_wrapper .cart_table{
      flex: 1 0 67%;
  }
  .cart_wrapper .cart-collaterals{
      flex: 1 0 26%;
  }
  .cart_wrapper table{
      width: 100%;
  }
  .cart_wrapper table.shop_table_responsive tr th, .cart_wrapper table.shop_table_responsive tr td {
      text-align: left;
      border-bottom: 1px solid #bedae5;
      padding: 15px 10px;
  }
  .cart_wrapper table.shop_table_responsive tr th {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 0.8px;
  }
  .cart_wrapper .product-thumbnail a img {
      max-width: 110px;
      padding: 5px;
  }
  .cart_wrapper .product-remove svg path {
      fill: red;
  }
  :is(.cart_wrapper, .product_name_wrapper) .quantity_wrapper input{
      color: #000;
  }
  :is(.cart_wrapper, .product_name_wrapper) .quantity_wrapper input[type="button"]{
      background: #bedae5;
  }
  :is(.cart_wrapper, .product_name_wrapper) .quantity_wrapper input.qty {
      max-width: 60px;
  }
  .cart_wrapper tr.cart_item {
      font-size: 16px;
      font-weight: 500;
  }
  :is(.cart_wrapper, .product_name_wrapper) td.product-name .variation_summary {
      font-size: 14px;
      color: #4e4e4e;
      padding-top: 2px;
  }
  .cart_wrapper .cart-collaterals h2{
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 0.8px;
      font-weight: 700;
      margin-bottom: 0;
  }
  .cart_wrapper .cart-collaterals .cart-subtotal td{
      font-weight: 600;
      font-size: 16px; 
  }
  .cart_wrapper .cart-collaterals .order-total td{
      font-size: 22px;
  }
  .cart_wrapper .wc-proceed-to-checkout {
      padding-top: 20px;
  } 
  .cart_wrapper .wc-proceed-to-checkout a{
      width: 100%;
      text-align: center;
  } 
  .cart_wrapper table.shop_table_responsive tr :is(th, td){
      padding-inline: 0;
  }
  .cart_wrapper .cart-collaterals table.shop_table_responsive tr td{
      padding-left: 10px;
  }
  .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow{
      height: 40px;
  }
  .cart_wrapper .cart-collaterals .bordered_box {
      border: 2px solid var(--btn-bg-color);
      border-radius: 5px;
      padding: 30px;
  }
  .cart_wrapper .cart-collaterals .bordered_box + .bordered_box {
      margin-top: 20px;
  }
  .cart_wrapper tfoot td{
      border-bottom: none !important;
      padding-top: 30px !important;
  }
  .coupon_wrapper .coupon {
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
  }
  /* Cart Page */
  .mini_cart_wrapper {
      display: flex;
      flex-direction: column;
      width: min(80%, 400px);
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 999999;
      background: #fff;
      transform: translateX(100%);
      transition: 0.4s all ease-in-out;
  }
  .mini_cart_overlay {
      position: fixed;
      inset: 0;
      background: rgb(0 0 0 / 0.3);
      z-index: 999998;
      backdrop-filter: blur(2px);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s all ease-in-out;
  }
  .close_cart_wrapper {
      position: absolute;
      top: 15px;
      left: -40px;
      color: red;
      font-size: 56px;
      transition: 0.3s all ease-in-out;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transition: 0.6s all ease-in-out;
  }
  .mini_cart.open .mini_cart_wrapper{
      transform: translateX(0);
  }
  .mini_cart.open :is(.mini_cart_overlay, .close_cart_wrapper){
      opacity: 1;
      pointer-events: auto;
  }
  .close_cart_wrapper:hover {
      transform: scale(1.1);
  }
  .no_items_in_cart{
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      height: 100%;
      gap: 20px;
      font-size: 19px;
      padding: 20px;
  }
  .no_items_in_cart a{
      width: max-content;
      margin: 0 auto;
  }
  .single_product_wrapper .quantity_wrapper{
      margin-bottom: 20px;
  }
  /* Archive Page */
  .archive-wrapper{
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
  }
  .archive_with_filters {
      display: flex;
      align-items: start;
      gap: 30px;
  }
  .wpc-filters-main-wrap input[type=radio]:checked, .wpc-filters-main-wrap input[type=checkbox]:checked {
      border-color: var(--btn-bg-color);
      background: var(--btn-bg-color);
  }
  .wpc-filters-main-wrap input[type=checkbox]:after{
      left: 6px !important;
      border-color: #000000 !important;
  }
  .filter_wrapper {
      flex: 0 0 260px;
      border: 1px solid var(--btn-bg-color);
      border-radius: 10px;
      padding: 10px;
  }
  .main_archive_wrapper {
      flex: 1 0 50%;
  }
  .filter_wrapper .wpc-filter-title {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.4px;
  }
  .woo_header_wrapper .woocommerce-products-header__title{
     font-size: 46px;
     margin-bottom: 0;
  }
  .woo_header_wrapper .wpc-custom-selected-terms{
      display: none !important;
  }
  .selected_filters .wpc-filter-chips-list{
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 15px;
  }
  body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
      border-color: #87bd36;
  }
  .wpc-chip-remove-icon {
      color: #cc8181;
  }
  .woo_header_wrapper{
      background: #000000;
      color: #fff;
      padding: 40px 0;
  }
  .woo_header_wrapper header.woocommerce-products-header {
      min-height: 180px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 15px;
  }
  .woo_header_wrapper .archive_desc {
      max-width: 800px;
  }
  .the_shop_contents {
      padding: 50px 0;
  }
  .filter_wrapper .wpc-filter-pa_color ul{
      flex-direction: column;
  }
  .filter_wrapper .wpc-filter-pa_color ul li{
      width: 100% !important;
  }
  /* Archive Page */
  
      .woocommerce-notices-wrapper {
        padding:10px 0;
        background-color: transparent;
        
      }
  
      .single-product .woocommerce-notices-wrapper{
          background-color: #000;
      }
      
      .woocommerce-notices-wrapper:empty{
        display:none;
      }
      
      .woocommerce-notices-wrapper > div + div{
        margin-top:10px;
      }
      
      .woocommerce-message, .woocommerce-info, .woocommerce-error {
        background-color: #FFF !important;
        border-radius: 12px;
        padding:10px 15px 10px 40px;
        position: relative;
        max-width:1240px;
        margin: 0px auto;
        border: 2px solid;
        border-color: #6d6a6a;
      }
      
  /* 		.woocommerce-cart :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments){
        border: 1px solid;
      } */
      
       .woocommerce-message{
        border-color: #0f834d !important;
      }
      
       .woocommerce-error{
        border-color: #e2401c !important;		
      }
       .woocommerce-info{
        border-color: #3d9cd2 !important;
      }
      
      .woocommerce-notices-wrapper > div:before{
        content: '';
          position: absolute;
          background-image: url('../../../wp-content/uploads/2025/03/exclamation.png');
          width: 18px;
          height: 18px;
          background-size: cover;
          background-repeat: no-repeat;
          top: 50%;
          transform: translateY(-50%);
        left: 15px;
      }
      
       p.return-to-shop {
          text-align: center;
          padding: 15px 0;
      }
      :is(div, p).cart-empty{
        text-align: center;
        border: 0;
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
      }
      .tinv-wishlist .tinv-header{
        display: none;
      }
      
          .woocommerce-notices-wrapper a {
              text-decoration: underline;
          }
      ul#shipping_method {
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding-bottom: 10px;
        }
        ul#shipping_method li {
            display: flex;
            align-items: center;
            gap: 5px;
        }
      .woocommerce-checkout.form_checkout ul#shipping_method label,
     .woocommerce-checkout-review-order ul#shipping_method {
          padding-bottom: 0;
      }
      .woocommerce-checkout .form_checkout table.shop_table tr.woocommerce-shipping-totals{
        border-block: 1px solid #bedae5;
        padding-block: 15px;
      }
      .cart-collaterals tr{
          vertical-align: top;
      }
    .woocommerce-checkout .woocommerce-shipping-totals td{
        padding-left: 20px;
    }
      @media(max-width: 1024px){
        .woocommerce-notices-wrapper {
            padding: 10px 15px;
        }
      }
      
      @media(max-width: 767px){
        .woocommerce-notices-wrapper {
            padding: 10px 10px;
        }
        .cart-collaterals ul#shipping_method {
            align-items: center;
        }
      }
      
      @media(min-width: 1025px){
          .close_filter,
          button.mobile_filter {
                  display: none !important;
              }
      }
      
  .shop_product_header {
      display: flex;
      padding: 0 0 15px 0;
      margin-bottom: 30px;
      justify-content: space-between;
      border-bottom: 1px solid #ababab;
  }
  .shop_product_header form.woocommerce-ordering select:focus-visible,
  .shop_product_header form.woocommerce-ordering select {
      border: none;
      outline: none;
      background: transparent !important;
  }
  .woocommerce-pagination ul.page-numbers {
      display: flex;
      gap: 10px;
      padding: 30px 0 0;
      justify-content: center;
  }
  .woocommerce-pagination .page-numbers li > * {
      aspect-ratio: 1;
      background: var(--btn-bg-color)4a;
      line-height: 1;
      width: 25px;
      display: grid;
      place-content: center;
      border-radius: 5px;
      transition: 0.3s all ease-in-out;
  }
  .woocommerce-pagination .page-numbers li > a:hover,
  .woocommerce-pagination .page-numbers li > span {
      background-color: var(--btn-bg-color);
      color: #fff;
  }
  .selected_filters.mob_only{
      display: none;
  }
  header a.wishlist_products_counter {
      position: relative;
      color: #fff;
  }
  header a.wishlist_products_counter.top_wishlist-white:before{
      content: "\e909";
      font-size: 30px;
      margin: 0;
  }
  .dgwt-wcas-suggestions-wrapp{
      min-width: 500px !important;
  }
  .dgwt-wcas-st-title {
      font-size: 16px;
  }
  .dgwt-wcas-si{
      width: 80px;
  }
  .stock.out-of-stock {
      color: #e2401c;
      font-size: 15px;
      border: 1px solid currentColor;
      padding: 5px;
      border-radius: 9px;
  }
  /*Mini Cart*/
  .mini_cart_header {
      background: #000;
      color: #fff;
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      padding: 15px 10px;
  }
  .mini_cart_header .cart_count{
      font-size: 16px;
  }
  .mini_cart_wrapper li.woocommerce-mini-cart-item.mini_cart_item {
      position: relative;
      padding: 15px 10px;
      border-bottom: 2px solid #bfbfbf82;
  }
  .mini_cart_wrapper li.woocommerce-mini-cart-item.mini_cart_item .product_item_wrapper{
      display: flex;
      gap: 10px;
  }
  .mini_cart_wrapper a.remove.remove_from_cart_button {
      position: absolute;
      top: 10px;
      left: 5px;
      color: #ffffff;
      font-size: 16px;
      width: 16px;
      height: 16px;
      display: grid;
      place-content: center;
      background: #ff5a5a;
      border-radius: 100%;
  }
  .mini_cart_wrapper .product_thumbnail a {
      border: 1px solid var(--btn-bg-color);
      display: inline-block;
      padding: 5px;
      border-radius: 10px;
  }
  .mini_cart_wrapper li.woocommerce-mini-cart-item.mini_cart_item img {
      display: block;
      width: 75px;
      aspect-ratio: 1;
      object-fit: contain;
  }
  .mini_cart_wrapper .product_name_wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 6px;
  }
  .mini_cart_wrapper .product_name_wrapper .product_name {
      font-size: 16px;
      line-height: 1.4;
      font-weight: 500;
  }
  .mini_cart_wrapper .quantity_wrapper input{
      height: 26px;
  }
  .mini_cart_wrapper .quantity_wrapper input[type="button"]{
      font-size: 16px;
  }
  .mini_cart_wrapper .quantity_wrapper input[type="number"] {
      min-width: 46px;
  }
  .mini_cart_wrapper .quantity_wrapper {
      border-radius: 8px;
  }
  .mini_cart_wrapper ul.woocommerce-mini-cart {
      height: 65%;
      overflow: auto;
      padding-bottom: 20px;
      border-bottom: 1px solid #bedae57d;
  }
  .mini_cart_footer {
      display: flex;
      flex-direction: column;
      padding: 20px;
      flex: 1;
      background-color: var(--btn-bg-color);
  }
  .mini_cart_footer p.woocommerce-mini-cart__total.total {
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      align-items: end;
      letter-spacing: 0.6px;
      color: #606060;
  }
  .mini_cart_footer p.woocommerce-mini-cart__total.total span {
      font-size: 26px;
      color: #000;
      line-height: 1.2;
  }
  .mini_cart_footer p.woocommerce-mini-cart__buttons.buttons {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 20px 0;
      margin-top: auto;
  }
  .mini_cart_footer p.woocommerce-mini-cart__buttons.buttons a {
      display: inline-block;
      background: #000;
      padding: 12px 10px;
      width: 100%;
      font-size: 20px;
      letter-spacing: 0.6px;
      font-weight: 400;
      color: #fff;
      text-align: center;
      border-radius: 10px;
      border: 3px solid #000;
  }
  .mini_cart_footer p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout) {
      background: transparent;
      color: #000;
  }
  /*Mini Cart*/
  @media (max-width: 1219px) {
    .text-overlay {
      left: 10px;
    }
  }
  
  @media (max-width: 1024px) {
      .selected_filters.mob_only{
          display: block;
      }
    .categories_list.d-flex {
      gap: 20px;
    }
    .annoucebar-left {
      display: none;
    }
    .will-an {
      display: none;
    }
    .logo {
      order: 1;
    }
    .search-box {
      order: 2;
    }
    .header-icons {
      order: 3;
    }
    .offset-left {
      margin-left: 0;
      padding-inline: 15px 0;
    }
    .new_banner h1 {
      font-size: 32px;
    }
    .container {
      padding: 0 15px;
    }
    .new_banner .row.d-flex > .col {
      flex: 1 0 50%;
      max-width: 50%;
    }
    .new_banner .underline {
      width: max-content;
    }
    section.new_banner {
      padding: 40px 0;
    }
    .swiper-container {
      height: auto;
      min-height: 600px;
    }
    .image-container > img {
      object-fit: contain;
      object-position: bottom;
    }
    .mail_products {
      gap: 20px;
    }
    .mail_products .left_side {
      flex-basis: 60%;
    }
    .mail_products .right_side {
      flex-basis: 40%;
      max-width: auto;
    }
    .mail_products .right_side .product_company h2 {
      font-size: 26px;
    }
    .single_product {
      padding-block: 10px;
    }
    .single_product .swiper {
      padding-block: 40px;
      padding-inline: 20px;
    }
    .arrow_navigation .swiper-button-next,
    .arrow_navigation .swiper-button-prev {
      width: 25px;
      height: 25px;
    }
    .arrow_navigation .swiper-button-next:after,
    .arrow_navigation .swiper-button-prev:after {
      font-size: 15px;
    }
    .arrow_navigation.navigation_outside .swiper-button-prev {
      left: 5px;
    }
    .arrow_navigation.navigation_outside .swiper-button-next {
      right: 5px;
    }
    .btn_wrapper.d-flex {
      flex-wrap: wrap;
      row-gap: 10px;
    }
    .product_parts .row_wrapper {
      flex-direction: column;
      gap: 40px;
    }
    .product_parts .col:first-child {
      max-width: 80%;
    }
    .product_parts .row_wrapper > div {
      width: 100% !important;
    }
    .testimonials {
      margin-bottom: 0;
      padding-block: 40px;
    }
    .testi_slider h2 {
      font-size: 26px;
    }
    .img_box h3 {
      font-size: 20px;
    }
  .single_product_wrapper {
      padding-block: 40px;
  }
  .single_product_wrapper .product_title {
      font-size: 34px;
      margin-bottom: 10px;
  }
  .single_product_wrapper > .entry-summary {
      padding-right: 20px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      flex: 1 0 70px;
  }
  .single_product_wrapper > .product_image_container .woocommerce-product-gallery {
      gap: 15px;
  }
  .single-product .single_add_to_cart_button {
      width: 100%;
  }
  /*Archive*/
  .archive_with_filters {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
  }
  .shop_product_header .woocommerce-result-count{
      display: none;
  }
  
  .filter_wrapper {
      flex: unset;
      position: fixed;
      inset: 0;
      width: min(80%, 400px);
      background: #fff;
      z-index: 999999;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-left: 25px;
      transform: translateX(-100%);
      transition: 0.3s transform ease-in-out;
  }
  
  .shop_wrapper.active .filter_wrapper{
      transform: translateX(0);
  }
  .close_filter {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      color: #ffffff;
      background: red;
      width: 25px;
      aspect-ratio: 1;
      display: grid;
      place-content: center;
      border-radius: 100%;
  }
  .filter_overlay {
      position: fixed;
      inset: 0;
      background: rgb(0 0 0 / 60%);
      z-index: 999;
      backdrop-filter: blur(6px);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s opacity ease-in-out;
  }
  .shop_wrapper.active .filter_overlay {
      opacity: 1;
      pointer-events: auto;
  }
  button.mobile_filter{
      background-color: #5871d44f;
      padding: 5px;
      border-radius: 5px;
      display: grid;
      place-content: center;
      border: 0;
  }
  button.mobile_filter svg path {
      fill: #000000;
  }
  .the_shop_contents {
      padding: 30px 0;
  }
  .nav-bar {
    display: none;
    visibility: hidden;
  }
   /* hamburger */
   .hamburger_wrapper {
    display: block;
    visibility: visible;
  }
  label.hamburger {
    display: block;
    width: 26px;
    height: 18px;
    position: relative;
    cursor: pointer;
  }

  input#hamburger {
    display: none;
  }

  .line {
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--white);
    transition: 0.5s;
  }
  .line:nth-child(1) {
    top: 0;
  }
  .line:nth-child(2) {
    top: 7.5px;
  }
  .line:nth-child(3) {
    top: 15px;
  }

  /* translateY must be same as */
  #hamburger:checked + .hamburger .line:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }

  #hamburger:checked + .hamburger .line:nth-child(2) {
    opacity: 0;
  }

  #hamburger:checked + .hamburger .line:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  /* hamburger */

  .mobile_menu {
    padding: 12px;
    padding-bottom: 50px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 60px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    visibility: visible;
    display: block;
    font-size: 16px;
    height: 95vh;
    height: 95dvh;
    overflow-y: auto;
  }
  #hamburger:checked + .hamburger + .mobile_menu_wrapper .mobile_menu {
    transform: translateX(0);
  }

  .mobile_menu_wrapper {
    display: block;
    visibility: visible;
  }
  .mobile_menu > ul > li {
    padding-block: 3px;
  }
  .mobile_menu ul li a {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
  }
  .mobile_menu ul li.menu-item-has-children > ul.sub-menu,
  li.has-items > ul {
    display: none;
    overflow: hidden;
    padding-left: 10px;
  }
  .mobile_menu ul li.menu-item-has-children,
  .mobile_menu ul li.has-items {
    position: relative;
  }
  /*.mobile_menu ul li.menu-item-has-children .open_menu,*/
  /*.mobile_menu ul li.menu-item-has-children:before,*/
  /*.mobile_menu ul li.has-items:before {*/
  /*  content: "";*/
  /*  background-image: url(../../../wp-content/uploads/2025/03/down-arrow.svg);*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: top right;*/
  /*  background-size: 12px;*/
  /*  position: absolute;*/
  /*  right: 0;*/
  /*  top: 13px;*/
  /*  width: 12px;*/
  /*  height: 12px;*/
  /*}*/
  .mobile_menu ul li.menu-item-has-children .open_menu {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    padding: 4px;
    aspect-ratio: 1;
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;

  }
  .mobile_menu ul li.menu-item-has-children .open_menu svg{
      width: 14px;
      height: 14px;
      vertical-align: middle;
  }
  .mobile_menu li.has-items > ul.active {
    height: auto;
  }
  /*Archive*/
  }
  
  @media (max-width: 767px) {
    .single_product .swiper{
      padding-inline: 10px;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
      flex: 1 0 80px;
    }
    .title_wrapper.d-flex {
      flex-direction: column;
      text-align: center;
    }
    .title_wrapper .desc {
      max-width: 100%;
    }
    .product_parts .row_wrapper.d-flex,
    .product_parts .col:last-child,
    .categories_list.d-flex {
      flex-direction: column;
    }
    .cat_tabs > a:not(:last-of-type) {
      margin-right: 0;
    }
    .cat_tabs {
      margin-bottom: 0px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .product_parts .col:first-child,
    .product_parts .col:last-child {
      width: 100%;
      padding-right: 0px;
    }
    .product_parts .col:first-child {
      padding-right: 0px;
    }
    header .cart span.cart_content_wrapper {
      display: none;
    }
    .main_header .logo {
      order: 1;
      max-width: 70px;
    }
  .search-box {
      order: 2;
      margin-left: auto;
      margin-right: 10px;
  }
    .header-icons {
      order: 3;
      gap: 10px;
    }
    .title_wrapper .btn_wrapper {
      margin-top: 20px;
    }
    .footer_row.d-flex {
      flex-direction: column;
      gap: 24px;
    }
    .products_tab,
    .more_categories,
    .single_product {
      padding: 40px 0;
    }
    section.product_parts {
      padding-bottom: 40px;
    }
    .mySwiper .swiper-wrapper {
      align-items: end;
    }
  
    .mail_products,
    .single_product.beige .mail_products {
      flex-direction: column-reverse;
    }
  
    .swiper-container {
      height: auto;
      min-height: 500px;
    }
    /* figure.image-container {
      position: relative;
      display: flex;
      flex-direction: column-reverse;
      bottom: 0;
    } */
  
    .swiper-pagination-bullet {
      width: 16px;
      height: 3px;
    }
    .new_banner .row.d-flex {
      flex-direction: column;
    }
    .new_banner .row.d-flex > .col {
      max-width: 100%;
    }
    .single_product_wrapper > .product_image_container .woocommerce-product-gallery .flex-viewport,
    .single_product_wrapper > .product_image_container .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a img{
      aspect-ratio: 1;
      height: auto !important;
    }
    .client_logos {
      padding-block: 40px;
    }
    .client_logos .swiper-slide {
      display: flex;
      justify-content: center;
    }
    .client_logos .swiper-slide img {
      max-width: 150px;
      margin-inline: auto;
      object-fit: contain;
    }
    .product_row .d-grid {
      display: flex;
      gap: 0;
    }
    .product_parts .col:first-child {
      max-width: 100%;
    }
    .testi_row.d-flex {
      flex-direction: column-reverse;
    }
    .single_product_wrapper {
      flex-direction: column;
      gap: 40px;
  }
  .single_product_wrapper > .product_image_container .woocommerce-product-gallery {
      flex-direction: column;
    padding-left: 0;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      flex-direction: row;
    position: static;
    max-width: 100%;
    flex-wrap: wrap;
    flex: 1 0 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  .single_product_wrapper > div{
      flex: 1 0 100%;
      max-width: 100% !important;
  }
  .comment-respond .comment-form-cookies-consent {
      align-items: start;
  }
  .comment-respond .comment-form-cookies-consent label{
      margin-top: -3px;
  }
  
  /*Cart Page*/
  .cart_wrapper table.shop_table_responsive tr td.product-thumbnail:before{
      content: unset;
  }
  .cart_wrapper table.shop_table_responsive tr th, .cart_wrapper table.shop_table_responsive tr td {
      border-bottom: 0;
      text-align: center;
  }
  .cart_wrapper table.shop_table_responsive tr td::before {
      content: attr(data-title);
      display: block;
      float: unset;
      padding-bottom: 8px;
      color: #373737;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: 1px;
      font-weight: 600;
  }
  .cart_wrapper .quantity_wrapper{
      margin: 0 auto;
  }
  .cart_wrapper td.product-name .variation_summary{
      padding-top: 5px;
  }
  .cart_wrapper table tbody{
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  .cart_wrapper tr.cart_item {
      border: 1px solid #bedae5;
  }
  .cart_wrapper .cart-collaterals h2{
      font-size: 20px;
      text-align: center;
  }
  /*Cart Page*/

  .left_side.product_image{
    max-height: initial;
	  aspect-ratio: 1;
  }
	  .product_card.swiper-slide{
		 height: auto; 
	  }
	  .new_banner .btn_wrapper{
		  margin-top: 40px;
	  }
  
  }

.product_card .product-type-simple .price{
	flex-direction: column-reverse;
}
  
  /* My Account Page */
  /* My Account */
  
  .woocommerce-form-login .form-row:nth-of-type(3) {
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .woocommerce-form-login button.woocommerce-button.button.woocommerce-form-login__submit,
  button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
  .woocommerce-account button.button{
    display: inline-block;
    outline: none;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid var(--btn-bg-color);
    color: #fff;
    background: var(--btn-bg-color);
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 7px;
    -webkit-border-radius: 7px;
  }
  
  .woocommerce-form-login button.woocommerce-button.button.woocommerce-form-login__submit:hover,
  button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
  .woocommerce-account button.button:hover{
    /* 	background-color: var(--bluish-gray); */
    /*     border: 1px solid var(--border-color); */
    background-color:#bedae5;
    border:1px solid #373737;
  }
  .woocommerce-form-login .woocommerce-form-login__rememberme {
    font-size: 16px;
	  gap: 5px;
  }
  
  .woocommerce-account div#customer_login > div {
    flex: 1 0 min(50%, 400px);
  }
  .woocommerce-account div#customer_login {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    flex-wrap: wrap;
    margin-top:40px;
  }
  
  .woocommerce-account button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
    width:100%;
    margin-block:14px;
  }
  
  
  .password-input {
    position: relative; 
  }
  
  .password-input .show-password-input {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    background-image: url("../wp-content/uploads/2025/03/2767146.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: contain;
  }
  
  .password-input .display-password{
    background-image:url("../wp-content/uploads/2025/03/eye-open.png ");
  }
  
  
  .woocommerce-account .woocommerce ul li a {
    background-color: #aeb2a9;
    padding: 20px;
  }
  .woocommerce-account .woocommerce ul li a:hover {
    background-color:#92938f;
  
  }
  .woocommerce-account .woocommerce ul li.is-active a {
    background-color:#000;
  
  }
  .woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom:40px;
  }
  
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 1 0 20%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 0 70%;
    border: 1px solid #6a6f62;
    border-radius: 8px;
    padding: 30px;
  }
  .woocommerce-account .woocommerce ul li a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  .woocommerce-MyAccount-content p {
    font-size: 16px;
  }
  .woocommerce-account:not(.logged-in) .entry-header {
    display: none;
  }
  .woocommerce-account h2{
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.6px;
    font-size:26px;
  }
  .woocommerce-account span.select2-selection.select2-selection--single {
    height: 40px;
    padding: 8px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  
  .woocommerce-account span#select2-billing_country-container,
  .woocommerce-account span#select2-billing_state-container,
  .woocommerce-account span#select2-shipping_country-container,
  .woocommerce-account span#select2-shipping_state-container
  {
    line-height: unset;
    padding-left: unset;
  }
  
  .woocommerce-account .woocommerce-address-fields__field-wrapper{
    padding-bottom:14px;
  }
  .woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: unset !important;
    top: 0;
    bottom: 0;
  }
  .woocommerce-account .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 10px 40px;
  }
  
  .woocommerce-account p#billing_address_2_field,
  .woocommerce-account p#shipping_address_2_field{
    margin-top: 30px;
  }
  .woocommerce-account  form p label {
    padding-bottom: 8px;
    display: inline-flex;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .woocommerce-account .u-column1.col-1.woocommerce-Address,
  .woocommerce-account .u-column2.col-2.woocommerce-Address{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 14px;
  }
  .woocommerce-account fieldset {
    margin-bottom: 10px;
    padding:6px;
  }
  
  .woocommerce-account form.woocommerce-EditAccountForm.edit-account {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 20px;
  }
  
  .woocommerce-account form.woocommerce-EditAccountForm.edit-account .clear {
    display: none;
  }
  .woocommerce-account form.woocommerce-EditAccountForm.edit-account div.clear:last-of-type{
    display:block;
  }
  
  
  /* Wishlist Page */
  :is(.page-template-page-container, .page-template-default) .entry-header {
      background: #000;
      color: #fff;
      padding: 40px 0;
  }
  .entry-content {
      padding-top: 40px;
  }
  .entry-header .container {
      min-height: 180px;
      display: flex;
      gap: 15px;
      flex-direction: column;
      justify-content: center;
  }
  .woo-variation-swatches table.tinvwl-table-manage-list thead tr th {
      text-align: left;
    font-size:15px;
  }
  .product-action .add_to_cart_button {
      background-color: transparent;
      border: 1px solid var(--btn-bg-color);
      color: #000;
      padding: 10px 8px;
      text-decoration: none;
      display: inline-block;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease;
    border-radius:7px;
    font-weight:600;
  }
  
  .product-action .add_to_cart_button:hover {
      background-color: var(--btn-bg-color);
  }
  table.tinvwl-table-manage-list.wishlist_table_wrapper {
      border-collapse: collapse;
  }
  
  table.tinvwl-table-manage-list.wishlist_table_wrapper tr.wishlist_item td {
      border-top: 1px solid #000;
  }
  .wishlist_table_wrapper .tinv-wishlist .product-action {
      width: 150px;
  }
  
  /* Single Product Page */
  ul.tabs.wc-tabs {
      display: flex;
      justify-content: center;
  /*     align-items: center; */
      gap: 50px;
  }
  ul.tabs.wc-tabs li a {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.4px;
    text-transform:uppercase;
  }
  .woocommerce-Tabs-panel > h2:first-of-type {
      display: none;
  }
  .woocommerce-Tabs-panel p {
      font-size:15px;
  }
  .woocommerce-Tabs-panel {
      padding: 30px;
       box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
      border-radius: 7px;
  }
  ul.tabs.wc-tabs li.active {
      border-bottom: 1px solid #86ae4a;
  }
  
  /* Table */
  
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes {
      border: 1px solid #e1e1e1;
      border-collapse: collapse;
      width: 100%; 
  }
  
  
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes th,
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes td {
      border: 1px solid #ddd;
      padding: 10px 20px;
    text-align:left;
  }
  
  
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes th {
      width: 30%; 
      text-align: left; 
  }
  
  
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes td {
      width: 70%; 
  }
  
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes tbody tr:nth-child(odd) {
      background-color: #f2f2f2;
  }
  
  .woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes tbody tr:nth-child(even) {
      background-color: #ffffff;
  }
  .single-product .woocommerce-tabs ul.tabs{
      display: none;
  }
/*.single-product .woocommerce-Tabs-panel h2 {*/
/*    display: block;*/
/*    max-width: 780px;*/
/*    margin: 0 auto;*/
/*    font-size: 30px;*/
/*    margin-bottom: 0 !important;*/
/*    padding-inline: 10px;*/
/*}*/
/*.single-product .woocommerce-Tabs-panel h2 + section {*/
/*    padding-top: 10px !important;*/
/*}*/
@media(min-width: 1024px){
	header .header-icons,
	header .search-box{
		min-width: 288px !important;
	}	
}
  @media (min-width: 768px) and (max-width: 1023px){
    header .search-box{
      min-width: 235px !important;
    }	
  }
  @media (max-width:1024px){
  /* 	My Account */
    .woocommerce-account .woocommerce{
      flex-direction:column;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
      display: flex;
      flex-wrap:wrap;
      gap:10px;
    }
    .woocommerce-account form.woocommerce-EditAccountForm.edit-account{
      grid-template-columns:1fr;
    }
    .client_logos{
        padding-top: 50px;
    }
    .new_banner .row.d-flex{
        align-items: center;
    }
  }
  @media(max-width:767px){
  /* My Account	 */
    .woocommerce-account .woocommerce-address-fields__field-wrapper {
      grid-template-columns:1fr;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul{
      flex-direction:column;
    }
    .woocommerce-account p#billing_address_2_field, .woocommerce-account p#shipping_address_2_field{
      margin-top:0;
    }
  /* 	Single Porduct Page */
    ul.tabs.wc-tabs {
      gap: 16px;
      flex-wrap: wrap;
      padding-bottom: 14px !important;
    }
    .woocommerce-Tabs-panel{
    padding:20px;
    }
    ul.tabs.wc-tabs li a {
      font-size: 14px;
      background-color: var(--btn-bg-color);
      padding: 10px 15px !important;
      border-radius: 7px;
      margin-bottom: 5px;
      color: #fff;
  }
  .search-box input{
      max-width: 100% !important;
  }
  
  .dgwt-wcas-suggestions-wrapp {
      min-width: unset !important;
      max-width: 100%;
  }
  .dgwt-wcas-st-title {
      font-size: 14px;
  }
  .container {
    padding: 0 10px;
}
li.list-title{
  font-weight: 400;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper{
    padding-bottom: 20px;
}
.key_features_sec .container{
    padding-top: 40px;
    margin-top: 40px;
}
  }
header a.wishlist_products_counter,header .woocommerce-multi-currency{
  display: none !important;
}
.woocommerce-Tabs-panel :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 0.5em;
    font-weight: 500 !important;
}
.woocommerce-Tabs-panel h1, 
.woocommerce-Tabs-panel h2 {
    font-size: clamp(20px, calc(80 / 1220 * 100vw), 41px) !important;
}
.woocommerce-Tabs-panel h3{
    font-size: clamp(20px, calc(80 / 1220 * 100vw), 36px) !important;
} 
.woocommerce-Tabs-panel h4{
    font-size: clamp(20px, calc(80 / 1220 * 100vw), 32px) !important;
}
.woocommerce-Tabs-panel h5{
    font-size: clamp(20px, calc(80 / 1220 * 100vw), 28px) !important;
}
.woocommerce-Tabs-panel h6{
    font-size: clamp(20px, calc(80 / 1220 * 100vw), 24px) !important;
}
.woocommerce-Tabs-panel > :is(section, div){
    padding: 0 !important;
}
footer :is(ul, ol){
    padding-left: 0 !important;
}
footer :is(ul, ol) li{
    list-style: none !important;
}