a:focus, a:hover {
    color: #0f99f3;
}

.fa {
    text-decoration: inherit;
}

.sesi-btn {
    border-radius: 35px !important;
    width: 200px !important;
    height: 51px !important;
}

.color-scheme-1 {
    background: #f8f9fe !important;
    color: #000000 !important;
}

.color-scheme-2 {
    background: white !important;
    color: #113059 !important;
}

.data-container {
    border: 1px darkgray solid;
}

.padding-10 {
    padding: 10px;
}

.preview-foto-container .image, .preview-foto-container img {
    width: 100%;
}

.preview-foto-container img:before {
    display: none;
}

.img-upload-region {
    position: relative;
    width: 100%;
    height: 0;
    cursor: pointer;
}

.ratio-foto-detalhes {
    padding-bottom: calc(1127 / 800 * 100%);
}

.ratio-foto-destaque {
    padding-bottom: calc(450 / 300 * 100%);
}

.ratio-foto-aleatorio {
    padding-bottom: calc(300 / 300 * 100%);
}

.ratio-foto-categoria {
    padding-bottom: calc(365 / 600 * 100%);
}

.preview-foto {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: lightgrey center center;
    background-size: cover;
    border-radius: 6px;
    overflow: hidden;
}

.icon-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preview-foto:hover {
    background-color: darkgray;
}

.preview-foto .uploaded {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.img-upload-changed:checked ~ .img-upload-region .uploaded,
.img-upload-changed:checked ~ .img-upload-region .icon-upload,
.img-upload-changed:checked ~ .img-upload-region .preview-foto:not(.removed) .padrao {
    display: none;
}

.icon-btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
}

.icon-btn:hover, .icon-btn:focus {
    text-decoration: none;
    outline: 1px dotted;
}

.icon-btn + .icon-btn {
    margin-left: .5rem;
}


.shop_pagination_area .page-item.disabled .page-link {
    color: #6C757D;
}

.search-input-group .btn {
    height: auto;
    line-height: unset;
}

.search-input-group .btn:not(:hover) {
    border-color: #CED4DA;
}


.round-btn {
    border-radius: 9999px;
}


.text-tranf-unset {
    text-transform: unset !important;
}


.btn-group-xs > .btn, .btn-xs {
    height: auto;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.row-header {
    background-color: #113059 !important;
    font-family: 'Roboto', sans-serif;
}

.sesi_logo {
    position: relative;
    top: -35px;
    background-color: white;
    padding: 2rem 1rem;
    border-radius: 1px;
    box-shadow: 0 0 7px grey;
}

.section_heading.new_arrivals {
    min-width: 300px;
    width: auto;
}

.section_heading.new_arrivals:before {
    right: 100%;
}

.section_heading.featured:after {
    left: 100%;
}


.row-footer {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: "Mulish", sans-serif;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #070a57;
    font-family: "Mulish", sans-serif;
}

.header-produt-content,
.second-box,
.first-box {
    background-color: #F2F7F9;
    border-radius: 5px;
}

.second-box {
    margin-top: 20px;
}

.icon-header-produt {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.container-product {
    padding-bottom: 20px;
}

.container-contato {
    margin-bottom: 200px;
}

.banner-preview {
    height: 120px;
    max-width: 100%;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-preview img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.banner-group tr:first-child .order-add,
.banner-group tr:last-child .order-sub {
    display: none;
}

.nice-select.form-control {
    border-color: #ced4da;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    height: calc(1.5em + .75rem + 2px);
}


.contact_from .form-control.nice-select {
    font-size: 13px;
    height: 45px;
    line-height: 35px;
    padding: 5px 20px;
    border-color: #d6e6fb;
}

.contact_from .form-control.nice-select:focus {
    border-color: #070a57;
}

form i.required-input {
    color: #ff9808;
    font-size: .75em;
}

.nice-select .list {
    max-height: 300px;
    overflow: auto;
}

.form-control.nice-select.is-invalid,
.was-validated .form-control.nice-select:invalid {
    background-position: right calc(1.575em + .1875rem) center;
    padding-right: 40px;
}

@media print {
    .myDivToPrint {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}

.fill-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-label {
    color: #070a57;
    font-family: "Mulish", sans-serif;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.banner-oferta {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% * 582 / 1360);
    position: relative;
}

.banner-oferta-secundary {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% * 400 / 600);
    position: relative;
}

.banner-oferta-home {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% * 450 / 300);
    position: relative;
}

.banner-oferta-detalhes {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% * 1127 / 800);
    position: relative;
}

.banner-oferta-aleatorio {
    width: 100%;
    height: 0;
    padding-bottom: calc(100% * 300 / 300);
    position: relative;
}

.banner-oferta-img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

input[readonly].especialzinho {
    background-color: transparent;
}


.checkout_steps {
    position: relative;
    margin-top: 10px;
    z-index: 1;
    background-color: #0f99f3;
}

.checkout_steps a {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    color: #0f99f3;
    background-color: #0f99f3;
    cursor: default;
    pointer-events: none;
}

.width-sobreescrever{
    max-width: none !important;
}
