/* make an offer styles */
button.btn.btn-primary.btn_make_offer:not(:disabled):not(.disabled),
button.btn.btn-primary.btn_make_offer {
  margin-bottom: 20px;
  background: #ac7e6a !important;
  border-color: #ac7e6a !important;
  color: #fff !important;
}

button.btn.btn-primary.btn_make_offer:hover,
button.btn.btn-primary.btn_make_offer:not(:disabled):not(.disabled):hover {
  background: none !important;
  border-color: #ac7e6a !important;
  color: #ac7e6a !important;
}

.modal[aria-labelledby="makeOfferTitle"] .modal-header {
  position: relative;
  padding: 15px 34px;
}

.modal[aria-labelledby="makeOfferTitle"] .modal-title {
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.modal[aria-labelledby="makeOfferTitle"] button.close {
  opacity: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.modal[aria-labelledby="makeOfferTitle"] button.close span {
  font-weight: 300;
  color: #4a6e60;
  font-size: 35px;
  line-height: 1;
}

.modal[aria-labelledby="makeOfferTitle"] .modal-body {
  padding: 20px;
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap .img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  background: #ececec;
  margin-inline-end: 16px;
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap .img img {
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap .img+.description {
  width: calc(100% - 76px);
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap .description {
  font-size: 14px;
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap .description span {
  display: block;
}

.modal[aria-labelledby="makeOfferTitle"] .item-wrap .description .price {
  color: #808080;
}

.modal[aria-labelledby="makeOfferTitle"] .make-offer-form {
  margin-bottom: 20px;
}

.modal[aria-labelledby="makeOfferTitle"] .make-offer-form .form-control {
  border-radius: 0;
  border-width: 0 0 1px;
  padding-inline: 0;
  height: 30px;
  border-color: #4a6e60;
}

.modal[aria-labelledby="makeOfferTitle"] .make-offer-form .form-control::placeholder {
  opacity: 0.7;
}

.modal[aria-labelledby="makeOfferTitle"] .make-offer-form .input-info {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin: 4px 0 0;
}

.modal[aria-labelledby="makeOfferTitle"] .offer-info {
  font-size: 12px;
  opacity: 0.7;
}

.modal[aria-labelledby="makeOfferTitle"] .offer-info p {
  margin-bottom: 10px;
}

.modal[aria-labelledby="makeOfferTitle"] .offer-info p:last-child {
  margin-bottom: 0;
}

.modal[aria-labelledby="makeOfferTitle"] .modal-footer {
  border-top: 0;
  padding-top: 0;
}

.counter-offer-modal {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.counter-offer-modal .counter-offer-modal-content {
  background: #fff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px;
  min-width: 300px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  font-weight: 300;
}

@media (min-width: 768px) {
  .counter-offer-modal .counter-offer-modal-content {
    min-width: 400px;
    max-width: 500px;
  }
}

.counter-offer-modal .counter-offer-modal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.counter-offer-modal .counter-offer-modal-footer button.button.btn {
  font-size: 13px;
  width: 100%;
}

.counter-offer-modal .counter-offer-close {
  background: #4a6e60;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 0;
  top: -15px;
  right: -15px;
}

.counter-offer-modal .counter-offer-price.form-control {
  margin-bottom: 12px;
}

.counter-offer-modal .counter-offer-error {
  margin: 0 0 9px;
  color: #ffc107;
}

.offers-grid .product-image {
  margin-bottom: 20px;
  --shop-image-aspect-ratio: 1 / 1.5;
  position: relative;
}

.offers-grid .product-item.outofstock .product-image img {
  opacity: 0.6;
}

.offers-grid .product-image img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: var(--shop-image-aspect-ratio, 1 / 1.2);
}

.offers-grid .offer-actions:has(:not(.action-info)) {
  margin-top: 14px;
  gap: 6px;
}

.offers-grid .offer-actions button.button,
.offers-grid .offer-actions .submit-new-offer-btn {
  font-size: 13px;
  flex: 1;
}

.offers-grid .product-detail {
  font-size: 14px;
  font-weight: 300;
}

.offers-grid .product-detail h3 {
  font-weight: 300;
}

.offers-grid .buyer-info p {
  margin: 0 0 6px;
}

.offers-grid .received-offer-status,
.offers-grid .submitted-offer-status {
  font-style: italic;
}

.offers-grid .price-comparison {
  font-weight: 400;
  gap: 3px;
  margin-bottom: 6px;
}

.offers-grid .price-comparison>div {
  width: 100%;
}

.offer-counter {
  display: block !important;
}

.offer-counter .counter-label {
  margin-inline-end: 4px;
  display: inline;
}

.user-info-container .woocommerce-MyAccount-navigation .myaccount-menu li .badge.badge-danger {
  border-radius: 50%;
  background: #b68563;
  margin-inline-end: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 0;
}

.offers-grid .product-col.old-offer a,
.offers-grid .product-col.old-offer button {
  pointer-events: none;
}

.offers-grid .product-col.old-offer button,
.offers-grid .product-col.old-offer .product-image img {
  opacity: 0.7;
}

.offers-grid .unread-notifications-text {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #b68563;
  color: #fff;
  z-index: 1;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 12px;
}

.offers-grid .woocommerce-message {
  color: #4a6e60;
  font-weight: 500;
  margin-top: 6px;
}

.offers-grid .woocommerce-message p:last-child {
  margin: 0;
}

/* header wishlist img style fix */
.header-wishlist-box .product-item .img-wrap img {
  aspect-ratio: 586 / 780;
  object-fit: cover;
}

/* policy checkbox styles */
.wpcf7-list-item-label a,
.custom-cookie-outer a {
  color: #b68563;
}

.custom-cookie-outer .cookie-close-btn,
.custom-cookie-outer .cookie-close-btn:hover,
.custom-cookie-outer .cookie-close-btn:focus {
  background: #b68563;
  border-color: #b68563;
}

.check-wrap+.check-wrap {
  margin-top: 8px;
}

.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
}

.wpcf7-form.unaccepted .wpcf7-response-output {
  color: red;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #4a6e60;
}

.contact-form-holder .wpcf7-response-output {
  text-align: center;
}

.contact-form-holder .check-wrap .wpcf7-list-item {
  margin: 0;
}

.contact-form-holder .check-wrap span {
  display: block
}

.contact-form-holder .check-wrap label {
  position: relative;
  display: table;
  margin: 0
}

.contact-form-holder .check-wrap label input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0
}

.contact-form-holder .check-wrap label input[type="checkbox"]:checked~.wpcf7-list-item-label:before {
  content: '\e909';
  background: #fff;
  border-color: #b68563;
  color: #b68563;
}

.contact-form-holder .check-wrap label .wpcf7-list-item-label {
  position: relative;
  padding-right: 1rem;
  font-size: .6875rem;
  line-height: .875rem
}

.contact-form-holder .check-wrap label .wpcf7-list-item-label:before {
  position: absolute;
  right: 0;
  content: '';
  width: .625rem;
  height: .625rem;
  top: .4375rem;
  transform: translate(0, -50%);
  border: 1px solid #eaeaea;
  border-radius: 2px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 0.375rem/1.2 "icomoon";
  color: #fff
}

.order-cancel-form .input-field-item .form-control {
  border-radius: 0;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .fake-input {
  top: 4px;
  transform: none;
}

.order-cancel-form .cancel-order-terms-conditions .cancel-order-checkbox .wpcf7-list-item-label {
  padding-right: 1.6rem;
}

.order-cancel-form .cancel-order-terms-conditions {
  margin-bottom: 40px !important;
}

.woocommerce-account .account-newsletter form .check-wrap label .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-inline-start: 28px;
}

.woocommerce-account .account-newsletter form .check-wrap label .wpcf7-list-item-label:before {
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  font-size: 10px;
}

.remeber-check .label-text abbr {
  display: none;
}

.woocommerce-account .account-newsletter form .btn-wrap .btn-submit:not(:disabled):not(.disabled):hover {
  transform: none;
  border: 1px solid #4a6e60;
}

@media (max-width: 767px) {
  .order-cancel-wrapper {
    padding-bottom: calc(var(--padding-bottom) + 60px);
  }
}

@media (min-width: 768px) {
  .contact-form-holder .check-wrap label .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 18px;
    padding-right: 24px
  }

  .checkout-container .woocommerce-checkout-payment .form-row.place-order .btn-checkout {
    margin-top: 4px;
  }
}

@media (min-width: 992px) {
  .contact-form-holder .check-wrap label .wpcf7-list-item-label:before {
    top: 9px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    border-radius: 3px;
  }

  .contact-form-holder .check-wrap label .wpcf7-list-item-label {
    padding-right: 26px;
    line-height: 20px
  }
}

.header-layout-two .header-left-nav .account-menu a {
  width: 75px;
}

/* search form styles */
@media (max-width: 992px) {
  .header-left-nav a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
    background: #eee;
    padding: 11px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }

  .dgwt-wcas-enable-mobile-form {
    display: none !important;
  }

  .dgwt-wcas-ico-magnifier,
  .dgwt-wcas-ico-magnifier-handler,
  html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    max-width: 50px !important;
    margin-left: 1rem;
  }



  .account-menu.d-flex.d-md-none {
    display: block;
    margin-top: -4px;
    margin-left: 19px;
  }
}

@media (max-width: 767px) {
  .header-left-nav a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
    padding: 0;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-left-nav a.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler svg {
    width: 1em;
    height: 1em;
    margin: 0 auto;
  }

  .header-layout-two .account-menu a {
    width: auto;
  }
}

@media (max-width: 499px) {
  .dgwt-wcas-enable-mobile-form {
    display: block !important;
  }
}