body {
    font-family: 'Raleway', sans-serif;
    background-color: #eaeaea;
    padding-top: 100px;
}

html {
    min-height: 100%;
    position: relative;
}

.btn-primary {
    background-color: #BD000E;
    border: 1px solid #BD000E;
}

.btn-primary:hover {
    background-color: #733510;
    border: 1px solid #733510;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.discount-alert {
    background-color: #733510;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
}

.main-nav {
    font-family: 'Raleway', sans-serif;
    background-color: #FFF;
    padding: 15px;
    /* box-shadow: 0 3px 4px rgba(0,0,0,.23); */
    border-bottom: 1px solid rgba(0,0,0,.1);
    /* box-shadow: 0 5px 6px rgba(0,0,0,.23); */
    /* border-bottom: 2px solid #FFF; */
    position: relative;
}

.main-nav .navItemFirst a, .navItemSeccond a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    /* background-color: #FFF; */
    /* border-radius: 5px; */
    margin-right: 10px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #222;
    /* border-bottom: 2px solid rgba(255,255,255,.1); */
    transition: all ease .4s;
}

.main-nav .navItemFirst a:hover, .navItemSeccond a:hover {
    background-color: #BD000E;
    border-radius: 5px;
    color: #FFF;    
}

.navItemSeccond {
    text-align: right;
}

.logoNav img {
    width: 80%;
}

.contentMain {
    margin-top: 100px;
    margin-bottom: 100px;
}

.sidebar {
    background-color: #733510;
    padding: 15px;
    border-radius: 5px;
}

.listSidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listSidebar li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    background: #733510;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    border-radius: 5px;
    /* box-shadow: 0 3px 4px rgba(0,0,0,.1); */
    border: 1px solid rgba(255,255,255,.1);
    color: #FFF;
    cursor: pointer;
    transition: all ease .4s;
    margin-bottom: 10px;
}

.listSidebar li:hover {
    background-color: rgba(255,255,255,.1);
    color: #FFF;
}

.red-color {
    background-color: #BD000E;
    color: #FFF;
}

.p-perro {
    background-image: url('../assets/images/p-perros.png');
    background-repeat: repeat-x;
}

.p-gato {
    background-image: url('../assets/images/p-gatos.png');
    background-repeat: repeat-x;
}

.p-caballo {
    background-image: url('../assets/images/p-caballo.png');
    background-repeat: repeat-x;
}

.category-section {
    width: 100%;
    padding: 80px 0;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 25px;
    /* filter: blur(1px); */
    transition: all ease .4s;
    cursor: pointer;

}

.category-section:hover {
    transform: scale(1.1);
}

.category-section .category-thumb h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.buttonLike {
    position: absolute;
    top: -10px;
    right: -15px;
    border: none;
    cursor: pointer;
    font-size: 24px;
    width: 42px;
    height: 42px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-radius: calc(50%);
    background: #BD000E;
    color: #FFF;
    transition: all ease .4s;
    box-shadow: 0 3px 4px rgba(0,0,0,.23);
}

.buttonLike:hover {
    transform: scale(1.2);
    background-color: #FFF;
    color: #733510;
}

.pie-page {
    background-color: #FFF;
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.pie-page .footer-list a {
    display: inline-block;
    text-decoration: none;
    color: #BD000E;
    transition: all ease .4s;
    font-size: 14px;
}

.pie-page .footer-list a:hover {
    text-decoration: underline;
}

.pie-logo {
    width: 100%;
    text-align: center;
}

.pie-page .pie-logo img {
    width: 100%;
}

/* Category */

.box {
    background-color: #FFF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 3px 4px rgba(0,0,0,.23);
}

.box .subcategory {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 15px;
    height: 100px;
    overflow: auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

/* Product */

.productContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.productCarousel {
    width: 100%;
    width: 20%;
    height: 572px;
    background-color: #FFF;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
    /* overflow: auto; */
    /* margin-right: 10px; */
    padding: 5px;
    border-radius: 10px;
    margin-right: 5px;
    overflow-x: auto;
    /* height: 100px; */
    display: flex;
    margin-bottom: 5px;
    /* justify-content: center; */
    flex-flow: column;
    /* justify-content: space-around; */
}

.productCarousel::-webkit-scrollbar {
    width: 0;
  }
   
  .productCarousel::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  }
   
  .productCarousel::-webkit-scrollbar-thumb {
    background-color: #FFF;
    outline: 1px solid #FFF;
    border-radius: 10px;
  }

.articlePost {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    background-color: #FFF;
    /* margin-bottom: 10px; */
    /* padding: 5px; */
    /* border-radius: 5px; */
    /* box-shadow: 0 3px 4px rgba(0,0,0,.1); */
    border-radius: 10px;
    margin-right: 5px;
    /* border: 1px solid #eaeaea; */
    cursor: pointer;
    transition: all ease .4s;
    opacity: 1;
}

.articlePost:hover {
    box-shadow: none;
    border: 1px solid #BD000E;
    opacity: .1;
}

.articlePost img {
    width: 100%;
    border-radius: 10px;
}

.productImage {
    width: 79%;
    margin-bottom: 24px;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
}

.productImage > img {
    width: 100%;
    height: 572px;
    object-fit: cover;
    background-position: center;
    border-radius: 10px;
}

.productSidebar {
    background-color: #FFF;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
    border-bottom: 3px solid #BD000E;
    margin-bottom: 25px;
}

.productTitle {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #733510;
    padding: 0;
    margin: 0;
    text-align: center;
}

.productPrice {
    font-size: 10px;
    font-weight: bold;
    font-size: 18px;
    background: #BD000E;
    color: #FFF;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    padding: 8px;
    border-bottom: 1px solid #eaeaea;
    /* margin-bottom: 24px; */
    margin-top: 10px;
}

.productList {
    list-style: none;
    padding: 0;
}

.productList li {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #222;
    /* margin-bottom: 15px; */
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.productList li a {
    text-decoration: none;
    color: #BD000E;
}

.productList .icon-sidebar {
    margin-right: 15px;
    font-size: 18px;
    color: #733510;
}


.info-box {
    background-color: #FFF;
    padding: 25px;
    margin-bottom: 24px;
    border-radius: 10px;
    box-shadow: 0 3px 4px rgba(0,0,0,.1);
}

/* Dashboard */

.profile-sidebar-left {
    background-color: #FFF;
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 24px;
}

.user-profile-info h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 17px;
    padding: 0;
    margin: 0;
    color: #733510;
}

.user-profile-info span {
    display: inline-block;
    padding: 3px 8px;
    background-color: #BD000E;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    border-radius: 10px;
    color: #FFF;
    margin-top: 5px;
}


.profile-nav h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #BD000E;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.profile-nav .list-profile-nav a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #733510;
    padding: 8px;
    transition: all ease .4s;
    border-radius: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

.profile-nav .list-profile-nav a:hover {
    background-color: #BD000E;
    color: #FFF;
}

.profile-nav .list-profile-nav a > i {
    margin-right: 15px;
    font-size: 18px;
}

.statics {
    display: block;
    padding: 45px 15px;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(0,0,0,.23);
    transition: all ease .4s;
    cursor: pointer;
}

.statics:hover {
    transform: scale(1.1);
}

.bg-statics1 {
    background: #BD000E;
}

.bg-statics2 {
    background: #2ecc71;
}

.statics .statics-title {
    color: rgba(255,255,255,.87);
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.statics .statics-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 80px;
    color: rgba(255,255,255,.57);
    transform: rotate(-9deg);
}

.profile-home-title {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #BD000E;
}

.table>thead {
    vertical-align: bottom;
    color: #919191;
}


/* Blog */

.listBlog a {
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #FFF;
    /* border-radius: 5px; */
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #733510;
    box-shadow: 0 10px 15px 4px rgba(0,0,0,.1);
    transition: all ease-in .4s;
}

.listBlog a:hover {
    transform: scale(1.1);
    background-color: #BD000E;
    color: #FFF;
}

.blogTitleContainer {
    background-color: #FFF;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 10px 15px 4px rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.blogTitleContainer .blogTitle {
    font-weight: bold;
    font-size: 22px;
    color: #BD000E;
    font-family: 'Raleway', sans-serif;
}

.blogTitleContainer .blogSubtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #733510;
}

.blogTitleContainer .iconoblog {
    display: block;
    width: 100%;
    font-size: 42px;
    margin-top: 25px;
    color: #BD000E;
}

.blogInfo {
    color: #733510;
    font-size: 13px;
    font-weight: bold;
}

.blogContent {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 25px;
    border-radius: 25px;
    text-transform: none;
    text-align: left;
    margin: 25px 0;
}

/* Comments box */

.card {
    
    border: none;
    /* box-shadow: 5px 6px 6px 2px #e9ecef; */
    background-color: #f6f6f6;
    border-radius: 4px;
}


.dots{

    height: 4px;
  width: 4px;
  margin-bottom: 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.badge{

        padding: 7px;
        padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef;
}

.user-img{

    margin-top: 4px;
}

.check-icon{

    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px;
}

.form-check-input{
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer;
}


.form-check-input:focus{
    box-shadow: none;
}


.icons i{

    margin-left: 8px;
}
.reply{

    margin-left: 12px;
}

.reply small{

    color: #b7b4b4;

}


.reply small:hover{

    color: green;
    cursor: pointer;

}

.form-comment {
    width: 100%;
    margin-bottom: 35px;
}

.form-comment textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    max-height: 90px;
    border: none;
    box-shadow: 0 5px 6px rgba(0,0,0,.1);
    border: 1px solid #eaeaea;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: #777;
}

.form-comment button {
    width: 100%;
    height: 90px;
    border: none;
    background-color: #BD000E;
    border-radius: 5px;
    font-size: 30px;
    color: #FFF;
    transition: all ease .4s;
    text-align: center;
    position: relative;
}

.form-comment button span {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 7px;

}

.form-comment button:hover {
    background-color: #733510;
    color: #FFF;
}