﻿
@font-face {
    font-family: 'droid_serifregular';
    src: url('/fonts/droidserif-regular-webfont.woff2') format('woff2'), url('/fonts/droidserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'droid_serifbold';
    src: url('/fonts/droidserif-bold-webfont.woff2') format('woff2'), url('/fonts/droidserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body, app {
    height: 100%;
}

.flex--column {
    display: flex;
    flex-direction: column;
}

.min-h-cont {
    /*height: calc(100% - 139px);*/
    /*min-height: calc(100% - 89px);*/
}

.flex--grow {
    flex-grow: 1;
}

body {
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.main {
    flex-grow: 1;
}

.navbar .navbar-brand img {
    height: 60px;
}

.navbar .navbar-brand {
    padding-top: 0;
}

.navbar .nav-link {
    color: #444343 !important;
}

.navbar .button-collapse {
    padding-top: 1px;
}

.card-intro .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}

    .card-intro .card-body h1 {
        margin-bottom: 0;
    }

.card-intro {
    margin-top: 89px;
}

.card-intro2 {
    margin-top: 80px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.CenterAll {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 450px) {
    .card-intro {
        margin-top: 56px;
    }
}

@media (min-width: 1441px) {
    .card-intro {
        padding-left: 0 !important;
    }
}

.news-tile .card-title {
    margin-bottom: 0;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /*30% opaque white*/
    /*left: 40px;*/
}

.rgba-stylish-strong {
    background-color: rgba(62, 69, 81, 0.18);
}

/*flip cards*/

.cardF {
    position: relative;
    width: 100%;
    /*max-height:400px;*/
    /*height: 100%;*/
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
}

    .cardF.is-flipped {
        transform: translateX(-100%) rotateY(-180deg);
    }

.card__face {
    display: block;
    /*position: absolute;*/
    width: 100%;
    /*height: 100%;*/
    backface-visibility: hidden;
}

    .card__face.hidden {
        display: none;
        width: 100%;
    }

.card__face--back {
    display: none;
    width: 100%;
    transform: rotateY(180deg);
}

.card__face--backContent {
    position: relative;
    width: 100%;
    height: 450px;
}

.text {
    word-wrap: break-word;
    /*height: 50px;*/
    text-overflow: ellipsis;
}

.layerForText {
    background: rgba(0, 0, 0, 0.6)
}

div.cursorEffect {
    display: none;
    position: absolute;
    width: 100px;
    top: 50%;
    right: 50px;
}

div.clickEffect {
    position: fixed;
    top: 10px;
    box-sizing: border-box;
    border-style: solid;
    border-color: #FFFFFF;
    border-radius: 50%;
    animation: clickEffect 0.8s ease-out;
    z-index: 99999;
}

@keyframes clickEffect {
    0% {
        opacity: 1;
        width: 0.5em;
        height: 0.5em;
        margin: -0.25em;
        border-width: 0.5em;
    }

    100% {
        opacity: 0.2;
        width: 15em;
        height: 15em;
        margin: -7.5em;
        border-width: 0.03em;
    }
}


/* Tamaño del scroll */
.myScroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Estilos barra (thumb) de scroll */
.myScroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

    .myScroll::-webkit-scrollbar-thumb:active {
        background-color: #999999;
    }

    .myScroll::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

/* Estilos track de scroll */
.myScroll::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

    .myScroll::-webkit-scrollbar-track:hover,
    .myScroll::-webkit-scrollbar-track:active {
        background: #d4d4d4;
    }

.zoomI {
    transition: transform .2s;
}

    .zoomI:hover {
        transform: scale(1.5); /* (150% zoom) */
    }

.zoomS {
    transition: transform .2s;
}

    .zoomS:hover {
        transform: scale(1.1); /* (150% zoom) */
    }

.alignRigthBottom {
    position: relative;
    right: 20px;
    bottom: 20px;
}

/*Login form*/
.LoginForm {
    width: 300px;
    height: 400px;
    position: relative;
    /*background-color: #FFFFFF;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 15px;
    padding: 0 15px 0 15px;
    /*box-shadow: 1px 1px 3px 3px #333;*/
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19) !important;
}

.btn-rounded {
    border-radius: 10em;
}

.alert {
    pointer-events: all;
}

.sideLayout {
    pointer-events: none;
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 9999;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050; /*1050*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top 1050*/
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ui-dropdown-panel {
    /* list be able to show on modal so change z-index from 1000 to 2000 */
    z-index:2000 !important;
}


.imgLoginContainer {
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    background-color: #b3b3b3;
    position: relative;
    top: 3%;
    left: 14%;
    transform: translate(-50%, -50%);
}

    .imgLoginContainer.img {
        transform: translate(-50%, -50%);
    }

/*Login form (input)*/
.input-form {
    background-color: transparent;
    display: flex;
    flex-direction: column-reverse;
    /*margin: 1.2em 0;*/
}

.maxWidthContent {
    max-width: max-content;
}

.maxHeightContent {
    max-height: max-content;
}

.img-fluidh {
    max-height: max-content;
    width: auto;
}

.title-comp {
    font-size: 1.75rem;
    line-height: 2;
}

.rectLogo {
    min-width: 40%;
}

.desc {
    position: relative;
    overflow-y: auto;
    height: auto;
    min-height: 25px;
    max-height: 150px;
}

.descCatalogue {
    position: relative;
    overflow-y: auto;
    height: auto;
    min-height: 25px;
    max-height: 93px;
    font-size: 0.9rem;
}

.descCatalogue-d {
    position: relative;
    overflow-y: auto;
    height: auto;
    min-height: 25px;
    max-height: 78px;
    font-size: 0.9rem;
}

.xsFont {
    font-size: 0.9rem;
}

.xxsFont {
    font-size: 0.8rem;
}

.xxxsFont {
    font-size: 0.7rem;
}

.cardCatalogue {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    width: 100%;
    min-height: 200px;
    height: 230px;
}

.card-back {
    cursor: pointer;
    display: block;
    float: left;
    z-index: 3;
    position: absolute;
    left: 5px;
    top: 5px;
    color:white;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    min-width: 55px;
    min-height: 55px;
}

.badge-discount {
    cursor: pointer;
    display: block;
    float: right;
    z-index: 3;
    position: absolute;
    right: -10px;
    bottom: -5px;
    color: white;
    border-radius: 15%;
    background-color: red;
    min-width: 15px;
    min-height: 15px;
    padding-left: 3px;
    padding-right: 2px;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
}

.blackAlpha {
    background-color: rgba(0, 0, 0, 0.6);
}

.divImgCatalogue {
    max-height: 100px;
}


.ImgCatalogue {
    min-height:80px;
    min-width: 80px;
}

.divCarousel {
    width: 75%;
    max-width: 500px;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    min-height: 15%;
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 5px;
}

.CarouselDesc {
    max-height: 45px;
    overflow:hidden;
}

.TextGray {
    color: #444343;
}

.textUnderline{
    text-decoration:underline !important;
}

/*.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}*/

.card.card-cascade.narrower {
    margin-top: 1.25rem;
}

.card.card-cascade.narrower .view.view-cascade {
    margin-top: -1.25rem;
    margin-right: auto;
    margin-left: auto;
    background-color:white;
}

.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.cursor{
    cursor:pointer;
}

.price-block {
    text-decoration: none;
    position: relative;
    line-height: normal;
    font-family: 'droid_serifregular', Arial, sans-serif;
}

.price-blockD {
    text-decoration: none;
    position: absolute;
    float: left;
    line-height: normal;
    font-family: 'droid_serifregular', Arial, sans-serif;
}

.price-whole {
    color: #0F1111;
    font-size: 1.2rem;
}

.text-black {
    color: #0F1111 !important;
}

.text-bg1_5 {
     font-size: 1.5rem !important;
}

.text-bg1_2 {
    font-size: 1.2rem !important;
}

.text-bg0_8 {
    font-size: 0.8rem !important;
}

.price-fraction, .price-symbol {
    top: -.5em;
    font-size: 0.8rem;
    position: relative;
}

.price-symbol {
    left: .2em;
}

.discount {
    color: #565959;
    font-size: 0.9rem;
    margin-left: 5px;
    display: inline-block;
}

    .discount > span {
        position: relative !important;
        float: left;
        left: 20px !important;
        bottom: -21px !important;
        z-index: -1 !important;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: line-through;
    }

.discountM {
    color: #565959;
    font-size: 0.9rem;
    margin-left: 5px;
    display: inline-block;
}
    .discountM > span {
        position: relative !important;
        right: -50px;
        bottom: -1.3rem !important;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: line-through;
    }

.discountC {
    color: #565959;
    font-size: 0.9rem;
    margin-left: 5px;
    display: inline-block;
}

    .discountC > span {
        position: relative !important;
        float: left;
        left: 20px !important;
        bottom: -30px !important;
        z-index: -1 !important;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: line-through;
        margin-bottom:15px;
    }

.select-options {
    padding: 0.175rem 0.55rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #607d8b;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    border-radius: 0.25rem;
}

.btnAddCart {
    height:0px;
    display: inline-block;
}

    .btnAddCart > a {
        position: relative !important;
        right: 10px;
        float: right;
        bottom: 50px !important;
    }

    .btnAddCart > div {
        position: relative !important;
        left: 10px;
        float: left;
        bottom: 30px !important;
    }

.btn_mini {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
}

    .btn_mini i {
        font-size: 1.2rem;
        line-height: 32px;
        color: white;
    }

.tooltipM {
    position: relative;
    display: inline-block;
}

    .tooltipM > .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .tooltipM .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }

    .tooltipM:hover > .tooltiptext {
        visibility: visible;
    }

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}

/*@import url(https://fonts.googleapis.com/css?family=Oswald:700);*/

.prodRating {
    /*line-height: 80px;*/
    text-align: center;
    /*text-shadow: 0 1px 1px rgb(0 0 0 / 30%);*/
    position: absolute !important;
    display: none;
    bottom: 0px !important;
    z-index: 1 !important;
    background-color: rgba(0, 0, 0, 0.3);
    width:100%;
}

.prodRatingCont {
    display: inline-flex;
}

.loadingImg {
    background: transparent url('https://cdn.irsmartech.com/img/loadingImg300px.gif') center no-repeat;
}

input::placeholder {
    color: #a9a9ae !important
}

input:focus::placeholder {
    color: #818181 !important
}

.badgeDiscount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    transform: rotate(45deg);
    background: #e80f24;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    position: absolute !important;
    float: right;
    right: 15px !important; /*-40px*/
    top: -20px !important; /*-10px*/
    z-index: 1 !important;
}

    .badgeDiscount span {
        display: block;
        transform: rotate(-45deg);
        opacity: .9;
        width: 100px;
        float: left;
        position: relative;
        top: -5px;
        left: -9px;
        text-align: center;
    }

.badgeDiscountMd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    transform: rotate(45deg);
    background: #e80f24;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    position: absolute !important;
    float: right;
    right: 8px !important;
    bottom: 10px !important;
    z-index: 1 !important;
}

    .badgeDiscountMd span {
        display: block;
        transform: rotate(-45deg);
        opacity: .9;
        width: 100px;
        float: left;
        position: relative;
        top: 1px;
        left: -30px;
        text-align: center;
    }

.card-titleW {
    margin-bottom: 0;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
}

/******SplitButton*******/
.rz-splitbutton .rz-button, .rz-splitbutton .rz-paginator-element {
    background: linear-gradient(40deg,#1977ea,#303f9f) !important;
}
.rz-splitbutton-menubutton {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #444343;
}
.rz-clear .rz-multiselect-label-container, .rz-clear .rz-dropdown-label {
    margin-right: 2.375rem;
    padding-left: 15px;
}
/*************/

/*****Rating UI*******/
.rz-rating .rzi, .rz-rating .rz-menuitem .rz-menuitem-icon, .rz-menuitem .rz-rating .rz-menuitem-icon {
    color: #479cc8;
    width: 0.8em;
}
.rz-rating-cancel {
    max-width:0px;
    max-height:0px;
}
.rz-rating .rzi-star-o { /*ui-rating .pi-star-o*/
    opacity: 0.5;
}

.rz-rating .rzi-star { /*pi-star*/
    color: #ffb116 !important;
    text-shadow: 0 0 5px #FFF, 0 0 75px #49ff18;
}
.rz-rating a {
    width: 1em !important;
}
.rz-progressbar {
    background-color: #696a6b;
    color: white;
}
.rz-rating.rz-state-disabled .rzi, .rz-rating.rz-state-disabled { /*ui-rating.ui-state-disabled .pi, .ui-rating.ui-state-disabled*/
    opacity: 0.8;
    color: #333433;
    text-shadow: 0 0 5px #FFF, 0 0 75px #49ff18
}

.rz-dropdown {
    height: 36px !important;
}

.rz-datepicker-calendar {
    display: table;
}

    .rz-datepicker-calendar > thead {
        display: table-header-group;
    }

    .rz-datepicker-calendar > tbody {
        display: table-row-group;
    }

    .rz-datepicker-calendar > thead tr th {
        display: table-cell;
    }

    .rz-datepicker-calendar > thead tr, .rz-datepicker-calendar > tbody tr, .rz-datepicker-calendar > tfoot tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .rz-datepicker-calendar > tbody td {
        display: table-cell;
        vertical-align: inherit;
    }
/*********************/
.a-color-secondary, .a-color-tertiary {
    color: #565959 !important;
}

.mediumBlack {
    color: #0F1111;
}

.textWhiteWithShadow {
    color: #FFFFFF;
    text-shadow: 1px 2px 0px #7A7A7A;
}

.textBlackWithShadow {
    color: #000000;
    text-shadow: 1px 2px 0px #7A7A7A;
}

.hrDiv {
    position:relative;
    top:150px;
}

.a-icon-text-separator, .a-text-separator {
    display: inline-block;
    /*margin: -2px .67375em 0;*/
    width: 1px;
    background-color: #ddd;
    line-height: 0;
    height: 25px;
    vertical-align: middle;
    margin-bottom: 5px;
}


.scrollbar-light-blue::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-light-blue::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-light-blue::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #82B1FF;
}

.scrollbar-light-blue {
    scrollbar-color: #82B1FF #F5F5F5;
}

.container2 {
    width: 100%;
    max-width: calc(100% - 20px) !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.myBlueGradient {
    background: #2d76a1; /* Old browsers */
    background: -moz-linear-gradient(left, #2d76a1 0%, #25447f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2d76a1 0%,#25447f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2d76a1 0%,#25447f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d76a1', endColorstr='#25447f',GradientType=1 ); /* IE6-9 */
}

    .myBlueGradient:hover {
        background: #2d76a1; /* Old browsers */
        background: -moz-linear-gradient(left, #5ab1e4 0%, #2761cf 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #5ab1e4 0%,#2761cf 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #5ab1e4 0%,#2761cf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab1e4', endColorstr='#2761cf',GradientType=1 ); /* IE6-9 */
    }

.myGrayGradient {
    background: #abafba; /* Old browsers */
    background: -moz-linear-gradient(left, #abafba 1%, #9698a3 47%, #abafba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #abafba 1%,#9698a3 47%,#abafba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #abafba 1%,#9698a3 47%,#abafba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abafba', endColorstr='#abafba',GradientType=1 ); /* IE6-9 */
}

    .myGrayGradient:hover {
        background: #abafba; /* Old browsers */
        background: -moz-linear-gradient(left, #abafba 1%, #9698a3 47%, #abafba 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #abafba 1%,#9698a3 47%,#abafba 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #abafba 1%,#9698a3 47%,#abafba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abafba', endColorstr='#abafba',GradientType=1 ); /* IE6-9 */
    }

.cartItem{
    min-height:130px;
}

.modal-backdrop {
    z-index: 2;
}


.divResume {
   height: 100%;/*250px*/
   margin-left:auto;
   margin-right:auto;
}

.cartAlignA {
    margin: 0;
}

.textB_withIcon {
    padding-right:32px;
}

.iconEndTextB {
    float: right;
    position: relative;
    top: -35px;
    left: -1px;
}

.iconEndTextB2 {
    float: right;
    position: absolute;
    top: 27px;
    right: 16px;
    z-index: 2;
}

.iconEndTextB3 {
    position: absolute;
    top: 27px;
    z-index: 2;
}

.inputWrapper {
    height: 48px;
    width: 128px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.fileInput {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    /*This makes the button huge. If you want a bigger button, increase the font size*/
    font-size: 50px;
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.myTable {
    min-width:700px;
}

.modalWidth {
    width:85%;
}

.blue {
    background-color: #4080b4 !important;
}

.gray {
    background-color: #e5e5e5 !important;
}

.forecolorOrange {
    color: #fe8115 !important;
}

.tableWrap {
    height: 200px;
    overflow: auto;
}
/* Set header to stick to the top of the container. */
    .tableWrap > table thead tr th {
        display: table-cell;
        position: sticky;
        top: 0;
    }

    .tableWrap > table tfoot tr th {
        display: table-cell;
        position: sticky;
        bottom: 0;
    }

    .tableWrap > table {
        display: table;
        border-collapse: collapse;
    }
    .tableWrap > table tbody {
        display: table-row-group;
    }
        .tableWrap > table thead {
            display: table-header-group;
            vertical-align: middle;
            border-color: inherit;
        }
    .tableWrap > table tfoot {
        display: table-footer-group;
    }
        .tableWrap > table thead tr, .tableWrap > table tbody tr, .tableWrap > table tfoot tr {
            display: table-row;
            vertical-align: inherit;
            border-color: inherit;
        }
    .tableWrap > table tbody td {
        display: table-cell;
        vertical-align: inherit;
    }
/* Because we must set sticky on th,
 we have to apply background so the body not mix with head and foot */
        .tableWrap > table tr th {
            padding: 5px;
            padding-left: 5px;
            border-bottom: 1px solid #e8e8e8;
            background: #4080b4;
            text-align: left;
            color: white;
        }

.center-fit {
    object-fit: scale-down;
    object-position: center;
    height: 100%;
    width: 100%;
}

.roundTop {
    border-radius: 50px 50px 0px 0px / 50px 50px 5px 5px;
}

.roundBottom {
    border-radius: 0px 0px 50px 50px / 50px 50px 50px 50px;
}

/*--------start landing----------------*/

.buttonBlack {
    color: #fff !important;
    background: #252525;
    border: 1px solid #252525;
    border-radius: 5em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    font-size: .875rem;
    padding: 0.688rem 2em;
    line-height: 1.2;
    min-width: 150px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .buttonBlack:hover {
        color: #fff;
        border-color: #333433;
        background: #333433;
        fill: #333433
    }

    .buttonBlack:focus {
        outline: none
    }

    .buttonBlack:active {
        border: 1px solid rgba(0,0,0,.7);
        background: rgba(0,0,0,.7);
        -webkit-box-shadow: 0 0 0 .2rem rgba(37,37,37,.23);
        box-shadow: 0 0 0 .2rem rgba(37,37,37,.23)
    }

.buttonWhite {
    color: #000 !important;
    background: #fff;
    border: 2px solid #252525;
    border-radius: 5em;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    font-size: .875rem;
    padding: 0.688rem 2em;
    line-height: 1.2;
    min-width: 150px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .buttonWhite:hover {
        color: #0092ba;
        border-color: #383838;
        /*background: #e7f3fb;*/
        background-image: linear-gradient(to bottom, #ffffff, #fafafa, #f6f5f5, #f1f0f0, #edebeb, #edebeb, #edebeb, #edebeb, #f1f0f0, #f6f5f5, #fafafa, #ffffff);
        fill: #e7f3fb;
    }

    .buttonWhite:focus {
        outline: none
    }

.button--bold {
    font-weight: 700;
}

.button--arrow {
    padding-right: 3em;
    padding-left: 3em;
    min-width: 0
}

    .button--arrow.button--dark-text {
        color: #2a2d2f
    }

    .button--arrow:after {
        position: absolute;
        display: block;
        content: "\2192";
        color: transparent;
        -webkit-transform: translateX(-.5em);
        transform: translateX(-.5em);
        right: 1.8em;
        top: .85em;
        -webkit-transition: translate .8s;
        transition: translate .8s
    }

@media (min-width:577px) {
    .button--arrow:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-right: 4.3em
    }

        .button--arrow:hover:after {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            color: currentColor;
        }

    .button--arrow:active:after {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
}

.rowL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

.containerLand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 0 1.5rem;
    width: 100%
}

.container--block {
    display: block
}

.container--condensed {
    max-width: 1230px
}


.text-title {
    color: #2a2d2f;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 2rem;
}

.text-title--primary {
    font-size: 3.1875rem;
    font-weight: 600;
}

.text-title--landing {
    font-size: 2.35rem;
    font-weight: 600;
    margin-bottom: 1rem
}

@media (max-width:576px) {
    .text-title--landing {
        font-size: 1.35rem;
        line-height: 1.15
    }

    .row {
        margin-left: -5px;
    }
}

.row-ml {
    margin-left: 10px;
}

.text-title--small {
    font-size: 1.5rem
}

.text-subtitle {
    color: #2a2d2f;
    text-transform: uppercase;
    font-size: 1rem;
    margin: .5rem 0 1.5rem
}

.text-subtitle--secondary {
    font-size: 1.125rem
}

.section--small-padding {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section--normal-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.section--medium-padding {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.section--large-padding {
    padding-top: 13rem;
    padding-bottom: 13rem
}

@media (max-width:768px) {
    .section--large-padding {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.landing-spotlight {
    overflow: hidden;
    padding: 2.5rem 0 1.5rem
}

@media (min-width:577px) and (max-width:768px) {
    .landing-spotlight {
        padding: 2.5rem 0
    }
}

@media (min-width:769px) {
    .landing-spotlight {
        padding: 3rem 0
    }
}

.landing-spotlight__title {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (min-width:577px) {
    .landing-spotlight__title {
        font-size: 2.8125rem;
        line-height: 1.4;
        margin-bottom: 2rem
    }
}

.landing-spotlight__pitch {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5625;
    margin: 1rem 0 0
}

@media (min-width:577px) and (max-width:768px) {
    .landing-spotlight__pitch {
        margin-bottom: .5rem;
        font-size: 1.625rem
    }
}

@media (min-width:769px) {
    .landing-spotlight__pitch {
        max-width: 40rem;
        padding-right: 5rem;
        margin: 2.75rem 0 2rem;
        color: #fff;
        line-height: 1.375;
        font-size: 1.625rem
    }
}

.text--featured-medium {
    font-weight: 400;
    line-height: 1.8;
    font-size: 1rem;
    margin: 2rem 0;
    color: #686b68;
}

.text--medium {
    font-weight: 600;
}

.text-font-size-1-4 {
    font-size: 1.425rem;
}

@media (max-width: 768px) {
    .text-font-size-1-4 {
        font-size: 1.25rem;
    }
}

@media (max-width: 570px) {
    .text-font-size-1-4 {
        font-size: 1rem;
    }
}

.text--fontW500 {
    font-weight: 500 !important;
}

.text--fontW400 {
    font-weight: 400;
}

audio, video {
    display: inline-block;
}

.gradient--blue--tr-to-bl { /*#303F9F,#0094BA,#00AAAB*/
    background-image: linear-gradient(to left bottom, #303f9f, #1252aa, #0063b2, #0073b7, #0082ba, #008abb, #0092ba, #009ab8, #009eb6, #00a2b3, #00a6b0, #00aaab);
}

.gradient--blue--br-to-tl {
    background-image: linear-gradient(to left top, #303f9f, #1252aa, #0063b2, #0073b7, #0082ba, #008abb, #0092ba, #009ab8, #009eb6, #00a2b3, #00a6b0, #00aaab);
}

.gradient--gray--tl-to-br {
    background-image: linear-gradient(to right bottom, #fafafa, #f4f4f5, #ededef, #e6e7ea, #dfe1e5, #d9dce0, #d2d6dc, #ccd1d7, #c5cbd2, #bec5cd, #b6c0c7, #afbac2);
}

.gradient--gray--br-to-tl {
    background-image: linear-gradient(to left top, #fafafa, #f4f4f5, #ededef, #e6e7ea, #dfe1e5, #d9dce0, #d2d6dc, #ccd1d7, #c5cbd2, #bec5cd, #b6c0c7, #afbac2);
}

.gradient--black--br-to-tl {
    background-image: linear-gradient(to left top, #2a2d2f, #33373b, #3c4247, #474c54, #525761, #555964, #575c67, #5a5e6a, #545963, #4e535d, #484e56, #434950);
}

.card-img-50 {
    max-height:50px;
}

.card-img-96 {
    max-height: 96px;
}

.card-pay-method-e {
    max-width: 380px;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 576px) {
    .card-columns-payments-m {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.rounded-20px {
    border-radius: 20px;
}

.background-light-gray {
    background-color: #f4f8fd !important;
}

.background-almost-black {
    background: #58595B;
}

.Stripe-style {
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tittle-med {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.check-list-blue {
    position: relative;
}

.check-list-blue:before {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55555;
    letter-spacing: 0.015em;
    content: '✓';
    color: #324BFF;
    margin-right: 0.25rem;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 800 !important;
    line-height: 1.145;
    margin-bottom: 2rem;
    margin-bottom: calc(2rem - 0.313rem);
    text-align:left;
}

.plan-desc {
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    color: #000000 !important;
    line-height: 1.55555;
    letter-spacing: 0.015em;
    word-break: break-word;
    margin-bottom: 2rem;
    margin-bottom: calc(2rem rem - 0.313rem);
    text-align: left;
}

.plan-price {
    font-size: 1.5rem;
    font-weight: 800 !important;
    line-height: 1.145;
    margin-bottom: 0.8rem;
    text-align: left;
}

.plan-addon-head {
    color: #fff !important;
    padding-bottom: 1rem !important;
    border-radius: 1.5rem 1.5rem 0px 0px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
}

.plan-price-addon {
    font-size: 1.5rem;
    font-weight: 800 !important;
    line-height: 1.145;
    margin-top: 1.5rem;
    text-align: center;
}

.plan-func-div {
    border-top: 1px solid #d6dadb;
    padding: 1.5rem 1rem 1.5rem 1rem;
    text-align: left;
}

.plan-func {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.55555;
    letter-spacing: 0.015em;
    margin-bottom: 0.5rem;
}

.container-plans {
    max-width: 1225px !important;
}

@media (max-width: 470px) {
    .container-plans {
        padding: 0 0;
    }
}

@media (min-width:768px) and (max-width:1300px) {
    .container-plans > div.row {
        padding-right: 1.5rem !important;
    }
}
    

.plan-ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .plan-ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#fda744 0%, #FF7404 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        text-shadow: 1px 1px 0px #000;
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .plan-ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #FF7404;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #FF7404;
        }

        .plan-ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #FF7404;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #FF7404;
        }

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flex-center {
    display: flex;
    align-items: center;
}

@media (max-width:570px) {
    .check-list-blue:before {
        font-size: 1rem;
        font-weight: 600;
    }

    .plan-title, .plan-price {
        font-size: 1.2rem;
        font-weight: 600 !important;
    }

    .plan-desc {
        font-size: 0.9rem !important;
        font-weight: 500 !important;
    }

    .plan-func {
        font-size: 1rem !important;
        font-weight: 600 !important;
    }

    .img-md-max-w-192 {
        max-width: 192px !important;
    }
}

.list-none {
    list-style: none;
    padding: 0 !important;
}

.background-almost-black-dark {
    background-color: #181b1c;
}

.soft-black {
    color: #767676;
}

.reading-text > p, .reading-text > div > p {
    font-style: normal;
    line-height: 1.6 !important;
}

.font-rubik {
    font-family: 'Rubik', sans-serif;
    font-display: swap;
}

table.simple {
    width: 100%;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
}

    table.simple td, table.simple th {
        border-width: 1px;
        border-color: #CCCCCC;
        border-style: solid;
        padding: 0.75rem;
        text-align: center;
        font-size: 1rem;
        color: #232323;
    }

    table.simple th {
        font-weight: 700;
    }

    table.simple thead {
        background-color: #FFFFFF;
    }

    table.simple tbody {
        background-color: #f9f9f9;
    }

.footer {
    position: relative;
    font-weight: 400;
    background-color: #181b1c;
    color: #898989;
    font-size: .85rem;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 .5rem;
    z-index: 2
}

.footer__link {
    color: #898989;
    /*padding: .33rem 0*/
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

    .footer__link:hover {
        color: #b5b1b1;
        text-decoration: underline
    }

.social-link-footer {
    padding: 0 .25rem
}

.social-link-footer__img {
    width: 1.625rem;
    height: 1.625rem
}

.footer__copyright {
    line-height: 1.3
}

@media (min-width:577px) and (max-width:768px) {
    .footer__copyright {
        padding-right: .5rem
    }
}

@media (min-width:577px) {
    .footer {
        padding: 0
    }
}

.footer__links {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0 2em;
    min-height: 16.175rem
}

.footer__bottom {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .footer__bottom .footer__column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__bottom:before {
        position: absolute;
        left: -50vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        display: block;
        background-color: #333433
    }

@media (max-width:768px) {
    .footer__bottom {
        text-align: center
    }

        .footer__bottom .footer__column {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .footer__bottom .footer__column:first-of-type {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1
            }
    .footer__column:last-of-type {
        display: none
    }
}

    .footer__thanksto {
        padding: 0.55rem 0;
       /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        text-align: center
    }

        .footer__thanksto:before {
            position: absolute;
            left: -50vw;
            top: 0;
            width: 150vw;
            height: 1px;
            content: "";
            display: block;
            background-color: #333433
        }

    @media (max-width: 768px) {

        .hide-medium-and-down {
            display: none;
        }
    }

    @media (max-width: 576px) {
        .text--featured-medium {
            line-height: 1.5625;
        }

        .text-title--landing {
            font-size: 1.75rem;
            line-height: 1.15;
        }
    }

    .landing-features {
        background: #fff;
        border: 1px solid #f1f1f1;
        padding-top: 2.75rem;
        padding-bottom: 4.75rem
    }

    .landing-omni {
        padding-top: 2.75rem;
        padding-bottom: 4.75rem
    }

    @media (max-width:576px) {
        .landing-features {
            padding-top: 5rem;
            padding-bottom: 0
        }

        .landing-omni {
            padding-top: 2.75rem;
            padding-bottom: 2.75rem;
        }
    }

    .landing-feature__title {
        font-weight: 600;
        margin: 2rem 0
    }

    .ul-style-none {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .landing-feature__list-item {
        margin-left: 1rem;
        font-size: .875rem;
        font-weight: 400;
        color: #333433;
        line-height: 1.5;
        text-align: justify !important;
    }

    @media (max-width:576px) {
        .landing-feature__list-item {
            margin-bottom: 1rem
        }
    }

    .landing-features__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    @media (max-width:768px) {
        .landing-features__wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
    }

    .landing-feature__list-item:before {
        content: "\2022";
        color: #0094BA;
        font-weight: 700;
        display: inline-block;
        width: 1rem;
        margin-left: -1rem
    }

    @media (max-width:576px) {
        .landing-feature__list-item:before {
            content: ""
        }
    }

    .w-90lg-96sm {
        width: 90% !important;
    }

    @media (max-width:576px) {
        .landing-feature__list-item:before {
            content: ""
        }

        .w-90lg-96sm {
            width: 96% !important;
        }
    }

    @media (max-width:768px) {
        .landing-feature {
            text-align: center;
            margin-bottom: 2rem
        }

        .mt-mdl-4 {
            margin-top: 1rem !important;
        }
    }

    @media (max-width:576px) {
        .landing-feature {
            margin-bottom: 5rem
        }
    }

    .divider {
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
        margin: 2rem 0
    }

    .divider--low {
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
        margin: 1rem 0
    }

    .divider--compact {
        width: 5rem
    }

    .divider--medium {
        width: 15rem
    }

    .divider--small-margin {
        margin: 1rem 0
    }

    .divider--dark {
        border-color: #686b68
    }

.divider--blue {
    border-color: #0063b2
}

    .divider--light {
        border-color: #e1e3e2
    }

    .divider--bright {
        border-color: #fff
    }

    .divider--center {
        margin-left: auto;
        margin-right: auto
    }
    /*--------end landing----------------*/
    .xxxxsFont {
        font-size: 0.6rem !important;
    }

.fixed-bottom {
    position: fixed !important;
}

    .carousel-caption--low {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        min-height: 0% !important;
    }

    .shadow--box {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
    }

    .carousel--height300 {
        min-height: 300px;
        height: 300px;
    }


    #imgMockMix {
        content: url('/img/png/ShareInvoiceAndProductWhatsappsMix300px.jpg');
    }

    @media (max-width:576px) {
        /*Mobile*/
        .carousel--height300 {
            min-height: 270px;
            height: 270px;
        }

        .mt-sml-4 {
            margin-top: 1rem !important;
        }
    }

@media (min-width: 480px) {
    .d-xsm-none {
        display: none !important;
    }
}

@media (min-width: 380px) {
    .d-xs-none {
        /*If > 380 hide*/
        display: none !important;
    }
}

    @media (max-width : 380px) {
        .carousel-caption > h4 {
            font-size: 0.9rem;
        }

        .mb-xxs-4 {
            margin-bottom: 1rem !important;
        }

        .pb-xxs-4 {
            padding-bottom: 1.5rem !important
        }

        #imgMockMix {
            content: url('/img/png/ShareInvoiceAndProductWhatsappsMix300pxB.jpg');
        }

        .carousel--height300 {
            min-height: 200px;
            height: 200px;
        }

        .rectLogo {
            min-width: 70%;
        }

        .title-comp {
            font-size: 1.2rem;
            line-height: 3;
        }

        .welcome {
            padding-top: 1rem !important;
        }

            .welcome > div {
                margin-top: 15px;
            }

        .container2 {
            max-width: 370px;
            max-width: calc(100% - 5px) !important;
        }

        .divCarousel {
            width: 95%;
            max-width: 500px;
        }

        .cartAlignA {
            margin-left: auto;
            margin-right: auto;
        }

        .ui-dialog:not(.ui-confirmdialog) {
            width: 85% !important;
            left: 1px !important;
            top: 120px !important;
        }

        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block;
        }

        .table-responsive {
            display: block;
            width: 100%;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .myTable {
            width: 100%;
            min-width: 100px;
        }
    }

    @media (min-width : 381px) and (max-width: 470px) {

        .carousel-caption > h4 {
            font-size: 1rem;
        }

        .mb-xxs-4 {
            margin-bottom: 1rem !important;
        }

        .pb-xxs-4 {
            padding-bottom: 1.5rem !important
        }

        #imgMockMix {
            content: url('/img/png/ShareInvoiceAndProductWhatsappsMix300pxB.jpg');
        }

        .carousel--height300 {
            min-height: 250px;
            height: 250px;
        }

        .rectLogo {
            min-width: 80%;
        }

        .title-comp {
            font-size: 1.3rem;
            line-height: 3;
        }

        .welcome {
            padding-top: 1rem !important;
            /*padding-bottom: 1rem !important;*/
        }

            .welcome > div {
                margin-top: 15px;
            }

        .container2 {
            max-width: 460px;
            max-width: calc(100% - 10px) !important;
        }

        .divCarousel {
            width: 85%;
            max-width: 500px;
        }

        .cartAlignA {
            margin-left: auto;
            margin-right: auto;
        }

        .ui-dialog:not(.ui-confirmdialog) {
            width: 85% !important;
            left: 1px !important;
            top: 100px !important;
        }

        table,
        thead,
        tbody,
        th,
        td,
        tr {
            display: block;
        }

        .table-responsive {
            display: block;
            width: 100%;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .myTable {
            width: 100%;
            min-width: 100px;
        }
    }

    @media (min-width: 471px) and (max-width: 767.98px) {

        .rectLogo {
            min-width: 60%;
        }

        .title-comp {
            font-size: 1.4rem;
            line-height: 2.7;
        }

        .welcome {
            /*padding-top: 1rem !important;*/
            padding-bottom: 1rem !important;
        }

        .container2 {
            max-width: 720px;
            max-width: calc(100% - 10px) !important;
        }

        .divCarousel {
            width: 65%;
            max-width: 500px;
        }

        .cartAlignA {
            margin-left: auto;
            margin-right: auto;
        }

        .ui-dialog:not(.ui-confirmdialog) {
            width: 85% !important;
            left: 1px !important;
            top: 100px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 990.98px) {
        .rectLogo {
            min-width: 60%;
        }

        .title-comp {
            font-size: 1.5rem;
            line-height: 2.5;
        }

        .container2 {
            max-width: 980px;
            max-width: calc(100% - 10px) !important;
        }

        .divImgCatalogue {
            max-width: 105px;
        }

        .divCarousel {
            width: 75%;
            max-width: 500px;
        }

        .cartAlignA {
            margin-left: 20px;
        }
    }

    @media (min-width: 991px) and (max-width: 1200px) {
        .rectLogo {
            min-width: 30%;
        }

        .title-comp {
            font-size: 1.5rem;
            line-height: 2.5;
        }

        .container2 {
            max-width: 1180px;
            max-width: calc(100% - 10px) !important;
        }

        .col-lg-33 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 280px;
        }

        .divCarousel {
            width: 75%;
            max-width: 500px;
        }

        .navbar-nav {
            text-align: center !important;
        }
    }

    @media (min-width: 1201px) and (max-width: 4096px) {
        .rectLogo {
            min-width: 30%;
        }

        .title-comp {
            font-size: 1.5rem;
            line-height: 2.5;
        }

        .container2 {
            max-width: 4090px;
            max-width: calc(100% - 50px) !important;
        }

        .divImgCatalogue {
            max-width: 105px;
        }

        .col-xxl-auto {
            -ms-flex: 0 0 22.666667%;
            flex: 0 0 22.666667%;
            max-width: 280px !important;
        }

        .divCarousel {
            width: 75%;
            max-width: 500px;
        }
    }

    label.labelTextAn, input.inputTextAn {
        transition: 0.4s ease;
    }

    label.labelTextAn {
        padding-left: 10px;
        transform: translate(4px, -14px) scale(1.02);
        margin-bottom: 2px;
        cursor: text;
        transform-origin: left top;
        color: #757575;
        position: absolute;
    }

    input.inputTextAn {
        font-size: 1.2em;
        padding: 30px 25px 10px 10px;
        border: none;
        border-bottom: 2px solid #9e9e9e;
        outline: none;
        border-radius: 5px 5px 0px 0px;
    }

        input.inputTextAn::placeholder {
            opacity: 0;
        }

        input.inputTextAn:focus, input.inputTextAn:not(:placeholder-shown) {
            border-bottom: 2px solid #000000;
        }

            input.inputTextAn:not(:placeholder-shown) ~ label, input.inputTextAn:focus ~ label {
                transform: translate(10px, -35px) scale(0.8);
                padding-left: 0px;
                color: black;
            }

    .buttonI {
        color: #999999;
        position: relative;
        left: 90%;
        bottom: -50px;
        width: 25px;
        border: 0px;
        background-color: white;
        cursor: pointer;
    }

    #divForgotPassw {
        display: inline-flex;
        position: relative;
        top: -60%;
        right: -170%;
        float: right;
        width: 160%;
        text-align: center;
        font-size: 0.9em;
        text-decoration: underline;
    }


    table.blueTable {
        border: 1px solid #1C6EA4;
        /*width: 100%;*/
        text-align: left;
    }

        table.blueTable td, table.blueTable th {
            padding: 3px 2px;
        }

        table.blueTable tbody td {
            font-size: 13px;
        }

        table.blueTable thead {
            background: #2E7DA5;
            border-bottom: 2px solid #444444;
        }

            table.blueTable thead th {
                font-size: 15px;
                font-weight: bold;
                color: #FFFFFF;
                border-left: 2px solid #D0E4F5;
            }

                table.blueTable thead th:first-child {
                    border-left: none;
                }

        table.blueTable tfoot td {
            font-size: 14px;
        }

        table.blueTable tfoot .links {
            text-align: right;
        }

            table.blueTable tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }


    table.blueTable2 {
        text-align: left;
        table-layout: fixed;
        width: 1000px;
        border-collapse: collapse;
    }

        table.blueTable2 tbody td {
            font-size: 14px;
        }

        table.blueTable2 td, table.blueTable2 th {
            padding: 3px 2px;
        }

        table .blueTable2 tbody tr:first-child td:first-child {
            border-left: none;
        }

    .tableBorders {
        background: #2E7DA5;
        border-bottom: 2px solid #444444;
        font-size: 15px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        border-left: 2px solid #D0E4F5;
    }

    a.PDF {
        text-decoration: underline !important;
    }

        a.PDF:link {
            color: black !important;
        }

        a.PDF:visited {
            color: black !important;
        }

        /* mouse over link */
        a.PDF:hover {
            color: blue !important;
        }

        /* selected link */
        a.PDF:active {
            color: black !important;
        }

    .FontPDF {
        font-family: Arial, Helvetica, sans-serif;
    }

    .blue_glassmorphism {
        background: rgba( 53, 142, 189, 0.25 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 4.5px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .white_glassmorphism {
        background: rgba( 255, 255, 255, 0.25 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 4.5px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .black_glassmorphism {
        background: rgba( 0, 0, 0, 0.25 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 4.5px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    .lightgray_glassmorphism {
        background: rgba( 155, 155, 155, 0.25 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 4.5px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }

    /* Animation for 404 error SVG*/
svg#freepik_stories-404-error-page-not-found-with-people-connecting-a-plug:not(.animated) .animable {
    opacity: 0;
}

svg#freepik_stories-404-error-page-not-found-with-people-connecting-a-plug.animated #freepik--Floor--inject-13 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) lightSpeedLeft,1.5s Infinite linear wind;
    animation-delay: 0s,1s;
}

svg#freepik_stories-404-error-page-not-found-with-people-connecting-a-plug.animated #freepik--Shadows--inject-13 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) fadeIn;
    animation-delay: 0s;
}

svg#freepik_stories-404-error-page-not-found-with-people-connecting-a-plug.animated #freepik--character-2--inject-13 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) lightSpeedLeft,1.5s Infinite linear floating;
    animation-delay: 0s,1s;
}

svg#freepik_stories-404-error-page-not-found-with-people-connecting-a-plug.animated #freepik--character-1--inject-13 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) fadeIn,1.5s Infinite linear floating;
    animation-delay: 0s,1s;
}

svg#freepik_stories-404-error-page-not-found-with-people-connecting-a-plug.animated #freepik--error-404--inject-13 {
    animation: 1s 1 forwards cubic-bezier(.36,-0.01,.5,1.38) slideDown,1.5s Infinite linear shake;
    animation-delay: 0s,1s;
}

@keyframes lightSpeedLeft {
    from {
        transform: translate3d(-50%, 0, 0) skewX(20deg);
        opacity: 0;
    }

    60% {
        transform: skewX(-10deg);
        opacity: 1;
    }

    80% {
        transform: skewX(2deg);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wind {
    0% {
        transform: rotate( 0deg );
    }

    25% {
        transform: rotate( 1deg );
    }

    75% {
        transform: rotate( -1deg );
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}        

/*Checkbox styles*/

.b-contain *, .b-contain *::before, .b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    line-height: 1.54;
    font-size: 1rem;
    font-family: inherit;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 1.8rem;
    cursor: pointer;
    margin-bottom: .5rem;
}

    .b-contain input[type="checkbox"] ~ .b-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 1.25rem;
        width: 1.25rem;
        background: rgba(241, 245, 248, 1);
        transition: background 250ms;
        border: 1px solid rgba(184, 194, 204, 1);
        border-radius: 0.125rem;
    }

    .b-contain input[type="radio"] ~ .b-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 1.25rem;
        width: 1.25rem;
        background: rgba(241, 245, 248, 1);
        transition: background 250ms;
        border: 1px solid rgba(184, 194, 204, 1);
        border-radius: 2.0rem;
    }

    .b-contain input[type="checkbox"] ~ .b-input::after {
        content: '';
        position: absolute;
        display: none;
        left: .45rem;
        top: .18rem;
        width: .25rem;
        height: .6rem;
        border: solid rgba(255, 255, 255, 1);
        border-width: 0 2px 2px 0;
        transition: background 250ms;
        transform: rotate(45deg);
    }

    .b-contain input[type="radio"] ~ .b-input::after {
        content: '';
        position: absolute;
        display: none;
        left: .25rem;
        top: .25rem;
        width: .75rem;
        height: .75rem;
        border-radius: 2.0rem;
        background: rgba(255, 255, 255, 1);
        transition: background 250ms;
    }

    .b-contain input:disabled ~ .b-input::after {
        border-color: rgba(135, 149, 161, 1);
    }

    .b-contain input:checked ~ .b-input::after {
        display: block;
    }

    .b-contain:hover input ~ .b-input,
    .b-contain input:focus ~ .b-input {
        background: rgb(231, 238, 243);
    }

    .b-contain input:focus ~ .b-input {
        box-shadow: 0 0 0 2px rgba(52,144,220,0.5);
    }

    .b-contain input:checked ~ .b-input {
        background: rgba(0, 130, 243, 1);
        border-color: rgba(0, 130, 243, 1);
    }

    .b-contain input[type="checkbox"]:disabled ~ .b-input {
        background: rgba(241, 245, 248, 1);
        border-color: rgba(184, 194, 204, 1);
        opacity: 0.6;
        cursor: not-allowed;
    }

    .b-contain input[type="radio"]:disabled ~ .b-input {
        background: rgba(241, 245, 248, 1);
        border-color: rgba(184, 194, 204, 1);
        opacity: 0.6;
        cursor: not-allowed;
    }

        .b-contain input[type="radio"]:disabled ~ .b-input::after {
            background: rgba(135, 149, 161, 1);
        }

    .b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
        background: rgba(13, 143, 255, 1);
        border-color: rgba(13, 143, 255, 1);
    }

    .b-contain .b-input::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 3rem;
        height: 3rem;
        margin-left: -0.85rem;
        margin-top: -0.85rem;
        background: rgba(66, 133, 244, 1);
        border-radius: 2rem;
        opacity: .6;
        z-index: 99999;
        transform: scale(0);
    }

@keyframes b-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes b-ripple-duplicate {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.b-contain input + .b-input::before {
    animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
    animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
    visibility: hidden;
}

.b-contain input:focus + .b-input::before {
    visibility: visible;
}

.b-contain:first-child .b-input::before {
    visibility: hidden;
}

.iconHelpAtEnd {
    float: right;
    position: relative;
    top: -2px;
    left: 10px;
}

#components-reconnect-modal > h5 {
    font-weight: 600 !important; /*Avoid messages when lost connection to be barely readable*/
}

.text-gray-price-multiply {
    color: #565959;
    font-weight: 400;
}

.text-price-total {
    font-family: 'droid_serifregular', Arial, sans-serif;
    font-size: 1.5rem !important;
    color: #0F1111;
}

#myTabContent1 {
    /*background: #f4f8fd;*/
    background-image: linear-gradient(to right bottom, #fafafa, #f4f4f5, #ededef, #e6e7ea, #dfe1e5, #d9dce0, #d2d6dc, #ccd1d7, #c5cbd2, #bec5cd, #b6c0c7, #afbac2);
    border-radius: 0 0 20px 20px;
    padding: 30px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}


.nav-tabs.nav-tab-new > li a.active {
    color: #0050d5;
    /*background-color: #f4f8fd;*/
    background-image: linear-gradient(to top, #fafafa, #f4f4f5, #ededef, #e6e7ea, #dfe1e5, #d9dce0, #d2d6dc, #ccd1d7, #c5cbd2, #bec5cd, #b6c0c7, #afbac2);
    border-bottom-color: #0050d5;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 10px 10px 0px 0px / 10px 10px 5px 5px;
    text-shadow: 1px 1px 0px #ffffff;
}

.nav-tabs.nav-tab-new > li a {
    /*font-size: 20px;*/
    font-size: 1rem;
    border-radius: 0;
    line-height: 30px;
    font-weight: 500;
    margin-right: 0;
    text-align: center;
    border: 0;
    color: rgba(0,0,0,.5);
    border-bottom: 1px solid transparent
}

        .nav-tabs.nav-tab-new > li a:hover {
            color: #4285f4;
            background-color: #f1f1f1;
            border-radius: 10px 10px 0px 0px / 10px 10px 5px 5px;
        }

@media (max-width:576px) {
    /*Mobile*/
    #myTabContent1 {
        padding: 8px;
    }
}


.font-weight-medium-bold {
    font-weight: 600 !important;
}

.btn-color-payforms {
    background-color: #019cde;
}

.disabledTab {
    cursor: not-allowed;
}
/* Clicks are not permitted and change the opacity. */
li.disabledTab > a[data-toggle="tab"] {
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

@media (min-width: 470px) {
    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.dropdown-flags {
    max-width: 70px !important;
    min-width: 70px !important;
    padding: 10px !important;
    background-color: #f4f8fd !important;
}

    .dropdown-flags > a {
        width:50px;
        padding: 0px 0px 0px 0px;
    }

        .dropdown-flags > a:hover {
            background-color: #dadfe4;
        }


/* Cards blocks */
.w-layout-grid-ab {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.card-block {
    padding: 24px;
    border-radius: 8px;
    background-color: #181b1c;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-block-add {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.card-block-content {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 32px 1fr;
    grid-template-columns: 32px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

    .card-block-content > img {
        -ms-grid-column-align: start;
        justify-self: start;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.card-block-title {
    font-size: 18px;
    font-weight: 700;
}

.card-block-text {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
    .w-layout-grid-ab {
        display: -ms-grid;
        display: grid;
        padding-right: 0;
        padding-left: 0;
        grid-auto-columns: 1fr;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
}

.gradient--black-to-almost--br-to-tl {
    background-image: linear-gradient(to right bottom, #000000, #0c0c0c, #141414, #1b1b1b, #212121, #232323, #242424, #262626, #232323, #202020, #1d1d1d, #1a1a1a);
}

/*select style 2*/
.selectdiv {
    position: relative;
    float: left;
    min-width: 150px;
    height: 38px;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    padding-right: 10px;
}


.selectdiv select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 6px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv label {
    width: 100%;
}

    .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        height: 36px;
        float: left;
        padding-left: 5px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        background-color: #ffffff;
        background-image: none;
        border: 0px solid #fff;
        -ms-word-break: normal;
        word-break: normal;
        outline: none !important;
    }


/*select style 3*/
.selectdiv_compact {
    position: relative;
    /*float: left;*/
    /*min-width: 150px;*/
    width: fit-content;
    height: 38px;
    color: #607d8b;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #cccccc;
}


    .selectdiv_compact select::-ms-expand {
        display: none;
    }

    .selectdiv_compact:after {
        content: '>';
        font: 17px "Consolas", monospace;
        color: #607d8b;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 8px;
        top: 8px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
    }

    .selectdiv_compact label {
        width: 100%;
    }

    .selectdiv_compact select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: fit-content;
        height: 36px;
        float: left;
        padding-left: 5px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 1.75;
        color: #607d8b;
        background-color: #ffffff;
        background-image: none;
        border: 0px solid #fff;
        -ms-word-break: normal;
        word-break: normal;
        outline: none !important;
    }

    .selectdiv_compact option {
        color: #607d8b;
        padding: 10px;
    }

.fieldset-blue {
    border: 2px solid #0063b2;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 0px;
    min-height: 50px;
}

.fieldset-blue-title {
    display: flex !important;
    padding: 5px 8px;
    background: #12429c;
    border-radius: 10px 10px 0px 0px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.vertical-borderline {
    border-left: 6px solid #686b68;
}

.vertical-line-blue {
    width: 1px;
    background: #0063b2;
}

.shadow-light {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

@media (min-width: 576px) {
    .col-sm-6-almost {
        -ms-flex: 0 0 47%;
        flex: 0 0 46%;
        max-width: 46%;
    }
}

.rz-paginator-last, .rz-paginator-next {
    background-color: #4285f4;
}

#shipping-row-weight {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: auto 15px 30px;
    grid-template-areas: "shipping-row-content shipping-row-sep shipping-row-controls";
}

.shipping-row-content {
    grid-area: shipping-row-content;
}

.shipping-row-sep {
    grid-area: shipping-row-sep;
}

.shipping-row-controls {
    grid-area: shipping-row-controls;
}

.btn-light-round {
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    border-radius: 0.25rem;
}

.text-strikethrough {
    text-decoration: line-through;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.prod-it-maxlines {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

