/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/****** CALCULATOR ******/
 .calculadora {
    /* padding: 10px; */
    /* background-color: #6995bf; */
    width: 100%;
    margin-bottom: 20px;
    color: #000;
	display: flex;
    align-items: center;
}

.calculadora > h2 {
    color: #000;
    margin-bottom: 10px;
}

.calculadora > span {
    font-size: 15px;
}

.calculadora > input {
	margin: 10px;
    font-size: 18px;
    height: 35px;
    width: 15%;
}

.calculadora > a {
    margin-top: 6px;
    background: #87adc9;
}

#resultado_cajas {
	width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
	background-color: #f8f8f8;
}

#resultado_cajas > h2 {
	background-color: #000 !important;
    color: #fff !important;
	text-align: center;
}

#resultado_cajas > .result-item-wrapper > label {
	font-weight: bold;
}

#resultado_cajas > .result-item-wrapper > span.result-item {
	color: #ff9b00 !important;
	font-weight: bold;
}

#resultado_cajas > .result-item-wrapper > a {
    color: #000;
    font-size: 15px;
}

.boxes-message {
	align-items: center;
	color: #ff9b00;
}

.boxes-message > i {
	margin: 0 5px 0 0;
}

/****** END CALCULATOR ******/

.cart-container .cart-item > .product-line-grid .unit-price .value {
    font-weight: bold;
}

#checkout-payment-step form{
    display: none !important;
}

body#product form#add-to-cart-or-refresh .product-add-to-cart .qty #quantity_wanted {
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}

@media only screen and (max-width: 576px) {
    .calculadora > input {
        width: 100%;
    }
}

/* custom registration form */
.register-form .form-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    text-align: left;
    width: 50%;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.register-form #customer-form {
    display: flex;
    flex-wrap: wrap;
}

.register-form .form-group>* {
    width: 100% !important;
    flex: unset !important;
    max-width: unset !important;
}

.register-form .form-group.field_type_select,
.register-form .form-group.field_type_checkbox,
.register-form .form-footer{
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}

.register-form #customer-form .custom-checkbox em {
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.register-form #customer-form .custom-checkbox label {
    margin-bottom: 0;
}

.register-form .custom-checkbox input[type="checkbox"]+span {
    margin-top: 5px !important;
}

.register-form>p {
    text-align: center;
}
@media screen and (max-width: 576px) {
    .register-form .form-group {
        width: 100%;
    }
}

.cart-content-btn {
	display: flex;
}
.btn-block+.btn-block {
	margin-top: 0 !important;
}
.btn-print-cart-resume {
	margin-top: 0.5rem !important;
	background: darkred;
	color: white;
}

.product-quantity .qty .input-group {
	height: auto !important;
}

/****** SHOPPING CART MODAL ******/
.shopping-cart-header {
	background: #f69328 !important;
	color: white !important;
	align-items: center !important;
}

.shopping-cart-header > .modal-title {
	font-size: 1rem !important;
	font-weight: bold !important;
	margin: 0 auto;
}

.modal-header .close {
    margin: -1rem -1rem -1rem 0 !important;
}

.product-row-modal > .pb-1 > .product-name {
	font-weight: bold !important;
	color: #000 !important;
}

.cart-products-count, 
.cart-product-total-value,
.shopping-cart-product-row-unit_price,
.shopping-cart-product-row-price,
.shopping-cart-product-row-m2-value {
	color: #777777 !important;
	font-weight: bold;
}

.close-shoppingcart {
	color: #FFF !important;
	font-weight: bold !important;
	opacity: 1 !important;
}

.cart-title-shoppingcart {
	background: #f69328 !important;
	color: white !important;
    text-align: center !important;
	font-size: 1rem !important;
	font-weight: bold !important;	
}

.cart-title-shoppingcart > .close-shoppingcart {
	line-height: 1.2rem !important;	
}

.blockcart-content-shoppingcart {
	padding: 0 !important;
}
.blockcart-content-item-shoppingcart {
	padding: 1rem !important;
}

/****** SHOPPING CART MODAL ******/

.download-invoice-confirmation-link {
	color: #ff9b00 !important;
	font-weight: 600;
}