.product-holder li {
    display: block;
    list-style: none;
}
.woocommerce-loop-product__title {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0;
    font-weight: 400;
}
.price {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.filter-group {
    padding: 20px 0;
}

.shop-sidebar h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.form-check {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.form-check-input {
    border: 1px solid white !important;
    background-color: transparent;
    box-shadow: none;
    appearance: none;
    width: 1.2em;
    height: 1.2em;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.form-check-input:checked {
  background-color: white;
}

.form-check-input:checked::after {
  content: '';
  position: absolute;
  top: 0.2em;
  left: 0.4em;
  width: 0.25em;
  height: 0.5em;
  border: solid black;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}


.single-product .product_title {
    margin-bottom: 0;
}
.single-product .large-price {
    font-size: 30px;
    font-weight: 600;
}

.quantity-label {
  display: block;
  color: white;
  margin-bottom: 8px;
  font-size: 16px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.qty {
  width: 50px;
  text-align: center;
  background: black;
  color: white;
  border: 1px solid #ccc;
}

form.cart, form.buy-now-form {
    display: inline-block;
    margin-right: 10px;
    width: 47%;
}

.buy-now-button {
	border: 1px solid #fff;
	cursor: pointer;
	padding: 15px 40px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	width: 100%;
	font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	background-color: #c9a716;
	color: #000;
	padding: 15px 40px;
	cursor: pointer;
	border-radius: 0;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #c7a517;
	width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
	background-color: #000;
	border-color: #fff;
}

.buy-now-button:hover {
	background-color: #c9a716;
	color: #000;
	border-color: #c9a716;
}

.single-product form.cart .quantity {
  display: none !important;
}

.product-image-big {
	margin: auto;
	min-width: 600px;
}

.single-prod-display {
    max-width: 600px;
}

.related-products img,
.prod-img img {
    width: 100%;
}

.woocommerce-message::before {
	color: #c3a217;
}

.woocommerce-message {
    border-top-color: #c3a217;
    outline: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: #c3a217;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    color: #fff;
    font-size: 16px;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-textarea {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
    color: #fff !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff !important;
    margin-top: 50px;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
    padding-top: 0 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border: 1px solid #fff !important;
	border-radius: 0 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: #CBA60B;
    font-size: 18px;
    font-weight: 600;
}
.wc-block-checkout__add-note .wc-block-components-textarea::placeholder {
    color: #fff;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: #ac8c04;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	opacity: 1 !important;
}
.wc-block-components-product-name {
    color: #fff;
    margin-bottom: 0 !important;
    font-weight: 600;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-weight: 400;
    font-size: 16px;
}
tr.wc-block-cart-items__row td {
    border-bottom: 1px solid #D9D9D9 !important;
    padding-bottom: 30px !important;
}
.wc-block-components-button__text {
    color: #000 !important;
}
@media (min-width: 992px) {
	.prod-img {
		padding-right: 30px;
	}
	td.wc-block-cart-item__image {
		width: 150px;
	}
}