/* Logged in & out conditions */

.logged-in-condition .hide-logged-in {
	display: none!important;
}

.logged-out-condition .hide-logged-out {
	display: none!important;
} 

/* bg overlay for filter */

.woof_show_filter_for_mobile.woof{
	background: #1c1c1c;
}

/* Product title */
.woocommerce-loop-product__title{
	font-family: prompt;
}

/* shop page filter */

.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    background-color: #1c1c1c;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
}

/* Shipping-method */
#shipping_method>li>label{
	color:white;
}

#post-218, #post-216, #post-217{
	margin-top: 100px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 120px;
    margin-bottom: 20px;
}

.ast-archive-entry-banner{
	height: 410px;
	background:#141004
} !important;

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	color: white !important;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a{
	color:white;
}

/* cart page css */

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__total strong {
	color:white;
}
a.remove, 
a.remove:before{
	color: #FF3131 !important;
	border-color: #FF3131 !important;
}
.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead{
	background-color: #1C1C1C !important;
}
.woocommerce-cart .cart-collaterals .cart_totals>h2{
		background-color: #1C1C1C !important;
	font-family: prompt !important;
}
.woocommerce-js form .form-row label{
	color: white;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
}

.mc4wp-form {
  width: 100%;
  display: flex;
  justify-content: center;
	gap: 15px;
}

.mc4wp-form form {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 600px;
  width: 100%;
}

.mc4wp-form input[type="email"] {
  background-color: #292929;
  border: 1px solid #444;
  color: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 1em;
  outline: none;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}

.mc4wp-form input[type="email"]::placeholder {
  color: #ccc;
}

.mc4wp-form input[type="submit"] {
  background-color: #D9C834;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  height: 100%;
}

.woof label {
    color: white;
}

.irs--round .irs-bar {
    background-color: #D9C834 !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #D9C834 !important;
}
.irs--round .irs-handle {
    border: 4px solid #D9C834 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
	border-top-color: #D9C834 !important;
}

@media (max-width: 500px) {
  .mc4wp-form {
    flex-direction: column;
    align-items: stretch;
  }

  .mc4wp-form input[type="submit"] {
    width: auto;
  }
	.mc4wp-form input[type="email"]::placeholder {
  width: auto;
}
	#secondary{
		order:1;
	}
}
@media (max-width: 921px) {
	#primary, #secondary{
		padding: 5px 0 !important;
	}
}
@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 150px;
    }
}