@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

body {
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 span {
    font-weight: 700;
}

hr {
    border-top: 2px solid #ebebeb;
    margin: 15px 0;
}

ul,
ol {
    padding-left: 18px;
}

ol li {
    padding-left: 5px;
}

a {
    color: #7C7373;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #C71B1B;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.color {
    background-color: #7C7373;
}

#home {
    border-top: 8px solid #000000/*#C71B1B*/
    ;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.title h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    font-weight: 400;
}

.subtitle {
    font-size: 23px;
    text-align: left;
}

/*
 mi perfil
*/
.img-container{
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.img-container img{
   width: 130px;
   height: 130px;
   border-radius: 100px;
   
}

.img-logo{
   /*max-width: 10%; */
   /*max-height: 85px;*/
   border-radius: 10px;   
   width: 50px!important;
}


.img-container{
    height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.img-normal{
   width: 130px;
   height: 130px;
   border-radius: 0px!important;   
}

/**
 *
 * Forms
 *
 */

.myform {
    padding-top: 5px;
    padding-bottom: 15px;
}

.myform form p {
    margin-top: 16px;
}

.myform h2 {
    margin-bottom: 20px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    font-weight: 400;
}

.myform h3 {
    font-size: 16px;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    padding: 8px;
    margin: 0 0 15px 0;
}

.myform .btn {
    margin: 0;
    height: 44px;
}

/*
.myform .form-group label {
    display: none;
}*/

.myform .form-control {
    display: inline;
    /*background: transparent;*/
    border: none;
    border-radius: 0;
    outline: none;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top;
    /*border: 2px solid #ebebeb;*/
    border: 2px solid #c3c3c3;
    box-shadow: none;
    color: #000000;
    /*  ios gradiet fix */
    -webkit-appearance: auto;
}

.myform .form-control::-webkit-input-placeholder {
    color: #bbbbbb;
}

.myform .form-control:-moz-placeholder {
    color: #bbbbbb;
}

.myform .form-control::-moz-placeholder {
    color: #bbbbbb;
}

.myform .form-control:focus {
    outline: none;
    border: 2px solid #000;
}

.myform textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
    vertical-align: top;
}

.myform .no-placeholder .form-group label {
    display: block;
}

.myform.no-placeholder .controls {
    margin-top: 0;
}

.special {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.controls {
    position: relative;
}

.myform .check-control {
    height: 20px !important;
    -webkit-appearance: checkbox !important;
    width: 20px !important;
    vertical-align: middle !important;
    margin: 0px 5px 5px 15px;
}


/* .checkbox,
.radio {
  margin: 24px 0px;
  position: relative;
  font-size: 14px;
  line-height: inherit;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.checkbox label,
.radio label {
  padding-left: 0;
  font-size: 14px;
  vertical-align: -webkit-baseline-middle;
}
.checkbox label span,
.radio label span {
  vertical-align: top;
  line-height: 23px;
  color: #000;
} */

label.show {
    display: block;
    text-decoration: none;
}


/* input[type=radio],
input[type=checkbox] {
  margin: 4px 7px 0 0;
  line-height: normal;
  font-size: 21px;
  text-align: center;
} */

#total {
    font-weight: 600;
    font-size: 21px;
}

.form-control-inline {
    min-width: 0;
    width: auto!important;
    display: inline!important;
}

.table tbody>tr>td.vert-align {
    vertical-align: middle;
}

address {
    font-size: 14px;
}


/* ------------------------------ skin checkbox -------------------------- */


/* input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right: 10px;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="radio"] + span:before {
  content: "\e631";
}
input[type="radio"]:checked + span:before {
  content: "\e630";
}
input[type="checkbox"] + span:before {
  content: "\e62e";
}
input[type="checkbox"]:checked + span:before {
  content: "\e62d";
} */


/**
 *
 * Accordion
 *
 */

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.panel-group .panel+.panel {
    margin-top: 15px;
}

.panel-group .panel-body {
    padding: 15px 0;
}

.panel-group .panel-heading {
    border-radius: 0;
    background-color: #ebebeb;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.panel-group .panel-title a {
    font-weight: 700;
    font-size: 16px;
    color: #7C7373;
}

.panel-group .panel-title a.collapsed {
    color: #000000;
}

.panel-group .panel-title a:hover {
    text-decoration: none;
    color: #C71B1B;
}

.panel-group .panel-collapse {
    padding: 0 15px;
}


/**
 *
 * Menu
 *
 */

.menu-wrapper {
    position: relative;
    font-weight: 300;
}

.menu-wrapper h3 {
    color: #ffffff;
    margin-left: 20px;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 22px;
}

.menu-wrapper .mt-info {
    padding-left: 20px;
}

.menu-wrapper .mt-info h3 {
    color: #ffffff;
    margin-left: 0;
}

.menu-wrapper .mt-info .btn {
    margin-left: 2px;
    margin-bottom: 30px;
}

.menu-wrapper .mt-info ul {
    list-style-type: none;
    margin: 20px 0 35px 0;
    padding-left: 0;
}

.menu-wrapper .mt-info ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

.menu-wrapper .mt-info ul li a {
    font-weight: 300;
}

@media (max-width: 767px) {
    .menu-wrapper .nav-list {
        padding: 0 0 0 15px;
    }
    .menu-wrapper .nav-list li {
        display: list-item;
        margin: 0;
        text-align: left;
        font-size: 18px;
        padding-bottom: 14px;
        font-weight: 400;
        z-index: 100;
    }
    .menu-wrapper .nav-list li a {
        color: #ffffff;
        width: 75%;
        text-transform: none;
        font-weight: 300;
    }
    .menu-wrapper .nav-list li a:hover {
        color: #C71B1B;
    }
    .menu-wrapper .nav-list li.active a {
        color: #C71B1B;
    }
}

@media (max-width: 767px) {
    .menu-wrapper {
        border-top: 8px solid #FFFFFF;
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0;
        bottom: 0;
        width: 240px;
        height: 100%;
        background-color: #000000;
        font-size: 13px;
        font-weight: 400;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.effect li a {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.effect li a:hover,
.effect li a:focus {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.effect li.active a {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}


/* ------------------------------ nav menu -------------------------- */

.main-nav a {
    color: #000000;
}

.nav-list {
    list-style-type: none;
    display: block;
    margin: 20px auto;
    padding: 0 2em;
    font-weight: 300;
    color: #ffffff;
}

.nav-list li {
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    height: auto;
}

.nav-list li a {
    text-transform: uppercase;
}

.nav-list .active a span {
    background-color: #000000;
    color: #ffffff;
}

.nav-brand {
    border: 2px solid #000000;
    width: auto;
    font-size: 38px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 350px;
    font-weight: 300;
    line-height: 46px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-brand:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 10px;
}

.nav-brand span {
    font-weight: 700;
}

@media (max-width: 767px) {
    .nav-brand {
        float: left;
        width: auto;
        font-size: 28px;
        letter-spacing: -1px;
        border: 0;
    }
}

.nav-header {
    margin: 15px 0 45px 0;
    position: relative;
    height: 48px;
}

.nav-header h1 {
    margin: 5px 0 0 0;
}

.nav-header .cart {
    position: absolute;
    top: 0;
    right: 50px !important;
}

/*
.onePage{
    margin-top: 20px;
}*/

.mensajes{
    margin-top: 15px;
}

#divAlert{
    position: fixed!important;
    z-index: 999999!important;
    top: 2px!important;
    width: 92%!important;
    left: 20px!important;
}

@media (max-width: 767px) {
    /*.nav-header .cart {
        position: relative;
    }*/

    .nav-header {
        position: fixed;
        z-index: 9999;
        background-color: #ffffff;
        margin: 0px 0px 0px 0px!important;
        top: 0px;
        padding: 10px 10px 0px 10px;
        min-height: 70px;
        left: 0px;
        min-width: 100%;
        border-top: 8px solid #ffffff;
    }

    .onePage{
        margin-top: 50px;
    }

    .menu-wrapper{
        top:20px;
        padding-top: 35px;
    }

    .nav-header .cart {
        top: 10px;
        right: 60px !important;
    }

    .mensajes{
        margin-top: 0px;
    }

    .modal{
        top: 70px;
    }
}

.nav-header .badge {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    background-color: #C71B1B;
}

@media (max-width: 767px) {
    .nav-header {
        margin: 15px 0;
    }
}

.nav-icon,
.nav-icon-outline {
    background-color: #000000;
    border: 2px solid #000000;
    display: block;
    color: #ffffff;
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-icon:hover,
.nav-icon-outline:hover,
.nav-icon:focus,
.nav-icon-outline:focus {
    color: #ffffff;
    background: #C71B1B;
    text-decoration: none;
    border-color: #C71B1B;
}

a.nav-icon-outline {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}

a.nav-icon-outline:hover,
a.nav-icon-outline:focus {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    border-color: #000000;
}


/* mobile */

#wrap {
    position: relative;
    backface-visibility: hidden;
    min-height: 100%;
    min-width: 100%;
    z-index: 1030;
    background-color: #ffffff;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

#wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(146, 69, 220, 0.4);
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.menu-open#wrap::before {
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    z-index: 100;
}

.menu-open {
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    overflow: hidden;
}

.close-menu:hover {
    color: #C71B1B;
    text-decoration: none;
}

.img-responsive{
width: 100%;
}

@media (max-width: 767px) {
    .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 16px;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
}


/**
 *
 * Buttons
 *
 */

 .button-refrescar {
    padding: 5px;
    height: 100%;
    width: 100%;
    background-color: #0269EC;
    color: white;
    text-decoration: none !important;
}

.button-new {
    padding: 5px;
    height: 100%;
    width: 100%;
    background-color: green;
    color: white;
    text-decoration: none !important;
}

.button-new:hover {
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    color: white;
}

.new-button {
    padding: 5px;
    height: 100%;
    width: 100%;
    background-color: #0269EC;
    color: white;
    text-decoration: none !important;
    font-size: 15px;
}

.new-button:hover {
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    color: white;
}

.button-new-2 {
    padding: 10px;
    height: 100%;
    width: 100%;
    background-color: rgb(190, 33, 33);
    color: white;
    border-color: rgb(190, 33, 33);
    text-decoration: none !important;
}

.button-new-2:hover {
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    color: white;
}

.button-new-3 {
    padding: 10px;
    height: 100%;
    width: 100%;
    background-color: green;
    color: white;
    text-decoration: none !important;
}

.button-new-3:hover {
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    color: white;
}

.btn {
    font-size: 12px;
    cursor: pointer;
    padding: 0 35px;
    line-height: 43px;
    display: inline-block;
    margin: 0 15px 15px 0;
    height: 48px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: #ffffff;
    top: 0;
    text-decoration: none;
    background-color: #C71B1B;
    box-shadow: none;
    border: 2px solid #C71B1B;
}

.btn.pull-right,
.btn.pull-left {
    margin: 0;
}

.btn-outline,
.btn-outline-w {
    background: transparent;
    border: 2px solid #000000;
    box-shadow: none;
    color: #000000;
    text-decoration: none;
}

.btn-outline:hover,
.btn-outline-w:hover,
.btn-outline:focus,
.btn-outline-w:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    top: 0;
    text-decoration: none;
}

.btn-outline-w {
    border-color: #FFF;
    color: #FFF;
}

.btn-outline-w:hover,
.btn-outline-w:focus {
    color: #ffffff;
    top: 0;
    text-decoration: none;
    background-color: #C71B1B;
    box-shadow: none;
    border: 2px solid #C71B1B;
}

.btn-disable,
.btn-disable:hover,
.btn-disable:focus {
    background: #ddd;
    border-color: #ddd;
}

.btn-right {
    margin-right: 0;
    float: right;
}

@media (max-width: 767px) {
    .btn-right {
        text-align: center;
        float: none;
        margin: 0 auto;
        display: block;
    }
}

.btn i {
    font-style: normal;
    font-size: 16px;
    vertical-align: sub;
}

.btn i:before {
    line-height: 39px;
}

.btn i.left {
    padding-right: 10px;
}

.btn i.right {
    padding-left: 10px;
}

.btn-esp {
    font-size: 12px;
    cursor: pointer;
    padding: 0 35px;
    line-height: 43px;
    display: inline-block;
    margin: 0 15px 15px 0;
    height: 48px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.boton{
    font-size: 12px;
    cursor: pointer;
    padding: 0 35px;
    line-height: 43px;
    display: inline-block;
    margin: 0 15px 15px 0;
    height: 48px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    background:  #0269EC;
    color: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
  }
  .boton:hover{
    color: #ffffff; 
    border: 2px solid #000000;
    background:  #0269EC;
    text-decoration: none;
  }
  .boton i{
    margin-right: 30px;
  }

.images-cards figure {
    position: relative;
}

.images-cards img {
    height: 180px;
    width: 178px;
}

.images-cards figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 110%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 44px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.images-cards figure figcaption:hover {
    opacity: 1;
}


/* Selector de imágenes */

#Images .add-new-photo {
    display: flex;
    position: relative;
    border: 4px dashed rgb(163, 163, 163);
    height: 100%;
    /*min-height: 180px;*/
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: rgb(163, 163, 163);
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

#Images .add-new-photo.first:hover {
    background: rgba(255, 255, 255, 0.17);
}

#add-photo-container input {
    display: none;
}

.boton1 {
    background-color: rgba(231, 231, 231, 0.973);
    color: rgb(71, 71, 71);
    border: none;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 200px;
    height: 32px;
    display: inline-block;
    letter-spacing: 1px;
}

.boton1:hover {
    background-color: #555555;
    color: white;
}

.button {
    display: inline-block;
    padding: .75rem 1.25rem;
    color: black;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(214, 210, 210);
    border-radius: 10rem;
    z-index: -2;
}

.button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: darken(black, 15%);
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
}

.button:hover {
    color: black;
}

.button::before {
    width: 100%;
}


/**
 *
 * Breadcrumb
 *
 */

.breadcrumb {
    background-color: transparent;
    padding: 15px 17px;
    margin: 0;
}

.breadcrumb a {
    color: #000000;
}

.breadcrumb>.active {
    color: #ccc;
}


/**
 *
 * Product list
 *
 */

.productlist a .product-price {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #000000;
    opacity: 0.7;
}

.productlist a:hover .product-price {
    background-color: #000;
    color: #FFF;
    opacity: 1;
}

.productlist .product {
    padding-top: 0;
    padding-bottom: 50px;
}

.productlist .row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .productlist .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.productlist .col-sm-12,
.productlist .col-sm-8,
.productlist .col-sm-6,
.productlist .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding: 2px;
}

@media (max-width: 767px) {
    .productlist .col-sm-12,
    .productlist .col-sm-8,
    .productlist .col-sm-6,
    .productlist .col-sm-4 {
        min-height: 1px;
        /*padding: 0 15px 15px 15px;*/
    }
}

.productlist .col-sm-4.special {
    padding: 0;
}

.productlist .productlist-price-container {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 90%;
    text-align: right;
    z-index: 89;
    margin: 22px;
}

@media (max-width: 767px) {
    .productlist .productlist-price-container {
        margin: 30px;
    }
}

.productlist .productlist-love-container {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50%;
    text-align: left;
    z-index: 89;
    margin: 22px;
    font-size: 20px;
    line-height: 20px;
}

.productlist .product-price {
    background-color: #fff;
    display: inline-block;
    padding: .7em 1.1em;
    font-size: 11px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.3em;
}

.productlist .product-price .original-price {
    text-decoration: line-through;
    margin-left: .5em;
}

.price:before {
    content: '$';
}

.productlist-label {
    position: absolute;
    top: 26px;
    right: 22px;
}

.tabla-modal{
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 767px) {
    .productlist-label {
        top: 18px;
        right: 30px;
    }
}

.sold-out-label,
.sale-label {
    color: #C71B1B;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 9px;
    border: 2px solid #C71B1B;
}

.sale-label {
    color: #000;
    border-color: #000;
}

.show-more {
    margin-top: 30px;
}


/**
 *
 * Product colors
 *
 */

.product-colors {
    padding: 0;
    margin-bottom: 30px;
    padding-top: 15px;
}

.product-colors li {
    border: 2px solid #fff;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-colors li a {
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    display: block;
    height: 38px;
    text-align: center;
    width: 38px;
    border-radius: 50%;
}

.product-colors li a.white {
    border: 4px solid #eee;
}

.product-colors li:hover {
    border: 2px solid #000;
}

.product-colors li.selected {
    border: 2px solid #000;
}


/**
 *
 * Product detail
 *
 */

.product .product-title {
    margin-top: 0;
    margin-bottom: 21px;
}

.product .product-price {
    font-weight: 300;
    font-size: 12px;
    padding: 0;
}

.product .product-price .original-price {
    color: #ebebeb;
    margin-left: 5px;
}

.product .product-detail {
    margin: 30px 0;
}

.product .product-detail ul {
    padding-left: 20px;
}

.product .product-img {
    margin-bottom: 15px;
}

.product .product-mark {
    padding-top: 30px;
}

.product-mobile {
    padding-bottom: 30px;
}


/**
 *
 * Social links
 *
 */

.social-links {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    margin-right: -9px;
}

.social-links li {
    display: inline-block;
    margin: 0 9px 0 9px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent;
}

.social-links li a {
    background: transparent;
    border: 2px solid #000000;
    display: block;
    color: #000000;
    font-size: 16px;
    width: 41px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.social-links li a:hover {
    color: #FFF;
    background: #000000;
    text-decoration: none;
    border-color: #000000;
}


/**
 *
 * Cart
 *
 */

.cart-list {
    min-height: 600px;
    margin-bottom: 30px;
}

.cart-list a.remove-item {
    color: #000000;
}

.cart-list a.remove-item i {
    line-height: 34px;
    font-size: 17px;
}

.cart-list a.remove-item:hover {
    color: #C71B1B;
    text-decoration: none;
}

.cart-list a.remove-item th {
    font-size: 16px;
}

.boton-acciones {
    color: #000000;
}

.boton-acciones i {
    line-height: 34px;
    font-size: 17px;
}

.boton-acciones:hover {
    color: #C71B1B;
    text-decoration: none;
}

.boton-acciones th {
    font-size: 16px;
}

/**
 *
 * productlist
 *
 */

 .productlist {
    min-height: 600px;
    margin-bottom: 30px;
}

/**
 *
 * Blog
 *
 */

.blog-sidebar h3 {
    margin-top: 28px;
}

.blog-sidebar ul {
    padding-left: 18px;
}

.blog-sidebar .post-date {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-sidebar .post-date span {
    float: right;
}

article {
    margin-bottom: 60px;
}

article h1 {
    font-size: 32px;
}

article h1 a {
    color: #000;
}

article h1 a:hover {
    text-decoration: none;
}

article .social-links {
    margin: 30px 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    background-color: transparent;
    padding: 10px 0;
}

.paging {
    margin: 30px 0;
}

.paging .btn {
    padding: 0 20px;
}

.content .productlist {
    padding: 0 0 20px 0;
}

#comments_pagination {
    margin: 16px 0;
    text-align: center;
}

#comments_pagination a,
#comments_pagination span {
    cursor: pointer;
    font-size: 12px;
    padding: 0 16px;
    line-height: 38px;
    display: inline-block;
    margin: 0 8px 4px 0;
    height: 40px;
    text-decoration: none;
    font-weight: 700;
    outline: none;
    position: relative;
    background: #FFF;
    color: #000000;
    border: 2px solid #ebebeb;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#comments_pagination a:hover,
#comments_pagination span:hover,
#comments_pagination a:active,
#comments_pagination span:active,
#comments_pagination a:focus,
#comments_pagination span:focus {
    color: #fff;
    top: 0;
    text-decoration: none;
    background-color: #000000;
    box-shadow: none;
    border: 2px solid #000000;
}

#comments_pagination span {
    border: 2px solid #000000;
    background: #000000;
    color: #FFF;
}

.media {
    font-weight: 400;
}

.media hr {
    margin-top: 0;
}

.media h4 {
    margin: 0;
}

.media h4 span {
    float: right;
    font-size: 14px;
    color: #9f9f9f;
    font-weight: 400;
}

.media p {
    font-size: 13px;
    font-weight: 400;
}

.avatar,
.avatar:hover,
.avatar:active {
    border: 0;
}

#more-items {
    display: none;
}

.post-date {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-date span {
    float: right;
}

.nav-icon, .nav-icon-outline{
	margin-left: -30px!important;
}

.diamantes{
    margin-left: 20px!important;
    margin-right: 70px!important;
}

/*
.nav-header .cart {
    right: 0px !important;
}
*/

@media (max-width: 767px) {
    .nav-header .cart {
        /*position: relative;*/
        margin-right: 20px;
    }

    .diamantes{
        margin-right: 90px!important;
    }

    .nav-brand {
        display: none;
    }

    .ajuste-boton {
        padding-top: 25px!important;
    }
}

/**
 *
 * Footer
 *
 */

.footer {
    background-color: #ebebeb;
    padding: 50px 0;
}

.footer .copyright ul.nav-list {
    margin: 0 0 0 -5px;
    padding: 0;
}

.footer .copyright ul.nav-list li {
    margin-left: 0;
}

.icon-carousel {
    padding-top: 30%;
    padding-left: 10%;
}

@media (max-width: 767px) {
    .carrucel {
        visibility: hidden!important;
        background-color: red!important;
        display: none!important;
    }
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
    .footer .social-links {
        margin-right: 0;
    }
    .footer .pull-left,
    .footer .pull-right {
        float: none!important;
    }
}


/**Carousel**/

.how-it-works {
    background: #f5f5fa;
    padding-bottom: 30px;
}

.board {
    /*width: 75%;
	margin: 60px auto;
	margin-bottom: 0;
	box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board>div.board-inner>.nav-tabs {
    border: none;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
    outline: 0;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

span.round-tabs.one {
    border: 2px solid #ddd;
    color: #ddd;
}

li.active span.round-tabs.one,
li.active span.round-tabs.two,
li.active span.round-tabs.three,
li.active span.round-tabs.four,
li.active span.round-tabs.five {
    background: #69cb95 !important;
    border: 2px solid #69cb95;
    color: #fff;
}

span.round-tabs.two {
    border: 2px solid #ddd;
    color: #ddd;
}

span.round-tabs.three {
    border: 2px solid #ddd;
    color: #ddd;
}

span.round-tabs.four {
    border: 2px solid #ddd;
    color: #ddd;
}

span.round-tabs.five {
    border: 2px solid #ddd;
    color: #ddd;
}

.nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.nav-tabs>li {
    width: 16%;
}

.nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs>li a:hover {
    background: transparent;
}

.tab-content {}

.tab-pane {
    position: relative;
    padding-top: 50px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #69cb95;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

.round-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 3;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: unset !important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

span.round-tabs.active {
    background-color: #C71B1B;
}

@media( max-width: 585px) {
    .board {
        width: 90%;
        height: auto !important;
    }
    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .round-img {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
    .icon-cocinas:before {
        content: "\e621";
    }
    .icon-bannos:before {
        content: "\e60f";
    }
    .icon-closets:before {
        content: "\e608";
    }
}

.thumbnail {
    margin-bottom: 0px;
}

.widget h4 {
    margin-top: 0px;
}

.rptLetra1 {
    font-size: 11px;
    padding: 0px;
}

.rptTable1 td {
    margin: 0px 0px 0px 0px;
}

/*
.row {
    margin-right: 0px !important;
}*/

.numeros-rojos {
    color: red;
}

.acomodo-label {    
    width: 50% !important;
}

.zona-peligrosa {
    color: red;
}

.btn-control{
    margin-top: auto!important;
}

#gauge {
            width: 100%;
            height: 160px;
            display: inline-block;
            margin: 1em;
        }

#loading
{
    
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    top:0;  
    opacity:0.5;
    background-color:#000;
    color:#fff;
    z-index:9999;
}

.img-carousel{
    max-width: 150px!important;
    display: initial!important;
}

@media (min-width: 100px) {
    .caracteristica-list .col-md-4 {
        width: 100% !important;
        float: left;
        padding: 10px;
    }
    .caracteristica-list .col-sm-12 {
        float: left;
    }
    .caracteristica-list .col-md-4 a img {
        height: 120px !important;
    }
    .caracteristica-list .product-price {
        opacity: 0.6;
    }
    .modal-caracteristica-list .col-md-4 {
        width: 100% !important;
        float: left;
        padding: 10px;
    }
    .modal-caracteristica-list .col-md-4 a img {
        height: 120px !important;
    }
    .modal-caracteristica-list .productlist-price-container {
        position: static;
        margin: 0px;
    }
}

@media (min-width: 450px) {
    .caracteristica-list .col-md-4 {
        width: 50% !important;
    }
    .modal-caracteristica-list .col-md-4 {
        width: 50% !important;
        float: left;
    }
}

@media (min-width: 575.98px) {
    .col-md-4 {
        width: 25% !important;
    }
    .col-md-4 a img {
        height: 120px !important;
    }
    .col-modal {
        width: 33% !important;
    }
    .caracteristica-list .col-md-4 {
        width: 33% !important;
        float: left;
    }
    .modal-caracteristica-list .col-md-4 {
        width: 33% !important;
    }
}

@media (min-width: 767.98px) {
    .col-md-4 {
        width: 15% !important;
    }
    .col-md-4 a img {
        height: 120px !important;
    }
    .col-modal {
        width: 33% !important;
    }
    .caracteristica-list .col-md-4 {
        width: 25% !important;
    }
    .modal-caracteristica-list .col-md-4 {
        width: 33% !important;
    }

    .btn-control{
        margin-top: 24px!important;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 20% !important;
    }
    .col-md-4 a img {
        height: 120px !important;
    }
    .col-modal {
        width: 33% !important;
    }
    .caracteristica-list .col-md-4 {
        width: 20% !important;
    }
    .modal-caracteristica-list .col-md-4 {
        width: 33% !important;
    }
}

@media (min-width: 1199.98px) {
    .col-md-4 {
        width: 25% !important;
    }
    .col-md-4 a img {
        height: 120px !important;
    }
    .col-modal {
        width: 33% !important;
    }
    .caracteristica-list .col-md-4 {
        width: 20% !important;
        padding: 10px;
    }
    .modal-caracteristica-list .col-md-4 {
        width: 33% !important;
        padding: 10px;
    }
}

.widget fieldset{
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
}

.widget fieldset legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto !important;
}