/*
 * b4st-Scimagolab CSS
 */


/* WOOCOMMERCE
******************************************************************
*/
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}

.woocommerce form .form-row{
	margin-bottom: 20px
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single .select2-selection__rendered  {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
}
.woocommerce form .form-row label,
.woocommerce form .form-row .woocommerce-input-wrapper{
	display: block;
	width: 100%;
}
.woocommerce form .form-row label {
    line-height: .5
}

.woocommerce-info {
    border-top-color: var(--color-primary)
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-weight: 500
}




/* Sidebar woocommerce
******************************************************************
*/
.woocommerce-MyAccount-navigation ul li{
    list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li a{
    position: relative;
}
/*.woocommerce-MyAccount-navigation ul li a:before{
    content: '';
    position: absolute;
    top: 5px;
	left: -14px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(../img/ico-angle-right.svg);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: 75%;
}*/



/* Varios woocommerce
******************************************************************
*/

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price{
	color: var(--color-primary);
	font-weight: var(--weight-bold)
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background-color: var(--color-secondary) !important;
}




/* Mensajes Woocommerce
******************************************************************
*/

.woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce-notice  {
    padding: 1.4em 2em 1em 4.5em;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: .8em;
    font-size: 22px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	margin-top: var(--m-s);
    top: .8em;
    border-width: 1px;
}
.woocommerce-error {
    border:1px solid #b81c23;
    color:  #b81c23;
}
.woocommerce-error:before {
    color:  #b81c23;
}
.woocommerce-info {
    border:1px solid var(--color-primary);
    color:var(--color-primary)
}
.woocommerce-info:before {
    color:var(--color-primary)
}
.woocommerce-message,
.woocommerce-notice--success{
    border:1px solid var(--success);
    color:var(--color-primary)
}
.woocommerce-message:before {
	color: var(--success);
}
.woocommerce-notice--success{
    font-size:20px;
    color: var(--success);
    text-align: center;
}

/*woocommerce
******************************************************************
*/
a.woocommerce-button.button.view{
    background: transparent !important;
    border:1px solid  var(--color-secondary) !important;
    color: var(--color-secondary) !important;
}
a.woocommerce-button{
    margin: 0 5px !important;
}

a.woocommerce-button.button.cancel{
    background:  var(--color-primary) !important;
}



/* checkout woocommerce-checkout
******************************************************************
*/
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2{
    padding: 0

}
.woocommerce-checkout h3,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-MyAccount-content h3{
    margin-bottom: 50px;
    font-weight: var(--weight-bold);
    position: relative;
}
.woocommerce-MyAccount-content h3,
header.woocommerce-Address-title{
    margin-bottom:15px !important
}

.woocommerce-checkout h3:after,
.woocommerce-order-details__title:after,
.woocommerce-column__title:after,
.woocommerce-MyAccount-content h3:after{
    content: "";
    background: var(--color-secondary);
    width: 100px;
    height: 2px;
    position: absolute;
    left:0;
    bottom:-15px;
}
.woocommerce-checkout #customer_details{
    margin-bottom:60px
}

.woocommerce form .form-row {
    margin-bottom: 30px;
}



@media (max-width: 767.98px){
    .woocommerce-checkout h3,
    .woocommerce-checkout #customer_details,
    .woocommerce-billing-fields,
    .woocommerce-additional-fields__field-wrapper,
    .woocommerce-checkout-review-order{
        margin-bottom: 30px;
    }

    .woocommerce-checkout h3:after {
        bottom: -9px;
    }
    .woocommerce-terms-and-conditions-wrapper{
        font-size: var(--text-small)
    }
    .woocommerce-terms-and-conditions-checkbox-text{
        line-height: 160%
    }
}





/* ORDER DETAIL
******************************************************************
*/
.woocommerce ul.order_details{
    max-width: 100%
}
.woocommerce-order-overview{
    padding: 2%;
    background: var(--extra-light-gray)
}


/* WOOCOMERCE MY ACCOUNT
******************************************************************
*/
@media (min-width: 960px){
    .woocommerce-MyAccount-content{
        padding-left: 30px
    }
}
.woocommerce-MyAccount-content .woocommerce-address-fields{
    margin-top: 60px
}






