
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}


/***** MAIN ****/

.form-control {
    height: auto;
}

h1{
    margin-bottom:25px;
}

.pagination>li>a,
.pagination>li>span,
.page-item.disabled .page-link {
    color: #707070;
    border-color: #cfcfcf;
    box-shadow: none!important;
}

.page-item.active .page-link,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #61a60e;
    border-color: #61a60e;
}

.page-link {
    font-size: 14px;
    height: 34px;
    padding: 8px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 8px 13px;
}

/***** BREADCRUMB ****/

.master-breadcrumb {
    background: none;
}

.master-breadcrumb .breadcrumb {
    padding: 0;
    background: none;
    display: flex;
}

.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item.active {
    width: 100%;
    display: flex;
}

/***** TITLES *****/

.breadcrumb-item.active {
    font-family: Poppins;
    font-weight: bold;
    font-size: 74px;
    line-height: 1;
    text-align: left;
    color: #13263e;
    padding: 0 0 12px 0;
    margin: 50px 0 40px 0;
}

/***** TABLES *****/

.table-container {
    max-width: 100%;
    overflow: auto;
}

.table-inside-title {
    display: none;
}

.see-more {
    display: none;
}

/***** SUPPORT *****/

.support-img {
    display: none;
}


@media only screen and (min-width: 1200px) {

    /***** ORDER *****/

    body #order-standard_cart .sub-heading {
        text-align: left;
    }
    body #order-standard_cart .sub-heading span,
    body #order-standard_cart .sub-heading-borderless span {
        padding: 0 15px 0 0;
        top: -16px;
        font-family: Lato;
        font-size: 21px;
        color: #61a60e;
        background-color: #f1f1f1;
    }
    body #order-standard_cart .field,
    body #order-standard_cart .form-control {
        max-width: 100%;
    }
    body #order-standard_cart .panel-addon {
        margin: 0 0 20px 0;
    }
    body #order-standard_cart .panel-addon .panel-body label {
        margin: 10px 0;
    }
    #order-standard_cart .sub-heading span,
    #order-standard_cart .sub-heading-borderless span {
        background: #fff;
    }
}

@media only screen and (max-width: 1199px) {

    /***** MAIN ****/



    section#main-body {
/*        padding: 0 0 30px 0;*/
    }

    .primary-bg-color {
        background: #ffffff;
    }

    .h1, h1 {
        font-size: 36px;
        color: #001f31;
    }

    .h2, h2 {
        font-size: 30px;
    }

    .h3, h3 {
        font-size: 24px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .card {
        border: 0;
        border-radius: 3px;
    }

    .primary-content .card {
        margin: 0 0 20px 0;
    }

    .card-header,
    .collapsable-card-body,
    .client-home-cards .list-group,
    .client-home-cards .card.card-accent-emerald .card-body {
        padding: 15px;
        background: #ffffff;
        border-radius: 3px !important;
        border: 1px solid #cfcfcf !important;
    }

    .collapsable-card-body,
    .client-home-cards .list-group {
        margin: -1px 0 0 0;
        border-top: 1px solid #ffffff!important;
        border-radius: 0 0 3px 3px!important;
    }

    .card-header .card-title,
    .sidebar .card-title {
        font-size: 14px;
        color: #707070;
        font-weight: normal;
        margin: 0;
    }

    .card-header i {
        font-size: 14px;
        color: #707070;
    }

    .card-header i:first-child {
        color: #61a60e;
    }

    .sidebar .list-group {
        width: 100%;
        display: flex!important;
        flex-flow: wrap;
    }

 .list-group-item {
        margin: 0;
        padding: 20px 0;
        border: 1px solid #e0e0e0;
    }

    .list-group-item p {
        margin: 0 0 5px 0;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #61a60e !important;
        display: flex;
        align-items: center;
    }

    .list-group-item small {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        color: #585858;
        padding: 0;
    }

    .sidebar .list-group-item {
        width: calc(50% - 10px);
        border-radius: 5px;
        margin: 0 5px 10px 5px;
        font-size: 14px;
        color: #707070!important;
        background-color: #ffffff!important;
        border: 1px solid #cfcfcf!important;
    }

    .list-group-item.active {
        border: 1px solid #61a60e!important;
    }

    .sidebar .list-group-item>i.far.fa-circle {
        color: #707070;
    }

    .sidebar .list-group-item.active i {
        color: #61a60e;
    }

    .sidebar .list-group-item .badge {
        width: auto;
        padding: 4px 0 3px 0;
        font-size: 14px;
        font-weight: normal;
        color: #707070;
    }

    .card-body,
    .primary-content .card-body {
        padding: 0;
        overflow: hidden;
    }

    .card-body.px-sm-5.py-5 {
        padding: 20px 0!important;
    }

    .card-footer {
        border: 0;
        padding: 0;
        background: none;
    }

    p {
        font-size: 14px;
        text-align: left;
        color: #585858 !important;
    }

    .text-muted {
        color: #6c757d!important;
    }

    .sidebar.sidebar-secondary {
        padding: 0;
    }

    /***** COLORS ****/

    .label {
        margin: 0;
        padding: 5px;
        min-height: 28px;
        font-size: 13px;
        font-weight: normal;
        border-radius: 0;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-accent-gold {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .card-accent-green {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .card-accent-red {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .card-accent-blue {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .card-accent-orange {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

    .card-accent-pink {
        color: #e671b8;
        border: 1px solid #e671b8;
    }

    .card-accent-purple {
        color: #7b4f9d;
        border: 1px solid #7b4f9d;
    }

    .card-accent-lime {
        color: #8cbf26;
        border: 1px solid #8cbf26;
    }

    .card-accent-magenta {
        color: #ff0097;
        border: 1px solid #ff0097;
    }

    .card-accent-teal {
        color: #00aba9;
        border: 1px solid #00aba9;
    }

    .card-accent-turquoise {
        color: #1abc9c;
        border: 1px solid #1abc9c;
    }

    .card-accent-emerald {
        color: #2ecc71;
        border: 1px solid #2ecc71;
    }

    .card-accent-amethyst {
        color: #9b59b6;
        border: 1px solid #9b59b6;
    }

    .card-accent-wet-asphalt {
        color: #004258;
        border: 1px solid #004258;
    }

    .card-accent-midnight-blue {
        color: #2c3e50;
        border: 1px solid #2c3e50;
    }

    .card-accent-sun-flower {
        color: #f1c40f;
        border: 1px solid #f1c40f;
    }

    .card-accent-pomegranate {
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .card-accent-silver {
        color: #bdc3c7;
        border: 1px solid #bdc3c7;
    }

    .card-accent-asbestos {
        color: #7f8c8d;
        border: 1px solid #7f8c8d;
    }

    .bg-color-gold {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .bg-color-green {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .bg-color-red {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .bg-color-blue {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .bg-color-orange {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

    .bg-color-pink {
        color: #e671b8;
        border: 1px solid #e671b8;
    }

    .bg-color-purple {
        color: #7b4f9d;
        border: 1px solid #7b4f9d;
    }

    .bg-color-lime {
        color: #8cbf26;
        border: 1px solid #8cbf26;
    }

    .bg-color-magenta {
        color: #ff0097;
        border: 1px solid #ff0097;
    }

    .bg-color-teal {
        color: #00aba9;
        border: 1px solid #00aba9;
    }

    .bg-color-turquoise {
        color: #1abc9c;
        border: 1px solid #1abc9c;
    }

    .bg-color-emerald {
        color: #2ecc71;
        border: 1px solid #2ecc71;
    }

    .bg-color-amethyst {
        color: #9b59b6;
        border: 1px solid #9b59b6;
    }

    .bg-color-wet-asphalt {
        color: #004258;
        border: 1px solid #004258;
    }

    .bg-color-midnight-blue {
        color: #2c3e50;
        border: 1px solid #2c3e50;
    }

    .bg-color-sun-flower {
        color: #f1c40f;
        border: 1px solid #f1c40f;
    }

    .bg-color-pomegranate {
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .bg-color-silver {
        color: #bdc3c7;
        border: 1px solid #bdc3c7;
    }

    .bg-color-asbestos {
        color: #7f8c8d;
        border: 1px solid #7f8c8d;
    }

    .label-default {
        color: #666;
        border: 1px solid #666;
    }

    .label-success {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .label-info {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .label-warning {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .label-danger {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .status-pending {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .status-pending.transfer {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .status-active,
    .status-open,
    .status-completed {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .status-suspended {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .status-customer-reply {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

    .status-fraud {
        color: #000;
        border: 1px solid #000;
    }

    .status-answered {
        color: #7b4f9d;
        border: 1px solid #7b4f9d;
    }

    .status-expired,
    .status-transferred.away {
        color: #004258;
        border: 1px solid #004258;
    }

    .status-terminated {
        color: #666;
        border: 1px solid #666;
    }

    .status-onhold {
        color: #336699;
        border: 1px solid #336699;
    }

    .status-inprogress {
        color: #c0392b;
        border: 1px solid #c0392b;
    }

    .status-closed {
        color: #87939f;
        border: 1px solid #87939f;
    }

    .status-paid {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .status-unpaid {
        color: #d9534f;
        border: 1px solid #d9534f;
    }

    .status-cancelled {
        color: #87939f;
        border: 1px solid #87939f;
    }

    .status-collections {
        color: #2c3e50;
        border: 1px solid #2c3e50;
    }

    .status-refunded {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .status-payment-pending {
        color: #336699;
        border: 1px solid #336699;
    }

    .status-delivered {
        color: #336699;
        border: 1px solid #336699;
    }

    .status-accepted {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .status-lost,
    .status-dead {
        color: #000;
        border: 1px solid #000;
    }

    .requestor-type-operator {
        color: #5bc0de;
        border: 1px solid #5bc0de;
    }

    .requestor-type-owner {
        color: #61a60e;
        border: 1px solid #61a60e;
    }

    .requestor-type-authorizeduser {
        color: #666;
        border: 1px solid #666;
    }

    .requestor-type-externaluser {
        color: #f0ad4e;
        border: 1px solid #f0ad4e;
    }

    .requestor-type-subaccount {
        color: #666;
        border: 1px solid #666;
    }

    .requestor-type-guest {
        color: #87939f;
        border: 1px solid #87939f;
    }

    /***** BTN *****/

    .btn-group {
        display: flex;
        flex-flow: wrap;
    }

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        flex: 1;
    }

    .btn {
        height: 38px;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center;
        border-radius: 3px;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-block {
        height: 50px;
    }

    .btn-primary,
    .btn-success {
        color: #ffffff;
        background-color: #61a60e;
        border: 1px solid #61a60e;

    }

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show > .btn-success.dropdown-toggle,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .show > .btn-success.dropdown-toggle:focus {
        color: #ffffff;
        background-color: #80b73e;
        border: 1px solid #80b73e;
    }

    .custom-file-label {
        height: 38px;
    }

    .custom-file-label::after {
        height: 38px;
    }

    /***** BREADCRUMB ****/

    .breadcrumb-item.active {
        justify-content: center;
    }

    /***** TITLES ****/

    .breadcrumb-item.active,
    #login_1 .h3 {
        width: 100%;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        color: #61a60e;
        margin: 30px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #61a60e;
    }

    /***** FORMS *****/

    .form-control-label {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.21;
        color: #707070;
        margin: 0 0 8px 0;
    }

    .form-group .mb-2,
    .form-group .my-2 {
        margin: 0 0 4px 0 !important;
    }

    .form-group a {
        font-size: 13px;
    }

    /***** HEADER *****/

    .navbar-brand img {
        max-width: 100%;
    }

    /***** TABLES *****/

    .dataTables_wrapper .dataTables_filter {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .dataTables_wrapper .dataTables_filter label {
        margin: 0;
        display: flex;
        flex-flow: wrap;
    }

    .dataTables_wrapper .dataTables_filter label .form-control {
        width: 100%;
        margin: 0;
    }

    .dataTables_wrapper div.dataTables_info {
        padding: 0;
        margin: 0 0 1rem 0!important;
    }

    .dataTables_wrapper div.dataTables_length select {
        height: 34px;
        border-radius: 3px;
        padding: 6px 10px 8px;
        border: 1px solid #cfcfcf;
    }

    .dataTables_wrapper div.dataTables_paginate {
        width: 100%;
        background-color: #ffffff;
        margin: 0 0 1rem 0!important;
    }

    .dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0;
    }

    div.dataTables_wrapper div.dataTables_length label {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #707070;
    }

    div.dataTables_wrapper div.dataTables_info {
        padding: 0;
    }

    .listtable {
        width: 100%;
        max-width: 100%;
        overflow: auto;
        margin: 0 0 20px 0;
    }

    .dataTables_wrapper table.table-list tr:nth-child(2n+2) {
        background: #f5f5f5;
    }

    .dataTables_wrapper table.table-list thead th {
        border: 0;
        color: #ffffff;
        background-color: #61a60e!important;
        padding: 10px!important;
        box-sizing: border-box;
        border-radius: 0!important;
    }

    .dataTables_wrapper table.table-list {
        border: 0;
        margin: 0!important;
    }

    .dataTables_wrapper table.table-list tr {
        border-bottom: 1px solid #e0e0e0;
    }

    .dataTables_wrapper table.table-list td {
        border: 0;
        background: none!important;
    }

    .dataTables_wrapper table.table-list {
        font-size: 14px;
        color: #707070!important;
    }

    .dataTables_wrapper table.table-list strong,
    .dataTables_wrapper table.table-list .title-td,
    .dataTables_wrapper table.table-list .ticket-number,
    .dataTables_wrapper table.table-list .ticket-subject {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        color: #001f31;
    }

    /***** TABLE RESTYLING ****/

    .table-restyling {
        overflow: hidden;
    }

    .table-restyling .dataTables_wrapper {
        display: flex;
        flex-flow: wrap;
    }

    .table-restyling table.table-list {
        margin: 0 0 20px 0 !important;
    }

    .table-restyling table.table-list tr {
        display: flex;
        flex-flow: wrap;
    }

    .table-restyling table.table-list tbody tr {
        padding: 10px 0 13px 0;
    }

    table.dataTable>thead .sorting:before,
    table.dataTable>thead .sorting_asc:before,
    table.dataTable>thead .sorting_asc_disabled:before,
    table.dataTable>thead .sorting_desc:before,
    table.dataTable>thead .sorting_desc_disabled:before,
    table.dataTable>thead .sorting:after,
    table.dataTable>thead .sorting_asc:after,
    table.dataTable>thead .sorting_asc_disabled:after,
    table.dataTable>thead .sorting_desc:after,
    table.dataTable>thead .sorting_desc_disabled:after {
        display: none;
    }

    .table-restyling table.table-list .mobile-hide {
        display: none;
    }

    .table-restyling table.table-list .mobile-100,
    .table-restyling table.table-list .mobile-83,
    .table-restyling table.table-list .mobile-66,
    .table-restyling table.table-list .mobile-33,
    .table-restyling table.table-list .mobile-16,
    .table-restyling table.table-list .mobile-petite,
    .table-restyling table.table-list .mobile-big,
    .table-restyling table.table-list tbody td {
        width: 100%!important;
        padding: 7px 5px!important;
        box-sizing: border-box;
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .table-restyling table.table-list th {
        min-height: 40px;
        align-items: center!important;
        justify-content: center!important;
    }

    .table-restyling table.table-list .mobile-petite {
        width: 25px !important;
    }

    .table-restyling table.table-list .mobile-big {
        width: calc(100% - 25px)!important;
    }

    .table-restyling table.table-list .mobile-83 {
        width: 83.3333%!important;
    }

    .table-restyling table.table-list .mobile-66 {
        width: 66.6666%!important;
    }

    .table-restyling table.table-list .mobile-33 {
        width: 33.3333%!important;
    }

    .table-restyling table.table-list .mobile-16 {
        width: 16.6665%!important;
    }

    .table-restyling table.table-list tbody td,
    .table-restyling table.table-list tbody td span {
        text-align: left!important;
    }

    .table-restyling table.table-list strong {
        width: 100%;
        margin-bottom: 2px;
    }

    .table-restyling table.table-list .table-inside-title {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        line-height: 1.2;
        color: #585858;
        width: 100%;
        margin-bottom: 2px;
    }

    .table-restyling .table-list > tbody > tr > td a.border-left {
        border: 0!important;
        padding: 0;
    }

    .table-restyling .label.status {
        width: 100%;
    }

    .table-restyling .see-more {
        display: block;
        width: 100%;
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        color: #61a60e;
        margin: 2px 0 0 0;
    }

    .table-restyling .see-more i {
        font-size: 16px;
    }

    .table-restyling .dataTables_wrapper div.dataTables_length {
        width: 90px;
        overflow: hidden;
    }

    .table-restyling .dataTables_wrapper div.dataTables_length select {
        width: auto;
        margin: 0 16px 0 7px;
    }

    .table-restyling .dataTables_wrapper div.dataTables_paginate {
        order: 1;
        width: calc(100% - 90px);
        display: flex;
        justify-content: flex-end;
    }

    .table-restyling .dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0;
    }

    /***** CLIENT AREA *****/

    .client-home-cards .card.card-accent-emerald .card-body .input-group {
        padding: 0!important;
    }

    .client-home-cards .card-title {
        font-size: 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .client-home-cards .card-title i {
        display: none;
    }

    .client-home-cards .float-right {
        order: 1;
    }

    /***** PRODUCT & SERVICES *****/

    .fa-stack {
        height: 1.5em;
        margin: 0 0 20px 0;
    }

    .fa-stack-1x {
        font-size: .7em;
        line-height: 2.2;
    }

    .fa-stack-2x {
        font-size: 1.5em;
        color: #001f31;
    }

    div.product-details div.product-icon {
        padding: 20px;
    }

    .product-details .h3,
    .product-details h3,
    .product-details .h4,
    .product-details h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.19;
        text-align: center;
        color: #585858;
        margin: 0;
    }

    .product-details .product-details-all {
        margin: 0 0 10px 0;
    }

    .product-details .product-details-all,
    .product-details .product-details-all h4 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        color: #707070;
    }

    .product-details .product-details-all h4 {
        margin: 15px 0 0 0;
        font-weight: 500;
        color: #001f31;
    }

    .download-item {
        padding: 15px;
        border-radius: 5px;
        border: 1px solid #61a60e;
        background-color: #ffffff;
    }

    .download-item h4 {
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        color: #001f31;
        margin-bottom: 15px;
    }

    .download-item p {
        margin: 0;
        display: flex;
        color: #585858!important;
    }

    .download-item .btn {
        width: auto;
        color: #61a60e;
        padding: 15px 25px;
        height: 50px;
        margin: 15px auto 0 auto;
        border-radius: 3px;
        border: 1px solid #cfcfcf;
    }

    .download-item .btn i {
        font-size: 16px;
        margin-right: 8px;
    }

    .product-details-tab-container .tab-pane .row:not(:last-child) {
        margin-bottom: 15px;
    }

    .product-details-tab-container .text-left {
        text-align: center!important;
    }

    .product-details-tab-container a,
    .product-details-tab-container strong {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center!important;
        color: #001f31;
    }

    .product-details-tab-container a {
        color: #707070;
    }

    /***** SUPPORT *****/

    .support-main {
        display: flex;
        flex-flow: wrap;
        overflow: hidden;
    }

    .support-main .row {
        margin: 0 -7.5px;
    }

    .support-main .support-item {
        width: 100%;
        padding: 0 7.5px;
        margin-bottom: 10px;
    }

    .support-main .support-item p {
        height: 100%;
    }

    .support-main .support-item a {
        height: 100%;
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center;
        color: #707070;
        padding: 18px 13px 13px;
        border: solid 1px #e0e0e0;
        display: flex;
        flex-flow: column;
        justify-content: center;
        border-radius: 5px;
    }

    .support-main .support-item a .support-img {
        display: block;
        height: 48px;
        width: 48px;
        margin: 0 auto 10px auto;
        background-image: url("../img/support/comercial.png");
    }

    .support-main .support-item .support-item-1 .support-img {
        background-image: url("../img/support/administration.png");
    }

    .support-main .support-item .support-item-10 .support-img {
        background-image: url("../img/support/prestashop.png");
    }

    .support-main .support-item .text-muted {
        display: none;
    }

    .buttons-container {
        display: flex;
        width: 100%;
    }

    .buttons-container > * {
        height: 50px;
        width: calc(50% - 8px);
    }

    .buttons-container > *:first-child {
        margin-right: 8px;
    }

    .buttons-container > *:last-child {
        margin-left: 8px;
    }

    .buttons-container .yes {
        color: #ffffff;
        background-color: #61a60e;
        border: 1px solid #61a60e;
    }

    .buttons-container .no {
        color: #707070;
        background-color: #ffffff;
        border: 1px solid #cfcfcf;
    }

    /***** FAQ *****/

    .input-group-lg>.custom-select,
    .input-group-lg>.form-control:not(textarea) {
        height: 33px;
        font-size: 13px;
        line-height: 1.15;
        text-align: left;
        color: #9e9e9e;
        border: 1px solid #e0e0e0;
    }

    .input-group>.input-group-append>.btn,
    .input-group>.input-group-append>.input-group-text,
    .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
    .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
    .input-group>.input-group-prepend:not(:first-child)>.btn,
    .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
        height: 33px;
        font-size: 16px;
    }

    .card.kb-category {
        margin: 0 0 10px 0!important;
    }

    .card.kb-category:last-child {
        margin: 0 0 20px 0!important;
    }

    .card.kb-category a {
        border-radius: 5px;
        border: 1px solid #61a60e;
        background-color: #ffffff;
        padding: 15px;
    }

    .card.kb-category .h5 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.21;
        text-align: left;
        text-transform: uppercase;
        color: #61a60e;
        display: flex;
    }
    .card.kb-category i {
        display: none;
    }

    .card.kb-category .badge-info {
        padding: 1px 3px 0 3px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.21;
        text-align: center;
        color: #ffffff;
        background-color: #707070;
        border-radius: 50px;
        margin: 0 0 0 5px;
    }

    .card.kb-category p,
    .card.kb-category small {
        font-family: Roboto;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.21;
        text-align: left;
        color: #585858;
    }

    .card.kb-category p {
        margin: 10px 0 0 0!important;
    }

    .articles {
        margin-top: 20px;
    }

    .primary-content h4.card-title,
    .articles .card-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        color: #001f31;
    }

    .articles .card-title i {
        display: none;
    }

    .articles .list-group-item i {
        font-size: 25px;
        margin: 0 10px 0 0;
        color: #61a60e!important;
    }

    .article h1 {
        font-size: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .article h1 a,
    .article .card-body > .list-inline {
        display: none;
    }

    .article article {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.79;
        text-align: left;
        color: #707070;
        margin: 20px 0;
    }

    .article .buttons-container {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 991px) {
    .responsive-tabs-sm {
        width: 100%;
    }

    .responsive-tabs-sm .nav-item {
        margin: 0;
    }

    .responsive-tabs-sm-connector {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .btn-group > * {
        width: 100%;
        margin: 0;
    }
}


/**** CART.PHP *****/


#order-standard_cart .view-cart-promotion-code {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px dashed #433455;
    text-align: center
}

#order-standard_cart .view-cart-promotion-code .promo_code {
    color: #d5006a;
    font-weight: bold;
}

#order-standard_cart .view-cart-promotion-code .promo_description {
    color: #433455;
    font-weight: bold;
}

/* SE OCULTA EL TEXTO DE POWERED BY */

#main-body > .container > .row > .primary-content > p{
    display:none;
}


/* BANNER INSTALACIÓN APP MÓVIL - BEGIN */


#install-app {
    width:100%;
    right: 0;
    position: fixed;
    bottom: 0px;
    z-index: 900;
    color:black;
    background-color:#f1f5f9;
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    border-top:1px solid #e8ecf1;
    min-height:75px;
    display: flex;
    align-items: center;
}

.close-install-app {
    padding:8px 5px;
    display:block;
    width:20px;
    height:40px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size:14px;
    text-align:center;
    cursor:pointer !important;
    font-weight:bold;
    color:#666;
    position:absolute;
    /* margin-top:20px; */
}

.img-app {
    width:57px;
    border: 1px solid #e8ecf1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.img-app, .content-app {
    float:left;
}

.fab-app {
    color:#979797;
    font-size:11px;
}

.name-app, .title-app, .fab-app {
    margin-left:70px;
    padding:1px 0;
}

.name-app {
    font-weight:bold;
    margin-top:2px;
    overflow:hidden;
    height: 16px;
}

.content-app {
    /* margin-top:8px; */
    margin-right: 34px;
    margin-left: 30px;
    position:absolute;
}

.view-install-app {
    color: #FFFFFF;
    line-height:25px;
    /* margin-top:23px; */
    text-transform:uppercase;
    position:absolute;
    right:5px;
    background-color: #62a70f;
}

/* estilos app reskyt para custom.css */
.Mis-Productos-y-Servicios {
    width: 100%;
    height: 24px;
    margin: 10px 44px 0.5px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #61a60e;
}
.Lnea-153 {
    width: 100%;
    height: 0;
    margin: 0.5px 10% 20px;
    border: solid 1px #61a60e;
}
.Rectngulo-1787 {
    width: 100%;
    height: 42px;
    text-align: center;
    padding: 8px 5px 5px;
    margin-bottom: 16px;
    background-color: #61a60e;
}
.Productos-Servicios {
    width: 100%;
    height: 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.clientareaproducts_title {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #001f31;
}
.clientareaproducts_verdetalle {
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #61a60e;
}
.clientareaproducts_listadeprecios {
    position:relative;
    top:24px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
}
.clientareaproducts_precio {
    position:relative;
    top:24px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}
.clientareaproducts_estado {
    position:relative;
    top:19px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
}
.clientareaproducts_status1-terminated {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #E6291A;
    text-align: center;
}
.clientareaproducts_status2-terminated {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #E6291A;
}
.clientareaproducts_status1-cancelled {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #C1BFBF;
    text-align: center;
}
.clientareaproducts_status2-cancelled {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #C1BFBF;
}
.clientareaproducts_status1-active {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #3fad46;
    text-align: center;
}
.clientareaproducts_status2-active {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #3fad46;
}
.clientareaproducts_status1-pending {
    position:relative;
    top:24px;
    width: 87px;
    height: 28px;
    padding: 3px 0;
    border: solid 1px #DE7C0D;
    text-align: center;
}
.clientareaproducts_status2-pending {
    width: 41px;
    height: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #DE7C0D;
}


/* CAMBIO EN IMAGEN DE MARCA */

body {
    font-family: 'Poppins', 'Regular';
}


.primary-bg-color {
    background-color: #f6f7f7;
}

.container {
    width: 100%;
    max-width: 100%;
    padding-right: 64px;
    padding-left: 64px;
}

@media (min-width: 1360px) {
    .container {
        max-width: 1760px;
    }
}


header.header .topbar{
    top: 0px;
    left: 0px;
    background-color: #091B33;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: .8rem;
    font-size: 14px;
    color:#FFFFFF;
    font-family: 'Poppins', 'Regular';
}

.navbar.navbar-light{
    display: flex;
    align-items: center;
    gap: .8rem;
    background: #13263e;
    min-height: 80px;
    padding: 0;
}

.navbar-expand-xl{
    background: #13263e;
}

header.header .navbar a {
    font-family: 'Poppins', 'Regular';
    font-size: 16px;
    color: #FFFFFF;
}

.logo-img-lg {
    width: 290px;
    margin-top: -5px;
}

.disclosure{
    display: flex;
    align-items: center;
    position:relative;
    margin-right:15px;
}

.localization-selector{
    background: transparent;
    font-family: 'Poppins', 'Regular';
    color: #fff;
    border: 0;
}

body .localization-selector:focus{
    border: 0;
    outline: 0;
}

#HeaderLanguageList{
    position: absolute;
    background: #FFF;
    top: 30px;
    right: -30px;
    bottom: auto;
    margin-top: 0;
    padding: 15px;
    max-width: 25rem;
    border-radius: 1.2rem;
    animation: animateMenuOpen var(--duration-default) ease;
    transform: translateY(0);
    display:none;
    z-index: 5;
}

#HeaderLanguageList .link {
    font-family: 'Poppins', 'Regular';
    color: #13263e;
}
.disclosure__list .link {
    padding: 10px 20px;
    line-height: var(--font-body-line-height);
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    letter-spacing: calc(var(--font-body-letter-spacing)* .1);
    text-transform: var(--font-body-text-transform);
    border-radius: .6rem;
    transition: background var(--duration-default);
}

.disclosure__link {
    display: block;
    padding: 10px 20px;
    text-decoration: none !important;
    line-height: 1.4;
}

#accountNotifications i{
    color: #8af20f;
}

header.header .search{
    display: flex;
    align-items: center;
    min-height: 47px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E7E9EA;
    border-radius: 38px;
    opacity: 1;
}

header.header .search .btn, header.header .search .form-control {
    background: none;
    font-family: 'Poppins', 'Regular';
    font-size: 16px;
    color: #67737c;
}

header.header .toolbar .nav-link {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: .25rem;
    border: 0;
    border-radius: 50px;
    color: #e5e5e5;
    position: relative;
    font-size: 16px;
    background: #7ad410;
    min-height: 47px;
}

i.fa-shopping-cart{
    margin-right:5px;
}

.navbar-nav .dropdown-menu {
    border: 0;
    background: #091B33;
    border-radius: 10px;
}

.navbar-nav .dropdown-menu .dropdown-divider{
    display:none;
}

header.header .navbar a:hover {
    color: #8af20f;
    text-decoration: none;
}

header.header .dropdown-item.active, header.header .dropdown-item:active,
header.header .dropdown-item.active, header.header .dropdown-item:hover {
    background-color: inherit;
}

#HeaderLanguageList .link {
    color: #13263e;
}

header.header .topbar .active-client .btn.btn-active-client span {
    border-bottom: 0px dashed rgba(255, 255, 255, .65);
    color: #8af20f;
}

.disclosure__list .link:hover {
    background-color: #f6f7f7;
}

#HeaderLanguageList .active .disclosure__link   {
    color: #7ad410;
}


body #order-standard_cart .products .product header {
    background: none;
    border-radius: 0;
}

h1.font-size-36{
    color: #13263e;
    font-family: Poppins;
    font-size: 36px;
    font-weight: bold;
}

body header.header .main-navbar-wrapper .navbar-collapse {
    padding: .5rem 0;
}

body #order-standard_cart .products .product {
    background: #fff;
    border: 0px;
    border-radius: 11px;
}
#order-standard_cart .products .product header span {
    color: #13263e;
    font-family: Poppins;
    font-size: 23px;
    font-weight: bold;
}

#order-standard_cart .products .product div.product-desc {
    float:none !important;
    width: 100% !important;
    font-size: 15px !important;
    padding: 0px 20px !important;
}

#order-standard_cart .products .product footer {
    display: flex;
    align-items: center;
    float: none !important;
    width: 100% !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
    margin: 0 !important;
    justify-content: space-between;
}

#order-standard_cart .products .product div.product-pricing span.price {
    font-size: 23px;
    font-weight: bold;
    padding: 0 5px;
}


.btn-order-now{
    float:right;
    background: #7ad410;
    border-radius: 24px;
    opacity: 1;
    padding: 10px 20px;
    border: 0;
}

body #order-standard_cart .products .product div.product-pricing {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.card-header {
    background-color: #13263e;
    padding: 15px !important;
}

.card-sidebar h3 {

    font-family: Poppins;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

.card-sidebar h3 .fas{
    color: #8af20f;
}

body .sidebar .list-group-item,
body #order-standard_cart .cart-sidebar .list-group-item{
    padding: 15px !important;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover,
#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item.active:focus,
#order-standard_cart .cart-sidebar .list-group-item.active:hover{

    font-family: Poppins;
    font-size: 15px;
    font-weight: bold;
    color: #13263e;
    background-color: #bdff6e;
    border-color: #bdff6e;
    padding: 15px !important;
}

 .list-group-item, .card-sidebar .list-group-item a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: bold;
    color: #13263e;
    margin: 0;
    padding: 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}



footer.footer{
    background: #13263e;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top:90px;
    bottom: 0;
}

footer .footer-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.2rem;
    flex-wrap: wrap;
}


footer .footer-content{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

}


.page-login .h3,
#registration h3
{
    text-align: left;
    font: normal normal bold 29px/34px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
}

body .card {
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.card-header .card-title, .sidebar .card-title {
    text-align: left;
    font: normal normal bold 16px / 27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.sidebar .card-sidebar .card-header .float-right {
    margin-top: 8px;
}

body .text-muted {
    color: #67737c !important;
    font-size: 15px;
}

body.page-login .card-footer{
    background: #13263e;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
}

body .card-footer{
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    color: #13263E;
    font-size: 15px;
    font-weight: normal;
}

body .card-footer:last-child {
    border-radius: 0 0 10px 10px;
}

body.page-login .card-footer a{
    color: #8af20f;
    font-weight: normal !important;
}

body .input-group-prepend,
body #registration .field-icon{
    display:none;
}

body .input-group>.custom-select:not(:first-child),
body .input-group>.form-control:not(:first-child),
body #registration .form-control,
body.page-supportticketsubmit-steptwo .form-control,
body #order-standard_cart .form-control,
body #registration .field
{
    background-color: #F6F7F7;
    border: 1px solid #E7E9EA;
    border-radius: 38px;
    text-align: left;
    font: normal normal 500 15px/23px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
}

body #order-standard_cart label.label_option{
    font-weight: 400;
}

body .input-group.search .form-control{
    background: #FFFFFF;
    border: 0;
}


body #registration .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 20px;
    text-align: left;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
}


body #registration .selected-flag{
    padding: 0 18px;
    width:auto;

}

body .country-list{
    max-width: 350px;
    overflow-x: hidden;
}

body .primary-content .card-body {
    overflow: visible;
}

body #registration .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
body #registration .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
body #registration .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 105px;
}

body .selected-flag{
    border-radius: 50px;
    overflow: hidden;
}

body .btn-reveal-pw{
    border: 0;
    background-color: #FFFFFF !important;
}

body .btn.btn-primary, body .btn-success{
    background: #7AD410 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 10px 26px;
    color: #FFFFFF;
    font-weight: bold;
    border: 0;
}

body .btn.btn-primary, body .btn-success:hover{
    background: #7AD410 0% 0% no-repeat padding-box;
    border: 0;
}

body .support-item{
    display: grid;
    grid-template-rows: 1fr auto;
}

body .support-item a{
    position: relative;
    bottom: 0;
    width: fit-content;
}

body .support-item p {
    margin: 1.5rem 0;
}

body .text-right{
    margin-top: 36px;
}


body .form-control-label,
body.page-supportticketsubmit-steptwo label
{
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;

}

body input[type="checkbox"] + label {
    position: relative;
}

body input[type="checkbox"] + label:before {
    background-color: #FFFFFF;
    margin-right: 10px;
    content: "";
    width: 26px;
    height: 26px;
    float: left;
    border: 1px solid #cccccc;
}

body .card-body input[type="checkbox"] + label:before {
    background-color: #F6F7F7;
}


body input[type="checkbox"]:checked + label:after {
    content: "";
    width: 12px;
    height: 6px;
    border: 4px solid #8af20f;
    float: left;
    margin-left: -1.75em;
    border-right: 0;
    border-top: 0;
    margin-top: 0.6em;
    transform: rotate(-55deg);
}

body input[type="checkbox"]:checked + label:after {
    left: 7px;
    margin-left: 0;
    border-right: 0;
    border-top: 0;
    top: 9px;
    margin-top: 0;
    position: absolute;
    transform: rotate(-55deg);
}

body input[type="checkbox"] {
    display: none;
}

body #Primary_Sidebar-Already_Registered-Already_Registered_Heading{
    text-align: left;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #67737C;
    opacity: 1;
}


body .list-group-item i{
    margin-right:5px;
}

body .generate-password{
    background: #13263E 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    text-align: left;
    font: normal normal 600 15px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 8px 20px;
    opacity: 1;
}

body .form-check{
    text-align: left;
    font: normal normal 600 15px/23px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
    padding-left: 0px;
    position: relative;
}

body .progress{
    border-radius: 20px;
}
body .progress .bg-success{
    border-radius: 20px;
    background-color: #7AD410 !important;
}

body #order-standard_cart h1{
    text-align: left;
    font: normal normal bold 29px/34px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
}

body .form-control{
    background-color: #FFFFFF !important;
}

body .card-body .form-control{
    background-color: #F6F7F7 !important;
}


body #order-standard_cart select.form-control{
    width: 100%;
    max-width: 350px;
    display: block;
}

body #order-standard_cart p{
    text-align: left;
    font: normal normal normal 15px/21px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
    margin: 0;
    padding:0;
}

body #order-standard_cart .product-info{
    padding: 25px;
    border: 0px;
    margin-top: 15px;
}

body #order-standard_cart .product-title{
    text-align: left;
    font: normal normal bold 23px/27px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
}

body #order-standard_cart h2 {
    background: #13263E 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    opacity: 1;
    padding: 10px 20px;
    text-align: left;
    font: normal normal bold 18px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0;
}

body #order-standard_cart .order-summary h2 i{
    color: #7AD410;
}


body #order-standard_cart .info-text-sm{
    background: #13263E 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    text-align: left;
    font: normal normal 600 15px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding:30px;
}

body #order-standard_cart .info-text-sm a {
    float: right;
    margin-top: -14px;
}

body #orderSummary .btn.btn-primary {
    width:100%;
    font-weight: bold;
}

body .message_cart{
    background: #F3FFE5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    text-align: left;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    margin: 15px 0;
    padding: 15px;
}

body .total-due-today{
    clear: both;
}

body .total-due-today .amt-text{
    float:left;
    text-align: left;
    font: normal normal normal 15px/21px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
    padding: 15px 0;
}

body .total-due-today .amt{
    float: right;
    text-align: right;
    font: normal normal bold 36px/36px Poppins;
    letter-spacing: 0px;
    color: #7AD410;
    opacity: 1;
}

body #order-standard_cart .order-summary {
    background-color: none;
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

body #order-standard_cart .order-summary .summary-totals {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 0;
    border-bottom: 0;
}

body #order-standard_cart .summary-container {
    font: normal normal normal 15px/21px Poppins;
    letter-spacing: 0px;
    color: #13263E;
    opacity: 1;
    margin: 0;
    padding: 0;
    min-height: 100px;
    border-radius: 0px;
    background-color: #FFFFFF;
    font-size: 1em;
    text-align: left;
}

body #order-standard_cart .order-summary .total-due-today span {
    text-align: left !important;
}

body .summary-totals .clearfix{
    margin: 10px 0;
}

body .summary-container .float-left {
    max-width: 80%;
}

body #orderSummary{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 35px;
}

body #order-standard_cart .sub-heading span, body #order-standard_cart .sub-heading-borderless span {
    padding: 0 15px 0 0;
    top: -16px;
    font-family: Lato;
    font-size: 21px;
    color: #61a60e;
    background-color: #f1f1f1;
}

body #order-standard_cart .subheading{
    text-align: left;
    font: normal normal bold 23px/27px Poppins;
    letter-spacing: 0px;
    color: #7AD410;
    opacity: 1;
    padding: 15px 0;
}

body #order-standard_cart label {
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #13263E;
}

body #order-standard_cart .panel-addon{
    padding:30px;
    text-align:left;
    text-align: left;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #67737C;
    opacity: 1;
}

body #order-standard_cart .panel-addon label {
    text-align: left;
    font: normal normal bold 17px/23px Poppins;
    letter-spacing: 0px;
    color: #13263E !important;
    opacity: 1;
    padding: 10px;
}

body #order-standard_cart .panel-addon .panel-price{
    text-align: left;
    font: normal normal bold 17px/23px Poppins;
    letter-spacing: 0px;
    color: #7AD410;
    opacity: 1;
    padding: 15px 0;
}

body #order-standard_cart .panel-addon .panel-add {
    background: #13263E 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    margin: 0 !important;
    text-align: left;
    font: normal normal 600 15px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width:fit-content;
    padding:12px 20px;
}

.card-body h3{
    font-weight: 700;
 }

.page-login .primary-content .card-body a {
    margin: 15px 0;
    display: block;
}

.btn-primary{
    border: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #13263E;
    box-shadow: 0 0 0 0 !important;
    border: 0;
}

article > div{
    padding:25px !important;
    margin-bottom:25px !important;
}

.-xl-none{
    display: none;
}

body .card-body .invite-box input.form-control{
    background-color: #FFFFFF !important;
}

body .card-body .invite-box input[type="checkbox"] + label:before {
    background-color: #FFFFFF;
}


@media (max-width: 1199px) {

    .page-login .primary-content .card-body {
        padding: 20px !important;
    }

    .navbar.navbar-light {
        min-height: 70px;
    }

    .container {
        padding: 0 20px;
    }

    .breadcrumb-item.active, #login_1 .h3{
        margin-top: 15px;
    }

    body.page-login .float-left{
        float: none !important;
    }
    body.page-login .btn.btn-primary{
        width: 100%;
    }

    body.page-login .text-right{
        text-align: left !important;
        margin: 20px 0;
    }

    .logo-img-lg{
        width:150px;
    }

    .minimum{
        padding: 0 15px 0 0;
    }

    .navbar-nav.toolbar .d-xl-none{
        left: 0px;
        position: absolute;
    }

    header.header .toolbar .d-xl-none .nav-link{
        padding: .5rem 0;
        background: none;
    }

    header.header .topbar .btn-group .btn:last-child {
        display:none;
    }

    header.header .topbar .btn{
        padding: 10px 0;
    }

    .far.fa-flag{
        padding-right:5px;
    }

    header.header form.d-xl-none{
        margin: 15px;
        border-top: 1px solid #324967;
    }

    body header.header .main-navbar-wrapper .navbar-collapse {
        padding: 0;
    }

    header.header .navbar-collapse{
        border-top: 1px solid #324967;
    }

    ul.navbar-nav li.d-block{
        border-top: 1px solid #324967;
        padding: 0;
    }

    ul.navbar-nav li.d-block a{
        padding: 15px 25px;
        display: block;

    }

    ul.navbar-nav li.d-block .dropdown-menu{
        margin: 0;
        padding: 0;
    }
    ul.navbar-nav li.d-block .dropdown-item{
        border-top: 1px solid #324967;
        background: #21334A 0% 0% no-repeat padding-box;
        padding:0;
        border: 0;
    }

    ul.navbar-nav li.d-block .dropdown-item a{
        padding: 15px 15px 15px 35px !important;
        display:block;
        border: 0;
    }


    .breadcrumb-item.active, #login_1 .h3 {
        text-align: left;
        font: normal normal bold 35px/37px Poppins;
        letter-spacing: 0px;
        color: #13263E;
        opacity: 1;
        border: 0;
        padding: 0;
    }

    footer .footer-container {
        gap: 0;
    }

    footer .footer-content {
        gap: 0;
    }

    body .card {
        border-radius: 10px;
        overflow: hidden;
        border-radius: 10px;
    }

    .card-header {
        background: #13263E 0% 0% no-repeat padding-box;
        border-radius: 10px 10px 0px 0px;
        opacity: 1;
        text-align: left;
        font: normal normal bold 16px/27px Poppins;
        letter-spacing: 0px;
        color: #FFFFFF;
        padding: 10px 20px 5px !important;
    }

    .card-footer{
        padding: 15px;
    }

    .card-header .card-title, .sidebar .card-title{
        text-align: left;
        font: normal normal bold 16px/27px Poppins;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

    .sidebar .card-sidebar .card-header .float-right{
        margin-top:8px;
    }

    .collapsed .fas.fa-bars{
        display: block;
    }

    .collapsed .fas.fa-times{
        display: none;
    }

    .fas.fa-times{
        color: #FFFFFF;
        display: block;
    }

    .fas.fa-bars{
        color: #FFFFFF;
        display: none;
    }


    body #order-standard_cart .font-size-36 {
        text-align: left;
        font: normal normal bold 26px/30px Poppins;
        letter-spacing: 0px;
        color: #13263E;
        opacity: 1;
    }

    #order-standard_cart .products .product footer {
        display: block;
    }

    #order-standard_cart .products .product footer .btn-order-now {
        padding: 0px 20px !important;
        float: none;
        margin: 15px 0;
    }

    footer.footer {
        margin-top: 0;
    }

    body #order-standard_cart .info-text-sm a {
        float: none;
        margin-top: 15px;
    }

    .-xl-none{
        display: block;
    }
}
