/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    http://example.com/twenty-twenty-five-child
 Description:  Child theme for Twenty Twenty-Five
 Author:       Jatinder saini
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Add your custom CSS below this line */
@import url("https://use.typekit.net/uus4tqs.css");
/*
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 400;
font-style: italic;
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
font-family: "avenir-next-lt-pro", sans-serif;
font-weight: 700;
font-style: italic;
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 400;
font-style: normal;
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 400;
font-style: italic;
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 700;
font-style: normal;
font-family: "avenir-next-lt-pro-condensed", sans-serif;
font-weight: 700;
font-style: italic;
*/

/************** General CSS starts ******************/
body{
	  font-family: "avenir-next-lt-pro", sans-serif;
}
h1{
  font-weight: 700;
  font-style: normal;
  font-size: clamp(25px, 4vw, 40px);
}
h2{
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, 4vw, 25px);
  letter-spacing: 0.28px;
}
p, ul {
  font-size: clamp(16px, 4vw, 16px) !important;
  font-weight: 400;
}
a {
    text-decoration: none;
}
a:hover {
    color: #F0C723 !important;
    text-decoration: none;
}
a:focus { 
 outline-width: 0;
}
.wp-element-button, .checkout-button{
    background: #A0964F;
    border-radius: 0px;
    letter-spacing: 0.19px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: clamp(13px, 2.5vw, 17px) !important;
    height: 42px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    display: inline-grid;
    align-content: center;
}

/* Hover state */
.wp-element-button:hover {
  color: #000 !important;   
}

/* Default (Desktop First) */
.desktop_only {
  display: block;
}
.mobile_only {
  display: none;
}

.btn_bg .wp-block-button a {
  background-image: url('/wp-content/uploads/2025/08/collection-bg.svg');
  /* width: 320px; */
  height: 70px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: clamp(16px, 4vw, 16px) !important;
}
.btn_bg .wp-block-button a:hover  {
   color: #F0C723 !important;
}
.wp-block-buttons.btn_bg >.wp-block-button {
  width: 100%;
}
@media (min-width: 781px) { 
  .wp-block-buttons.btn_bg >.wp-block-button {
    width: 100%;
  }
}
/* Mobile */
@media (max-width: 780px) {
  .desktop_only {
    display: none !important;
  }
  .mobile_only {
    display: block;
  }
  .wp-block-buttons.btn_bg >.wp-block-button {
    width: 300px;
  }
  .home .featured-collection .col_2 {
    padding-top: 10px !important;
  }
  
  .shop_by_brand{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; 
    align-items: center;
    justify-items: center;
    align-items: stretch;
  }
  .shop_by_brand .wp-block-column {
    margin: 0 !important;
    width: 100% !important;
  }
  .shop_by_brand img {
    max-width: 120px; 
    height: auto;
  }
   .shop_by_brand .second_row {
   margin-top: 0;
   }
   .product-specs-grid {
     grid-template-columns: auto !important;
   }
   .cart-link {
    flex-basis: 50% !important;
    justify-content: right;
    display: flex;
  }

}
/************** General CSS ends ******************/

/********** Homepage CSS starts ******************/

.featured-collection p{
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (max-width: 768px) { 
  .home .country_supply  .wp-block-buttons {
    justify-content: center;
  }
  .home .country_supply .lion_logo {
    display: flex;
    justify-content: center;
  }
  .home .country_supply .lion_logo figure{
    margin-left: 0;
  }
  /*.home .here_sec section {
    padding-right: 0 !important;
  } */
}

/********** Homepage CSS ends ******************/

/************** Header CSS starts ******************/
@media (min-width: 768px) { 
  header .wp-block-navigation .wp-block-navigation__container > li {
      margin-right: 2px; 
      letter-spacing: 0.19px;
    } 
    header .wp-block-navigation .wp-block-navigation__container > li:last-child {
      margin-right: 0; 
    } 
    header .main_header .wp-block-navigation__container > li {
      padding-bottom: 10px;
    } 
    header .wp-block-navigation .wp-block-navigation-submenu li {
      line-height: 12px;
      margin-bottom: 0 !important;
   } 
}


header .wp-block-navigation .wp-block-navigation__submenu-container {
  padding: 15px 10px;
}
header .wp-block-navigation__submenu-container a {
    font-size: 14px;
}
header .wp-block-search__input {
    background: transparent;
    color: #fff;
    padding: 0;
}
header input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
header .wp-block-search__inside-wrapper button {
    padding-right: 0;
    background: transparent;
    padding-bottom: 0;
}

/************** Header CSS ends ******************/

/************** Footer CSS starts ******************/
footer{
  margin-top:0px;
}
footer .wp-block-spacer {
    background-color: #a5a49f;
}
footer #gform_1 .gform-body .ginput_container .large{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #a5a49f;
    color: #fff;
}
@media (min-width: 767px) { 
  footer .footer_row_2 .address .wp-block-image{
    margin-top: -7px;
  }
}

.footer-menus a{
  text-transform: uppercase;
  font-size: 16px;
  font-weight:700;
  letter-spacing: 0.48px;
}
footer .footer_row_2 p{
  font-size: 15px !important;
}
footer .copyright p{
  font-size:13px !important;
}

/************** Footer CSS ends ******************/

/************** Gravity Form CSS starts ******************/

footer .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;  
    color: #000; 
    padding: 10px; 
    background: #F0C723;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
}
.gform_wrapper .gform_footer input[type="submit"] {
    background: #A0964F;
    letter-spacing: 0.19px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: clamp(13px, 2.5vw, 17px) !important;
    height: 42px;
    border:0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: inline-grid;
    align-content: center;
}

/* Hover state */
.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #000 !important;   
}
.gform_wrapper .gform_footer{
  justify-content:flex-end;
}

#gform_wrapper_3.gravity-theme .gfield_label { 
  font-weight: normal;
}
.gform_required_legend {
    display: none !important;
}

#gform_wrapper_3.gform_wrapper input{
   border: none;
  padding: 13px 8px;
}
#gform_wrapper_3.gform_wrapper .gform_footer input[type="submit"] { 
   padding-left: 3.25rem;
  padding-right: 3.25rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {  
  #gform_wrapper_3.gform_wrapper .gfield_checkbox, #gform_wrapper_4.gform_wrapper .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 5px 20px; 
  }
}

/************** Gravity Form CSS ends ******************/

/************** CSS for custom product Specifications starts ****************/

.product-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* exactly 3 columns */
  gap: 20px 40px; /* row gap, column gap */
  margin-top: 30px;
  max-width:1340px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.spec-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size:16px;
}

.spec-value {
  text-align: right;
  font-size:16px;
  font-weight: 400;
}

/************** CSS for custom product Specifications ends ****************/

/************* single product page CSS starts ************/

.single-product h1{
  font-size:25px;
}

/************ single product page css ends **************/


/************ Accessories sub pages css **************/
.parent-pageid-160 main > .has-global-padding {
  padding-bottom: 0 !important;
} 

.page-id-127 h1, .page-id-424 h1, .page-id-117 h1, .page-id-131 h1, .page-id-361 h1 {
  text-align: left;
} 
 @media (max-width: 768px) {  
   .tax-product_brand .vedio_section video {
     width: 250px;
   }
 }


/************ CHECKOUT pages css **************/
@media (min-width: 768px) {  
  #accessory_options .checkbox_fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce-checkout #customer_details .col-1 {
  width: 70%;
  }
  .woocommerce-checkout #customer_details .col-2 {
    width: 70%; 
    padding-top: 15px;
    float: left;
  }
}
#accessory_options .checkbox_fields .form-row.form-row-wide {
  margin-bottom: 0;
}
/* Hide section headings on checkout */
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3 {
    display: none !important;
}

.woocommerce #payment #place_order {
  background: #A0964F;
  border-radius: 0px;
  letter-spacing: 0.19px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: clamp(13px, 2.5vw, 17px) !important;
  height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-color: transparent;
  border-width: 0;
  font-family: inherit;
  display: inline-grid;
  float: none;
}
.woocommerce #payment #place_order:hover {
    color: #000 !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
  display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row {
  background-color: white;
  padding-left: 0 !important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row .woocommerce-terms-and-conditions-wrapper {
  display: none;
}


/************ CART page css **************/
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main, .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-sidebar  {
  width: 80%;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  display: none;
}
.wc-block-cart-items__header .wc-block-cart-items__header-total {
  display: none;
}
.wc-block-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  font-size: 16px;
}


/* Remove focus outline/border for WooCommerce buttons and links */
a.wc-block-components-button:focus,
a.wc-block-components-button:focus-visible,
a.wc-block-cart__submit-button:focus,
a.wc-block-cart__submit-button:focus-visible,
button:focus,
button:focus-visible,
input[type="submit"]:focus,
input[type="submit"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.brand-image img{
  border: 2px solid #eee;
  border-radius: 5px;
}

@media screen and (max-width: 599px) {
  .header_container {
    display: grid !important;
    align-items: center !important;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto; 
    gap: 0px;
    }
    .header_container .site_logo{
      padding-top:10px;
      padding-bottom: 0px !important;
    }
    .header_container .wp-block-site-logo img{
      max-width:70% !important;
    }
    .header_container .navigation_menu{
      display: flex;
      justify-content: flex-end;
      align-self: center;
      padding-top:10px;
    }
    .header_container > :last-child {
        grid-column: 1 / -1; 
        max-width: 85%;
        justify-self: center;
    }
    header .topbar_item p {
      text-align: center;
    }
    header {
      position: sticky;
      top: 0px;
      z-index: 9999;
    } 
    .wp-block-navigation.items-justified-center {
      --navigation-layout-justification-setting: left;
    }
    header .wp-block-navigation .wp-block-navigation__submenu-container { 
      padding-left: 10px !important;
      padding-right: 0px !important;
      line-height: 35px;
    }
    .wp-block-navigation__responsive-container-content > ul > li > a{
      border-bottom: 1px solid gray;
      padding-bottom: 15px !important;
    }
    .wp-block-navigation__responsive-container li:focus,
    .wp-block-navigation__responsive-container li:focus-visible {
      outline: none !important;
      box-shadow: none !important;
    }
}

.cart-link .wc-block-cart-link__text {
  display:none;
}

.cart-link .wc-block-cart-link{
  margin-top: -4px;
  margin-bottom: -4px;
}

/* --- HIDE SUBTOTALS ON CART PAGE --- */

/* Hide the overall Cart Subtotal row in the totals box */
.woocommerce-cart .cart_totals tr.cart-subtotal, .woocommerce-cart .cart_totals h2, .woocommerce-cart .cart_totals .shop_table {
    display: none !important;
}

/* Hide the individual item Subtotal column in the main cart table */
.woocommerce-cart th.product-subtotal, /* Hides the column header "Subtotal" */
.woocommerce-cart td.product-subtotal { /* Hides the subtotal amount for each item */
    display: none !important;
}

/* --- HIDE TOTAL ON CART PAGE --- */

/* Hide the overall Cart Total row in the totals box */
.woocommerce-cart .cart_totals tr.order-total {
    display: none !important;
}

/* Hides the Total and Subtotal rows ONLY on the Checkout page */
/* 1. HIDE INDIVIDUAL ITEM TOTAL COLUMN (Your current request) */
body.woocommerce-checkout th.product-total,
body.woocommerce-checkout td.product-total {
    display: none !important;
}

/* 2. HIDE MAIN SUBTOTAL AND TOTAL ROWS (Previous requests) */
body.woocommerce-checkout .cart_totals tr.cart-subtotal,
body.woocommerce-checkout .cart_totals tr.order-total {
    display: none !important;
}

.woocommerce-order-received .wc-block-order-confirmation-totals__table .wc-block-order-confirmation-totals__total,
.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot{
  display:none;
}

.woocommerce-order-received .wc-block-order-confirmation-address-wrapper {
  padding-bottom: 30px;
}

.woocommerce-order-received .wc-block-order-confirmation-summary-list li:nth-child(3) {
  display: none !important;
}