.woocommerce {
    padding: 0 4rem;
    max-width: 1480px;
   margin-left: auto;
   margin-right: auto;
}

@media only screen and (max-width: 992px) {
   .woocommerce {
      padding: 0 2rem;
   }
}

@media only screen and (max-width: 480px) {
   .woocommerce {
      padding: 0 1rem;
    }
}

.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row textarea.input-text{
   padding: .9rem 1.1rem;
}

h4 {
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
}

.woocommerce button[type=submit] {
    background-color: #000;
    border: 0;
}

.woocommerce button[type=submit]:hover {
    background-color: #222;
    border: 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-invoice-fields__field-wrapper{
   display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 1rem;
   row-gap: 0.3rem;
   max-width: 1000px;
}

.woocommerce-page form.sgnm-checkout-form .inputs p {
    width: 100%;
	margin: 0px;
}
.check-out-sec-con > div {
    padding: 20px;
    background-color: #F5F5F7;
    border-radius: 10px;
}

.checkout-progress {
   min-width: 200px;
}

.woocommerce form .form-row{
    padding: 0;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 10px;
}

.chk-prog-line {
    width: 8px;
    height: 100%;
    background-color: #8e8e8e;
    margin-right: calc(27px / 2 - 8px / 2);
}

.sgnm-checkout-input-full{
   grid-column: 1 / 3;
   max-width: calc(50% - 0.5rem);
}

.att-betala {
   flex-direction: column;
   display: flex;
   align-items: center;
   gap: 1rem;
}

.att-betala h2 {
   margin: 0;
}

.att-betala tfoot tr {
  border: none;
}
.att-betala .tax-rate th, .att-betala .tax-rate td{
	padding:0 !important;
}

.att-betala .tax-rate span{
	font-size:12px;
	font-weight: 400;
}

.att-betala tfoot tr {
  border: none;
}
.att-betala .tax-rate th, .att-betala .tax-rate td{
	padding:0 !important;
}

.att-betala .tax-rate span{
	font-size:12px;
	font-weight: 400;
}

.att-betala strong span {
	margin: 0;
	font-size: 1.375rem;
    font-weight: 600;
    font-family: 'noto sans';
    color: black;
}

.att-betala p, tr.order-total td {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.check-out-sec-end p {
    margin: 0.5rem 0 0;
}


form.woocommerce-form.woocommerce-form-login.login {
    padding: 20px;
    background-color: #F5F5F7;
    border-radius: 10px;
    border: none;
}

@media only screen and (max-width: 1120px) {
    .checkout-dot {
        display: none;
    }
}
