*:focus { outline: none; }
/**
 * PErsonalizando el modal
 */
.modal-dialog.modal-lg{
    width: 1150px;
}
.help-block{
    display: inline;
    font-size: 12px;
}
/**
 * Menu Flotante derecho
 */
.menu-flot{
    left: 0px;
    margin-left: 10px;
    margin-top: 20px;
    position: fixed;
    top: 0px;
    z-index: 400;
}
.menu-flot img{
    height: 44px;
    width: 44px;
}
.btn-mds{
    border-radius: 50px !important;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    border-radius: 40px !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #409fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background:#0073e5;
    color: #fff;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul p {
    color: black;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 13px;
    line-height: 1;
    display: block;
    height: auto !important;
}
#sidebar ul li a:hover {
    color: black;
}
#sidebar #primary-menu{
    float: none;
    height: auto !important;
    overflow: auto;
}
#sidebar #primary-menu ul {
    display: block;
    height: auto !important;
    width: 100%;
}
#sidebar #primary-menu ul li {
    border-top: 1px solid #EEE;
    display: block;
    float: none;
    padding:10px;
    width: 100%;
}
#sidebar #primary-menu ul li:first-child{
    border-top:none;
}
#sidebar #primary-menu > ul > li.sub-menu > a,
#sidebar #primary-menu > .container > ul > li.sub-menu > a {
    background-image: url(../assets/img/icons/submenu.png);
    background-position: right center;
    background-repeat: no-repeat;
}
#sidebar #primary-menu ul ul, #primary-menu ul li .mega-menu-content {
    display: none;
    position: relative;
    width: auto;
    background-color: #FFF !important;
    box-shadow: none;
    border: none;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
}
#sidebar #primary-menu ul li.mega-menu .mega-menu-content.style-2 {
    margin: 0px;
    padding: 0px;
}
#sidebar #primary-menu ul li.sub-menu a.inter {
    line-height: 1;
    text-align: left;
}
#sidebar #primary-menu ul li.mega-menu .mega-menu-content{
    background: transparent !important;
    border-radius: 0px !important;
    margin:0px !important;
    top: 0px;
}
#sidebar #primary-menu ul li.mega-menu .mega-menu-content .col-lg-4{
    border-top: solid 1px #EEE;
    width: 100%;
}
#sidebar #primary-menu ul li.mega-menu .mega-menu-content .col-lg-4:first-child{
    margin-top: none;
}
#sidebar #top-cart{
    display:none;
    margin:0px;
}
/**
 *
 */
.content-spin{
    background: rgba(0,0,0,0.5);
    display:block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%
}
.panel-group {
    margin-bottom: 20px;
    position: relative;
}
.tooltip{
    z-index: 11000;
}
.icon-del,
.icon-del:hover{
    padding: 0px;
    color: #706d6d;
    font-size:1px;
}
.icon-del .glyphicon{
    font-size:10px;
}
/*
    Ventana de progreso al guardar
 */
.progress-window{
    background: rgba(0,0,0,0.2);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress-window .content{
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: center;
    text-align: center;
}
/*
    Personalizando contenedor
*/
#app-cart{
    position: relative;
    margin-top: 20px;
}
.form-control{
    border-radius: 10px !important;
    -webkit-border-radius:10px ;
}
.form-control.center{
    text-align: right;
}
/*
    Personalizando botones principales y secundarios
*/
.btn-bubble {
    background: #409fff;
    height: 32px;
    color: #fff;
    border-radius: 40px !important;
    margin-bottom: 5px;
}
.btn-bubble:hover {
    color:#FFF;
    background:#0073e5;
}
.btn-bubble.btn-xs{
    padding: 7px 15px;
}
.btn.btn-orange-solid {
    background: #ff530d;
    color: #fff;
    font-weight: 600;
}
.btn.btn-orange-solid.btn-md{
    font-weight: normal;
    font-size: 14px !important;
}
.btn.btn-orange-solid:hover{
    background: #df470b;
    color: #fff;
}
.btn-default{
    border-radius: 40px !important;
}
.btn:active{
    border:none;
    background: transparent;
}
/*
    Personalizando paneles
*/
.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.card {
    border-color: transparent !important;
}
.card .card-footer {
    background:transparent;
    display: block;
    text-align: right;
}
.card .card-footer button {
    margin: 0px 0px auto auto;
}
.card .card-header a{
    color:#c5c5c5;
}
.card .card-header {
    background-color:#DDD;
    border: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
.card .card-header.active,
.card .card-header.success{
    color:#555;
}
.card .card-header .section-number{
    background:#c5c5c5;
    border-radius:50%;
    display: block;
    float: left;
    font-size: 16px;
    height: 23px;
    margin-right: 10px;
    width: 23px;
}
.card .card-header .section-number p{
    color: #FFF;
    line-height: .7;
    margin: 6px;
    padding: 0;
    text-align: center;
}
.card .card-header .section-number.active{
    background:#ff530d;
}
.card .card-header .section-number.success{
    background:#0073e5;
}
.panel-default.card > .card-header{
    background-color: #EEE;
    color: #444;
    border: none;
    border-radius: 5px;
}
#resumen-cart .panel-default.card > .card-header{
    background-color: #EEE;
    color: #444;
    border: none;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.panel-default.card .panel-body{
    padding: 0px !important;
}
.panel-default.card .content-wrap{
    padding: 0px;
}
.panel-default.card .panel-body .row.pricing{
    margin: 0px !important;
}
.panel-default.card .panel-body .pricing .col-md-4{
    margin: 10px ;
    /*float: none;*/
}
.panel-default>.card-header+.panel-collapse .panel-body {
    border-color: transparent;
}
.panel-default>.card-header{
     border-color: transparent;
}
.promo-full {
    margin-left: 0px;
    padding: 10px 0px !important;
}
.promo h3 {
    margin-top: 0px;
}
/**
 * Personalizando vista de diseños del carrito
 */
.card-body{
    padding:1em 0px !important; 
}
.card-footer{
    border-top: none !important;
}
.design-content {
    border:solid 1px #DDD;
    border-radius: 5px;
    margin: 3px 0px;
    padding: 0px;
    position: relative;
}
.design-content .del-design {
    align-items: center;
    background: #DDD;
    border-top-right-radius: 5px;
    display: flex;
    height: 25px;
    justify-content: center;
    left: auto;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 25px;
    z-index: 300;
}
.table-responsive{
    font-size: 16px;
}
.aditionals{
    margin:5px 10px;
}
.btn-mod, a.btn-mod {
    background: #409fff;
}
.btn-mod.btn-hover-anim:hover,
.btn-mod.btn-hover-anim::before{
    background: #2483e3;
    border-color: #2483e3;
}
.btn-mod-orange, a.btn-mod-orange {
    background: #ff530d;
}
.btn-mod-orange.btn-hover-anim:hover,
.btn-mod-orange.btn-hover-anim::before{
    background: #f76024;
    border-color: #f76024;
}
/* personalizado de inputs group */
.input-group input{
    border-radius: 0px !important;
    -webkit-border-radius:0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.input-group-btn button.btn.btn-mod{
    border-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 8px 15px;
}
.btn.btn-mod svg{
    margin-top: -3px;
}
.resume .card-body{
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
.design-item {
    text-align: left;
    margin: 5px 10px;
}
.design-item h4{
    text-align: left ;
}
.design-item span {
    text-align: left ;
    font-size: 12px;
}
.design-item-image {
    width: 100%;
    height: 100%;
    border: solid 1px #DDD;
    padding: 3px;
    border-radius: 15px;
    margin-top: 10px;
}
/*
    Personalizando tabla de colores y tallas de carrito
*/
.bg-colors{
    border-radius:50%;
    -webkit-border-radius:50%;
    height:20px;
    width:20px;
    margin-top: 1px;
    margin-top:5px !important;
    line-height: 0px;
}
.table-sizes{
    margin-bottom: 0px;
    margin-right: 0px;
    border-collapse:separate;
}
.table-sizes tbody>tr>td{
    vertical-align: middle;
    border-top:3px solid #DDDDDD;
}
td.td-sizes{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-width: 2px !important;
    border: solid;
    border-color: #DDDDDD;
    text-align:center;
    color:#848484;
    font-size: 12px;
    padding: 2px !important;
    line-height: 1 !important;
}
td.td-sizes-cant {
    border-width: 3px !important;
    border: solid;
    border-color: #DDDDDD;
    text-align:center;
    font-size: 12px;
    padding: 2px  !important;
    line-height: 17px !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-cart .bg-colors{
    outline: none;
}
/*
    Personalizando la tabla de productos
*/
.table{
    margin-bottom: 5px;
}
.table.table-products tbody>tr>td{
    padding:5px;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 1px solid #ddd;
}
/*
    Personalizando resumen de pedido
 */
.total-cart table th,
.total-cart table td{
    text-align: right;
    border-top:1px solid #FFF !important;
}
.total-cart .total-payment{
    font-size: 20px;
    font-weight: bold;
    width: 40%;
}
.section-resume{
    border-bottom:solid 1px #DDD;
    margin:0px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.section-resume h4 {
    font-size:16px;
    display: block;
    margin:0px !important;
    padding: 0px !important;
    text-align: left;
}
.section-resume span {
    display:block;
    text-align: right;
}
.section-resume p {
    color: #BBB;
    display: block;
    font-size:12px;
    text-align: left;
}
.section-resume .col{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.section-resume .col-sm-12{
    margin-bottom: 15px;
}
.section-resume .col-sm-12 .input-group .input-sm{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.section-resume-title{
    background: #EEE;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size:10px;
    left: 0px;
    padding:1px 3px;
    position: absolute;
    top: 0px;
}
#resumen-cart .card .panel-body{
    padding:5px 0px !important;
    border: solid 1px #DDD;
    border-top: none;
}
.fixed-resume {
    position: fixed;
    top: 0;
    width: 292px;
    z-index: 1000;
}
/*
    Personalización button update
 */
.editable-buttons .editable-cancel {
    background: #EEE;
    border-radius: 50% !important;
    padding: 6px 9px;
    width: 30px;
}
.editable-buttons .editable-submit {
    background: #409fff;
    border-radius: 50% !important;
    padding: 6px 9px;
    width: 30px;
}
.editable-buttons .editable-cancel:hover{
    background: #d4d4d4;
}
.editable-buttons .editable-submit:hover{
    background: #2e6fb1;
}
/*
 * Estilo de productos relacionados y opcionales
 */
.items_product_group {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.items_product_group .div-imgup-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.div-imgup-cont {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #00000047;
    border-radius: 15px;
    opacity: 0;
}
.img-thumbnail {
    border: 2px solid #f2f2f2;
    border-radius: 15px;
}
.design_area_preview {
    /* background: #000; */
    /* border: 1px dashed #808080; */
    position: absolute;
}
.items_product_group .div-imgup-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.div-imgup-icon {
    line-height: 125px;
}
.list-number li .size-number {
    height: 23px !important;
    border-radius: 10px;
    border: 1px solid #cccccc;
}
ul.p-color-sizes li {
    margin: 0px !important;
}
.list-number li .size-number {
    border: 1px solid #cccccc;
    border-radius: 3px;
    clear: both;
    display: block;
    height: 26px;
    padding: 0 5px;
    text-align: center;
    width: 33px;
}
.glyphicons:before {
    display: inline-block;
    font: 10px/0em 'Glyphicons Regular';
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance:textfield; }
#product-relation label {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
}
.label-cant-tallas {
    border-radius: 10px;
    width: auto;
    height: auto;
    /* padding: 2px; */
    color: white;
    max-height: 23px;
    padding-left: 6px;
    padding-right: 6px;
    background: #c5c5c5;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    cursor: default;
}
.caret-tallas-up {
    /* margin-top: 6px; */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 6px solid #6f6c6c;
    border-right: 6px solid transparent;
    border-bottom: 0 dotted;
    border-left: 6px solid transparent;
    cursor: pointer;
}
.caret-tallas {
    /* padding-top: 5px; */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 0 solid #6f6c6c;
    border-right: 6px solid transparent;
    border-bottom: 6px dotted;
    border-left: 6px solid transparent;
    cursor: pointer;
}
/**
 * Estilos de Cotizacion master
 */
.div-cotizacion-master {
    background: #fff;
    margin: 0px;
    min-height: 400px;
}

/*ESTILOS PROMOS*/
.label-cant-tallas{
    border-radius: 10px;
    width: auto;
    height: auto;
    color: white;
    max-height: 23px;
    padding-left: 6px;
    padding-right: 6px;
    background: #c5c5c5;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    cursor: default;
}
.titles-promos{
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    color: #000 !important;
}
.texto-estilo {
    padding: 2px 0px;
    font-size: 13px;
    color: #000 !important;
    line-height: 1.3;
}
.table-promos td, th {
    text-align: center;
}
.table-promos2 tr {
    text-align: center;
}
.div_table_promo{
    height: 100%;
    background: #f2f2f2;
    margin: 0px 3px;
    border-radius: 15px;
}
.promos-border{
    /*border-top: 1px solid #ccc;*/
}
.promos-fechas{
    font-size: 15px;
    color: #008a00 !important;
}
.first-title-promo{
    font-size: 15px;
    color: #ff530d !important;
    font-weight: bold;
    padding-top: 5px;
}
.promos-fechas-text{
    font-size: 15px;
    color: #696868;
    font-weight: bold;
}
.cant-promos-text{
    font-size: 13px;
    font-weight: bold;
    color: #949492 !important;
}
.tachado{
    text-decoration:line-through;
    color: #B12704 !important;
}
.carousel {
    position: absolute !important;
    text-align: unset !important;
   height: 80% !important;
}
.carousel-inner {
    position: unset !important;
}
.carousel-indicators {
    margin-bottom: 0px !important;
    bottom: -1% !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
     margin: 5px 0px;
    text-indent: -999px;
    cursor: pointer;
    /*border: 2px solid #fff;*/
    border-radius: 15px;
    background-color: #808080;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 5px 0px;
    background-color: #ff530d;
    /*border: 2px solid #fff;*/
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 47%;
    font-size: 16px;
}
.carousel-control.left {
    background-image: unset !important;
    width: 9%;
}
.carousel-control:hover{
    opacity: 1;
    color: #666 !important;
}
.carousel-control:focus{
    color: #666 !important;
}
.carousel-control.right {
    background-image: unset !important;
    width: 10%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: lighter !important;
    text-shadow: none !important;
    opacity: .5;
    filter: alpha(opacity=50);
}
 /*END ESTILOS PROMOS*/


/*ESTILOS PREVIEW DESIGN*/
.div-img-start {
    padding: 20px;
    cursor: pointer;
}
.design-area .drag-item-selected {
    border: 2px solid #9e9494;
    cursor: move;
    padding: 0px;
}
.items_product_group{
    width: 150px;
    float: left;
    padding: 10px;
}
.design_area_preview{
    /*background: #000;*/
    /*border: 1px dashed #808080;*/
    position: absolute;
}
.span_item_preview{
    position: absolute;
}
.div-imgup-cont{
    justify-content: center;
    align-items: center;
    display: flex;
    background: #00000047;
    border-radius: 15px;
   opacity: 0;
}
.div-imgup-cont:hover{
    opacity: 1;
}
.div-imgup-icon{
    line-height: 125px;
}

.div-imgup-cont .glyphicons.plus:before{
    font-weight: lighter;
    font: 18px 'Glyphicons Regular';
}
.items_product_group .div-imgup-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.span_item_preview {
    position: absolute;
}
.warning-on-area-preview{
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    background: url(/assets/img/warning-red.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    background-color: #00000047;
    border-radius: 15px;
    opacity: 0;
}
.warning-on-area-preview:hover{
    opacity: 1;
}
.warning-on-area-preview:hover{
    opacity: 1;
}
.add-on-area-preview{
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    background: url(/assets/img/plus-fff.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13%;
    background-color: #00000047;
    border-radius: 15px;
    opacity: 0;
}
.add-on-area-preview:hover{
    opacity: 1;
}
.loading-on-area-preview{
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    background: url(/assets/img/loading-msj.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    background-color: #f2f2f2;
    border-radius: 15px;
}
/*END ESTILOS PREVIEW DESIGN*/

    /* Tamaño del scroll */
div::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

 /* Estilos barra (thumb) de scroll */
div::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

div::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

div::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
div::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 4px;
}

div::-webkit-scrollbar-track:hover,
div::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.swal2-cancel{
    border-radius: 15px !important;
}
.alertmin{
    padding: 5px 8px;
    margin-top:5px;
    display: inline-block;
}
.page-section{
    padding-top: 0px;
}
.menu-flot {
    height: 65px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.card-border-none {
    border: none !important;
}
.form-group label{
    font-size: 14px;
}
.modal-header .modal-title.h4{
    margin-bottom: 0px;;
}