/*
Theme Name: Divine Collection
Description: A modern e-commerce WordPress theme based on the Divine Collection static template
Version: 1.0
Author: Your Name
Text Domain: divine-collection
*/

/* WordPress specific styles */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
}

/* Navigation active states for WordPress */
.header__menu ul li.current-menu-item a:after,
.header__menu ul li.current_page_item a:after,
.header__menu ul li.current-menu-parent a:after,
.header__menu ul li.current_page_parent a:after,
.header__menu ul li.current_page_ancestor a:after,
.header__menu ul li.active a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* WooCommerce Checkout Form Styling */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  width: 100%;
  background: #f3f2ee;
  border-radius: 0;
  font-size: 16px;
  color: #b7b7b7;
  outline: none;
}

.woocommerce .checkout__form__input {
  margin-bottom: 25px;
}

.woocommerce .checkout__form__input p {
  color: #444444;
  font-weight: 600;
  margin-bottom: 12px;
}

.woocommerce .checkout__form__input span {
  color: #fbbc4a;
}

.woocommerce .form-row {
  margin: 0 0 25px;
}

.woocommerce .form-row label {
  display: none;
}

.woocommerce .checkout__form__checkbox {
  margin-bottom: 25px;
}

.woocommerce .checkout__form__checkbox label {
  color: #444444;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

.woocommerce .checkout__form__checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.woocommerce .checkout__form__checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f3f2ee;
  border: 1px solid #e1e1e1;
}

.woocommerce .checkout__form__checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.woocommerce .checkout__form__checkbox input:checked ~ .checkmark:after {
  display: block;
}

.woocommerce .checkout__form__checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fbbc4a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce .checkout__order__product ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .checkout__order__product ul li {
  overflow: hidden;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce .checkout__order__product ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce .checkout__order__product ul li .top__text {
  color: #444444;
  font-weight: 600;
  font-size: 16px;
}

.woocommerce .checkout__order__product ul li .top__text__right {
  color: #444444;
  font-weight: 600;
  font-size: 16px;
  float: right;
}

.woocommerce .checkout__order__product ul li span {
  color: #fbbc4a;
  font-weight: 600;
  float: right;
}

.woocommerce .checkout__order__total ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .checkout__order__total ul li {
  overflow: hidden;
  margin-bottom: 18px;
  color: #444444;
  font-weight: 500;
}

.woocommerce .checkout__order__total ul li:last-child {
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  font-weight: 600;
  color: #fbbc4a;
}

.woocommerce .checkout__order__total ul li span {
  color: #fbbc4a;
  font-weight: 600;
  float: right;
}

.woocommerce .checkout__order__widget {
  margin-top: 45px;
}

.woocommerce .checkout__order__widget label {
  color: #444444;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  margin-bottom: 15px;
}

.woocommerce .checkout__order__widget input[type="checkbox"],
.woocommerce .checkout__order__widget input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.woocommerce .checkout__order__widget .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f3f2ee;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.woocommerce .checkout__order__widget .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.woocommerce .checkout__order__widget input:checked ~ .checkmark:after {
  display: block;
}

.woocommerce .checkout__order__widget .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fbbc4a;
}

.woocommerce .site-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #fbbc4a;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  padding: 14px 30px 12px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.woocommerce .site-btn:hover {
  background: #b71c1c;
  color: #ffffff;
}

/* Hide WooCommerce default styling conflicts */
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  display: none;
}

.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper {
  margin: 0;
}

.woocommerce #payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce #payment .payment_methods li {
  margin-bottom: 15px;
}

.woocommerce #payment .payment_methods li label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #444444;
}

.woocommerce #payment .payment_methods li input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.woocommerce #payment .payment_methods li label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f3f2ee;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.woocommerce #payment .payment_methods li input:checked + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fbbc4a;
}

/* Remove yellow text color - keep original white color */
/* .header__menu ul li.current-menu-item a,
.header__menu ul li.current_page_item a,
.header__menu ul li.current-menu-parent a,
.header__menu ul li.current_page_parent a,
.header__menu ul li.current_page_ancestor a,
.header__menu ul li.active a {
  color: #fbbc4a;
} */

/* Dynamic cart and wishlist styles */
.header__right__widget .tip {
  position: absolute;
  right: -8px;
  top: -8px;
  height: 18px;
  width: 18px;
  background: #e53637;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
}

.header__right__widget .tip:empty {
  display: none;
}

.header__right__widget .tip:not(:empty) {
  display: block;
}

/* Offcanvas menu cart and wishlist styles */
.offcanvas__widget .tip {
  position: absolute;
  right: -8px;
  top: -8px;
  height: 18px;
  width: 18px;
  background: #e53637;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
}

.offcanvas__widget .tip:empty {
  display: none;
}

.offcanvas__widget .tip:not(:empty) {
  display: block;
}

/* Hide tip when count is 0 */
.header__right__widget .tip[data-count="0"],
.offcanvas__widget .tip[data-count="0"] {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .header__right__widget .tip {
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 9px;
  }

  .offcanvas__widget .tip {
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 9px;
  }
}

/* Shop filters styling */
.shop__sidebar .sidebar__categories .card-heading {
  cursor: pointer;
  transition: all 0.3s ease;
}

.shop__sidebar .sidebar__categories .card-heading:hover {
  background-color: #f8f9fa;
}

.shop__sidebar .sidebar__categories .card-heading.active {
  background-color: #fbbc4a;
  color: #fff;
}

.shop__sidebar .sidebar__categories .card-body ul li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.shop__sidebar .sidebar__categories .card-body ul li:last-child {
  border-bottom: none;
}

.shop__sidebar .sidebar__categories .card-body ul li a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.shop__sidebar .sidebar__categories .card-body ul li a:hover {
  color: #fbbc4a;
}

/* Price range slider */
.price-range {
  margin: 20px 0;
}

.price-input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.price-input input {
  width: 60px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* Size and color filters */
.size__list label,
.color__list label {
  display: block;
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.size__list label:hover,
.color__list label:hover {
  color: #fbbc4a;
}

/* Product cards improvements */
.product__item {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.product__item:hover {
  transform: translateY(-5px);
}

.product__item__pic {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.product__item__pic img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.product__item:hover .product__item__pic img {
  transform: scale(1.05);
}

.product__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.product__item:hover .product__hover {
  transform: translateY(0);
}

.product__hover li {
  display: inline-block;
  margin-right: 10px;
}

.product__hover li a {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}

.product__hover li a:hover {
  color: #fbbc4a;
}

/* Product labels */
.product__item__pic .label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.product__item__pic .label.new {
  background-color: #28a745;
}

.product__item__pic .label.sale {
  background-color: #dc3545;
}

.product__item__pic .label.stockout {
  background-color: #6c757d;
}

/* Product text */
.product__item__text {
  padding: 15px 0;
}

.product__item__text h6 {
  margin-bottom: 10px;
}

.product__item__text h6 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product__item__text h6 a:hover {
  color: #fbbc4a;
}

.product__item__text .rating {
  margin-bottom: 10px;
}

.product__item__text .rating i {
  font-size: 12px;
  color: #e3c01c;
  margin-right: 2px;
}

.product__item__text .rating i:last-child {
  margin-right: 0;
}

.product__item.sale .product__item__text .product__price {
  color: #111111;
  font-weight: 600;
}

.trend__item__text .product__price {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
}

.trend__item__text .product__price span {
  font-size: 14px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 8px;
}

.product__item__text .product__price {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
}

.product__item__text .product__price span {
  font-size: 14px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 8px;
}

/* Quick view popup */
.quick-view-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.popup-close:hover {
  color: #333;
}

.popup-content img {
  max-width: 100%;
  height: auto;
}

/* Coupon Form Styling */
#coupon-form-container {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
}

.woocommerce-form-coupon {
  margin: 0;
  padding: 0;
}

.woocommerce-form-coupon p {
  margin-bottom: 15px;
  color: #444444;
  font-weight: 500;
}

.woocommerce-form-coupon input[name="coupon_code"] {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 20px;
  color: #666666;
  background: #fff;
}

.woocommerce-form-coupon input[name="coupon_code"]::placeholder {
  color: #666666;
}

.woocommerce-form-coupon button[name="apply_coupon"] {
  background: #fbbc4a;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-form-coupon button[name="apply_coupon"]:hover {
  background: #e5a93a;
}

/* Coupon link styling */
.coupon__link {
  font-size: 14px;
  color: #444444;
  padding: 14px 0;
  background: #f5f5f5;
  border-top: 2px solid #fbbc4a;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
}

.coupon__link a {
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.coupon__link a:hover {
  color: #fbbc4a;
}

.coupon__link span {
  font-size: 14px;
  color: #fbbc4a;
  margin-right: 5px;
}

/* Responsive coupon form styling */
@media (max-width: 767px) {
  #coupon-form-container {
    padding: 15px;
    margin-bottom: 20px;
  }

  .woocommerce-form-coupon input[name="coupon_code"] {
    height: 45px;
    font-size: 13px;
    padding-left: 15px;
  }

  .woocommerce-form-coupon button[name="apply_coupon"] {
    padding: 10px 20px;
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
  }

  .coupon__link {
    padding: 12px 0;
    font-size: 13px;
  }
}

/* Additional WooCommerce coupon form overrides */
.woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-form-coupon {
  display: block !important;
}

/* Ensure proper spacing in checkout form */
.checkout__form .coupon__link {
  margin-bottom: 30px;
}

/* Style the coupon success/error messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #f8f9fa;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #444444;
}

.woocommerce-message {
  border-left: 4px solid #28a745;
}

.woocommerce-error {
  border-left: 4px solid #dc3545;
}

.woocommerce-info {
  border-left: 4px solid #17a2b8;
}

/* Checkout form input styling to match static design exactly */
.checkout__form__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 20px;
  color: #666666;
  background: #fff;
  box-sizing: border-box;
}

.checkout__form__input input::placeholder {
  color: #666666;
}

.checkout__form__input p {
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px;
}

.checkout__form__input p span {
  color: #fbbc4a;
}

/* Checkout form heading styling */
.checkout__form h5 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

/* Checkout form checkbox styling */
.checkout__form__checkbox {
  margin-bottom: 20px;
}

.checkout__form__checkbox label {
  display: block;
  padding-left: 24px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}

.checkout__form__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.checkout__form__checkbox label input:checked ~ .checkmark {
  border-color: #fbbc4a;
}

.checkout__form__checkbox label input:checked ~ .checkmark:after {
  border-color: #fbbc4a;
  opacity: 1;
}

.checkout__form__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}

.checkout__form__checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: -1px;
  width: 3px;
  height: 6px;
  border: solid #fbbc4a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkout__form__checkbox label input:checked ~ .checkmark:after {
  display: block;
}

.checkout__form__checkbox p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/* Remove any WooCommerce default styling that might interfere */
.woocommerce .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce .form-row label {
  display: none !important;
}

.woocommerce .required {
  display: none !important;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last,
.woocommerce .form-row-wide {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Style WooCommerce form fields and dropdowns to match static design */
.checkout__form__input .form-row,
.checkout__form__input .woocommerce-input-wrapper,
.woocommerce .form-row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.checkout__form__input select,
.checkout__form__input .form-row select,
.woocommerce .form-row select,
.woocommerce select {
  height: 50px !important;
  width: 100% !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 2px !important;
  margin-bottom: 25px !important;
  font-size: 14px !important;
  padding-left: 20px !important;
  padding-right: 40px !important;
  color: #666666 !important;
  background: #fff !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 16px !important;
}

.checkout__form__input select:focus,
.checkout__form__input .form-row select:focus,
.woocommerce .form-row select:focus,
.woocommerce select:focus {
  outline: none !important;
  border-color: #fbbc4a !important;
}

/* Hide WooCommerce labels for dropdowns */
.checkout__form__input .form-row label,
.checkout__form__input .woocommerce-input-wrapper label {
  display: none !important;
}

/* Ensure proper spacing for WooCommerce form rows */
.checkout__form__input .form-row {
  margin-bottom: 0 !important;
}

/* Additional WooCommerce styling overrides */
.woocommerce-billing-fields .form-row,
.woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 !important;
  padding: 0 !important;
}

/* Style enhanced select (Select2) dropdowns if they appear */
.checkout__form__input .select2-container,
.checkout__form__input .select2-container .select2-selection--single {
  height: 50px !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 2px !important;
}

.checkout__form__input
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px !important;
  padding-left: 20px !important;
  color: #666666 !important;
  font-size: 14px !important;
}

.checkout__form__input
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px !important;
  right: 10px !important;
}

/* Ensure all form fields are properly styled */
.checkout__form__input input[type="text"],
.checkout__form__input input[type="email"],
.checkout__form__input input[type="tel"],
.checkout__form__input input[type="password"],
.checkout__form__input textarea,
.checkout__form__input select {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 20px;
  color: #666666;
  background: #fff;
  box-sizing: border-box;
}

.checkout__form__input textarea {
  height: 100px;
  padding-top: 15px;
  resize: vertical;
}

/* Order section styling to match static design */
.checkout__order h5 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.checkout__order__product ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.checkout__order__product ul li {
  overflow: hidden;
  margin-bottom: 10px;
  color: #444444;
  font-weight: 500;
  font-size: 14px;
}

.checkout__order__product ul li:first-child {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.checkout__order__product ul li span {
  float: right;
  color: #111111;
  font-weight: 600;
}

.checkout__order__product ul li:first-child span {
  color: #444444;
  font-weight: 500;
}

.checkout__order__total {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.checkout__order__total ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout__order__total ul li {
  overflow: hidden;
  margin-bottom: 8px;
  color: #444444;
  font-weight: 500;
}

.checkout__order__total ul li:last-child {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.checkout__order__total ul li span {
  float: right;
}

/* Place order button styling to match static */
.site-btn,
.woocommerce #place_order {
  background: #fbbc4a;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.site-btn:hover,
.woocommerce #place_order:hover {
  background: #e5a93a;
  color: #fff;
}

/* Payment method styling to match static design */
.checkout__order__widget label {
  display: block;
  padding-left: 24px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}

.checkout__order__widget label input[type="checkbox"],
.checkout__order__widget label input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.checkout__order__widget label input:checked ~ .checkmark {
  border-color: #fbbc4a;
}

.checkout__order__widget label input:checked ~ .checkmark:after {
  border-color: #fbbc4a;
  opacity: 1;
}

.checkout__order__widget label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}

.checkout__order__widget label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkout__order__widget label input:checked ~ .checkmark:after {
  display: block;
}

.checkout__order__widget label .checkmark:after {
  left: 2px;
  top: -1px;
  width: 3px;
  height: 6px;
  border: solid #fbbc4a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Header Auth Styling - Like blog.html */
.header__right__auth {
  display: inline-block;
  margin-right: 20px;
}

.header__right__auth a {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  margin-right: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__right__auth a:hover {
  color: #fbbc4a;
}

.header__right__auth a:last-child {
  margin-right: 0;
}

/* User Account Dropdown - Matching Header Menu Style */
.user-account-dropdown {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

.account-toggle {
  color: #666666 !important;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 0 !important;
  background: transparent;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.account-toggle:hover {
  color: #fbbc4a !important;
}

.account-toggle::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fbbc4a;
  content: "";
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.account-toggle:hover::after {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.account-toggle i.fa-user {
  margin-right: 6px;
  font-size: 18px;
}

.dropdown-arrow {
  margin-left: 6px;
  font-size: 8px;
  transition: transform 0.3s ease;
  color: #999999;
}

.account-dropdown-menu {
  position: absolute;
  right: 0;
  top: 56px;
  width: 180px;
  background: #111111;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.user-account-dropdown:hover .account-dropdown-menu,
.user-account-dropdown.active .account-dropdown-menu {
  top: 27px;
  opacity: 1;
  visibility: visible;
}

.user-account-dropdown:hover .dropdown-arrow,
.user-account-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
  color: #fbbc4a;
}

.account-dropdown-menu a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 20px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.account-dropdown-menu a:last-child {
  border-bottom: none;
}

.account-dropdown-menu a:hover {
  background-color: #fbbc4a;
  color: #111111;
  font-weight: 500;
}

.account-dropdown-menu a i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease;
}

/* Special styling for logout link */
.account-dropdown-menu a[href*="logout"]:hover {
  background-color: #dc3545;
  color: #ffffff;
}

.account-dropdown-menu a[href*="logout"]:hover i {
  color: #ffffff;
}

/* Mobile Offcanvas Auth */
.offcanvas__auth {
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
}

.offcanvas__auth a {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.offcanvas__auth a:hover {
  color: #fbbc4a;
}

.mobile-user-info {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.mobile-user-info i {
  margin-right: 8px;
  color: #fbbc4a;
}

.mobile-user-links {
  display: flex;
  flex-direction: column;
}

.mobile-user-links a {
  display: block;
  padding: 8px 0;
  color: #111111;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-right: 0 !important;
}

.mobile-user-links a:hover {
  color: #fbbc4a;
}

/* Checkout form visibility management */
.checkout__form.guest-checkout {
  display: none;
}

.checkout__form.user-checkout {
  display: block;
}

/* Authentication section styling */
.checkout__authentication {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.checkout__authentication h6 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.checkout__authentication h6 i {
  color: #fbbc4a;
  margin-right: 8px;
}

.guest-checkout-option {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}

/* Welcome section styling */
.checkout__welcome {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #d1ecf1;
}

.welcome__info h6 {
  color: #155724;
  font-weight: 600;
  margin-bottom: 10px;
}

.welcome__info h6 i {
  color: #28a745;
  margin-right: 8px;
}

.user__actions {
  margin-top: 15px;
}

.user__actions a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.user__actions a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 10px;
  color: #666;
}

/*------------------------------------------------------------------
[Divine Collection - Login & Register Styles]
-------------------------------------------------------------------*/

/* Login & Register Page Wrapper */
.divine-account-wrapper {
  background: #f8f9fa;
  min-height: 80vh;
}

/* Login & Register Form Styling */
.divine-login-form,
.divine-register-form {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  margin-top: 30px;
}

.divine-login-form .section-title h4,
.divine-register-form .section-title h4 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}

.divine-login-form .section-title p,
.divine-register-form .section-title p {
  color: #666666;
  margin-bottom: 40px;
}

/* Enhanced form input styling */
.divine-login-form .checkout__form__input input,
.divine-register-form .checkout__form__input input {
  height: 50px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
  transition: all 0.3s ease;
  width: 100%;
}

.divine-login-form .checkout__form__input input:focus,
.divine-register-form .checkout__form__input input:focus {
  border-color: #fbbc4a;
  box-shadow: 0 0 10px rgba(202, 21, 21, 0.1);
  outline: none;
}

/* Enhanced button styling */
.divine-login-form .site-btn,
.divine-register-form .site-btn {
  background: linear-gradient(135deg, #fbbc4a 0%, #e91e1e 100%);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(202, 21, 21, 0.3);
  height: 50px;
  font-size: 14px;
}

.divine-login-form .site-btn:hover,
.divine-register-form .site-btn:hover {
  background: linear-gradient(135deg, #b01313 0%, #d11c1c 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(202, 21, 21, 0.4);
  color: #ffffff;
}

/* Social buttons */
.social-btn {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 5px !important;
  cursor: pointer;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.facebook-btn:hover {
  background: #2d4373 !important;
}

.google-btn:hover {
  background: #c23321 !important;
}

/* Links styling */
.divine-login-links a,
.divine-register-links a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.divine-login-links a:hover,
.divine-register-links a:hover {
  color: #b01313 !important;
  text-decoration: underline;
}

/* Checkbox styling improvements */
.divine-login-form .checkout__form__checkbox label,
.divine-register-form .checkout__form__checkbox label {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  cursor: pointer;
}

.divine-login-form .checkout__form__checkbox .checkmark,
.divine-register-form .checkout__form__checkbox .checkmark {
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.divine-login-form .checkout__form__checkbox input:checked ~ .checkmark,
.divine-register-form .checkout__form__checkbox input:checked ~ .checkmark {
  background-color: #fbbc4a;
  border-color: #fbbc4a;
}

.divine-login-form .checkout__form__checkbox input:checked ~ .checkmark:after,
.divine-register-form
  .checkout__form__checkbox
  input:checked
  ~ .checkmark:after {
  border-color: white;
}

/* Toggle links for switching between forms */
.toggle-register,
.toggle-login {
  cursor: pointer;
}

/* WooCommerce form compatibility */
.woocommerce-form-login,
.woocommerce-form-register {
  width: 100%;
}

.woocommerce-Input {
  width: 100% !important;
}

/* Error messages styling */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 14px;
}

.woocommerce-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.woocommerce-message {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.woocommerce-info {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .divine-login-form,
  .divine-register-form {
    padding: 30px 20px;
    margin-top: 20px;
  }

  .divine-login-form .section-title h4,
  .divine-register-form .section-title h4 {
    font-size: 20px;
  }

  .social-btn {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px !important;
  }

  .divine-account-wrapper {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Additional styling for form validation */
.checkout__form__input.error input {
  border-color: #e74c3c;
  background-color: #fdf2f2;
}

.checkout__form__input.success input {
  border-color: #27ae60;
  background-color: #f2fdf5;
}

.form-message {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.form-message.error {
  color: #e74c3c;
}

.form-message.success {
  color: #27ae60;
}
