<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Oxigeno Child
Theme URI: http://oxigeno.bold-themes.com
Template: oxigeno
Author: BoldThemes
Author URI: http://bold-themes.com
Description: Oxigeno child theme
Tags: one-column,right-sidebar,custom-menu,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1629918303
Updated: 2021-08-25 19:05:03

*/
form.woocommerce-checkout .woo-checkout-wrapper {
    display: inline-flex;
}
.woocommerce-checkout .col2-set {
    float: left;
    width: 60%;
    padding-right: 100px;
    display: grid;
}
.woocommerce-checkout form.checkout h3 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 40%;
    position: -webkit-sticky;
    position: sticky;
    top: 35px;
    border: 1px solid #ebebeb;
    height: fit-content;
    padding: 20px;
    border-radius: 5px;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}
.woocommerce-checkout input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), 
.woocommerce-checkout textarea, 
.woocommerce-checkout select {
    width: 80%;
    background-color: rgba(0,0,255,0);
    border-color: #989898;
    box-shadow: inset 0 1px 1px #ebebeb;
}
.woocommerce-checkout select {
    padding: 9px;
}
.woocommerce-checkout .btContentHolder table thead th {
    background-color: unset;
    color: #293241;
    text-decoration: underline;
    font-size: 1.1em;
    padding: 10px 0;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
    background-color: #fff;
}</pre></body></html>