/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
main > .container {
  padding: 60px 15px 0;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.form-floating-sm > input, .form-floating-sm > select{
    height: calc(2.8rem) !important;
}
.form-floating-sm >.form-select {
    padding-top: 17px;
    padding-bottom: 0.425rem;
}
.form-floating-sm > label {
    padding: 0.5rem 0.75rem;
}

/*Barra de pesquisa de produtos*/
#livesearch{
    z-index: 2;
    position: absolute;
    word-break: break-word;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    #livesearch{
        max-height: 275px;
        overflow-y: auto;
    }
}

.smartsearch-product{
    color: #555 !important;
    display: block !important;
    text-decoration: none;
    padding: 10px;
    height: 90px;
    max-height: 90px;
    transition: .2s;
    border: 2px solid rgba(255, 255, 255, 0);
}
.smartsearch-product:first-of-type{
    border-radius: 20px 20px 0 0;
}
.smartsearch-product:last-of-type{
    border-radius: 0 0 20px 20px;
}
.smartsearch-product:hover{
    transition: .2s;
    background: #f7f7f7;
    border: 2px solid var(--custom-btn-links);
}
.smartsearch-product > img{
    float: left !important;
    margin: 0 10px 0 0 !important;
    width: 79px;
    height: 79px;
    top: -6px;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.smartsearch-product > p.title-search-product{
    font-size: 15px;
    font-weight: 700;
    word-break: break-all;
}
.smartsearch-product > div > span.price-filter-search{
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    color: var(--custom-btn-links);
}
.price-cutted-search{
    font-weight: 300;
    text-decoration: line-through;
    font-style: italic;
    color: #9f9999;
    font-size: 14px;
    position: relative;
}
.btns-live-search .button{
    padding: 3px;
}
.btns-live-search .button .btn-outline-secondary, .btns-live-search .button .btn-outline-primary{
    border-radius: 20px;
    padding: 8px;
    font-weight: 500;
    text-transform: initial;
}
.btns-live-search .button .btn-outline-secondary{
    background: #9b8c8c00;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
}
.btns-live-search .button .btn-outline-primary{
    background: var(--custom-btn-links);
    border: 1px solid var(--custom-btn-links);
    color: var(--custom-cart-text-buttons);
}
.btns-live-search .button .btn-outline-primary:hover{
    background: var(--custom-btn-links-hover);
    border: 1px solid var(--custom-btn-links-hover);
}

@media (max-width: 576px) {
    .bs-paginate > nav > div.justify-content-between{
        display: none !important;
    }
    .bs-paginate > nav > div.d-none{
        display: inline-block !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
    .bs-paginate > nav > div.d-none > ul.pagination{
        margin-top: 12px !important;
    }
}

.otp-input{
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 5px;
}
.otp-input.error{
    border-color: #dc3545;
    background: #fff6f6;
    color: #dc3545;
    transition: .5s;
}
.otp-input.success{
    border-color: #198754;
    background: #f6fff6;
    color: #198754;
    transition: .5s;
}

.focus-on-twofa {
    backdrop-filter: blur(19px) !important;
    background: rgb(255 255 255 / 34%) !important;
    opacity: 1 !important;
}
@media (max-width: 420px) {
    .otp-input{
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: 1.5rem;
        margin: 0 5px;
    }
}
