@charset "utf-8";
/* CSS Document */

.section-form{padding:0 1em;}
.section-form>.row>[class^=col-]{border-top:1px solid #b3b3b3;padding:1em 0}
.form-control{width:100%;}
.form-group{margin-top:1em;}
.radio-cake.radio-cake-inline{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}

.list-store-phone{display:block;}
.list-store-phone .list-store-item{width:100%;}

/**/
.list-store-phone{}
.list-store-phone-item{margin-top:2em;border-bottom:1px solid #b3b3b3;}
.list-store-phone-header{position:relative;}
.list-store-phone-title{color:#20a399;font-size:1.1em;padding:0.4em;background-color:hsla(175.4, 67.2%, 38.2%,0.1);background-image:url("../images/chevron_right_black_24dp-emerald.svg");background-repeat:no-repeat;background-size:1em auto;background-position:right 0.5em top 50%;}
.list-store-phone-item-inner{}
.list-store-phone-item-inner-image{aspect-ratio:10 / 4;object-fit:cover;}
.list-store-phone-item-link::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;display:block;}
.list-store-phone-btn{font-size:1.2em;margin-top:0.5em;border:1px solid #20a399;display:block;color:#20a399;padding:0.2em 0.6em;font-weight:bold;}
.list-store-phone-address{font-size:0.9em;margin-top:0.5em;margin-bottom:0.5em;}

/**/

.table-request,
.table-request tbody,
.table-request tr,
.table-request th,
.table-request td{display:block;}

.table-request{border:none !important;}
.table-request tr{margin-top:2em;}
.table-request th{background-color:#eee;}
.table-request td{margin-top:-1px;border:none !important}


@media (min-width: 768px){.radio-cake.radio-cake-inline{display:block;}

/**/

.table-request{display:table;}
.table-request tbody{display:table-row-group;}
.table-request tr{display:table-row;}
.table-request th{display:table-cell;}
.table-request td{display:table-cell;}

.table-request{border:none !important;}
.table-request tr{margin-top:2em;}
.table-request th{background-color:#fff;width:16em;}
.table-request td{margin-top:0;border:1px solid #ddd !important}}