/* ============================================
   Classic Child Theme - Custom CSS
   
   ============================================ */

/* Google Font Import */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap");

/* Apply to whole site */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Nunito Sans", sans-serif !important;
}

/* All Buttons Background Color */
.btn,
.btn-primary,
.btn-secondary,
.add-to-cart,
button[type="submit"],
.wishlist-button-add,
#search_widget button,
.cart-preview .btn {
  background-color: #dd9f22 !important;
  border-color: #dd9f22 !important;
  color: #ffffff !important;
}
.wishlist-button-add i {
  color: #fff !important;
}
/* Hover state */
.btn:hover,
.btn-primary:hover,
.add-to-cart:hover,
button[type="submit"]:hover {
  background-color: #c48d1a !important;
  border-color: #c48d1a !important;
}
.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  border-color: #c48d1a !important;
}

body {
  background: #fff;
}
#wrapper {
  background: #fff;
}

/* Container Width - 1600px */
.container {
  max-width: 1600px !important;
  width: 100% !important;
}

/* category page css */

/* Subcategories IMAGE boxes hide - main content me */
#subcategories {
  display: none;
}

div#search_filters_brands {
  display: none;
}

div#search_filters_wrapper {
  display: none;
}
.page-category .category-cover {
  display: none;
}

.page-category .block-category.card.card-block {
  min-height: inherit;
}
.js-product-list .product-miniature {
  width: 100%;
}

.thumbnail-container {
  width: 100%;
}

.thumbnail-top img {
  width: 100%;
}
li.product-flag.new {
  background: #dd9f22;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  border-radius: 5px;
}
/* Ya agar gap chahiye products ke beech */
.page-category .products.row {
  gap: 16px;
}

.page-category .products.row .js-product {
  flex: 0 0 calc(33.333% - 12px);
  max-width: calc(33.333% - 12px);
}

.page-category .js-product {
  border: solid 1px #ededed;
  border-radius: 10px;
  padding: 10px;

  transition: all linear 0.3s;
}
.product-miniature
  .thumbnail-container:focus
  .highlighted-informations.no-variants,
.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants {
  top: calc(100% - 3.1rem);
}
.product-miniature .thumbnail-container {
  margin-bottom: 0px;
}
.page-category .js-product:hover {
  box-shadow: #dd9f2257 0px 3px 8px;
  transform: scale(1.01);
  cursor: pointer;
}

.product-description .h3.product-title a {
  color: #dd9f22;
  font-size: 22px;
  font-weight: bold;
}

.product-description .product-price-and-shipping {
  color: #dd9f22;
  font-size: 16px;
  font-weight: 600;
}

.highlighted-informations.no-variants {
  background: #dd9f22;
  border-radius: 5px;
}

a.quick-view.js-quick-view {
  color: #fff !important;
}

/* cart checkout pages  */
p.promo-code-button.display-promo a {
    color: #EB9C15;
}

p.promo-code-button.display-promo {
    padding-top:20px;
}
.block-promo .promo-code-button.cancel-promo{
    color: #EB9C15;
    
}
.cart-grid-body {
  padding: 20px;
  border-radius: 5px;
  width: 70%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cart-grid-right {
  width: 29%;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-left: 15px;
}

.product-line-info > a {
  font-size: 20px;
  line-height: 26px !important;
}
.card.cart-summary a.btn.btn-primary {
  padding: 15px;
}
.product-line-info.product-price.h5 {
  color: #eb9c15;
  margin-top: 10px;
}
.form-control {
  padding: 0.5rem 1rem;
  color: #7a7a7a;
  background: #ffffff;
  border: 1px solid rgb(0 0 0 / 0.25);
  border-radius: 5px;
  /*height: 40px !important;*/
}

.cart-grid-body section.form-fields {
  display: flex;
  flex-flow: wrap;
  align-items: end;
  gap: 0px 40px;
}

.cart-grid-body .form-group.row {
  width: 50%;
  position: relative;
}

.cart-grid-body .col-md-3.form-control-comment {
  width: 20%;
  position: absolute;
  right: 0;
  margin-left: auto;
  display: flex;
  left: 0;
}

.cart-grid-body .col-md-6.js-input-column {
  width: 100%;
}
a.js-show-details {
  color: #eb9c15;
}

.cart-grid-body a.remove-from-cart {
  color: #dd9f22 !important;
}

.cart-grid-body .card-block h1 {
  color: #dd9f22;
  font-weight: bold !important;
}

.cart-grid-body .product-line-grid span.product-price {
  color: #dd9f22;
}
#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: #dd9f22;
}
.cart-grid-body .label {
  color: #dd9f22;
}
.product-line-info .label {
  color: #000;
}
h1.step-title.js-step-title.h3 {
  padding: 20px !important;
  border-radius: 5px;
  z-index: 99999;
  position: relative;
  border: solid 2px #ededed !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 800 !important;
}
.cart-grid-body label.col-md-3.form-control-label {
  width: 100%;
}
.blockreassurance_product {
  display: none;
}
li.product-flag.discount {
  background: #0aa53a !important;
  border-radius: 5px;
}
/* Cart page title hide karo */
.page-cart h1 {
  visibility: hidden;
  position: relative;
}

/* Naya title add karo */
.page-cart h1::after {
  content: "Basket";
  visibility: visible;
  position: absolute;
  left: 0;
}

/* sign in signup page */
/* Login page - center & card */
.page-authentication #content {
  max-width: 460px !important;
  border: 0.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  padding: 2.5rem !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 60px;
  margin-top: 60px;
}

/* Avatar icon top center */
.page-authentication .login-form::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: #dd9f22
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")
    center/24px no-repeat;
  border-radius: 50%;
  margin: 0 auto 1rem;
}

/* Inputs */
.page-authentication .form-control {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  transition: border-color 0.15s !important;
}

/* Show password button */
.page-authentication .btn[data-action="show-password"] {
  border-left: 1px solid #e5e7eb !important;
  border-radius: 0 8px 8px 0 !important;
  background: none !important;
  color: #dd9f22 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.page-authentication .forgot-password a {
  font-size: 12px !important;
  color: #dd9f22 !important;
}

/* Sign in button */
.page-authentication #submit-login {
  width: 100% !important;
  padding: 11px !important;
  background: #dd9f22 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
}
.page-authentication #submit-login:hover {
  background: #c48d1a !important;
}

/* Divider + register link */
.page-authentication hr {
  margin: 1.5rem 0 !important;
}
.page-authentication .no-account {
  text-align: center !important;
  font-size: 13px !important;
}
.page-authentication .no-account a {
  color: #dd9f22 !important;
  font-weight: 500 !important;
}

.page-authentication span.input-group-btn {
  position: absolute;
  right: 0;
}

.page-authentication .col-md-3.form-control-comment {
  display: none;
}

.page-authentication .col-md-6.js-input-column {
  width: 100%;
}

.page-authentication label.col-md-3.form-control-label.required {
  text-align: left;
}

/* ── REGISTRATION PAGE ── */

/* Card */
.page-registration #content {
  max-width: 560px !important;
  border: 0.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  padding: 2.5rem !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 60px auto !important;
}

/* Already have account link */
.page-registration .register-form > p {
  text-align: center !important;
  margin-bottom: 1.5rem !important;
}
.page-registration .register-form > p a {
  color: #dd9f22 !important;
  font-weight: 500 !important;
}

/* Labels */
.page-registration .form-control-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
  text-align: left !important;
  padding-bottom: 4px !important;
}

/* Hide empty col-md-3 */
.page-registration .col-md-3.form-control-comment {
  display: none !important;
}

/* Full width inputs */
.page-registration .col-md-6.js-input-column {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* Inputs */
.page-registration .form-control {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  transition: border-color 0.15s !important;
}
.page-registration .form-control:focus {
  border-color: #dd9f22 !important;
  box-shadow: 0 0 0 3px rgba(221, 159, 34, 0.15) !important;
}

/* Input hint text */
.page-registration .form-control-comment {
  font-size: 11px !important;
  color: #9ca3af !important;
  margin-top: 4px !important;
}

/* Show password button */
.page-registration .btn[data-action="show-password"] {
  border-left: 1px solid #e5e7eb !important;
  border-radius: 0 8px 8px 0 !important;
  background: none !important;
  color: #dd9f22 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

/* Password strength bar */
.page-registration .progress {
  height: 4px !important;
  border-radius: 4px !important;
  background: #f3f4f6 !important;
}
.page-registration .progress-bar {
  background: #dd9f22 !important;
  border-radius: 4px !important;
}

/* Checkboxes */
.page-registration .custom-checkbox label {
  font-size: 13px !important;
  color: #374151 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  cursor: pointer !important;
  display: flex;
  flex-flow: wrap;
}
.page-registration .custom-checkbox em {
  font-size: 11px !important;
  color: #9ca3af !important;
  display: block !important;
  margin-top: 3px !important;
}

/* Hide optin & newsletter checkboxes */
.page-registration #field-optin,
.page-registration #field-newsletter {
  display: none !important;
}
.page-registration #field-optin ~ span,
.page-registration #field-newsletter ~ span {
  display: none !important;
}
.page-registration label[for="field-optin"],
.page-registration label[for="field-newsletter"] {
  display: none !important;
}

/* Save button */
.page-registration .form-footer .btn-primary {
  width: 100% !important;
  float: none !important;
  padding: 11px !important;
  background: #dd9f22 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: 1rem !important;
}
.page-registration .form-footer .btn-primary:hover {
  background: #c48d1a !important;
}

/* Form group spacing */
.page-registration .form-group {
  margin-bottom: 1rem !important;
}

.page-registration span.input-group-btn {
  position: absolute;
  right: 0;
}
.form-group.center-email-fields {
  flex-flow: column;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 60px auto !important;
}
.input-group .input-group-btn>.btn[data-action=show-password]{
    z-index:9;
}

.forgotten-password .form-fields .email {
  width: 100%;
}

.forgotten-password .form-fields label.required {
  padding: 0;
  text-align: left;
}

.forgotten-password button#send-reset-link {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}

/* account page css */
.page-my-account #content .links a.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  border-color: #dd9f22 !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  width: 13%;
  transition: all linear 0.2s;
}
.page-my-account #content .links a.col-lg-4.col-md-6.col-sm-6.col-xs-12:hover {
  transform: scale(1.03);
}

.page-my-account #content .links {
  gap: 0px 20px;
  justify-content: center;
}

.page-my-account #content .links a i {
  font-size: 35px;
  color: #dd9f22;
  background: antiquewhite;
  width: 100%;
  max-width: 60px;
  margin: 0px auto 10px auto;
  border-radius: 200px;
  padding: 12px 0px 0px 0px;
  height: 57px;
}
.page-my-account
  #content
  .links
  a.col-lg-4.col-md-6.col-sm-6.col-xs-12:hover
  i {
  color: antiquewhite !important;
  background: #dd9f22;
}

/* Card */
.page-customer-account #content {
  max-width: 560px !important;
  border: 0.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  padding: 2.5rem !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 60px auto !important;
}

/* Already have account link */

/* Labels */
.page-customer-account .form-control-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
  text-align: left !important;
  padding-bottom: 4px !important;
}

/* Hide empty col-md-3 */
.page-customer-account .col-md-3.form-control-comment {
  display: none !important;
}

/* Full width inputs */
.page-customer-account .col-md-6.js-input-column {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* Inputs */
.page-customer-account .form-control {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  transition: border-color 0.15s !important;
}

/* Input hint text */
.page-customer-account .form-control-comment {
  font-size: 11px !important;
  color: #9ca3af !important;
  margin-top: 4px !important;
}

/* Show password button */
.page-customer-account .btn[data-action="show-password"] {
  border-left: 1px solid #e5e7eb !important;
  border-radius: 0 8px 8px 0 !important;
  background: none !important;
  color: #dd9f22 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  z-index: 9;
}

/* Password strength bar */

/* Checkboxes */
.page-customer-account .custom-checkbox label {
  font-size: 13px !important;
  color: #374151 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  cursor: pointer !important;
  display: flex;
  flex-flow: wrap;
}
.page-customer-account .custom-checkbox em {
  font-size: 11px !important;
  color: #9ca3af !important;
  display: block !important;
  margin-top: 3px !important;
}

/* Save button */
.page-customer-account .form-footer .btn-primary {
  width: 100% !important;
  float: none !important;
  padding: 11px !important;
  background: #dd9f22 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: 1rem !important;
}
.page-customer-account form-footer .btn-primary:hover {
  background: #c48d1a !important;
}

span.input-group-btn {
  position: absolute;
  right: 0;
}
.page-customer-account .form-group.center-email-fields {
  flex-flow: column;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  border-radius: 12px !important;
  padding: 30px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 60px auto !important;
}
footer.page-footer a {
  color: #dd9f22;
}
footer.page-footer a:hover {
  color: #c49025;
}
header.page-header h1 {
  text-align: center;
  color: #dd9f22;
  font-size:35px;
}

/*order confermation page*/
/* ── ORDER CONFIRMATION PAGE ── */

.page-order-confirmation #main {
  max-width: 1200px ;
  margin: 2rem auto ; 
}

/* Success header */
#content-hook_order_confirmation.card {
  border: 0.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  box-shadow: none !important;
}

#content-hook_order_confirmation .card-title {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

#content-hook_order_confirmation .material-icons.done {
  width: 48px !important;
  height: 48px !important;
  background: #d1fae5 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #059669 !important;
  font-size: 24px !important;
}

/* Main content card */
#content.page-order-confirmation.card {
  border: 0.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  margin-bottom: 16px !important;
}

/* Order items table */
.page-order-confirmation .order-confirmation-table {
  border: none !important;
}

.page-order-confirmation .order-line {
  padding: 14px 0 !important;
  border-bottom: 0.5px solid #f3f4f6 !important;
}

.page-order-confirmation .order-line .image img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  background: #f9fafb !important;
}

/* Totals table */
.page-order-confirmation table {
  width: 100% !important;
  margin-top: 16px !important;
}

.page-order-confirmation table td {
  padding: 6px 0 !important;
  font-size: 13px !important;
  color: #6b7280 !important;
}

.page-order-confirmation table td:last-child {
  text-align: right !important;
  color: #1c1c1c !important;
}

.page-order-confirmation .total-value td {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #DD9F22 !important;
  border-top: 0.5px solid #e5e7eb !important;
  padding-top: 12px !important; 
  
}
 

/* Order details */
#order-details {
  background: #f9fafb !important;
  border-radius: 12px !important;
  padding: 1.25rem !important;
  border: 0.5px solid #e5e7eb !important;
  transform:translate(15px, 0px);
  margin-bottom: 10px;
}

#order-details .h3 {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
}

#order-details ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#order-details ul li {
  font-size: 12px !important;
  color: #6b7280 !important;
  padding: 6px 0 !important;
  border-bottom: 0.5px solid #f3f4f6 !important;
}

/* Payment instructions */
#content-hook_payment_return.card {
  border: 0.5px solid #DD9F22 !important;
  border-radius: 12px !important;
  background: #FEF3D7 !important;
  box-shadow: none !important;
}

#content-hook_payment_return p,
#content-hook_payment_return li {
  font-size: 13px !important;
  color: #854F0B !important;
}

#content-hook_payment_return .price strong {
  color: #DD9F22 !important;
  font-size: 15px !important;
} 

@media(max-width:820px){
     
 

.page-category .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
      flex: 47%;
    max-width: calc(80% - 5px);
}
 
}

@media(max-width:480px){
 

.page-category .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
      flex: 47%;
    max-width: calc(80% - 5px);
}
 
.page-category .products.row  {
    display: flex !important;
    flex-flow:nowrap; 
    margin:0px
}
 

.page-category .products.row h2.h3.product-title a {
    font-size:16px !important;
}
}