/* Minification failed. Returning unminified contents.
(9,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(45,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-text'
(49,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(50,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(63,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(64,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(70,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-text'
(75,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-secondary'
(130,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(160,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(221,28): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(222,24): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(253,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(271,28): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(272,24): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(361,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(376,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(377,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(377,52): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(387,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(388,29): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(388,48): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(458,35): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(462,35): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(487,22): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-bg'
(488,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(489,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(527,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-lg'
(593,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(612,22): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg'
(613,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-text'
(631,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-secondary'
(676,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-sm'
(700,17): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(781,17): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(817,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(818,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(852,28): run-time error CSS1039: Token not allowed after unary operator: '-btn-outline-border'
(854,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(893,17): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(898,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(947,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(952,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-text'
(953,22): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg'
(980,28): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(1046,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-secondary'
(1105,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(1111,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-text'
(1112,22): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg'
(1265,17): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(1305,28): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(1385,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-secondary'
(1415,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(1416,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-text'
(1417,22): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg'
(1442,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(1469,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(1481,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(1493,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(1520,17): run-time error CSS1039: Token not allowed after unary operator: '-btn-text'
(1521,22): run-time error CSS1039: Token not allowed after unary operator: '-btn-bg'
(1523,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-pill'
(1558,28): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(1707,17): run-time error CSS1039: Token not allowed after unary operator: '-color-accent'
(2008,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
(2025,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-primary'
 */
@import url('../plugins/templates/00-variables.css');

a {
    cursor: pointer;
    text-decoration: none !important;
}

body {
    font-family: var(--font-family-primary);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


body {
    /* max-width: 1080px; */
    max-height: 1920px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #FFF;
}

p,
a {
    color: #000;
}


.Cart header .main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 147px;
}

.Cart header .main .backsite {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    color: var(--btn-outline-text) !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 2px solid var(--btn-outline-border);
    border-radius: var(--radius-pill);
    padding: 21px 30px;
    text-decoration: none;
}

.Cart header .main .backsite:before {
    content: url(/Content/Images/Cart/i-back-arrow.svg) !important;
    padding-right: 13px;
    line-height: 0;
}


.Cart header .main .close-session {
    border: 2px solid var(--btn-outline-border);
    border-radius: var(--radius-pill);
    padding: 20px 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: var(--btn-outline-text) !important;
    text-decoration: none;
}

.Cart .title-page {
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    width: 100%;
}



.Cart #cart-table {
    margin: 60px 0;
    max-height: 640px;
    overflow: hidden;
    overflow-y: scroll;
}

.Cart #cart-table.marging-bottom-0 {
    margin-bottom: 0px;
}

.Cart #cart-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.Cart #cart-table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.Cart #cart-table::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.Cart #cart-table::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

.Cart .item-tradein {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    /*border-bottom: 2px solid lightgray;*/
}

.Cart .cart_item {
    margin-bottom: 20px;
    /*border-bottom: 2px solid lightgray;*/
    padding-bottom: 20px;
}

.Cart .info-payment {
    color: var(--color-primary);
    font-size: 32px;
    text-align: right;
    font-weight: 700;
}

.Cart .seller-group-container #cart-table {
    margin: 20px 0;
    margin-bottom: 0px;
}

/* Estilos del contenedor para centrar el bot�n */
.pay-cart-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

/* Estilos del bot�n */
.pay-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 80px;
    padding: 0 60px;
    gap: 10px;
    /* Espacio entre elementos del bot�n si hubiera m�s de uno */

    font-family: var(--font-family-primary);
    font-size: 38px;
    font-weight: 700;
    line-height: 45.57px;
    text-align: center;
    border-radius: 100px;
    /* Esquinas superiores redondeadas */
    border: 2px solid black;
    opacity: 1;
    /* Establece la opacidad para que sea visible */

    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/* Efecto hover */
.custom-button:hover {
    background-color: black;
    color: white;
}

.info-seller-group {
    display: flex;
    justify-content: space-between;
    /* Espacio entre los elementos */
    align-items: center;
    /* Alinea verticalmente en el centro */
    padding: 40px 40px 40px 25px;
    font-size: 40px;
    color: #AAAAAAAA;
    font-weight: 700;
}

.info-seller-group .count-paymenth {
    text-align: left;
}

.info-seller-group .nro-pedido {
    text-align: right;
}

.Cart .seller-group {
    border-radius: 30px;
    border: 1px solid black;
}

.Cart .seller-group .row-bottom .card.tradein img {
    object-fit: cover;
    width: 45px;
    height: 35px;
}

.Cart .seller-group .row-bottom .card.tradein h3 {
    font-weight: 700;
    line-height: 31px;
    margin-top: 0;
    font-size: 22px;
}

.seller-group-container .seller-group .cart-paid {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.seller-group-container.cart-paid .cart_item .padright {
    display: none;
}

.Cart.PayMethodsGroup #cart-table .padright a:before {
    content: url(/Content/Images/Cart/i-borrarItemSeller.svg)
}

.pr_image img {
    width: 132px;
    height: 132px;
}

.Cart.Index .pr_image {
    position: relative;
    bottom: 40px;
}

/*Precios*/
.Cart.PayMethodsGroup .seller-group-container #cart-table .price {
    font-size: 55px;
}

.content-price {
    text-align: right;
}

.seller-group-container .total {
    font-family: var(--font-family-primary);
    font-size: 40px;
    font-weight: 700;
    line-height: 49.6px;
    text-align: left;
}

.Cart .table_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 20px;*/
    /*border-bottom: 2px solid lightgray;*/
    /*padding-bottom: 20px;*/
}

.seller-group-container.cart-paid .seller-group {
    background-color: var(--color-accent);
    border: solid var(--color-accent);
}

.seller-group-container .col1,
.seller-group-container .col2,
.seller-group-container .col3 {
    padding-right: 2px;
    padding-left: 2px;
}

.seller-group-container .table_row {
    width: 100%;
}

.seller-group-container .col1 {
    width: 12%;
    display: flex;
    justify-content: right;
}

.seller-group-container .col2 {
    width: 50%;
}

.seller-group-container .col3 {
    width: 38%;
}

.seller-group-container .col2.flex {
    display: flex;
    margin-top: 12px;
}

.Cart .table_row.item-tradein {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.Cart .table_row.tradein {
    /*margin-left: 300px;*/
    margin-top: 20px;
    margin-left: 170px;
    /*margin-right: 10px;*/
}

#TradeIn-Card {
    align-self: flex-end;
}

.Cart .table_row:last-child,
.Cart .item-tradein:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.Cart #cart-table .pr_name {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
}

.Cart #cart-table .pr_info {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.Cart #cart-table .price.price-col2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
}

.Cart #cart-table .fixedheight {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.Cart .BOX_QUANTITY input {
    width: 100px;
    height: 72px;
    border: 2px solid var(--btn-outline-border);
    background: #FFF;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    text-align: center;
    /* padding-right: 0; */
}

.Cart .BOX_QUANTITY .sp-buttons {
    display: flex;
    flex-direction: row;
}

.Cart .BOX_QUANTITY .sp-down {
    border: 2px solid var(--btn-outline-border);
    border-radius: var(--radius-pill) 0px 0px var(--radius-pill);
    background: #FFF;
    font-weight: 400;
    font-size: 44px;
    line-height: 0px;
    width: 72px;
    height: 72px;
}

.Cart .BOX_QUANTITY .sp-up {
    border: 2px solid var(--btn-outline-border);
    border-radius: 0px var(--radius-pill) var(--radius-pill) 0px;
    background: #FFF;
    font-weight: 400;
    font-size: 44px;
    width: 72px;
    height: 72px;
}

.Cart #cart-table .padright a:before {
    content: url(/Content/Images/Cart/i-borrar.svg)
}

.Cart #cart-table .padright {
    /*width: 10%;
    float: right;*/
    display: flex;
    justify-content: end;
}

.Cart #cart-table .padmid {
    width: 30%;
    float: right;
}

.Cart #cart-table .padleft {
    width: 50%;
    float: left;
    padding-left: 30px;
}

.Cart .card.tradein {
    display: flex;
    gap: 25px;
    float: right;
}

.Cart .card.tradein h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    margin-top: 0;
}

.Cart .card.tradein p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.Cart .card.tradein img {
    object-fit: cover;
    width: 70px;
    height: 70px;
}

.Cart .card.tradein .padright a:before {
    content: url(/Content/Images/Cart/i-borrar.svg)
}

.Cart .cupon .title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 51px;
}

.Cart .cupon #promocode:focus {
    outline: none;
    border-bottom: 2px solid var(--color-primary);
}

.Cart .cupon #promocode.valid {
    border-bottom: 2px solid var(--color-accent);
}

.Cart .cupon #promocode.invalid {
    border-bottom: 2px solid #D62E2E;
}

.Cart .cupon #promocode {
    width: 603px;
    height: 64px;
    border: none;
    background: #FFFFFF !important;
    border-bottom: 2px solid #AAAAAA;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 31px;
}

.Cart .card.cup {
    width: 778px;
    margin: 30px auto;
}

.Cart .cupon .btn-cupon {
    background: var(--btn-outline-bg);
    border: 2px solid var(--btn-outline-border);
    border-radius: var(--radius-pill);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding: 13px 28px;
    float: right;
}

.Cart .cupon-valid {
    color: #2FBA2D
}

.Cart .cupon-error {
    color: #D62E2E
}

.Cart .cupon-message {
    font-size: large
}

.Cart .i-cupon-invalid:before {
    content: url(/Content/Images/Cart/i-cupon-invalid.svg);
    margin-right: 15px;
}

.Cart .cupon-error-container {
    background-color: #FEF6F3;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.Cart .card.violet {
    background: #F1F1F1;
    border-radius: var(--radius-lg);
    box-sizing: border-box;
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    padding: 30px 40px;
    opacity: 1;
}

.Cart .card.violet #total-section {
    color: #000;
    float: left;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
}

.Cart #total-section .subt {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    color: #000000;
}

.Cart #total-section .total {
    margin-top: 30px;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 45px;
}

#total-section>.subt:first-child span {
    position: relative;
}

#total-section span:last-child {
    float: right;
}

#total-section span {
    float: left;
    text-align: right;
}


.Cart .card.buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.Cart .transparent-card.no-padding.b2 a,
.Cart .transparent-card.no-padding.b1 a {
    width: 620px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-pill);
    float: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    text-decoration: none;
}

.Cart .transparent-card.no-padding.b1 a:hover,
.Cart .transparent-card.no-padding.b1 a:focus,
.Cart .transparent-card.no-padding.b1 a {
    background: #FFFFFF;
    border: 2px solid #000000;
    color: #000;
}

.Cart .transparent-card.no-padding.b2 a:hover,
.Cart .transparent-card.no-padding.b2 a:focus,
.Cart .transparent-card.no-padding.b2 a {
    background: var(--btn-bg);
    color: var(--btn-text);
}




/*ORDER*/

.Cart.Order .user-data {
    max-width: 790px;
    margin: auto;
}

.Cart.PickUpShipping h1,
.Cart.DeliveryShipping h1,
.Cart.PayMethods h1,
.Cart.ShippingMethods .user-data h1,
.Cart.Order .user-data h1 {
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
    text-align: center;
}

.Cart.PickUpShipping h1,
.Cart.DeliveryShipping h1 {
    font-size: 45px !important;
}

.Cart.PickUpShipping .custom-cart .step-bar,
.Cart.DeliveryShipping .custom-cart .step-bar {
    margin-bottom: 60px;
}

.Cart .st4-content {
    padding: 0 5%;
    margin-top: 3%;
}

.Cart.DeliveryShipping fieldset,
.Cart.Order .user-data fieldset {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.Cart.Order .user-data .st1 span {
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    display: block;
    text-align: center;
}

.Cart.PayMethods .form-control,
.Cart.DeliveryShipping .form-control,
.Cart.Order .form-control {
    height: 110px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    border-radius: var(--radius-sm);
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 31px;
    padding: 10px 25px;
}

.Cart.Order .tyc {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.Cart.Order .tyc span {
    font-weight: 500;
    font-size: 27px;
    line-height: 41px;
}

.Cart.Order .tyc span a {
    font-weight: 700;
    color: var(--color-accent);
    text-decoration: underline;
}

.Cart.Order .tyc span small {
    font-weight: 700;
    color: #D93B30;
}

.Cart.Order .tyc input {
    height: 40px;
    width: 40px;
}

.Cart.Order .tyx-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Cart.Order .tyc p {
    color: #D93B30;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
}

.Cart .tyc p,
.Cart .tyc input {
    margin: 0;
}

.Cart.Order .phone-set {
    display: flex;
    gap: 25px;
}

.Cart.Order .phone-set>span {
    display: flex;
    min-height: 108px;
    max-height: 108px;
    align-items: center;
}

.Cart.Order .phone-set span {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    width: 300px;
}

.Cart.Order .phone-set #PrefPhone {
    width: 126px;
}


/*ShippinMethods*/

.Cart.ShippingMethods .st3-content {
    margin-top: 50px;
}

.Cart.ShippingMethods .st3-content>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.Cart.ShippingMethods .st3-content>div:first-child span:first-child {
    font-weight: 500;
    font-size: 32px;
    line-height: 51px;
}

.Cart.ShippingMethods .st3-content>div:first-child div span:not(.i-ubi) {
    font-weight: 500;
    font-size: 32px;
    line-height: 51px;
    color: var(--color-accent);
}

.Cart.ShippingMethods .shipping-container {
    width: 85%;
    margin: 50px auto;
}

.Cart.ShippingMethods .shipping-result .shipping-sameStore {
    width: 100% !important;
    text-align: center;
    border: 2px solid #AAAAAA;
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.Cart.ShippingMethods .shipping-result .shipping-sameStore h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 37px;
}

.Cart.ShippingMethods .shipping-result .shipping-sameStore .i-same-store:before {
    content: url(/Content/Images/Cart/i-same-store.svg);
}

.Cart.ShippingMethods .st3-content>div:first-child div a {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    border: 2px solid var(--btn-outline-border);
    border-radius: var(--radius-pill);
    padding: 13px 28px;
    float: right;
}

.Cart.ShippingMethods .st3-content>div:first-child div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.Cart.ShippingMethods .st3-content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #6A6A6A;
}

.Cart.ShippingMethods .st3-content .i-ubi {
    content: url(/Content/Images/i-ubi.svg);
}

.Cart.ShippingMethods .shipping-result {
    justify-content: center;
    display: flex;
    -webkit-flex-flow: row wrap;
    cursor: pointer;
    gap: 5%;
}

.Cart.ShippingMethods .shipping-result .shipping {
    width: 47.5% !important;
    text-align: center;
    border: 2px solid var(--btn-outline-border);
    box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-pill);
    padding: 25px 20px;
    margin-bottom: 30px;
}

.Cart.ShippingMethods .shipping-result .shipping .i-store:before {
    content: url(/Content/Images/Cart/i-store.svg);
}

.Cart.ShippingMethods .shipping-result .shipping .i-truck-free:before {
    content: url(/Content/Images/Cart/i-truck-free.svg);
}

.Cart.ShippingMethods .shipping-result .shipping .i-qrcode:before {
    content: url(/Content/Images/Cart/qrcode-solid.svg);
}

.Cart.ShippingMethods .shipping-result .shipping .i-back-arrow:before {
    content: url(/Content/Images/Cart/i-back-arrow.svg);
}

.Cart.ShippingMethods .shipping-result .shipping .i-pay-pre:before {
    content: url(/Content/Images/Cart/i-pay-pre.svg);
}

.Cart.ShippingMethods .shipping-result .shipping .i-pay:before {
    content: url(/Content/Images/Cart/i-pay.svg);
}

.Cart.ShippingMethods .shipping-result .shipping h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 37px;
}

.Cart.ShippingMethods .shipping-result .shipping .estimate {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: var(--color-accent);
}

.Cart.ShippingMethods .no-shipping {
    border: 3px solid #FFB100;
    border-radius: var(--radius-pill);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 80px 40px 40px;
}

.Cart.ShippingMethods .no-shipping h2 {
    font-weight: 500;
    font-size: 37px;
    line-height: 58px;
    text-align: center;
}

.Cart.ShippingMethods .no-shipping .i-attention:before {
    content: url(/Content/Images/Cart/i-attention.svg);
}


.Cart .custom-cart input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

.Cart .custom-cart input.invalid {
    background-color: #ffdddd;
}

/*.Cart .custom-cart .tab {
    display: none;
}*/

.Cart .custom-cart .next {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.Cart.DeliveryShipping button,
.Cart .custom-cart .next button {
    width: 620px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-pill);
    float: left;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: var(--btn-text);
    background: var(--btn-bg);
}

.Cart .custom-cart .step-bar {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 80px;
}

.Cart .custom-cart .step {
    height: 34px;
    width: 34px;
    margin: 0 2px;
    background-color: #BFBFBF;
    border: none;
    border-radius: 50%;
    display: inline-block;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
}

.Cart .custom-cart .step.active {
    background-color: var(--color-accent);
}

.Cart .custom-cart .step.finish {
    background-color: #000;
}

.Cart .custom-cart .step.finish:before {
    content: url(/Content/Images/Cart/i-step.svg);
}

.Cart .custom-cart .sep {
    width: 91.99px;
    height: 2.59125px;
    background: #868E96;
    display: inline-block;
    border-radius: 4px;
}


/* @media (min-width: 1081px) {
    .container {
        width: 1080px;
    }
} */


/*Modal POstalCode*/

#ChangePostalCodeModal .close::before {
    content: url(/Content/Images/i-close.svg);
    width: 10px;
}

#ChangePostalCodeModal .cp-container {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ChangePostalCodeModal .modal-dialog {
    width: 933px !important;
}

#ChangePostalCodeModal .modal-body {
    padding: 60px 20px 20px;
}

#ChangePostalCodeModal .close {
    position: absolute;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
}

#ChangePostalCodeModal h2 {
    text-align: center;
}

#ChangePostalCodeModal h2 span {
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
}

#ChangePostalCodeModal p {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 51px;
    text-align: center;
    padding: 0 60px;
}

#ChangePostalCodeModal .jumbotron {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background: #FFF;
    padding: 78px 40px;
}

#ChangePostalCodeModal .modal-content {
    padding: 30px
}

#ChangePostalCodeModal .form-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#ChangePostalCodeModal .form-group .i-ubi:before {
    content: url(/Content/Images/i-ubi.svg);
}

#ChangePostalCodeModal .form-group .form-control {
    width: 237.35px;
    height: 80px;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-left: 20px;
}

#ChangePostalCodeModal .form-group a {
    width: 304px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-pill);
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: var(--btn-text);
    background: var(--btn-bg);
    /*margin-top: 0;*/
}

.Cart .tab.st5,
.Cart .tab.st4,
.Cart .tab.st3 {
    display: block;
}


/*PayMethods*/
.Cart.PayMethods .st5-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.Cart.PayMethods .st5-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    margin-top: 70px;
}

.Cart.PayMethods .st5-content p {
    font-weight: 500;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
}

.Cart.PayMethods .i-pay {
    margin-top: 70px;
}

.Cart.PayMethods .i-pay:before {
    content: url(/Content/Images/Cart/i-pay.svg);
}

.Cart.PayMethods .st5 {
    padding: 20px 70px;
}


/*ShipingDelivery*/

.Cart.DeliveryShipping input {
    height: 100px !important;
}

.Cart.DeliveryShipping .ubi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.Cart.DeliveryShipping .ubi input {
    height: 80px !important;
    width: 237px;
    border: 2px solid #AAAAAA;
    border-radius: 16px;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 34px;
    line-height: 31px;
    pointer-events: none;
    background: #F4F4F4;
}

.Cart.DeliveryShipping .ubi .i-ubi:before {
    content: url(/Content/Images/i-ubi.svg);
}

.Cart.DeliveryShipping .Authorize {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    margin-top: 30px;
    padding: 40px 100px;
}

.Cart.DeliveryShipping #AuthorizeCheckBox2 {
    width: 30px !important;
    height: 30px !important;
}

.Cart.DeliveryShipping .Authorize .Authorize-data {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.Cart.DeliveryShipping .tercero-data {
    background: #f4f4f4;
    padding: 15px 90px 25px;
}

.Cart.DeliveryShipping .Authorize .Authorize-data span {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

.Cart.DeliveryShipping .Authorize .Authorize-Content>span {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.Cart.DeliveryShipping .Authorize .Authorize-Content {
    border-left: 2px solid #BFBFBF;
    padding-left: 20px;
    margin-left: 26px;
}

.Cart.DeliveryShipping .Authorize .i-data:before {
    content: url(/Content/Images/Cart/i-data.svg);
}

.Cart.DeliveryShipping .next {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.Cart.DeliveryShipping .customselect {
    display: inline-flex;
    gap: 30px;
}

.Cart .estimate-msg {
    width: 100%;
    background: #F1F1F1;
    border-radius: 16px;
    text-align: center;
    margin-top: 20px;
    padding: 13px 0;
}

.Cart .estimate-msg span {
    font-weight: 600;
    font-size: 29px;
    line-height: 45px;
    color: var(--color-accent);
}

.Cart .input-validation-error {
    border: 3px solid red !important;
}



/*PickUpShipping*/

.Cart.PickUpShipping .custom-map {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 932px;
    width: 100%;
}

.Cart.PickUpShipping .st4-content {
    margin-top: 40px;
}

.Cart.PickUpShipping #CarrouselStore ul {
    list-style: none;
}

.Cart.PickUpShipping #CarrouselStore li {
    border: 2px solid #AAAAAA;
    border-radius: 20px;
    margin: 0 20px;
    list-style: none;
    padding: 20px 10px;
    cursor: pointer;
    display: inline-flex;
    gap: 15px;
    max-width: 460px;
}

.Cart.PickUpShipping #CarrouselStore li.active {
    border: 3px solid var(--color-accent);
}

.Cart.PickUpShipping #CarrouselStore li .point-distance {
    min-width: 60px;
}

.Cart.PickUpShipping #CarrouselStore li h4 {
    font-weight: 800;
    font-size: 29px;
    line-height: 35px;
}

.Cart.PickUpShipping #CarrouselStore li p {
    font-weight: 500;
    font-size: 23px;
    line-height: 31px;
}

.point-distance .i-distance:before {
    content: url(/Content/Images/i-distance.svg);
}

.point-distance .i-distance {
    display: block;
    text-align: center;
    margin-top: 13px;
}

.point-distance .distance {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    display: block;
    text-align: center;
    color: #9C9C9C;
}

.Cart.PickUpShipping .next {
    margin-top: 40px !important;
}





.Cart.PayMethods .next {
    margin-top: 20px;
}

.Cart.PayMethods .form-control {
    height: 80px;
}

.Cart.PayMethods .form-group {
    padding: 0 5%;
}

.Cart.PayMethods .form-group label {
    font-size: 24px;
    margin-top: 10px;
}




.Cart.CancelOrder .content,
.Cart.ProcessOrder .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    padding: 50px 100px;
    margin-top: 80px;
}

.Cart.CancelOrder h1,
.Cart.ProcessOrder h1 {
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
}

.Cart.CancelOrder .sub-text,
.Cart.ProcessOrder .sub-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    padding: 0 40px;
    margin-top: 40px
}

.Cart.CancelOrder p,
.Cart.ProcessOrder p {
    font-weight: 500;
    font-size: 27px;
    line-height: 37px;
    padding: 0 40px;
    margin-bottom: 50px;
}

.Cart.CancelOrder .finish a,
.Cart.ProcessOrder .finish a {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    border-radius: var(--radius-pill);
    color: var(--btn-text);
    background: var(--btn-bg);
    padding: 27px 236px;
}

.Cart.CancelOrder .main,
.Cart.ProcessOrder .main {
    visibility: hidden;
}

.Cart.CancelOrder .finish,
.Cart.ProcessOrder .finish {
    display: flex;
}

.Cart.CancelOrder .again a {
    padding: 27px 170px;
    background: #FFF;
    color: #000;
    border: 2px solid #000;
}

.Cart.ProcessOrder .sub-text .same-store {
    width: 852px;
    color: #000;
    text-align: center;
    font-family: var(--font-family-primary);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.Cart.ProcessOrder .qrcode {
    max-width: 310px;
}

.Cart.ProcessOrder .orderbox {
    display: flex;
    width: 790px;
    padding: 50px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px;
    background: #F1F1F1;
}

.Cart.ProcessOrder .title {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: var(--font-family-primary);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 0;
}

.Cart.ProcessOrder .ordernumber {
    align-self: stretch;
    color: #000;
    text-align: center;
    font-family: var(--font-family-primary);
    font-size: 69px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 0;
}

.Cart.ProcessOrder p.sub-text {
    width: 660px;
    color: #000;
    text-align: center;
    font-family: var(--font-family-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}


.Cart.Index.empty .jumbotron {
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.Cart.Index.empty .jumbotron h2 {
    font-size: 32px;
    font-weight: 700;
}

.Cart.Index.empty .jumbotron p {
    font-size: 26px;
}

.Cart.Index.empty .jumbotron a {
    color: var(--btn-text);
    background: var(--btn-bg);
    font-size: 26px;
    border-radius: var(--radius-pill);
    padding: 10px 20px;
    border-color: unset;
}

.Cart.DeliveryShipping .input-box {
    width: 100%;
}

.Cart .input-box {
    position: relative;
}

.Cart .input-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 25px;
    pointer-events: none;
    transition: .1s;
    font-weight: 500;
    font-size: 34px;
    color: #6A6A6A;
}

.Cart .input-box.label-hidden label {
    display: none;
}

.Cart .input-box.label-hidden input:focus~label,
.Cart .input-box.label-hidden input:valid~label {
    display: block;
}

.Cart .input-box input:focus {
    border: 2px solid var(--color-accent);
}

.Cart input:focus~span.check:before,
.Cart select:focus~span.check:before {
    content: "" !important;
}

.Cart .focus-valid~span.check:before,
.Cart .input-box input:valid:not(.focus-out)~span.check:before,
.Cart .input-box select:valid:not(.focus-out)~span.check:before {
    content: "\f122";
    font-family: "Ionicons";
    color: #46C09B;
    font-size: 29px;
    padding-right: 10px;
    float: right;
}

.Cart .input-box input.input-validation-error~span.check:before,
.Cart .input-box select.input-validation-error~span.check:before {
    content: "\f2d7" !important;
    font-family: "Ionicons" !important;
    color: red !important;
    font-size: 31px !important;
    padding-right: 10px;
    float: right;
    font-weight: 600 !important;
}


.Cart .input-box input~span.eyes:before {
    content: url(/Content/Images/Cart/i-eye-close.svg);
}


.Cart .input-box input~span.eyes.isActive:before {
    content: url(/Content/Images/Cart/i-eye-open.svg);
}

.Cart .input-box input:invalid:not(.focus-out)~span.eyes.isActive:before,
.Cart .input-box input.input-validation-error~span.eyes.isActive:before {
    content: url(/Content/Images/Cart/i-eye-open-red.svg);
}

.Cart .input-box input~span.eyes {
    position: absolute;
    top: 20px;
    right: 10px;
    width: auto;
    z-index: 222;
    padding: 20px;
    cursor: pointer;
}

.Cart .input-box input~span.check,
.Cart .input-box select~span.check {
    position: absolute;
    top: 30px;
    right: 10px;
    width: auto;
}

.Cart.Order .input-box input~span.check,
.Cart.Order .input-box select~span.check {
    top: 35px;
    z-index: 222;
}

.Cart .input-box select:valid~label,
.Cart .input-box input:focus~label,
.Cart .input-box input:valid~label,
.Cart .input-box input.input-validation-error~label {
    top: -13px;
    left: 10px;
    color: #000;
    font-weight: 400;
    font-size: 21px;
    padding: 0 10px;
    background: #FFF;
}

.input-validation-error,
.Cart .input-box select:focus:invalid,
.Cart .input-box input:focus:invalid {
    border: 3px solid red !important;
}

.Cart #Terminos-error {
    font-size: 22px;
    color: red;
    text-align: center;
    display: block;
}

.Cart .masked {
    font-weight: 500;
    font-size: 34px;
    line-height: 31px;
    position: absolute;
    top: 38px;
    left: 24px;
    background: #FFF;
    border: 3px solid #FFF;
    z-index: 111;
    width: 90%;
}


.Cart #Authorize-Error {
    display: block;
    text-align: center;
    color: red;
    font-size: 20px;
    margin-top: 10px;
}

.Cart #CarrouselStore {
    padding: 0 !important;
}

.Cart #CarrouselStore.onlyOne.owl-carousel .owl-stage {
    width: 100% !important;
    display: inline-flex !important;
    justify-content: center !important;
}

.Cart .show-data-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F1F1F1;
    padding: 20px 10px;
    border-radius: 16px;
}

.Cart .show-data-user a {
    font-size: 28px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 13px 27px;
    background: #FFF;
    color: #000 !important;
    margin-top: 10px;
}

.Cart .show-data-user span {
    color: var(--color-accent);
    text-align: center;
    font-size: 29px;
    font-weight: 500;
}

/*.Cart .input-box .field-validation-error span {
    font-size: 14px;
    line-height: 0px;
    font-weight: 100 !important;
    color: red;
}

.Cart .input-box .field-validation-error {
    font-weight: 100 !important;
    line-height: 0px !important;
    text-align: center;
}*/







/** MODAL STYLING **/
.modal-open #GatewayLoader.modal {
    background-color: rgba(0, 0, 0, 0.7);
}


#GatewayLoader h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
}

#GatewayLoader .cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

#GatewayLoader .loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top-color: #171718;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



.Cart .noDots .owl-controls {
    display: none;
}


.Cart .owl-controls .owl-nav .owl-next,
.Cart .owl-controls .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    background: #8C8C8C;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    top: calc(50% - 22px);
}

.Cart .owl-controls .owl-nav .owl-next {
    right: 0;
}

.Cart .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.Cart .owl-controls .owl-nav .owl-next:after {
    content: "\f125";
    font-family: "Ionicons";
    font-size: 25px;
    color: #FFF;
    padding-left: 5px;
}

.Cart .owl-controls .owl-nav .owl-prev:after {
    content: "\f124";
    font-family: "Ionicons";
    font-size: 25px;
    color: #FFF;
    padding-right: 5px;
}

.field-validation-error span {
    font-weight: 400 !important;
    font-size: 21px !important;
    line-height: 30px !important;
    letter-spacing: 0.01em !important;
    color: #D93B30 !important;
    text-align: start !important;
    padding-top: 8px;
}

.field-validation-error span {
    display: flex;
}


/* Scan Dni*/

.Cart.Order .scanDni {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #EEEEEE;
    border-radius: 40px 40px 0px 0px;
    padding: 99px 64px 77px 64px;
}

.Cart.Order .scanDni h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}

.Cart.Order .scanDni .dniImages {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 74px;
}

.Cart.Order .scanDni span {
    padding-left: 140px;
    padding-top: 50px;
}

.Cart .tab.st1 h1 {
    margin-top: 120px;
    margin-bottom: 50px;
}

.Cart.ProcessOrder .container-detail-cart {
    background: #D9D9D9;
    min-width: 515px;
    min-height: 110px;
    border-radius: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Cart.ProcessOrder .container-detail-cart ul {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-underline-position: from-font;
}

.Cart.ProcessOrder .finish.other-sale a {
    padding: 27px 180px;
}

.Cart #deleteItemModal .modal-dialog.screen-center {
    width: 100%;
    height: 80%;
    top: 0;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Cart #deleteItemModal .modal-content {
    border-radius: 20px;
    width: 588px;
    padding: 30px;
    text-align: center;
}

.Cart #deleteItemModal .modal-content a.btn-delete-item {
    width: 304px;
    height: 80px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFF;
    background: #000;
}

.Cart #deleteItemModal button.close {
    position: relative;
    bottom: 20px;
    left: 5px;
    font-size: 71px;
    opacity: 0.6;
    font-weight: 300;
}

.Cart #deleteItemModal h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 49.6px;
    text-align: center;
    text-underline-position: from-font;
    padding: 15px;
}

.Cart #deleteItemModal .modal-body p {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    text-underline-position: from-font;
    padding: 10px;
}

.Cart #deleteItemModal .button-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.Cart .cart-footer .cards-images .i-visa:before {
    content: url(/Content/Images/Cart/i-visa.svg)
}

.Cart .cart-footer .cards-images .i-visadeb:before {
    content: url(/Content/Images/Cart/i-visadeb.svg)
}

.Cart .cart-footer .cards-images .i-master:before {
    content: url(/Content/Images/Cart/i-master.svg)
}

.Cart .cart-footer .cards-images .i-maestro:before {
    content: url(/Content/Images/Cart/i-maestro.svg)
}

.Cart .cart-footer .cards-images .i-mercadopago:before {
    content: url(/Content/Images/Cart/i-mercadopago.svg);
}

.Cart .cart-footer {
    text-align: center;
    margin-top: 60px
}

.Cart .cart-footer .info {
    font-family: var(--font-family-primary);
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0;
    text-align: center
}

.Cart .cart-footer .cards-images {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 25px
}

.Cart .cart-footer .info-extra {
    font-family: var(--font-family-primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px
}

.qr-viewer .content-header {
    margin: 10px;
    padding: 50px;
    font-weight: 700;
    text-align: center;
}

.qr-viewer h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 69.44px;
}

.qr-viewer .content-span {
    padding: 50px 60px 20px 60px;
}

.qr-viewer span {
    font-size: 36px;
    line-height: 43.17px;
}

.qr-viewer .content-img {
    display: flex;
    justify-content: center;
}

.qr-viewer img.qrcode {
    width: 52%;
}

/* modal de mensajes */
.bootbox.modal .modal-header h4.modal-title {
    font-size: 38px;
}

.bootbox.modal .modal-header .close {
    font-size: 50px;
}

.bootbox.modal h4.modal-title {
    font-size: 38px;
}

.bootbox.modal .modal-body {
    font-size: 30px;
}

.modal-footer .btn {
    font-size: 30px;
}
@font-face {
	font-family: "E3Interface";
	src: url("/content/fonts/E3Interface.eot");
	src: url("/content/fonts/E3Interface.eot#iefix") format("embedded-opentype"),
	url("/content/fonts/E3Interface.woff") format("woff"),
	url("/content/fonts/E3Interface.ttf") format("truetype"),
	url("/content/fonts/E3Interface.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="E3Interface-"]:before, [class*=" E3Interface-"]:before,
[class^="E3Interface-"]:after, [class*=" E3Interface-"]:after {   
	font-family: E3Interface;
    font-size: 20px;
	font-style: normal;
	margin-left: 20px;
}
.E3Interface-2440:before {
	content: "\e000";
}
.E3Interface-add146:before {
	content: "\e001";
}
.E3Interface-add186:before {
	content: "\e002";
}
.E3Interface-angle:before {
	content: "\e003";
}
.E3Interface-angle1:before {
	content: "\e004";
}
.E3Interface-angle2:before {
	content: "\e005";
}
.E3Interface-arroba12:before {
	content: "\e006";
}
.E3Interface-arrowdown1:before {
	content: "\e007";
}
.E3Interface-arrowright:before {
	content: "\e008";
}
.E3Interface-arrowup:before {
	content: "\e009";
}
.E3Interface-arrow459:before {
	content: "\e00a";
}
.E3Interface-arrow483:before {
	content: "\e00b";
}
.E3Interface-arrow487:before {
	content: "\e00c";
}
.E3Interface-arrow614:before {
	content: "\e00d";
}
.E3Interface-arrowhead5:before {
	content: "\e00e";
}
.E3Interface-arrowhead7:before {
	content: "\e00f";
}
.E3Interface-attention5:before {
	content: "\e010";
}
.E3Interface-back36:before {
	content: "\e011";
}
.E3Interface-back51:before {
	content: "\e012";
}
.E3Interface-blogger7:before {
	content: "\e013";
}
.E3Interface-calculator73:before {
	content: "\e014";
}
.E3Interface-calendar146:before {
	content: "\e015";
}
.E3Interface-call36:before {
	content: "\e016";
}
.E3Interface-call37:before {
	content: "\e017";
}
.E3Interface-call7:before {
	content: "\e018";
}
.E3Interface-caret4:before {
	content: "\e019";
}
.E3Interface-caret5:before {
	content: "\e01a";
}
.E3Interface-caret6:before {
	content: "\e01b";
}
.E3Interface-cart2:before {
	content: "\e01c";
}
.E3Interface-check51:before {
	content: "\e01d";
}
.E3Interface-chevron17:before {
	content: "\e01e";
}
.E3Interface-chevron19:before {
	content: "\e01f";
}
.E3Interface-chevron23:before {
	content: "\e020";
}
.E3Interface-chevron24:before {
	content: "\e021";
}
.E3Interface-circle100:before {
	content: "\e022";
}
.E3Interface-collapse3:before {
	content: "\e023";
}
.E3Interface-comment43:before {
	content: "\e024";
}
.E3Interface-comments:before {
	content: "\e025";
}
.E3Interface-commercial15:before {
	content: "\e026";
}
.E3Interface-connection28:before {
	content: "\e027";
}
.E3Interface-creditcard8:before {
	content: "\e028";
}
.E3Interface-cross44:before {
	content: "\e029";
}
.E3Interface-currency13:before {
	content: "\e02a";
}
.E3Interface-delete30:before {
	content: "\e02b";
}
.E3Interface-delivery23:before {
	content: "\e02c";
}
.E3Interface-double28:before {
	content: "\e02d";
}
.E3Interface-double29:before {
	content: "\e02e";
}
.E3Interface-double30:before {
	content: "\e02f";
}
.E3Interface-down119:before {
	content: "\e030";
}
.E3Interface-down126:before {
	content: "\e031";
}
.E3Interface-down13:before {
	content: "\e032";
}
.E3Interface-down53:before {
	content: "\e033";
}
.E3Interface-edit26:before {
	content: "\e034";
}
.E3Interface-email29:before {
	content: "\e035";
}
.E3Interface-exclamation8:before {
	content: "\e036";
}
.E3Interface-expand16:before {
	content: "\e037";
}
.E3Interface-expand22:before {
	content: "\e038";
}
.E3Interface-expand41:before {
	content: "\e039";
}
.E3Interface-eye46:before {
	content: "\e03a";
}
.E3Interface-31:before {
	content: "\e03b";
}
.E3Interface-father14:before {
	content: "\e03c";
}
.E3Interface-favourites7:before {
	content: "\e03d";
}
.E3Interface-flickr4:before {
	content: "\e03e";
}
.E3Interface-four58:before {
	content: "\e03f";
}
.E3Interface-fullscreen4:before {
	content: "\e040";
}
.E3Interface-gallery2:before {
	content: "\e041";
}
.E3Interface-33:before {
	content: "\e042";
}
.E3Interface-3:before {
	content: "\e043";
}
.E3Interface-grids:before {
	content: "\e044";
}
.E3Interface-heart118:before {
	content: "\e045";
}
.E3Interface-heart75:before {
	content: "\e046";
}
.E3Interface-horizontal39:before {
	content: "\e047";
}
.E3Interface-indicator:before {
	content: "\e048";
}
.E3Interface-info21:before {
	content: "\e049";
}
.E3Interface-info28:before {
	content: "\e04a";
}
.E3Interface-info31:before {
	content: "\e04b";
}
.E3Interface-information80:before {
	content: "\e04c";
}
.E3Interface-instagram:before {
	content: "\e04d";
}
.E3Interface-keyboard50:before {
	content: "\e04e";
}
.E3Interface-left15:before {
	content: "\e04f";
}
.E3Interface-left207:before {
	content: "\e050";
}
.E3Interface-left37:before {
	content: "\e051";
}
.E3Interface-linkedin20:before {
	content: "\e052";
}
.E3Interface-list50:before {
	content: "\e053";
}
.E3Interface-list74:before {
	content: "\e054";
}
.E3Interface-lock24:before {
	content: "\e055";
}
.E3Interface-login17:before {
	content: "\e056";
}
.E3Interface-34:before {
	content: "\e057";
}
.E3Interface-logotype20:before {
	content: "\e058";
}
.E3Interface-mail25:before {
	content: "\e059";
}
.E3Interface-mail55:before {
	content: "\e05a";
}
.E3Interface-man251:before {
	content: "\e05b";
}
.E3Interface-man289:before {
	content: "\e05c";
}
.E3Interface-marker20:before {
	content: "\e05d";
}
.E3Interface-medical50:before {
	content: "\e05e";
}
.E3Interface-menu48:before {
	content: "\e05f";
}
.E3Interface-minus22:before {
	content: "\e060";
}
.E3Interface-minus24:before {
	content: "\e061";
}
.E3Interface-minus25:before {
	content: "\e062";
}
.E3Interface-navigate6:before {
	content: "\e063";
}
.E3Interface-next15:before {
	content: "\e064";
}
.E3Interface-ok4:before {
	content: "\e065";
}
.E3Interface-payment:before {
	content: "\e066";
}
.E3Interface-person101:before {
	content: "\e067";
}
.E3Interface-phone25:before {
	content: "\e068";
}
.E3Interface-phone325:before {
	content: "\e069";
}
.E3Interface-phone54:before {
	content: "\e06a";
}
.E3Interface-photo3:before {
	content: "\e06b";
}
.E3Interface-picasa2:before {
	content: "\e06c";
}
.E3Interface-picassa2:before {
	content: "\e06d";
}
.E3Interface-pin4:before {
	content: "\e06e";
}
.E3Interface-pinterest8:before {
	content: "\e06f";
}
.E3Interface-placeholder8:before {
	content: "\e070";
}
.E3Interface-play96:before {
	content: "\e071";
}
.E3Interface-plus32:before {
	content: "\e072";
}
.E3Interface-plus33:before {
	content: "\e073";
}
.E3Interface-mini1:before {
	content: "\e074";
}
.E3Interface-previous11:before {
	content: "\e075";
}
.E3Interface-recycling10:before {
	content: "\e076";
}
.E3Interface-refresh57:before {
	content: "\e077";
}
.E3Interface-refresh62:before {
	content: "\e078";
}
.E3Interface-right11:before {
	content: "\e079";
}
.E3Interface-right133:before {
	content: "\e07a";
}
.E3Interface-7:before {
	content: "\e07b";
}
.E3Interface-right33:before {
	content: "\e07c";
}
.E3Interface-rss24:before {
	content: "\e07d";
}
.E3Interface-search19:before {
	content: "\e07e";
}
.E3Interface-search79:before {
	content: "\e07f";
}
.E3Interface-share45:before {
	content: "\e080";
}
.E3Interface-share5:before {
	content: "\e081";
}
.E3Interface-shopper1:before {
	content: "\e082";
}
.E3Interface-shopping69:before {
	content: "\e083";
}
.E3Interface-silhouette83:before {
	content: "\e084";
}
.E3Interface-slightly:before {
	content: "\e085";
}
.E3Interface-35:before {
	content: "\e086";
}
.E3Interface-socialnetwork15:before {
	content: "\e087";
}
.E3Interface-social21:before {
	content: "\e088";
}
.E3Interface-social22:before {
	content: "\e089";
}
.E3Interface-social34:before {
	content: "\e08a";
}
.E3Interface-social38:before {
	content: "\e08b";
}
.E3Interface-32:before {
	content: "\e08c";
}
.E3Interface-social68:before {
	content: "\e08d";
}
.E3Interface-spotify1:before {
	content: "\e08e";
}
.E3Interface-star138:before {
	content: "\e08f";
}
.E3Interface-star83:before {
	content: "\e090";
}
.E3Interface-tag77:before {
	content: "\e091";
}
.E3Interface-thin24:before {
	content: "\e092";
}
.E3Interface-trash29:before {
	content: "\e093";
}
.E3Interface-triangular30:before {
	content: "\e094";
}
.E3Interface-tumblr6:before {
	content: "\e095";
}
.E3Interface-tumblr8:before {
	content: "\e096";
}
.E3Interface-twitter13:before {
	content: "\e097";
}
.E3Interface-undo5:before {
	content: "\e098";
}
.E3Interface-unlock3:before {
	content: "\e099";
}
.E3Interface-up145:before {
	content: "\e09a";
}
.E3Interface-up174:before {
	content: "\e09b";
}
.E3Interface-up21:before {
	content: "\e09c";
}
.E3Interface-up7:before {
	content: "\e09d";
}
.E3Interface-upload82:before {
	content: "\e09e";
}
.E3Interface-users1:before {
	content: "\e09f";
}
.E3Interface-verification5:before {
	content: "\e0a0";
}
.E3Interface-verified9:before {
	content: "\e0a1";
}
.E3Interface-videocall:before {
	content: "\e0a2";
}
.E3Interface-video193:before {
	content: "\e0a3";
}
.E3Interface-videos:before {
	content: "\e0a4";
}
.E3Interface-vimeo1:before {
	content: "\e0a5";
}
.E3Interface-warning18:before {
	content: "\e0a6";
}
.E3Interface-window40:before {
	content: "\e0a7";
}
.E3Interface-48:before {
	content: "\e0a8";
}
.E3Interface-youtube10:before {
	content: "\e0a9";
}
.E3Interface-youtube7:before {
	content: "\e0aa";
}
.E3Interface-zoom58:before {
	content: "\e0ab";
}
.E3Interface-43:before {
	content: "\e0ac";
}

@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("/content/fonts/ionicons.eot?v=2.0.0"); src: url("/content/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/content/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("/content/fonts/ionicons.woff?v=2.0.0") format("woff"), url("/content/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url("/content/images/owl-carousel-2.0/AjaxLoader.gif") no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
