﻿body {
    background: #eaeaea !important
}

body.showcase .landing-page-link {
    display: none;
}

body .landing-page-link {
    color: #212121;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px !important;
}

body .landing-page-link a {
    color: #212121;
    text-decoration: none;
}

body .landing-page-link a i {
    margin-left: 4px;
}

.faq {
    display: none !important;
}

#btn-to-top {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--landing-page-color-primary);
    color: #fafafa;
    cursor: pointer;
    padding: 0px;
    border-radius: 16px 0px 0px 0px;
    font-size: 24px;
    font-weight: 900;
    opacity: 0.5;
    vertical-align: middle;
}

#btn-to-top i {
    vertical-align: middle;
}

#btn-to-top:hover {
    opacity: 1;
}

#btn-go-to-whatsapp {
    width: 50px;
    height: 50px;
    line-height: 44px;
    position: fixed;
    bottom: 8px;
    right: 2.5%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--landing-page-color-primary);
    color: #fafafa;
    cursor: pointer;
    padding: 0px;
    border-radius: 60px;
    font-size: 30px;
    font-weight: 900;
    vertical-align: middle;
    box-shadow: 0px 0px 15px 0px rgba(158, 158, 158, 0.15);
}

#btn-go-to-whatsapp:hover {
    opacity: 0.5;
}

#btn-go-to-whatsapp p {
    position: absolute;
    top: 10px;
    left: -164px;
    height: 32px;
    background: var(--landing-page-color-secondary);
    font-size: 14px;
    font-weight: 300;
    border-radius: 22px;
    line-height: 32px;
    padding: 0px 12px;
    box-shadow: 0px 0px 15px 0px rgba(158, 158, 158, 0.15);
}

.landing-page {
    padding-bottom: 0px !important;
}

.landing-page .content {
    margin: 64px auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 64px;
}

.landing-page .content.row {
    margin-left: 64px !important;
    margin-right: 64px !important;
}

.landing-page .content.row.landing-page-banners {
    padding: 0px;
    margin: 0px !important;
}

.landing-page .landing-page-banners .carousel-inner {
    border-radius: 0px;
}

.landing-page .landing-page-banners .carousel-inner img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
}

.landing-page .landing-page-banners .carousel-control.right, .landing-page .landing-page-banners .carousel-control.left {
    background: none;
}

.landing-page .landing-page-highlights, .landing-page .landing-page-category {
    background: none;
    padding: 0px;
    margin: 0px;
}

.landing-page .landing-page-highlights .title, .landing-page .landing-page-category .title {
    font-size: 44px;
    padding: 0px;
    margin: 0px;
    margin-top: 32px;
    margin-left: -8.5px;
    color: var(--landing-page-color-primary);
}

.landing-page .landing-page-category .title {
    margin-top: 16px;
    margin-bottom: 16px;
    color: var(--landing-page-color-secondary);
    text-transform: capitalize;
}

.landing-page .landing-page-highlights .description {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 16px;
    margin-left: -7.5px;
    color: var(--landing-page-color-tertiary);
}

.landing-page .empty-catalog .col:last-of-type img {
    width: 100%;
    object-fit: contain;
}

.landing-page span.subtitle {
    display: inline-block;
    color: var(--landing-page-color-secondary);
    font-size: 15px;
    font-weight: 500;
}

.landing-page span.subtitle i {
    font-size: 18px;
    color: var(--landing-page-color-primary);
    margin-right: 8px;
}

.landing-page p.description {
    color: var(--landing-page-color-tertiary);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.landing-page p.title {
    color: var(--landing-page-color-secondary);
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    margin: 16px 0px;
    max-width: 500px;
}

.landing-page .empty-catalog span.subtitle, .landing-page .empty-catalog p.title {
    margin-left: -2.5px;
}

.landing-page .catalog-items span.subtitle, .landing-page .catalog-items p.title {
    margin-left: -2.5px;
}

.landing-page .add-catalog-item span.subtitle, .landing-page .add-catalog-item p.title {
    margin-left: -6px;
}

.landing-page button.primary-button {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    padding: 16px 32px 16px 32px;
    background-image: linear-gradient(340deg, var(--landing-page-color-primary) 0%, var(--landing-page-color-primary) 100%);
    border: 1px solid var(--landing-page-color-primary);
}

.landing-page button.secondary-button {
    color: var(--landing-page-color-primary);
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    padding: 16.5px 32px 16.5px 32px;
    background-image: linear-gradient(340deg, #ffffff 0%, #ffffff 100%);
    border: 1px solid #bdbdbd;
}

.landing-page button.primary-light-button {
    color: var(--landing-page-color-primary);
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
    padding: 16px 0px;
    background: #ffffff;
    border: 1px solid var(--landing-page-color-primary);
    width: 100%;
}

.landing-page button.secondary-light-button {
    color: var(--landing-page-color-secondary);
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
    padding: 16px 0px;
    background: #ffffff;
    border: 1px solid var(--landing-page-color-secondary);
    width:100%;
}

.landing-page button#btn-add-catalog-item {
    margin-top: 20px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.landing-page button#btn-go-to-landing-page {
    margin-bottom: 32px;
}

.landing-page button#btn-save-catalog-item, .landing-page button#btn-cancel-add-or-edit-item {
    margin-top: 8px;
}

.landing-page button.full-size {
    width: 100%;
}

.landing-page .form-style, .landing-page-buy-popup .form-style {
    display: block;
    width: 100%;
    border: solid 0.1px #bdbdbd;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 100;
    color: var(--landing-page-color-tertiary);
    margin-top: 16px;
}

.landing-page .form-style:focus, .landing-page-buy-popup .form-style:focus {
    border: solid 0.1px #212121;
    color: #212121;
}

.landing-page input.form-style:first-of-type, .landing-page-buy-popup input.form-style:first-of-type {
    margin-top: 0px;
}

.landing-page input.form-style, .landing-page-buy-popup input.form-style {
    height: 48px;
}

.landing-page textarea.form-style, .landing-page-buy-popup textarea.form-style {
    min-width: 100%;
    max-width: 100%;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
}

.landing-page .form-style:disabled {
    background: rgba(239, 239, 239, 0.3) !important;
    color: #616161 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #616161 !important;
}

.landing-page .input-image {
    display: none;
}

.landing-page .image-preview {
    display: inline-block;
    min-width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 16px;
    border-radius: 8px;
    border: solid 0.1px #bdbdbd;
    box-shadow: 0px 0px 15px 0px rgba(158, 158, 158, 0.15);
    vertical-align: top;
    background: url(/assets/images/showcase/placeholder-catolog-item.png) #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.landing-page .row.catalog-items-view {
    background: none !important;
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px !important;
    margin-right: 32px !important;
    display: flex;
    flex-wrap: wrap;
}

.landing-page .row.catalog-items-view:last-of-type {
    margin-bottom: 64px;
}

.showcase .landing-page .row.catalog-items-view:last-of-type {
    margin-bottom: 32px;
}

.landing-page .catalog-item {
    padding: 32px;
    background: #ffffff;
    border-radius: 8px;
    margin-left: 16px;
    margin-bottom: 16px;
    width: calc(50% - 32px) !important;
}

.landing-page .catalog-item.full-size {
    width: calc(100% - 32px) !important;
}

.landing-page .catalog-item.full-size .catalog-item-description-section {
    display: none;
    margin-top: 16px;
}

.landing-page .catalog-item.full-size .left-right {
    display: none !important;
}

.landing-page .catalog-item button {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}

.landing-page .catalog-item-image {
    display: inline-block;
    width: 45%;
    aspect-ratio: 1/1;
    border-radius: 16px;
    border: solid 0.1px #bdbdbd;
    box-shadow: 0px 0px 15px 0px rgba(158, 158, 158, 0.15);
    vertical-align: top;
    object-fit: cover;
    margin-right: 16px;
    margin-bottom: 16px;
}

.landing-page .catalog-item.full-size .catalog-item-image {
    border-radius: 8px;
    margin-right: 32px !important;
    width: 35%;
}

.landing-page .catalog-item.full-size .catalog-item-image.right {
    margin-right: 0px !important;
    margin-left: 32px !important;
}

.landing-page .catalog-item.full-size .catalog-item-actions {
    margin-top: 16px;
}

.landing-page .catalog-item-info {
    display: inline-block;
    max-width: 49%;
}

.landing-page .catalog-item.full-size .catalog-item-info {
    display: inline-block;
    max-width: 62%;
    min-width: 62%;
}

.landing-page .catalog-item-value {
    font-weight: 100;
    color: var(--landing-page-color-tertiary);
    font-size: 15px;
    margin: 0px;
}

.landing-page .catalog-item-value:last-of-type {
    margin-bottom: 16px;
}

.landing-page .catalog-item-value span.item-value-name {
    font-weight: 400;
    color: var(--landing-page-color-secondary);
}

.landing-page .catalog-item-name {
    color: var(--landing-page-color-secondary);
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.landing-page .catalog-item-price {
    color: var(--landing-page-color-primary);
    font-size: 18px;
    font-weight: 900;
    margin-top: 16px;
    margin-bottom: 20px;
}

.landing-page .catalog-item-promo-price {
    color: var(--landing-page-color-primary);
    font-size: 18px;
    font-weight: 900;
    margin: 0px;
}

.landing-page .catalog-item-price .promo {
    color: var(--landing-page-color-tertiary);
    opacity: 0.5;
    font-size: 15px;
    margin-right: 8px;
}

.landing-page .catalog-item-price .promo span {
    text-decoration: line-through;
}

.landing-page .catalog-item-off {
    background: var(--landing-page-color-secondary);
    color: #ffffff;
    position: absolute;
    top: 0px;
    margin-top: 48px;
    margin-left: 16px;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
}

.landing-page .catalog-item-off.right {
    background: var(--landing-page-color-secondary);
    color: #ffffff;
    position: absolute;
    top: 0px;
    margin-top: 48px;
    margin-right: 32px;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    right: 32px;
}

.landing-page .catalog-item-description {
    color: var(--landing-page-color-tertiary);
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0px;
    cursor: pointer !important;
}

.landing-page .full-size .catalog-item-description {
    cursor: default !important;
}

.landing-page tr {
    border: solid 0.1px #bdbdbd !important;
    margin:16px;
}

.landing-page td {
    border: none !important;
}

.landing-page .dropdown {
    margin-top: 16px;
}

.landing-page .dropdown button {
    min-width: 100%;
    border: 0.1px solid #bdbdbd !important;
    border-radius: 4px;
    text-align: left;
    height:48px;
}

.landing-page .dropdown button:focus {
    border: solid 0.1px #212121 !important;
}

.landing-page .dropdown span {
    font-size: 16px !important;
    font-weight: 100 !important;
    color: var(--landing-page-color-tertiary) !important;
}

.landing-page .dropdown .active span {
    color: #ffffff !important;
}

.landing-page .dropdown input {
    min-width: 100% !important;
    max-width: 100% !important;
    border: 0.1px solid #bdbdbd !important;
}

.landing-page div[title="option aliases"] {
    display: none !important;
}

.landing-page .smartselect > button > .ss-caret {
    right: 16px !important;
    color: var(--landing-page-color-tertiary) !important;
}

.landing-page .dropdown.open .ss-caret {
    transform: translateY(-50%) rotate(180deg) !important;
}

.landing-page button.dropdown-toggle i.ss-caret {
    display: none;
}

.landing-page .dropdown-menu:not(.pull-right) {
    width: calc(100% - 12px) !important;
    margin-left: 6px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px 0px 8px 8px;
    box-shadow: none !important;
    border: solid 0.1px #bdbdbd !important;
    min-width: auto !important;
}

.smartselect .ss-toolbar {
    position: relative !important;
    left: auto !important;
    right: 0 !important;
    margin-left: 0px !important;
    width: 100% !important;
    text-align: end !important;
}

.smartselect .ss-toolbar div[role="toolbar"] {
    width: 100% !important;
}

.landing-page .dropdown-menu.pull-right {
    top: -2.5px !important;
    left: 0px !important;
    width: calc(100% - 56px) !important;
    height: 54px;
    display: inline-block !important;
    border: none;
    box-shadow: none !important;
    border-bottom: solid 0.1px #bdbdbd !important;
    min-width: auto !important;
    margin-left: 2.5px;
    padding: 0px;
}

.landing-page .dropdown-menu.pull-right li, .landing-page .dropdown-menu.pull-right div {
    height: 100% !important;
    padding: 0px !important;
}

.landing-page .dropdown-menu.pull-right input {
    width: calc(100% - 32px) !important;
    height: 100% !important;
    border: solid 0.1px #bdbdbd !important;
    border-radius: 0px !important;
    padding: 0px 12px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    color: var(--landing-page-color-tertiary) !important;
    margin: 0px !important;
}

.landing-page button.dropdown-toggle {
    top: -6px !important;
    left: 0px !important;
    width: 54px !important;
    height: 60px !important;
    border-radius: 0px !important;
    background-image: linear-gradient(340deg, var(--landing-page-color-primary) 0%, var(--landing-page-color-primary) 100%) !important;
    border: none;
    color: #ffffff !important;
    text-align: center;
    float: right !important;
    margin: 0px !important;
    padding: 0px !important;
}

.landing-page button.dropdown-toggle i {
    color: #ffffff;
    float: right;
    margin-right: 12.5px;
    margin-top: 0px;
}

.landing-page button.dropdown-toggle i:hover {
    color: #ffffff;
}

.swal2-title {
    font-size: 30px !important;
}
.swal2-content {
    font-size: 15px !important;
}

.swal2-actions {
    margin-top: 0px !important;
}

.swal2-actions button {
    margin-top: 0px !important;
}

.swal2-actions:not(.swal2-loading) {
    flex-wrap: nowrap !important
}

.swal2-icon.swal2-warning {
    color: var(--landing-page-color-primary) !important;
    border-color: var(--landing-page-color-primary) !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid #4caf50 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #4caf50 !important;
}

.swal2-actions.swal2-loading .swal2-confirm {
    border: 2px solid transparent !important;
    border-left-color: var(--landing-page-color-primary) !important;
    border-right-color: var(--landing-page-color-primary) !important;
    padding: 12px !important;
}

.swal2-actions:not(.swal2-loading) .swal2-confirm {
    color: var(--landing-page-color-secondary) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    padding: 16px 32px 16px 32px !important;
    background-image: linear-gradient(340deg, var(--landing-page-color-primary) 0%, var(--landing-page-color-primary) 100%) !important;
    border: 0.1px solid var(--landing-page-color-primary) !important;
    width: 50% !important;
}

.swal2-cancel {
    color: var(--landing-page-color-primary) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    padding: 16.5px 32px 16.5px 32px !important;
    background-image: linear-gradient(340deg, #ffffff 0%, #ffffff 100%) !important;
    border: 0.1px solid #bdbdbd !important;
    width: 50% !important;
}

.swal2-actions.swal2-loading .swal2-cancel {
    display: none !important;
}

.swal2-actions:not(.swal2-loading) .swal2-confirm.full-modal-item {
    width: 100% !important;
}

.select2 .selection .select2-selection--single {
    width: 100%;
    border: solid 0.1px #bdbdbd !important;
    border-radius: 4px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    color: var(--landing-page-color-tertiary) !important;
    height: 48px !important;
}

.select2-search--dropdown .select2-search__field {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    color: var(--landing-page-color-tertiary) !important;
    height: 48px !important;
}

.select2-container {
    margin-bottom: 16px !important;
}

.select2 .selection .select2-selection__placeholder {
    line-height: 48px;
    font-size: 16px;
    font-weight: 100;
    color: var(--landing-page-color-tertiary) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    color: var(--landing-page-color-tertiary) !important;
}

.select2-results__option {
    line-height: 38px !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    width: 48px !important;
    right: 0px !important;
    top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    top:0px !important;
    line-height: 48px !important;
    margin: 0px !important;
}

.select2-container--default.select2-container--open .select2-selection__arrow b:before {
    content: '\f0d8'
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: rgba(239, 239, 239, 0.3) !important;
}

.select2-container--open {
    z-index: 99999999999999;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

.landing-page header {
    background: var(--landing-page-header-background-color);
}

.landing-page header .landing-page-header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;    
    padding: 32px 64px;
    background: var(--landing-page-header-background-color);
}

.landing-page header .landing-page-header ul {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 32px;
    flex: 1;
}

.landing-page header .landing-page-header ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 16px;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--landing-page-header-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0;
    height: 2.5rem;
    border-right: 1px solid var(--landing-page-header-color);
}

.landing-page header .landing-page-header ul li:last-of-type {
    border-right: none;
}

.landing-page header .landing-page-header ul li a {
    color: var(--landing-page-header-color);
    text-decoration: none;
}

.landing-page header .content.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.landing-page .landing-page-header {
    display: flex;
    align-items: center;
}

.landing-page .landing-page-header div {
    display: inline-block;
}

.landing-page .landing-page-header img.merchant-logotipo {
    height: 80px;
    object-fit: contain;
    margin: 0;
}

.landing-page .landing-page-header .header-actions {
    padding-right: 16px;
}

.landing-page .landing-page-header .header-actions button {
    cursor: pointer;
    height: 50px;
    color: var(--landing-page-color-secondary);
    border: none;
    padding: 0px;
    background: none;
}

.landing-page .landing-page-header .header-actions button i {
    cursor: pointer;
    color: #ffffff;
    background: var(--landing-page-color-secondary);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0px;
    vertical-align: middle;
    line-height: 48px;
}

.landing-page .landing-page-header .header-actions button span {
    height: 50px;
    vertical-align: middle;
    font-weight: 100;
    margin-right: 8px;
}

.landing-page .merchant-contact, .landing-page .merchant-payments {
    float: right;
    color: var(--landing-page-header-color) !important;
    font-size: 12px;
    font-weight: 400;
}

a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
}

.landing-page .merchant-contact {
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid var(--landing-page-header-color);
}

.showcase .landing-page .merchant-contact {
    margin-right: 16px;
}

.landing-page .merchant-contact p {
    margin: 0px;
    text-align: right;
}
.landing-page .merchant-contact span {
    margin: 0px 4px;
    font-size: 18px;
    vertical-align: top;
}

.landing-page .merchant-payments {
    margin-top: 2px;
    text-align: right;
}

.landing-page .merchant-payments p {
    font-size: 12px;
    margin-bottom: -6px;
}

.landing-page .merchant-payments span {
    font-size: 18px;
    margin-top: 8px;
}

.landing-page .merchant-payments span:last-of-type {
    margin-right: 0px;
}

.landing-page .carousel-control span {
    color: #212121;
    text-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 15px;
    background: #ffffff;
    border-radius: 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.landing-page footer {
    background: var(--landing-page-color-footer);
}

.landing-page footer p {
    margin-bottom: 0 0 0px !important;
}

.landing-page footer .content.row {
    color: var(--landing-page-color-tertiary);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background: none;
    padding: 32px 0px;
}

.showcase .landing-page footer .content.row {
    max-width: 1280px;
    padding: 32px 16px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.landing-page .landing-page-footer img.merchant-logotipo {
    height: 40px;
    object-fit: contain;
    margin-bottom: 16px;
}

.showcase .landing-page header {
    margin-left: auto;
    margin-right: auto;
}

.showcase footer {
    position: relative !important;
}

.showcase .landing-page .landing-page-header img.merchant-logotipo {
    margin-left: 16px;
}

.showcase .landing-page {
    margin: 0px;
    padding: 0px;
}

.showcase .content.row.landing-page-header, .showcase .content.row.landing-page-highlights, .showcase .content.row.catalog-items-view, .showcase .content.row.landing-page-category {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.showcase .landing-page header .landing-page-header {
    padding: 32px 0px;
}

.showcase .landing-page .landing-page-highlights .title, .showcase .landing-page .landing-page-category .title {
    margin-left: 6.5px;
}

.showcase .landing-page .landing-page-category .title {
    margin-top: 0px;
}

.showcase .landing-page .landing-page-highlights .description {
    margin-left: 8.5px;
}

.showcase .landing-page .catalog-item {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
}










.landing-page.purchase-pop-up .content.row {
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
}

.landing-page-buy-popup {
    max-width: 100% !important;
    width: auto !important;
    border-radius: 8px !important;
    padding: 32px !important;
}

.landing-page-buy-popup p.title {
    margin-left: -6px;
}

.landing-page-buy-popup span.subtitle {
    margin-left: -2px;
}

.landing-page-buy-popup .swal2-content {
    padding: 0px !important;
}

.landing-page-buy-popup .purchase-item {
    margin-bottom: 16px;
}

.landing-page-buy-popup .purchase-item-customer {
    margin-bottom: 16px;
}

.landing-page-buy-popup .purchase-item-info {
    padding-left: 0px;
}

.landing-page-buy-popup .purchase-item-info p {
    vertical-align: middle;
    margin-bottom: 0px;
}

.landing-page .purchase-item .purchase-item-image {
    max-width: 100px;
}

.landing-page .purchase-item .purchase-item-image img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 16px;
    border: solid 0.1px #bdbdbd;
    box-shadow: 0px 0px 15px 0px rgba(158, 158, 158, 0.15);
    vertical-align: top;
    object-fit: cover;
}

.landing-page-buy-popup .purchase-item-name {
    text-transform: uppercase;
    min-width: 240px;
    max-width: 320px;
    word-break: break-word;
}

.landing-page-buy-popup .purchase-item-price {
    font-weight: 700;
    background: var(--landing-page-color-secondary);
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    color: #ffffff;
    margin-top: 4px;
    margin-bottom: 4px !important;
}

ul.purchase-item-receiving-options-list {
    padding: 0px;
    margin-bottom: 16px;
}

ul.purchase-item-receiving-options-list li {
    list-style: none;
    border: solid 0.1px #bdbdbd;
    padding: 8px 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    cursor: pointer;
}

ul.purchase-item-receiving-options-list li.selected {
    box-shadow: 0px 0px 15px 0px rgba(158, 158, 158, 0.15);
    border: solid 0.1px #212121;
}

ul.purchase-item-receiving-options-list li.disabled {
    background: rgba(239, 239, 239, 0.3) !important;
    color: var(--landing-page-color-tertiary) !important;
}

ul.purchase-item-receiving-options-list li.disabled input {
    color: #616161 !important;
    background: rgba(239, 239, 239, 0.3) !important;
    color: #616161 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #616161 !important;
}

ul.purchase-item-receiving-options-list li i {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

ul.purchase-item-receiving-options-list li p {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    margin-bottom: 0px;
}

ul.purchase-item-receiving-options-list li span {
    display: block;
    font-size: 13px;
    font-weight: 100;
    margin-top: 8px;
}

ul.purchase-item-receiving-options-list li .installments {
    vertical-align: middle;
    height: 30px;
    width: 50px;
    margin-right: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    text-align: center;
}

ul.purchase-item-receiving-options-list li.selected .installments {
    border: 1px solid #212121;
}

.checkout-frame {
    min-width: 500px !important;
    max-width: 500px !important;
    width: 500px !important;
    min-height: 800px !important;
    max-height: 800px !important;
    height: 800px !important;
    border: none !important;
    box-shadow: none !important;
}

.checkout-pop-up {
    min-width: 600px !important;
    max-width: 600px !important;
    width: 600px !important;
    min-height: 850px !important;
    max-height: 850px !important;
    height: 850px !important;
    border-radius: 8px !important;
}

@media (max-width: 1450px) {
    .landing-page button#btn-add-catalog-item {
        width: 100%;
    }

    .landing-page .catalog-item.full-size .catalog-item-image {
        width: calc(50% - 32px) !important;
    }

    .landing-page .catalog-item.full-size .catalog-item-info {
        max-width: 49%;
        min-width: 49%;
    }

    .landing-page button#btn-go-to-landing-page {
        width: 100%;
    }

    .landing-page p.title {
        font-size: 42px;
    }
}

@media (max-width: 1240px) {
    body:not(.showcase) .landing-page .catalog-item {
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 32px) !important;
    }

    body:not(.showcase) .landing-page .catalog-item:last-of-type {
        margin-bottom: 0px
    }

    .landing-page .landing-page-category .title {
        margin-top: 32px;
    }
}

@media (max-width: 992px) {
    .landing-page .content.row {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }

    .landing-page .catalog-item {
        margin-left: 0px;
        width: calc(100%) !important;
    }

    .landing-page .landing-page-header {
        padding: 32px 48px !important;
    }

    body:not(.showcase) .landing-page .content.row.landing-page-highlights, body:not(.showcase) .landing-page .content.row.landing-page-category {
        margin: 0px 48px !important;
        padding-left: 0px !important;
    }

    .showcase .landing-page .landing-page-header {
        padding: 32px 0px !important;
    }

    .showcase .landing-page .catalog-item:last-of-type {
        margin-bottom: 0px;
    }

    .showcase .landing-page .landing-page-category .title {
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    .landing-page .landing-page-header .header-actions button span {
        display: none;
    }

    .landing-page .catalog-item.full-size .catalog-item-description-info {
        display: none;
    }

    .landing-page .catalog-item.full-size .catalog-item-description-section {
        display: block;
    }
}

@media (max-width: 576px) {
    .container-fluid {
        padding: 0px !important;
    }

    .landing-page .content {
        padding: 32px;
    }

    .landing-page p.title {
        font-size: 42px;
    }

    .landing-page .catalog-item {
        margin-left: 0px;
        width: calc(100%) !important;
    }

    .landing-page .catalog-item:last-of-type {
        margin-bottom: 64px
    }

    .landing-page .catalog-item-image {
        width: 100%;
    }

    .landing-page .catalog-item-info {
        display: inline-block;
        max-width: 100%;
    }

    .landing-page .catalog-item.full-size .catalog-item-image {
        width: 100% !important;
    }

    .landing-page .catalog-item.full-size .catalog-item-info {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .landing-page .catalog-item.full-size .right {
        display: none !important;
    }

    .landing-page .catalog-item.full-size .left-right {
        display: block !important;
    }

    .landing-page .row.catalog-items-view {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .landing-page .content.row.landing-page-highlights, .landing-page .content.row.landing-page-category {
        margin: 0px 16px !important;
        padding: 0px 32px !important;
    }

    .showcase .landing-page .content.row.landing-page-highlights, .showcase .landing-page .content.row.landing-page-category {
        margin: 0px !important;
        padding: 0px !important;
    }

    .showcase .landing-page .catalog-item:last-of-type {
        margin-bottom: 0px
    }

    .showcase .landing-page .landing-page-category .title {
        margin-top: 32px;
    }

    .landing-page .content.row.landing-page-header {
        text-align: center;
    }

    .landing-page .landing-page-header img.merchant-logotipo {
        margin-left: 0px !important;
    }

    .landing-page .merchant-contact {
        margin-top: 32px;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-right: none;
    }

    .landing-page .merchant-contact div {
        width: 100%;
        text-align: center;
    }

    .landing-page .merchant-contact p {
        text-align: center;
    }

    .landing-page .carousel-control span.fa-chevron-left {
        margin-left: 16px;
        top: 35%;
    }

    .landing-page .carousel-control span.fa-chevron-right {
        margin-left: -32px;
        top: 35%;
    }

    .swal2-cancel, .swal2-actions:not(.swal2-loading) .swal2-confirm {
        padding: 16.5px 0px 16.5px 0px !important;
        min-width:50%;
    }

    .landing-page.purchase-pop-up .content.row .col {
        padding-left: 2.5px !important;
        padding-right: 2.5px !important;
    }

    .select2 .selection .select2-selection--single {
        max-width: 100%;
    }

    .landing-page-buy-popup .purchase-item-name {
        min-width: auto;
    }
}

@supports (-webkit-touch-callout: none) {
    body, html {
        width: calc(100% - 0px);
    }

    #btn-go-to-whatsapp {
        bottom: 8px;
        right: 8px;
    }
}