/**************************LKS CSS**********************************/

/**** eshop general elements ******/
.eshop-box-rounded {
    border-radius: 10px;
}

.basket-product-box .description,
.favourites-product-box .description {
    margin-left: 10px;
    font-weight: 700;
}

.eshop .btn-outline-secondary {
    border: solid 2px #cccccc;
}

.eshop .btn-outline-primary {
    border-color: #007bff !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.simple-collapse__bodyInner {
    padding: 20px;
}

.align-bottom {
    align-items: end;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/**************************Eshop apps***************************/
.eshop-apps-selector {
    width: 415px;
    border: solid 2px #0074be;
    background: #FFFFFF;
    border-radius: 14px;
    position: fixed;
    z-index: 200;
    top: 50px;
    right: 20px;
    margin: 0 auto;
    padding: 15px 0 0;
    box-shadow: 0 0 20px 0 rgba(0, 68, 111, 0.81);
    display: none;
}

.eshop-apps-selector h2 {
    padding: 0 20px;
}

.eshop-apps-selector p {
    padding: 0 20px;
}

.eshop-apps-selector .smc-tabs__body {
    padding: 0 20px;
}

.eshop-apps-selector .smc-close-button {
    font-size: 30px;
    top: 21px;
    background: transparent;
    right: 30px;
}

.eshop-apps-selector ul {
    margin-left: 30px;
    list-style: none;
}

.eshop-apps-selector ul > li {
    margin-bottom: 5px;
}

.eshop-apps-selector__footer {
    padding: 15px 20px;
    border-top: 2px solid #0074be;
}

.eshop-apps-selector__footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.eshop-apps-selector__footer ul > li {
    margin-right: 30px;
}

.eshop-apps-selector__footer ul > li:nth-last-child(2) {
    flex-grow: 1;
}

.eshop-apps-selector__footer ul > li:last-of-type {
    margin-right: 0;
}

@media (min-width : 992px) {
    .has-eshop-apps-select .eshop-apps-selector {
        display: block;
    }
}

@media (min-width : 768px) {
    .eshop-apps-selector .smc-tabs__head {
        margin-bottom: 15px;
    }

    .eshop-apps-selector .smc-tabs__body {
        padding-bottom: 15px;
    }
}

/**************************Basket/Cart***************************/
.cart-selector {
    width: 815px;
    border: solid 2px #0074be;
    background: #FFFFFF;
    border-radius: 14px;
    position: fixed;
    z-index: 200;
    top: 50px;
    right: 20px;
    margin: 0 auto;
    padding: 15px 0 0;
    box-shadow: 0 0 20px 0 rgba(0, 68, 111, 0.81);
    display: none;
}

.cart-selector.logged {
    width: 998px;

}



.cart-selector h2 {
    padding: 0 20px;
}

.cart-selector p {
    padding: 0 20px;
}

.cart-selector .smc-tabs__body {
    padding: 0 20px;
}

.cart-selector .smc-close-button {
    font-size: 30px;
    top: 21px;
    background: transparent;
    right: 30px;
}

.cart-selector ul {
    margin-left: 30px;
    list-style: none;
}

.cart-selector ul > li {
    margin-bottom: 5px;
}


.cart-selector__footer {
    padding: 15px 20px;
    border-top: 2px solid #0074be;
}

.cart-selector__footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.cart-selector__footer ul > li {
    margin-right: 30px;
}

.cart-selector__footer ul > li:nth-last-child(2) {
    flex-grow: 1;
}

.cart-selector__footer ul > li:last-of-type {
    margin-right: 0;
}

.cart-selector__footer.blue {
    background-color: #0074be;
    color: white;
    border-radius: 0 0 0 12px;
}

.cart__mega__left {
    float: left;
}

.cart__footer--bottom {
    bottom: 0px;
    position: absolute;
    width: 500px;
    right: 0;
}

.logged .cart__footer--bottom {
    bottom: 0px;
    position: absolute;
    width: 675px;
    right: 14px;
}

@media (min-width: 992px) {
    .has-cart-select .cart-selector {
        display: block;
    }
}

@media (min-width: 768px) {
    .cart-selector .smc-tabs__head {
        margin-bottom: 15px;
    }

    .cart-selector .smc-tabs__body {
        padding-bottom: 15px;
    }
}

.cart__mega__left {
    width: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 3px solid #cccccc;
    margin-right: 20px;
}

.cart__mega__right {
    padding-top: 5px;
}

.cart-selector .cart__mega__right ul {
    margin: 0;
    padding: 0;
}

.cart-selector .cart__mega__right ul li {
    border-top: dotted 1px #000;
}

.cart-selector .cart__mega__right ul li:nth-child(1) {
    border: none;
}

.cart-grid {
    overflow-y: scroll;
    width: 450px;
    height: 250px;
}

.logged .cart-grid {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 650px;
    height: 290px;
    border: solid 1px #0074be;
    padding-left: 5px;
}

.cart-grid__footer {
    padding: 15px 20px;
    border-top: 2px solid #0074be;
    margin-left: 535px;
    width: 450px;
}

.cart-grid__footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.cart-grid__footer ul > li {
    margin-right: 30px;
}

.cart-grid__footer ul > li:nth-last-child(2) {
    flex-grow: 1;
}

.cart-grid__footer ul > li:last-of-type {
    margin-right: 0;
}

.cart-grid__footer.blue {
    background-color: #0074be;
    color: white;
    border-radius: 0 0 12px 12px;
}

.cart__mega__right label {
    margin-bottom: 0;
}

.cart__mega__right .header .col-4,
.cart__mega__right .header .col-3,
.cart__mega__right .header .col-2,
.cart__mega__right .header .col-1 {
    padding: 0;
}



/********************* TREE *************************/
.treeview-block {
    border-right: 1px solid #ddd;
}

.treeview ul {
    padding-left: 25px;
}

ul.treeview {
    list-style: none !important;
    margin-bottom: 40px;
}

.treeview li {
    list-style: none;
    margin-bottom: 5px;
}

.treeview i {
    margin-right: 5px;
}

.treeview span {
    background-color: gray;
    border-radius: 10px;
    font-size: 10px;
    padding: 2px 10px;
    color: white;
    margin-left: 4px;
    vertical-align: text-top;
}

.fa-folder {
    color: #0074be;
}

.treeview li.selected a,
.treeview li.selected .fa-folder {
    color: gray;
}

.folder-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
}

.folder-breadcrumbs i,
.folder-breadcrumbs li {
    margin-right: 5px;
}


ol.folder-breadcrumbs li:after {
    content: '\3E';
    margin-left: 0.3em;
    color: gray
}

ol.folder-breadcrumbs li:last-child:after {
    content: none;
}

.folder-breadcrumbs a:hover {
    text-decoration: none;
}

/*********************** Paginación *************************/
.eshop.pagination {
    margin-top: 15px;
    text-align: center;
    justify-content: center;
}

.eshop.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    position: center;
}

.eshop.pagination a.active {
    background-color: #0074be;
    color: white;
    border-radius: 5px;
}

.eshop.pagination a:hover:not (.active) {
    background-color: #ddd;
}

.eshop.pagination a.page-link {
    border: none;
}

/************************** Tabs ****************************************/
.eshop-tabs section {
    border-top: 1px solid #fff;
}

.eshop-tabs section.show {
    border-top: 1px solid #0074be;
}

.eshop-option-tabs {
    margin-bottom: 0;
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

.favourite-product-box .eshop-option-tabs {
    justify-content: flex-start;
}

.eshop-option-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    position: relative;
    vertical-align: bottom;
}

.eshop-option-tabs li {
    margin-right: 40px;
    position: relative;
    margin-bottom: 0;
    top: 15px;
    padding-bottom: 15px;
}

.eshop-option-tabs li a:hover,
.basket-option-box a:hover,
.favourites-option-box a:hover {
    text-decoration: none;
}

.eshop-option-tabs li a.collapsed:hover::after,
.eshop-option-tabs li a:not(.collapsed)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0074be;
    height: 5px;
    content: '';
}

@media (max-width : 576px) {
    .eshop-option-tabs button {
        order: -1;
    }
}

/************************* all favourites page folder *****************************/

.folder {
    margin-bottom: 25px;
}

/**** Product selection ******/

.product-selection-item img {
    width: 100px;

}

.eshop .nopadding {
    padding: 0 !important;
}

/**** Basket  details******/
.basket-product-box-details {
    border-left: 1px solid #f5f5f5;
}

.row.m-3.basket-details-item {
    margin: 1rem 1rem -4.75rem 1rem !important;
}


.basket-details-item img {
    width: 57%;
    height: 95%;
    padding-bottom: 10%;
}

.basket-product-box-details.smc-tabs__head ul {
    /* Cambios 20/07 
	margin-left: 28%;*/
    margin-left: 15%;
}

.product-details-list {
    list-style: none;
}

.product-details-list label {
    font-size: 14px;
}

.basket-product-box-details .details-head {
    background-color: #f5f5f5;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.basket-product-box-details .details-head.multiline {
    background-color: #fdffb7 !important;
}

.basket-product-box-details .date-block {
    border-bottom: 1px solid #ccc;
}

.basket-product-box-details .date-block.last {
    border-bottom: none;
}


.basket-product-box-details .option-label {
    margin-right: 10px;
}

.basket-product-box-details .value {
    font-weight: 700;
}

.basket-product-box-details .second-value {
    font-weight: normal;
    color: #bbb;
}

.basket-grand-total .option-label {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}


.basket-grand-total .value {
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px;
}

.basket-grand-total .second-value {
    font-weight: 700;
    color: #bbb;
    font-size: 18px;
    text-align: right;
    margin-left: 10px;
}

@media (max-width : 992px) {
    .basket-product-box-details {
        border: none;
    }

    .basket-product-box-details .details-head {
        border-radius: 0px;
    }

    .basket-product-box-details .details-head {
        margin-left: -14px !important;
    }
}

@media (max-width : 576px) {
    .eshop-option-tabs button {
        order: -1;
    }

    .basket-product-box-details .details-head,
    .product-details-list label {
        font-size: 12px !important;
    }

    .basket-product-box-details .date-block.last {
        border-bottom: 1px solid #ccc !important;
    }
}


/********************Basket steps ******************/
.basket-step {
    text-align: center;
    background: #fff;
    border: solid 2px #0074be;
    border-radius: 25px;
    text-align: center;
}

.basket-step p {
    font-weight: 600;
    font-size: 22px;
    color: #0074be;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
}

.basket-step.selected {
    background: #0074be;
}

.basket-step.selected p {
    color: #fff;
}


.basket-steps-container {
    margin-bottom: 51px;
}

.basket-line {
    border-bottom: solid 2px #0074be;
    top: 24px;
}

@media (max-width : 576px) {
    .basket-step p {
        font-size: 12px;
    }

    .basket-line {
        top: 16px;
    }
}


/********************Order status ******************/
.status_legend {
    display: inline-block;
}

.status_icon {
    border: 2px solid rgb(72, 72, 72);
    border-radius: 10px;
    height: 12px;
    width: 12px;
    background-color: #b8b8b8;
    background: #b8b8b8;
    display: inline-block;
}

/* Blue status */
.status_22,
.status_23,
.status_24,
.status_33,
.status_34,
.status_44 {
    background-color: #207CCA;
    background: #207CCA;
}

/* Yellow status */
.status_00,
.status_01,
.status_05,
.status_10,
.status_11 {
    background-color: #ffff00;
    background: #ffff00;
}

/* Green status */
.status_66 {
    background-color: #77CE5D;
    background: #77CE5D;
}

/* Red status */
.status_99 {
    background-color: #ff0000;
    background: #ff0000;
}

/* White status */
.status_77 {
    background-color: #fff;
    background: #fff;
}

/* Yellow/blue status */
.status_02,
.status_03,
.status_04,
.status_12,
.status_13,
.status_14 {
    background-color: #ffff00;
    background: #ffff00;
    background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #207CCA 51%, #207CCA 100%);
    background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #207CCA 51%, #207CCA 100%);
    background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #207CCA 51%, #207CCA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#207CCA', GradientType=1);
}

/* Yellow/green status */
.status_06,
.status_16 {
    background-color: #ffff00;
    background: #ffff00;
    background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #77CE5D 51%, #77CE5D 100%);
    background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #77CE5D 51%, #77CE5D 100%);
    background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #77CE5D 51%, #77CE5D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#77CE5D', GradientType=1);
}

/* Yellow/white status */
.status_07,
.status_17 {
    background-color: #ffff00;
    background: #ffff00;
    background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #fff 51%, #fff 100%);
    background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #fff 51%, #fff 100%);
    background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #fff 51%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#fff', GradientType=1);
}

/* Yellow/red status */
.status_09,
.status_19 {
    background-color: #ffff00;
    background: #ffff00;
    background: -moz-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #ff0000 51%, #ff0000 100%);
    background: -webkit-linear-gradient(-45deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #ff0000 51%, #ff0000 100%);
    background: linear-gradient(135deg, #ffff00 0%, #ffff00 50%, #ffff00 50%, #ff0000 51%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ff0000', GradientType=1);
}

/* Blue/green status */
.status_26,
.status_36,
.status_46 {
    background-color: #207CCA;
    background: #207CCA;
    background: -moz-linear-gradient(-45deg, #207CCA 0%, #207CCA 50%, #207CCA 50%, #77CE5D 51%, #77CE5D 100%);
    background: -webkit-linear-gradient(-45deg, #207CCA 0%, #207CCA 50%, #207CCA 50%, #77CE5D 51%, #77CE5D 100%);
    background: linear-gradient(135deg, #207CCA 0%, #207cca 50%, #207CCA 50%, #77CE5D 51%, #77CE5D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207CCA', endColorstr='#77CE5D', GradientType=1);
}

/* Blue/white status */
.status_27,
.status_37,
.status_47 {
    background-color: #207CCA;
    background: #207CCA;
    background: -moz-linear-gradient(-45deg, #207CCA 0%, #207CCA 50%, #207CCA 50%, #fff 51%, #fff 100%);
    background: -webkit-linear-gradient(-45deg, #207CCA 0%, #207CCA 50%, #207CCA 50%, #fff 51%, #fff 100%);
    background: linear-gradient(135deg, #207CCA 0%, #207cca 50%, #207CCA 50%, #fff 51%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207CCA', endColorstr='#fff', GradientType=1);
}

/* Blue/red status */
.status_29,
.status_39,
.status_49 {
    background-color: #207CCA;
    background: #207CCA;
    background: -moz-linear-gradient(-45deg, #207CCA 0%, #207CCA 50%, #207CCA 50%, #ff0000 51%, #ff0000 100%);
    background: -webkit-linear-gradient(-45deg, #207CCA 0%, #207CCA 50%, #207CCA 50%, #ff0000 51%, #ff0000 100%);
    background: linear-gradient(135deg, #207CCA 0%, #207cca 50%, #207CCA 50%, #ff0000 51%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207CCA', endColorstr='#ff0000', GradientType=1);
}

/* Green/white status */
.status_67 {
    background-color: #77CE5D;
    background: #77CE5D;
    background: -moz-linear-gradient(-45deg, #77CE5D 0%, #77CE5D 50%, #77CE5D 50%, #fff 51%, #fff 100%);
    background: -webkit-linear-gradient(-45deg, #77CE5D 0%, #77CE5D 50%, #77CE5D 50%, #fff 51%, #fff 100%);
    background: linear-gradient(135deg, #77CE5D 0%, #77CE5D 50%, #77CE5D 50%, #fff 51%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77CE5D', endColorstr='#fff', GradientType=1);
}

/* Green/red status */
.status_69 {
    background-color: #77CE5D;
    background: #77CE5D;
    background: -moz-linear-gradient(-45deg, #77CE5D 0%, #77CE5D 50%, #77CE5D 50%, #ff0000 51%, #ff0000 100%);
    background: -webkit-linear-gradient(-45deg, #77CE5D 0%, #77CE5D 50%, #77CE5D 50%, #ff0000 51%, #ff0000 100%);
    background: linear-gradient(135deg, #77CE5D 0%, #77CE5D 50%, #77CE5D 50%, #ff0000 51%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77CE5D', endColorstr='#ff0000', GradientType=1);
}

/* White/red status */
.status_79 {
    background-color: #fff;
    background: #fff;
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 50%, #fff 50%, #ff0000 51%, #ff0000 100%);
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 50%, #fff 50%, #ff0000 51%, #ff0000 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 50%, #fff 50%, #ff0000 51%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ff0000', GradientType=1);
}

/* ORDER */
.order-product-box label {
    font-size: 14px;
}

.order-product-box .stronge {
    font-weight: 700;
}

.logo-smc {
	content:url(../image/SMC_logo.png);
    width: 33%;
    margin-bottom: 20px;
}

/* Login */
.login-box {
    border: solid 2px #0074be;
    background: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 0 20px 0 rgba(0, 68, 111, 0.81);
}

#login-dialog, .login-form {
    width: 400px;
    margin: 0 auto;
    max-width: 400px;
}

.align-right{
    text-align: right;
}

@media (max-width:576px) {
    #login-dialog {
        width: 80%;
    }
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /*whatever width you want*/
  max-width:400px;
}
