/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* B2B PAGE */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Jost", sans-serif;
}

.woocommerce-terms-and-conditions-checkbox-text{
	font-size: 18px;
}

button.show-password-input{
	background: white;
}

@media (max-width: 858px) {
  .product-detail {
    flex-direction: column;
    gap: 1.5rem;
  }

  .product-detail .proudct-img {
    margin-right: 0 !important;
  }
  .product-detail .proudct-info {
    margin-right: 0 !important;
    text-align: center;
    max-width: 100% !important;
  }
  .product-detail .product-price {
    margin-left: 0 !important;
    text-align: center;
  }
  .cart-detail .item {
    flex-direction: column;
    align-items: start !important;
  }
}


@media (max-width: 600px) {
  .hero h2 {
    font-size: 20px !important;
  }
  .hero .hero-ul ul {
    padding: 0 24px;
  }
  .hero .hero-ul ul li {
    font-size: 20px;
    margin-top: 1rem;
    padding-left: 0 !important;
  }
  .hero .hero-ul {
    text-align: center !important;
  }
  .hero .hero-ul ul li::before {
    left: 50% !important;
    top: -20px !important;
  }
  .hero .hero-ul p {
    font-size: 18px;
    text-align: center;
  }

  .product-detail .product-price {
    display: none !important;
  }
  .product-detail .product-img-details {
    gap: 2rem;
  }

  .product-detail .proudct-info .name {
    font-size: 20px !important;
  }
  .product-detail .proudct-info .desc {
    font-size: 18px !important;
  }
  .brxe-container {
    padding: 0 15px;
  }
}

/* main contnet  */
.page-template-b2b-page-template main.brxe-container{
	    width: 100% !important;
	max-width: 1920px !important;
	padding: 100px
}
@media (min-width: 1100px) {
.page-template-b2b-page-template main.brxe-container{

	padding: 0px 100px;
	}
}

.page-template-b2b-page-template main.brxe-container{

	padding: 0px 15px;
	}

.breadcrumb {
  margin-top: 3rem;
}
.breadcrumb span {
  font-size: 12px;
}
.breadcrumb span.active {
  font-weight: 600;
}
.hero {
  text-align: center;
  margin-top: 5rem !important;
  max-width: 580px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.hero h2 {
  font-size: 24px;
  font-weight: 600;
  color: #7b5801;
  text-transform: uppercase;
}

.hero .hero-ul {
  display: inline-block;
  text-align: left;
  margin-top: 1.5rem;
}

.hero .hero-ul p {
  margin-top: 1.5rem;
}
.hero .hero-ul ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}
.hero .hero-ul ul li {
  position: relative;
  padding-left: 1.5rem;
}
.hero .hero-ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  left: -10px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM8 15L3 10L4.41 8.59L8 12.17L15.59 4.58L17 6L8 15Z' fill='%237B5801'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.woocommerce-account form .show-password-input {
    margin-right: 10px;
    width: 33px !important;
}
.product-section {
  margin-top: 3rem;
}
.product-section h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.product {
  border-top: 1px solid #cbcbcb;
  padding-top: 1rem;
  margin-top: 1rem;
}
.product .title {
  color: #7b5801;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}
.product-detail {
  display: flex;
  align-items: center;
	    justify-content: space-between;
}
.product-detail .product-img-details {
  display: flex;
  flex-direction: row;
  max-width: 460px;
  width: 100%;
}
.product-detail .proudct-img {
  max-width: 136px;
  margin-right: 2rem;
}
.product-detail .proudct-img img {
  max-width: 100%;
  height: auto;
}
.product-detail .proudct-info {
  display: flex;
  flex-direction: column;
	justify-content: center;
  max-width: 240px;
  margin-right: 2rem;
}
.product-detail .proudct-info .name {
  font-size: 20px;
  font-weight: 600;
  line-height:150%;
}
.product-detail .proudct-info .desc,
.product-detail .proudct-info .price-kg {
  font-size: 20px;
  font-weight: 400;
  line-height:150%;
}
.product-detail .proudct-info .desc {
    display: block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-detail .product-price {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: 7rem;
}
.product-detail .product-price .price-text {
  font-weight: 600;
}
.cart {
  border-top: 1px solid #cbcbcb;
  padding-top: 1rem;
  margin-top: 1rem;
}
.cart .title {
  color: #7b5801;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.cart-detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}
.cart-detail .item .item-name {
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
.cart-detail .item .item-name .name {
  font-weight: 600;
}

.cart-detail .item .item-qty {
  font-size: 20px;
}
.cart-detail .item .item-price {
  font-size: 20px;
  font-weight: 600;
}

.subtotal-section > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.total > div {
  width: 100%;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.bold {
  font-weight: 600;
}
.cart-btn {
  text-align: center;
}

.cart-btn .btn {
  background: #ac2d20;
  border: #ac2d20;
  color: #fff;
  border-radius: 8px;
  margin: 2rem 0;
	font-size: 18px;
	padding: 17px 32px;
  cursor: pointer;
}
.footer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2rem 0;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.address {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.address > * {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.footer-icons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.plus-minus-input {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.input-group-field {
  text-align: center;
  padding: 9px;
  border-radius: 6px;
  border: 1px solid #000;
  max-width: 92px;
}
.input-group-field::-webkit-outer-spin-button {
  appearance: none;
}
.input-group-field::-webkit-inner-spin-button {
  appearance: none;
}

.input-group-button {
  cursor: pointer;
}
.input-group-button .circle {
  border-radius: 6px;
  background: transparent;
  border: 1px solid #000;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group-button .circle .minus {
  display: flex;
}

.product-frequency {
  border-top: 2px solid #000;
  margin-top: 3rem;
  padding-top: 2rem;
}

.frequency-box {
  background: #f2edde;
  padding: 1.5rem;
}
.frequency-box .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.frequency-box p {
  font-size: 20px;
  font-weight: 400;
}
.frequency-box .select-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.frequency-box .select-box .heading {
  font-size: 20px;
  font-weight: 600;
}
.frequency-box .select-box select {
  max-width: 200px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 18px;
}

#brxe-skrmom {
  justify-content: space-between !important;
}
#brxe-ohwhfi {
  flex-direction: column !important;
  align-items: end !important;
}
/* B2B PAGE */
/* CHECKOUT PAGE */
.step-3-custom h2 {
  font-size: 20px;
  font-weight: 500;
}

span.edit-button {
  font-size: 18px;
  padding: 18px 34px;
  background: #7B5801;
  color: #fff;
  border-radius: 8px;
}

.step-3-custom {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
}

.step-3-DATA {
  padding-top: 20px;
}

.ship-DATA-field {
  padding-top: 20px;
}

h3.ship-DATA-heading {
  font-size: 20px;
  font-weight: 400;
  color: #7B5801;
  display: block !important;
}

p.ship-DATA-value {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.woocommerce-billing-fields h3 {
  display: none;
}

body.woo h1 {
  display: none;
}

body.woocommerce-checkout h1 {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: none;
}

.woocommerce-billing-fields__field-wrapper.show {
  display: block;
}

.step-3-DATA.hide {
  display: none;
}

.step-3-DATA.hide {}.step-3-custom h2 {
  font-size: 20px;
  font-weight: 500;
}

span.edit-button {
  font-size: 18px;
  padding: 18px 34px;
  background: #7B5801;
  color: #fff;
  border-radius: 8px;
}

.step-3-custom {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
}

.step-3-DATA {
  padding-top: 20px;
}

.ship-DATA-field {
  padding-top: 20px;
}

h3.ship-DATA-heading {
  font-size: 20px;
  font-weight: 400;
  color: #7B5801;
  display: block !important;
}

p.ship-DATA-value {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

body.woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none;
}

body.woocommerce-checkout h1 {
  display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper.show {
  display: block;
}

.step-3-DATA.hide {
  display: none;
}

.payment_box.payment_method_stripe p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper abbr.required {
  display: none;
}

div#payment {
  border: 0px;
  padding: 0px;
}

.payment_box.payment_method_stripe {
  padding: 0px !important;
  border: 0px !important;
}

fieldset#wc-stripe-upe-form {
  background: #fff;
  border: 0px !important;
}

ul.wc_payment_methods.payment_methods.methods * {border: 0px;}

.payment_box.payment_method_stripe * {
  border: 0px !important;
}

fieldset#wc-stripe-upe-form * {
  border: 0px !important;
}

li.wc_payment_method.payment_method_stripe * {
  border: 0px !important;
}
/* CHECKOUT PAGE */

/*Account Page*/

.border-spacer{
  padding-bottom: 20px;
}
.custom-woocommerce-Address-title h2{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.custom-woocommerce-Address{
  padding-top: 20px;
}
.buttonViewview{
  background: #7B5801;
  color: white;
  padding: 11px;
  border-radius: 8px;
  width: 177px !important;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
}
.customOrderNumber{
   font-size: 20px;
  padding-bottom: 20px;
	line-height:150%;
}
.customWooCommerceBlock{
  border-top: 1px solid #CBCBCB;
  padding-top: 15px;
  margin-bottom: 25px;
}
.customOrderDetails{
  font-size: 18px;
		line-height:150%;
}
.addressCustomTitle{
  border-top: 1px solid #CBCBCB;
  padding-top: 20px;
  font-size: 20px;
  padding-bottom: 10px;
}
.woocommerce .button{
  background: #7B5801 !important;
  border-radius: 8px !important;
  color: white !important;
}
.custom-MyAccount-navigation{
  background: white !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  padding: 0px !important;
  font-size: 18px;
  border-top: 2px dotted #CBCBCB !important;
}
.woocommerce-account .woocommerce:not(#brx-content) {
  gap: 20px !important;

}
#brx-content h1{
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .custom-MyAccount-navigation {
    display: none !important;
  }
}
.desktopHiddenAccordion {
  display: none; /* Hidden by default (desktop) */
}

@media screen and (max-width: 768px) {
  .desktopHiddenAccordion {
    display: block; /* Show on mobile */
    padding-left: 15px;
    padding-right: 15px;
  }
  #brx-content h1{
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
    font-size: 32px;
  }
  .customParagraphDashboard{
    border-top: 2px dotted #CBCBCB !important;
    padding-top: 15px;
  }
  .customSecondParagraphDashboard{
    padding-bottom: 15px;
  }
  .border-spacer{
    padding-top: 25px;
    border-top: 2px dotted #CBCBCB !important;
  }
}
.accordionHeading{
  border-top: 2px dotted #CBCBCB !important;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordionHeading a{
  font-size: 18px;
  font-weight: 300;
}
.detailDev{
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-checkout #payment .payment_methods input[type=radio]+label{
  font-size: 20px !important;
  color: #7B5801 !important;
  font-weight: 500;
}
.woocommerce-checkout #payment .payment_methods .payment_box{
  background: white !important;
}
.payment_method_stripe, .payment_method_bacs, .payment_method_cod{
  padding-top: 15px !important;
}
ul.wc_payment_methods.payment_methods.methods * {
  list-style: none;
}

address{
  display: grid;
  grid-template-columns: 1fr 1fr; /* two columns */
  gap: 22px 20px; /* row-gap | column-gap */
  max-width: 600px; 
}
.custom-address-line {
    display: flex;
    flex-direction: column;
}
.custom-address-line .label{
    color:#7B5801;
	font-size:20px;
	line-height:130%;
}
.custom-address-line .value{
    color:#000000;
	font-size:20px;
	line-height:150%;
	
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.checkout-payment-methods{
	padding:0 20px;
}
.checkout-payment-methods .checkout-payment-method{
	color:#000000;
	font-size:20px;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom:20px;
	font-weight: 500;
}
.woocommerce-checkout #payment{
padding-top:5px !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text{
	display: inline-block;
	font-weight: 400;
}
.woocommerce-checkout label{
	display:flex;
	align-items:center;
	gap:4px;
}
.woocommerce-checkout #payment .payment_methods input[type=radio]+label {
    position: relative;
    top: -3px;
}
.dashboard-section{
	border-top: 1px solid #CBCBCB;
    padding-top: 20px;
}
.devCodeStart .header h1{
	font-size: 32px;
	font-weight: 600;
	line-height: 130%;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
	margin-left: 32px !important;
}
.devCodeStart .content{
	padding-top: 26px !important;
}
.devCodeStart .content .section-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
.devCodeStart .content .modify-button{
	display: inline-block;
}
@media (max-width: 767px) {
	.step-3-DATA{
		display:flex;
		flex-direction: column;
    	align-items: start;
		gap:20px;
	}
		.step-3-custom{
		flex-direction: column;
    	align-items: start !important;
		gap:20px;
	}
	.step-3-DATA-container {
	  grid-template-columns: 1fr !important;
	  width:100%;
	}
	.woocommerce-checkout label {
		align-items: start;
	}
	.woocommerce-checkout .woocommerce-form__input-checkbox {
		margin-top: 8px;
	}
	.border-spacer{
		border-top: unset !important;
		padding-top:18px !important;
		padding-bottom: 10px !important;
	}
	
	address {
		grid-template-columns: 1fr !important;
	}
	.custom-woocommerce-Address {
		padding-bottom: 60px;
	}
	.product-detail .proudct-info{
		align-items: start !important;
	}
	.products{
		margin-top: 22px;
	}
	.product,.detailDev{
		padding-top: 32px;
		margin-top: 32px;
	}
	.product-detail{
		gap:30px !important;
	}
	.product-qty {
		margin-bottom: 30px;
	}
	.cart-detail {
		display: flex;
		flex-direction: column;
		gap: 44px;
	}
	.devCodeStart .header h1 {
		font-size: 20px !important;
		margin: 0 !important;
	}
	.desktopHiddenAccordion .accordionLink{
		font-size: 20px;
		line-height: 150%;
	}
}