﻿@font-face {
    font-family: 'Myriad Regular';
    src: url('../../public/fonts/MyriadPro/MyriadPro-Regular.woff2') format('woff2'), url('../../public/fonts/MyriadPro/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Bold';
    src: url('../../public/fonts/MyriadPro/MyriadPro-Bold.woff2') format('woff2'), url('../../public/fonts/MyriadPro/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.box-item-products label {
    margin-right: 5px;
}
#labelBoleto, #labelCartaoCredito, #labelAssinatura {
    cursor: pointer;
}
.signatureOptions, .creditcardOptions, .ticketOptions {
    display: none;
}
#labelAssinatura:checked ~ .signatureOptions {
    display: block;
}
#labelCartaoCredito:checked ~ .creditcardOptions {
    display: block;
}
#labelCartaoCredito:checked ~ .ticketOptions {
    display: block;
}
.style-logo {
    width: 100%;
    margin: 0;
    align-items: center;
    display: flex;
    flex-flow: column;
}

.box-checkout {
    width: auto;
    height: 100%;
}
.box-checkout #show-checkout {
    display: none;
}
.box-checkout label[for=show-checkout] {
    display: none;
}
.box-checkout .back-to-home {
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 70px;
    width: 50px;
    left: 0;
    display: none;
}
.box-checkout .back-to-home a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
}
.box-checkout .back-to-home a:hover {
    color: #ccc;
}
.box-checkout .back-to {
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 70px;
    width: 50px;
    left: 50px;
    display: none;
}
.box-checkout .back-to a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
}
.box-checkout .back-to a:hover {
    color: #ccc;
}
.box-checkout .box-review, .box-checkout .show-checkout {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
    width: 350px;
    height: 100%;
}
.box-checkout .box-review .box-fixed, .box-checkout .show-checkout .box-fixed {
    position: fixed;
    top: 50%;
    width: 330px;
    margin: -190px 0 0 10px;
}
.box-checkout .box-review .box-fixed .logo-review, .box-checkout .show-checkout .box-fixed .logo-review {
    margin: 0 0 7px 0;
}
.box-checkout .box-review .box-fixed .box-categoria, .box-checkout .show-checkout .box-fixed .box-categoria {
    width: 100%;
    border: 1px dotted #fff;
    margin: 0 0 5px 0;
    padding: 2px 0;
    font-size: 12px;
}
.box-checkout .box-review .box-fixed .line-review, .box-checkout .show-checkout .box-fixed .line-review {
    width: 100%;
    font-family: "MontSerrat Light", sans-serif, serif;
    margin-bottom: 7px;
}
.box-checkout .box-review .box-fixed .line-review.box-selo-seguranca span, .box-checkout .show-checkout .box-fixed .line-review.box-selo-seguranca span {
    width: 100%;
    float: left;
    font-size: 18px;
}
.box-checkout .box-review .box-fixed .line-review.coparticipacao, .box-checkout .show-checkout .box-fixed .line-review.coparticipacao {
    color: #db2826;
}
.box-checkout .box-review .box-fixed .line-review.coparticipacao .txtFraseVeiculoBianual, .box-checkout .show-checkout .box-fixed .line-review.coparticipacao .txtFraseVeiculoBianual {
    font-size: 11px;
    color: #fed002;
    margin: 10px 0 0 0;
}
.box-checkout .box-review .box-fixed .line-review.coparticipacao button, .box-checkout .show-checkout .box-fixed .line-review.coparticipacao button {
    background-color: transparent;
    font-size: 10px;
    font-family: "MontSerrat Light", sans-serif, serif;
    color: #fed002;
    border: 0;
    cursor: pointer;
    margin: 0;
}
.box-checkout .box-review .box-fixed .line-review.coparticipacao button:hover, .box-checkout .show-checkout .box-fixed .line-review.coparticipacao button:hover {
    text-decoration: underline;
}
.box-checkout .box-review .box-fixed .line-review.font-default, .box-checkout .show-checkout .box-fixed .line-review.font-default {
    font-size: 19px;
    font-family: 'MontSerrat Bold';
}
.box-checkout .box-review .box-fixed .line-review:nth-child(3) span, .box-checkout .show-checkout .box-fixed .line-review:nth-child(3) span {
    font-family: "MontSerrat Medium", sans-serif, serif;
}
.box-checkout .box-review .box-fixed .line-review:nth-child(3) span:first-child, .box-checkout .show-checkout .box-fixed .line-review:nth-child(3) span:first-child {
    font-size: 16px;
}
.box-checkout .box-review .box-fixed .line-review:nth-child(3) span.value-before, .box-checkout .show-checkout .box-fixed .line-review:nth-child(3) span.value-before {
    font-size: 18px;
    color: #db2826;
    position: relative;
}
.box-checkout .box-review .box-fixed .line-review:nth-child(3) span.value-before:before, .box-checkout .show-checkout .box-fixed .line-review:nth-child(3) span.value-before:before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transform: rotate(173deg);
    top: 10px;
}
.box-checkout .box-review .box-fixed .line-review.grid-value, .box-checkout .show-checkout .box-fixed .line-review.grid-value {
    width: 220px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    display: -ms-flexbox;
    -ms-grid-columns: 1fr 1fr 1fr;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .value-month, .box-checkout .show-checkout .box-fixed .line-review.grid-value .value-month {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: initial;
    display: grid;
    display: -ms-flexbox;
    -ms-grid-columns: 1fr 1fr 1fr;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .value-year, .box-checkout .show-checkout .box-fixed .line-review.grid-value .value-year {
    grid-template-columns: repeat(3, 1fr);
    display: -ms-flexbox;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: initial;
    display: grid;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .left span, .box-checkout .show-checkout .box-fixed .line-review.grid-value .left span {
    width: 100%;
    float: left;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .left span:first-child, .box-checkout .show-checkout .box-fixed .line-review.grid-value .left span:first-child {
    font-family: "MontSerrat Medium", sans-serif, serif;
    font-size: 15px;
    display: block;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .left span:nth-child(2), .box-checkout .show-checkout .box-fixed .line-review.grid-value .left span:nth-child(2) {
    font-family: 'MontSerrat Bold';
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #fed002;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .middle, .box-checkout .show-checkout .box-fixed .line-review.grid-value .middle {
    margin: 0 0 0 5px;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .middle span, .box-checkout .show-checkout .box-fixed .line-review.grid-value .middle span {
    font-family: 'MontSerrat Bold';
    color: #fed002;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .middle span:first-child, .box-checkout .show-checkout .box-fixed .line-review.grid-value .middle span:first-child {
    font-size: 48px;
    line-height: 45px;
    float: left;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .middle span:nth-child(2), .box-checkout .show-checkout .box-fixed .line-review.grid-value .middle span:nth-child(2) {
    font-size: 27px;
}
.box-checkout .box-review .box-fixed .line-review.grid-value .right, .box-checkout .show-checkout .box-fixed .line-review.grid-value .right {
    font-family: 'MontSerrat Bold';
    line-height: 50px;
}
.box-checkout .box-review .box-fixed .line-review:nth-child(5), .box-checkout .show-checkout .box-fixed .line-review:nth-child(5) {
    font-family: "MontSerrat Medium", sans-serif, serif;
    font-size: 10px;
    color: #e02927;
}
.box-checkout .box-review .box-fixed .line-review:nth-child(6), .box-checkout .show-checkout .box-fixed .line-review:nth-child(6) {
    font-size: 10px;
    font-family: "MontSerrat Light", sans-serif, serif;
    margin-bottom: 0;
}
.box-checkout .box-review .box-fixed .line-review:nth-child(7), .box-checkout .show-checkout .box-fixed .line-review:nth-child(7) {
    font-size: 12px;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted, .box-checkout .show-checkout .box-fixed .line-review .box-dotted {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 10px 0 10px 130px;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul li {
    height: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    text-align: left;
    position: relative;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li:last-child, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul li:last-child {
    margin-bottom: 0;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li .icon, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul li .icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -38px;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li .icon.icon-reparorapido:before, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul li .icon.icon-reparorapido:before {
    content: '';
    background: url(../../public/img/sprite-coberturas-review.png) 1px -11px no-repeat;
    position: absolute;
    width: 20px;
    height: 14px;
    background-size: 90%;
    left: 3px;
    top: 6px;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li .icon.icon-supermartelinho:before, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul li .icon.icon-supermartelinho:before {
    content: '';
    background: url(../../public/img/sprite-coberturas-review.png) 1px 4px no-repeat;
    position: absolute;
    width: 20px;
    height: 14px;
    background-size: 90%;
    left: 4px;
    top: 5px;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li .icon.icon-vidros:before, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul li .icon.icon-vidros:before {
    content: '';
    background: url(../../public/img/sprite-coberturas-review.png) 1px -25px no-repeat;
    position: absolute;
    width: 20px;
    height: 13px;
    background-size: 90%;
    left: 3px;
    top: 6px;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul span, .box-checkout .show-checkout .box-fixed .line-review .box-dotted ul span {
    font-family: "MontSerrat Medium", sans-serif, serif;
    font-size: 11px;
}
.box-checkout .box-review .box-fixed .line-review .btn-review, .box-checkout .show-checkout .box-fixed .line-review .btn-review {
    margin-bottom: 15px;
}
.box-checkout .box-review .box-fixed .line-review .btn-review button, .box-checkout .show-checkout .box-fixed .line-review .btn-review button {
    background-color: transparent;
    border: 4px solid #fed002;
    color: #fed002;
    text-transform: uppercase;
    font-family: "MontSerrat Medium", sans-serif, serif;
    padding: 10px 20px;
    border-radius: 14px;
}
.box-checkout .box-review .box-fixed .line-review:last-child, .box-checkout .show-checkout .box-fixed .line-review:last-child {
    font-size: 10px;
}
@media(max-width:1023px) {
    .box-checkout .back-to-home, .box-checkout .back-to {
    display: block;
}
.box-checkout label[for=show-checkout] {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
    margin: 0;
    cursor: pointer;
    z-index: 9999991;
}
.box-checkout label[for=show-checkout]:before {
    content: "";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 9999999;
}
.box-checkout input#show-checkout:checked~.box-review {
    height: 100%;
}
.box-checkout input#show-checkout:checked~label[for=show-checkout]:before {
    content: "";
}
.box-checkout .box-review {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 999999;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    transition: height .5s;
    padding: 10px 0 0 0;
}
.box-checkout .box-review .box-fixed {
    position: relative !important;
    width: 100% !important;
    top: 0;
    margin: 0;
    height: 100%;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted {
    padding: 10px 0;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li {
    text-align: center;
}
.box-checkout .box-review .box-fixed .line-review .box-dotted ul li .icon {
    left: 50%;
    margin-left: -90px;
}
.box-checkout .box-review .box-fixed .logo-review, .box-checkout .show-account .box-fixed .logo-review {
    margin-bottom: 40px !important;
    width: 150px;
    margin: 0 auto;
    margin-top: 10px;
}
.box-checkout .box-review .box-fixed .logo-review img, .box-checkout .show-account .box-fixed .logo-review img {
    width: 100%;
}
}
@media(max-width:475px) {
    .box-checkout .box-review .box-fixed .logo-review, .box-checkout .show-content .box-fixed .logo-review {
    margin-bottom: 50px !important;
}
}
@media(max-width:375px) {
    .box-checkout .box-review .box-fixed .logo-review, .box-checkout .show-content .box-fixed .logo-review {
    width: 120px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 130px;
}
}