body {
    font-family: 'Open Sans', sans-serif !important;
}

.mdl_compare .btn:focus {
    background: #333;
    color: #fff;
}

.mdl_compare .btn {
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu .u-favs {
    display: none !important;
}

.Compare .BUTTONBUY {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

input.btn.btn-primary2 {
    color: white;
    background: #65469C;
}

.Compare .table th a h3 {
    font-size: 20px !important;
    margin-top: 10px;
    text-align: center;
}

.Compare .table td a img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.Compare .BUTTONBUY:hover {
    color: #fff;
}

.Compare .affix {
    position: static !important;
}

.Compare .table th a:hover {
    color: #65469C;
}

#flix_key_features,
#flix_key_specification {
    display: none !important;
}

/* FIXES  ************************************************************************
**********************************************************************************
**********************************************************************************/

/* ocultar el spin flechitas en campo numerico */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* ESTILOS BOOTSTRAP CUSTOMIZADOS  ***********************************************
**********************************************************************************
**********************************************************************************/

/* COLOR PRINCIPAL ***********************/
.text-primary,
.btn-primary .badge,
.btn-link,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-link:hover,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge,
.panel-primary>.panel-heading .badge {
    color: #65469C;
}

.bg-primary,
.btn-primary,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary>.panel-heading {
    background-color: #65469C;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary,
.panel-primary>.panel-heading {
    border-color: #65469C;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #65469C;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #65469C;
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #65469C;
    }
}

/* BORDER-RADIUS ***********/

.img-rounded,
.img-thumbnail,
code,
kbd,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-lg,
.btn-group-lg>.btn,
.btn-sm,
.btn-group-sm>.btn,
.btn-xs,
.btn-group-xs>.btn,
.dropdown-menu,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-pills>li>a,
.nav-tabs-justified>li>a,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li>a,
.pager li>span,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
    border-radius: 0;
}

pre code,
.btn-link,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.panel>.panel-collapse>.list-group .list-group-item {
    border-radius: 0;
}

.nav-tabs>li>a {
    border-radius: 0 0 0 0;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-radius: 0;
    }

    .nav-tabs.nav-justified>li>a {
        border-radius: 0 0 0 0;
    }
}

@media (min-width: 960px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 768px) {

    .navbar-static-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.nav-tabs .dropdown-menu,
.navbar-nav>li>.dropdown-menu,
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:last-child>.btn:first-child,
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:first-child,
.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child,
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 0px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child,
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 0px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child,
.list-group-item:last-child,
.panel-footer {
    border-bottom-left-radius: 0px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child,
.list-group-item:last-child,
.panel-footer {
    border-bottom-right-radius: 0px;
}

.linea {
    border: 1px solid #eee;
}

/* GRADIENTS              ********************************************************
**********************************************************************************
**********************************************************************************/

.grad-blueviol {
    background: #fff8f0 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 767px) {
    .grad-blueviol {
        background: #65469C !important;
        box-shadow: none;
    }
}

/* ESTILOS GENERALES  ************************************************************
**********************************************************************************
**********************************************************************************/

body {
    color: #000;
    font-size: 14px;
    line-height: 1.42857em;
    font-weight: normal;
    position: relative;
}

header,
header .upper,
.header .main,
section,
.LOGO,
.MENU_TOP,
.MENU_MAIN,
.SEARCH_BOX,
.CART_BOX,
.LOGIN_BOX,
footer,
footer .upper,
footer .main,
footer .credits {
    position: relative;
}

section,
header,
header .upper,
header .main,
footer,
footer .upper,
footer .main,
footer .credits {
    float: left;
    width: 100%;
    position: relative;
}

section {}

.Home section {
    margin-top: 0 !important;
    background-color: #F4F2F7;
}

* {
    text-shadow: none;
    box-sizing: border-box;
}

*:after,
*:before {
    text-transform: none !important;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer !important;
    transition: all 0.1s ease-in 0s;
}

a:hover,
a:focus {
    color: #65469C;
    text-decoration: none;
}

a:focus {
    outline: 0 none transparent;
    outline-offset: 0;
}

ol,
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.nav {
    list-style: outside none none;
}

.navbar-collapse.collapse {
    visibility: visible !important;
}

.collapse {
    visibility: visible;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav li.banner {
    position: absolute;
    right: 0;
}

.navbar-nav li.banner a {
    color: #fff !important;
    line-height: 1em;
    margin: 0;
    padding: 7px 32px 15px 13px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
    text-shadow: none;
    display: block;
}

.navbar-nav li.banner a.icon::after {
    content: "";
    background-image: url(/Content/Images/i-emogi.png);
    height: 20px;
    width: 20px;
    z-index: 4;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.7s ease-in-out 0.3s;
    display: inline-block;
    position: absolute;
    top: 6px;
    margin-left: 8px;
}

@media (max-width: 1199px) {
    .navbar-nav li.banner {
        display: none;
    }
}

/* BOTONES ********************************************/
.btn {
    border: 1px solid;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 400;
    min-width: 182px;
    padding: 6px 20px;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.5em;
}

.btn-primary,
.btn-danger,
.btn-default {
    background: #6f3ba4;
    border-color: #6f3ba4;
    color: #fff;
}

.btn-primary:hover,
.btn-danger:hover,
.btn-default:hover {
    background: #481877 !important;
    border-color: #481877;
    color: #fff;
}

/* FORMULARIOS ********************************************
**********************************************************/

.User.Recover input[type="text"] {
    padding: 20px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
    width: 100%;
    border-radius: 18px !important;
}

fieldset {
    font-size: 13px;
}

.form-group {
    margin-bottom: 12px;
    position: relative;
}

@media (max-width: 767px) {
    ._orientationRight_f3e9 .button_b705 {
        margin-right: 11px;
    }
    ._orientationRight_a121.wrap_cf82 {
        right: unset !important;
        left: 0;
        margin-left: 20px;
    }
}

@media (min-width: 425px) {
    jdiv#jvlabelWrap {
        right: 68px !important;
    }
}

.form-control,
select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    box-shadow: 1px 1px 2px #f0f0f0 inset;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 15px;
}

.editor-field>input {
    border-radius: 20px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.form-control,
select {
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #65469C !important;
    position: relative;
    z-index: 2;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ececec;
    border: 1px solid #dedede;
    color: #ababab;
    cursor: not-allowed;
    float: left;
}

select {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #e8e8e8 100%), #fff !important; */
}

textarea {
    border: 1px solid #cccccc;
}

legend {
    border: 0 none;
    color: #000;
    font-size: 1.3em;
    font-weight: lighter;
    line-height: 1.2em;
    margin-bottom: 15px;
}

label {
    color: #7d7d7d;
    float: left;
    font-size: 12.5px;
    font-weight: lighter;
    line-height: 17px;
    margin: -2px 0 4px;
}

::-webkit-input-placeholder {
    color: #ababab !important;
}

:-moz-placeholder {
    color: #ababab !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #ababab !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ababab !important;
}

::-ms-input-placeholder {
    color: #ababab !important;
}

.customselect {
    position: relative;
}

/*.customselect:after {content: "\f35f"}
.customselect::after {
    color: #888;
    font-family: "Ionicons";
    font-size: 19px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    bottom: 7px;
}*/
.customselect:after {
    content: "\f3d0";
}

.customselect::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 14px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    bottom: 7px;
    height: 100%;
}

.customselect option {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    text-transform: uppercase;
}

.customselect option:hover {
    text-decoration: underline;
}

select:focus {
    border-color: inherit !important;
    position: initial !important;
}

select {
    cursor: pointer;
    display: inline-block;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    appearance: none !important;
    -moz-appearance: none !important;
    /* Firefox */
    -webkit-appearance: none !important;
    /* Safari and Chrome */
}

.Cart.Order select {
    border-radius: 8px;
    margin-bottom: 15px;
}

select option {
    font-weight: normal;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 20px;
        border-radius: 8px;
    }
}

.required {
    color: #606060;
    float: right;
    margin-left: 3px;
    margin-top: 1px;
    font-size: 0.95em;
}

fieldset p {
    color: #777;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
}

.message {
    border: 1px solid;
    background-clip: padding-box;
    border-radius: 2px;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 15px;
}

/* custom checkbox *****/
label.checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    cursor: pointer;
    color: #000;
}

label.checkbox input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0 !important;
}

label.checkbox .checkmark {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 14px;
    width: 14px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}

label.checkbox:hover input~.checkmark {
    border-color: #999;
}

label.checkbox input:checked~.checkmark:before {
    content: "\f122";
}

label.checkbox input:checked~.checkmark:before {
    font-family: "Ionicons";
    font-size: 17px;
    color: #31c161;
    line-height: 20px;
    position: absolute;
    left: 2px;
    top: -6px;
}

/* custom radio *****/
label.radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
    cursor: pointer;
    color: #000;
}

label.radio input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0 !important;
}

label.radio .checkmark {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 14px;
    width: 14px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}

label.radio .checkmark:before {
    content: "\f3a6";
}

label.radio .checkmark:before {
    font-family: "Ionicons";
    font-size: 18px;
    color: #cdcdcd;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

label.radio:hover input~.checkmark {
    border-color: #999;
}

label.radio input:checked~.checkmark:before {
    content: "\f375";
}

label.radio input:checked~.checkmark:before {
    font-family: "Ionicons";
    font-size: 24px;
    color: #1279c5;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Validación formularios I  ******************************/

.input-validation-error {
    border-color: #aaa #aaa #d90000;
}

.field-validation-error {
    color: #d90000;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    margin: 4px 0 15px;
    padding-top: 2px;
    width: 100%;
}

.field-validation-error:before {
    content: "\f12a";
}

.field-validation-error::before {
    /* background: #fff none repeat scroll 0 0; */
    font-family: "Ionicons";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 17px;
    z-index: 1;
    bottom: 7px;
}

.form-newsletter .field-validation-error::before {
    bottom: 16px;
}

#ShippingUpdate .field-validation-error::before {
    right: -95%;
    bottom: 0;
}

/* Validación formularios II (clase "validar")  **********************/

.validar .input-validation-error {
    border-color: #d0d0d0 #d0d0d0 #d91616;
}

.validar .form-control.valid {
    border-color: #fff #fff #2fac8f;
}

.validar .field-validation-error,
.validar .field-validation-valid {
    color: #d91616 !important;
    float: left;
    font-size: 0.88em;
    line-height: 1.2em;
    height: 26px;
    margin: 0 !important;
    padding: 5px 0 0 !important;
    width: 100%;
}

.validar .field-validation-error:before {
    content: "\f12a";
    right: 12px !important;
    bottom: 38px !important;
}

#_orderset .field-validation-error:before {
    right: 28px !important;
    bottom: 34px !important;
}

#_orderset .field-validation-valid:before {
    right: 30px !important;
    bottom: 12px !important;
}

@media(max-width: 479px) {
    #_orderset .field-validation-valid:before {
        bottom: 15px !important;
    }

    #_orderset .field-validation-error:before {
        bottom: 38px !important;
    }
}

.validar .field-validation-valid:before {
    content: "\f122";
}

.validar .field-validation-error::before,
.validar .field-validation-valid::before {
    background: transparent none repeat scroll 0 0;
    bottom: 34px;
    font-family: "Ionicons";
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    right: 22px;
    z-index: 1;
}

.validar .field-validation-valid.disabl::before {
    display: none;
}

.validar .field-validation-valid {
    height: 0;
}

.validar .field-validation-valid:before {
    color: #65469C;
    bottom: 16px;
}

.validar .sel .field-validation-valid:before,
.validar .sel .field-validation-error:before {
    display: none !important;
}

@media (max-width: 479px) {
    .field-validation-error::before {
        right: 17px;
    }
}

/* BANNERS ******************************/
.banner-item {
    width: 100% !important;
}

.banner-item img {
    width: 100%;
}

.banner-item.Html img {
    width: auto;
}

/* JUMBOTRON ******************************/
.jumbotron {
    background: transparent none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    float: left;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 31px 60px 28px;
    text-align: center;
    width: 100%;
}

/*.jumbotron:before {content: "\e05c"}*/
.jumbotron::before {
    border-right: 1px solid #eee;
    color: #d9d9d9;
    float: left;
    font-family: "e3font";
    font-size: 80px;
    height: 131px;
    line-height: 1.2em;
    margin-right: 33px;
    padding: 5px 20px 0 0;
}

.jumbotron h2 {
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
    margin: 12px 0 8px;
}

.jumbotron h2::before {
    content: "O";
    display: block;
    font-family: "e3font";
    font-size: 2.6em;
    margin-bottom: 10px;
    font-weight: normal;
}

.jumbotron p {
    color: #888888;
    font-size: 1.1em;
    font-weight: 400;
}

.jumbotron .btn {
    background: #65469C none repeat scroll 0 0;
    color: #fff;
    font-size: 1.05em;
    padding: 8px 20px;
    white-space: normal;
    border: 0;
}

.jumbotron .btn:hover {
    background: #402371 none repeat scroll 0 0 !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .jumbotron::before {
        border-right: 0 none;
        font-size: 66px;
        height: auto;
        margin: -18px auto 18px;
        text-align: center;
        width: 100%;
    }

    .jumbotron h2,
    .jumbotron p {
        text-align: center;
    }

    .jumbotron .btn {
        margin: auto;
        max-width: 235px;
        width: 100%;
    }
}

/* TOOLTIP ******************************/
.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    padding: 5px 8px;
    color: #fff;
    line-height: 1.2em;
    text-decoration: none;
    font-size: 11.5px !important;
    background-color: #65469C;
    border-radius: 2px;
    width: auto !important;
    max-width: 300px !important;
    position: relative;
    white-space: nowrap;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #65469C;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #65469C;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #65469C;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #65469C;
}

/* MODALS - CSS general ******************************/

@media (min-width: 768px) {
    .modal-dialog {
        margin: 20px auto;
    }
}

.modal {
    z-index: 1050;
    background: rgba(0, 0, 0, 0.7);
}

.modal-backdrop.in {
    position: fixed;
}

.modal-backdrop {
    display: none;
}

.modal-content {
    padding: 0;
    float: left;
    width: 100%;
    background: #f6f6f6;
}

.modal-header {
    border-bottom: 0 none;
    padding: 0 30px;
    height: 66px;
    line-height: 66px;
}

.modal-header {
    background: #010101;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}

.modal-header .close {
    color: transparent;
    font-size: 25px;
    opacity: 1;
    text-shadow: none;
    font-family: "Ionicons";
    font-weight: bold;
    line-height: 66px;
    padding: 0 16px;
    display: block;
    float: right;
    margin-right: -15px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.modal-header .close span {
    display: none !important;
}

.modal-header .close::before {
    content: "\f2d7";
    color: #fff;
    width: 100%;
    position: absolute;
    display: block;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

.modal-title {
    color: #fff;
    font-size: 1.33em;
    font-weight: 500;
    line-height: 64px;
    padding: 0;
    float: left;
}

.modal-body {
    margin: 0;
    padding: 20px 30px;
    position: relative;
}

.modal-footer {
    border-top: 0 none;
    padding: 0 30px 20px;
}

.modal-footer .btn {
    font-size: 1.14em;
    line-height: 1em;
    height: 40px;
    padding: 0;
}

@media (max-width: 479px) {
    .modal-header {
        padding: 0 15px;
    }

    .modal-title {
        overflow: hidden;
        height: 65px;
    }
}

/* LOADING ******************************/
.wait span {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.3em;
    margin: 20px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.sk-circle {
    height: 40px;
    margin: 20% auto 0;
    position: relative;
    width: 40px;
}

.sk-circle.product {
    height: 50px;
    width: 50px;
    margin: 0 auto;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle.product .sk-child:before {
    background-color: #65469C;
    width: 20%;
    height: 20%;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/**********************************************************************/
/* Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3. */

@media (min-width: 480px) and (max-width: 767px) {

    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }

    .col-ms-1 {
        width: 8.33333%;
    }

    .col-ms-2 {
        width: 16.66667%;
    }

    .col-ms-3 {
        width: 25%;
    }

    .col-ms-4 {
        width: 33.33333%;
    }

    .col-ms-5 {
        width: 41.66667%;
    }

    .col-ms-6 {
        width: 50%;
    }

    .col-ms-7 {
        width: 58.33333%;
    }

    .col-ms-8 {
        width: 66.66667%;
    }

    .col-ms-9 {
        width: 75%;
    }

    .col-ms-10 {
        width: 83.33333%;
    }

    .col-ms-11 {
        width: 91.66667%;
    }

    .col-ms-12 {
        width: 100%;
    }

    .col-ms-push-0 {
        left: 0;
    }

    .col-ms-push-1 {
        left: 8.33333%;
    }

    .col-ms-push-2 {
        left: 16.66667%;
    }

    .col-ms-push-3 {
        left: 25%;
    }

    .col-ms-push-4 {
        left: 33.33333%;
    }

    .col-ms-push-5 {
        left: 41.66667%;
    }

    .col-ms-push-6 {
        left: 50%;
    }

    .col-ms-push-7 {
        left: 58.33333%;
    }

    .col-ms-push-8 {
        left: 66.66667%;
    }

    .col-ms-push-9 {
        left: 75%;
    }

    .col-ms-push-10 {
        left: 83.33333%;
    }

    .col-ms-push-11 {
        left: 91.66667%;
    }

    .col-ms-pull-0 {
        right: 0;
    }

    .col-ms-pull-1 {
        right: 8.33333%;
    }

    .col-ms-pull-2 {
        right: 16.66667%;
    }

    .col-ms-pull-3 {
        right: 25%;
    }

    .col-ms-pull-4 {
        right: 33.33333%;
    }

    .col-ms-pull-5 {
        right: 41.66667%;
    }

    .col-ms-pull-6 {
        right: 50%;
    }

    .col-ms-pull-7 {
        right: 58.33333%;
    }

    .col-ms-pull-8 {
        right: 66.66667%;
    }

    .col-ms-pull-9 {
        right: 75%;
    }

    .col-ms-pull-10 {
        right: 83.33333%;
    }

    .col-ms-pull-11 {
        right: 91.66667%;
    }

    .col-ms-offset-0 {
        margin-left: 0;
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }

    .col-ms-offset-3 {
        margin-left: 25%;
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }

    .col-ms-offset-6 {
        margin-left: 50%;
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }

    .col-ms-offset-9 {
        margin-left: 75%;
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%;
    }

    .visible-ms {
        display: block !important;
    }

    .visible-ms-block {
        display: block !important;
    }

    .visible-ms-inline {
        display: inline !important;
    }

    .visible-ms-inline-block {
        display: inline-block !important;
    }

    .hidden-ms {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 748px;
    }

    .form-horizontal .form-group .control-label {
        text-align: right;
    }
}

@media (max-width: 479px) {
    .container {
        max-width: 450px;
        width: 100%;
    }
}

/**********************************************************************/
/* Bootstrap corte hasta 1920 de ancho */

/*@media (min-width: 768px) {.container {width: 750px;}}*/
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 90%;
    }
}

.modal-open #GatewayLoader.modal {
    background-color: rgba(0, 0, 0, 0.7);
}


/* Gateway Loader */

#GatewayLoader h3 {
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

#GatewayLoader .loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top-color: #6f3ba4;
    /*#545454;*/
    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);
    }
}