#banner {
    display: block;
    margin-top: 10px;
}
.icon-cart:before {
    content: "\e916";
}
.gelare-primary {
    color: var(--gelare-red) !important;
}
.gelare-gray {
    color: #686868 !important;
}
.no-search-results .highlighted-text {
    font-weight: 900;
    text-align: left;
    margin-bottom: 32px;
}
.no-search-results .main-text {
    position: relative;
}
.no-search-results .main-text:after {
    content: "";
    height: 4px;
    width: 200px;
    background-color: var(--gelare-red);
    display: block;
    margin-bottom: 32px;
    margin-top: 16px;
}
.paragraph-one {
    font-family: inherit;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}
.title-one {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px
}
.title-two {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 44px
}
.no-search-results {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    margin: 0 auto;
}
.no-search-results .regular-text {
    text-align: left;
    max-width: 720px;
    width: 82%;
}
.no-search-results .main-image {
    width: 293px;
    height: 248px;
}
.dx-texteditor .dx-texteditor-buttons-container:last-child > .dx-clear-button-area:first-child .dx-icon-clear {
    color: #c0c0c0;
}
.dx-widget,
.dx-widget input {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}
.dx-pagination .dx-page {
    border-radius: 50%;
} 
.dx-pagination .dx-pages .dx-selection {
    background-color: var(--gelare-blue);
}
.dx-overlay-shader {
    background-color: transparent;
}
#drawer {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
}
#drawer.dx-drawer-opened {
    pointer-events: auto;
}
.card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-img-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    aspect-ratio: 16 / 9;
    width: 100%;
    background-color: #fff;
}
.card-img {
    height: 100%;
    width: 100%;
}
.card-info {
    height: 100%;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
}
.card-group {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5f5f5f;
}
.card-title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    min-height: 112px;
}
.card-price-label {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
}
.card-price-label span {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    color: #a0a0a0;
    font-weight: 500;
}
.card-price {
    font-family: Porto Roobert, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #1f1f1f;
    margin-top: 4px;
}
.card-installments {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.card-payment {
    font-family: Open Sans, sans-serif;
    width: 100%;
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 4px;
    margin-top: 8px;
    display: flex;
    gap: 8px;
}
img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.card-payment-box {
    font-family: Open Sans, sans-serif;
    display: flex;
    flex-direction: column;
}
.card-payment-title {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    line-height: 20px;
    color: #404040;
}
.card-payment-description {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #404040;        
}
.btn-buynow {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    white-space: nowrap;
    background: var(--gelare-red) !important;
}
.btn-buynow:hover {
    background: var(--gelare-blue) !important;
}
.dx-cardview {
    padding: 0;
    background-color: transparent;
}
.dx-cardview-card {
    border: 2px solid var(--gelare-blue) !important;
}
.dx-cardview-card:hover {
    cursor: pointer;
    border: 2px solid var(--gelare-blue) !important;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.side-modal-header {
    border-bottom: 0;
    border-top: 0;
    padding: 10px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    height: 32px;
    width: 32px;
}
.gelare-login .close {
    opacity: 1;
}
button.close:hover {
    background: #f0f0f0;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.gelare-login .modal-body {
    padding-left: 80px;
    padding-right: 80px;
}
.card-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    padding: 8px;
    border-radius: 6px;
    background-color: var(--gelare-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: Open Sans, sans-serif;
    z-index: 10;
}
.card-img-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}
.bold-font {
    font-weight: bold;
}
.centered-content {
    display: block;
    max-width: 1450px;
    margin: 0 auto;    
}
#page .detail {
    max-width: 1450px;
    margin: 0 auto;
    --display: none;
}
#page .detail .stepper {
    position: relative;
    display: flex;
    width: 100%;
    padding: 1rem;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
    pointer-events: none;
}
#page .detail>.row {
    margin-left: 0;
    margin-right: 0;
}
.rx-cardview-detail .service-detail-wrapper {
    padding-left: 0;
    padding-right: 0;
    height: auto;    
}
.rx-cardview-detail .service-right-content,
.rx-cardview-detail .cep-with-price-right-content {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.rx-cardview-detail .service-left-content .service-title,
.rx-cardview-detail .cep-with-price-left-content .price-cep-title {
    color: #242424;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 10px;
}
.rx-cardview-detail .service-left-content .service-description {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #242424;
    text-align: justify;
    padding-bottom: 20px;
}
.rx-cardview-detail .image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    --aspect-ratio: 16 / 9;
}
.rx-cardview-detail .card {
    width: 100%;
    height: max-content;
    padding: 20px 16px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}
.rx-cardview-detail .card .card-content {
    display: flex;
    flex-direction: column;
    column-gap: 8px;
}
.rx-cardview-detail .card .card-content #card-title {
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #5f5f5f;
    margin-bottom: 10px;
}
.no-data-template {
    z-index: 5;
}
.rx-cardview-detail .cep-with-price-left-content .cep-content {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    padding-top: 10px;
    display: none;
    }
.cep-result {
    position: relative;
    display: flex;
    width: 100%;
    padding: 1.2rem;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
}
.cep-result.error {
    background-color: #f2a9a9;
}
.cep-result .notification-icon {
    display: flex;
    font-size: 2.4rem;
    width: 2.4rem;
    flex-direction: row-reverse;
    margin-right: 1.2rem;
    justify-content: center;
    color: var(--gelare-blue);
}
.cep-result.error .notification-icon {
    color: var(--gelare-red);
}
.cep-result .notification-content {
    display: flex;
    flex-direction: column;
}
.cep-result .notification-title {
    font-size: 14px;
    color: #1f1f1f;
}
.cep-result .notification-description {
    font-size: 12px;
    color: #404040;
}
.cep-icon {
    pointer-events: none !important;
    cursor: default !important;
}
.cep-icon:hover {
    background-color: transparent !important;
}
.cep-icon.dx-state-disabled {
    opacity: 1;
}
.cep-loading {
    color: #007bff !important;
    animation: spin 1s linear infinite
}
.cep-success {
    color: #28a745 !important;
}
.cep-error {
    color: #dc3545 !important;
}
#cep-form .k-input-suffix,
#profile-form .k-input-suffix {
    width: 32px;
}

#cep-form .icon-loading,
#profile-form .icon-loading {
    width: 24px;
    height: 24px;
    border: 3px solid #e0e0e0;
    border-top-color: var(--gelare-blue);
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

#cep-form #cep-button {
    display: block;
    width: 100%;
}
#cep-form #cep-button:disabled {
    opacity: 0.5;
    cursor: default;
    background: #a8a8a8;
}
.local-address {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 4px;
    border: none;
    line-height: 1.4rem;
}
.local-address .notification-icon {
    display: flex;
    font-size: 2.4rem;
    width: 2.4rem;
    flex-direction: row-reverse;
    margin-right: 1.2rem;
    justify-content: center;
    color: var(--gelare-blue);
}
.local-address .notification-content {
    display: flex;
    flex-direction: column;
}
.local-address .notification-title {
    font-size: 14px;
    color: #1f1f1f;
}
.local-address .notification-description {
    font-size: 12px;
    color: #404040;
}
.local-title, .profile-title, .cart-title, .payment-title {
    color: #242424;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 10px;
}
.local-container, .profile-container, .payment-container {
    width: 100%;
    height: max-content;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}
.cart-container {
    width: 100%;
    height: max-content;
}
.cart-number {
    font-size: 18px;
    font-style: italic;
    line-height: 1.4rem;
    color: var(--gelare-blue);
}
#concorda, #cliente {
    position: relative;
    display: flex;
    width: 100%;
    border: none;
}
.label-info {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    width: 100%;
}
#concorda .label-info {
    text-align: justify;
}
#cliente .label-info {
    display: none;
    text-align: right;
    color: #2d3192;
}
#email {
    text-transform: lowercase;
}
.mbs-0 {
    margin-block-start: 0 !important;
}
#profile-form .k-form-hint {
    color: var(--gelare-red);
}
#cart-form .rx-cart-item-icon .icon {
    display: flex;
    font-size: 2.4rem;
    width: 2.4rem;
    flex-direction: row-reverse;
    margin-right: 1.2rem;
    justify-content: center;
    color: var(--gelare-blue);
}
.cart .badge {
    position: absolute;
    margin-left: 20px;
    background: var(--gelare-blue);
    border-radius: 50%;
    width: auto;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

.version {
    display: block;
}

.services-wrapper {
    max-width: 1450px;
    margin: 15px auto;
    background-color: transparent;
    padding: 0;
}

.services-header {
    margin-bottom: 16px;
}

.services-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    column-gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: var(--gelare-blue);
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    border-radius: 4px;
    min-height: 60px;
}

.services-list li:hover {
    text-decoration: underline;
}

.service-link {
    color: inherit;
    line-height: 1.5;
    transition: color 0.2s ease;
    display: block;
    padding: 8px;
    font-weight: 400;
    height: 100%;
}

@media (max-width: 1024px) {
    .services-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .services-wrapper {
        padding: 0;
    }

    .services-header h2 {
        font-size: 22px;
    }

    .services-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .service-link {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .services-list {
        grid-template-columns: 1fr;
    }

    .service-link {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .payment-content .card-and-form {
        grid-template-columns: 1fr;
    }
}    
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    #banner {
        display: block;
    }
    .modal-dialog {
        width: 420px;
        margin: 0 auto;
    }
    .modal .modal-dialog.modal-right {
        right: 0;
    }
    .no-data-template {
        display: none;
        overflow-y: none;
        
    }
    .no-search-results {
        margin: 0 auto;
    }
}