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

.cart-content .tr-dropdown-menu {
    min-width: 380px;
    left: inherit;
    padding: 20px 15px;
    right: 0 !important
}

.cart-content .tr-dropdown-menu li {
    padding-bottom: 20px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd
}

.cart-content .tr-dropdown-menu li:last-child {
    margin-bottom: 0
}

.cart-content .tr-product {
    margin-bottom: 0;
    padding: 0
}

.cart-content .tr-product .product-image {
    float: left;
    width: 100px;
    border-radius: 4px;
    padding: 5px
}

.cart-content .tr-product:hover .product-image img {
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.cart-content .tr-product .product-title {
    margin-top: 20px
}

.total-price {
    font-weight: 600;
    color: #3a3d3f;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 15px
}



.total-price strong {
    margin-right: 5px
}

.remove-item {
    position: relative
}

.remove-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-weight: 300;
    z-index: 999
}

.remove-icon:hover {
    color: #326bf3
}

.cart-content>li {
    float: left;
    margin-right: 20px;
    position: relative
}

.cart-content li .icon {
    font-size: 20px
}

.cart-content li:last-child {
    margin-right: 0
}

.cart-number {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    border-radius: 100%;
    line-height: 8px;
    background-color: #ea2e49
}


.cart-numberMovil {
    position: absolute;
    color: #fff;
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    border-radius: 100%;
    line-height: 8px;
    background-color: #ea2e49;
}



.topbar-middle .right-content {
    float: right;
    padding: 5px 0
}

.cart-content {
    float: right;
    padding: 5px 0
}














.tr-dropdown {
    position: relative
}

.tr-dropdown-menu,
.sub-menu {
    position: absolute;
    top: 100%;
    min-width: 100%;
    width: 100%;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 8px 15px;
    list-style: none;
    opacity: 0;
    z-index: 99;
    border-top: 1px solid #ddd;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: transform .3s, opacity .3s
}

.tr-dropdown-menu li a {
    padding: 2px 0;
    font-size: 14px
}

.tr-menu .tr-dropdown-menu {
    min-width: 180px;
    padding: 15px 0
}

.tr-dropdown-menu .sub-menu {
    left: 100%;
    top: 0;
    padding: 15px 0
}

.tr-dropdown-menu .sub-menu li a {
    margin-right: 0
}

.navbar .tr-dropdown-menu li a,
.navbar-expand-lg .navbar-nav .tr-dropdown-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
    color: #326bf3;
    margin-right: 0;
    background-color: #fff;
    border-bottom: 1px solid #fff
}

/* .navbar .tr-dropdown-menu li a:hover,.navbar .tr-dropdown-menu li.active>a,.navbar-expand-lg .navbar-nav .tr-dropdown-menu li a:hover {
    color: #fff;
    background-color: #1e2f4a
} */

.tr-dropdown-menu li:last-child>a {
    border-bottom: 0
}

.tr-dropdown:hover>.tr-dropdown-menu,
.tr-dropdown-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.tr-dropdown.mega-dropdown {
    position: inherit
}

#mainmenu {
    position: relative
}

.menu-content {
    width: 100%;
    position: relative
}

.navbar-expand-lg .tr-dropdown-menu.mega-menu {
    padding: 50px 15px
}

.navbar-expand-lg .tr-dropdown-menu.mega-menu li a {
    padding-left: 0
}

.navbar-expand-lg .tr-dropdown-menu.mega-menu li a:hover,
.navbar-expand-lg .tr-dropdown-menu.mega-menu li.active a {
    padding-left: 20px
}

.mega-menu>li {
    float: left;
    width: 25%;
    padding: 0 15px
}

.mega-menu .title {
    display: block;
    font-size: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1e2f4a
}

.tr-banner {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.tr-banner:before,
.tr-breadcrumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 43, 50, .9)
}

.tr-breadcrumb:before {
    z-index: -1
}



.tr-promotion {
    margin-top: -140px
}

.tr-products {
    background-color: #fff
}

.product-image {
    overflow: hidden
}

.tr-product:hover .product-image img,
.tr-post:hover .entry-thumbnail img {
    -moz-transform: scale(1.05) rotate(2deg);
    -webkit-transform: scale(1.05) rotate(2deg);
    -o-transform: scale(1.05) rotate(2deg);
    -ms-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg)
}

.blog-details .tr-post:hover .entry-thumbnail img {
    transform: inherit
}


.tr-product {
    position: relative;
    background-color: #fff;
    text-align: center
}

.tr-product span {
    display: block
}

.product-title {
    color: #3a3d3f;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px
}

.tr-product .color {
    font-size: 12px;
    margin: 5px 0
}

.tr-product .price {
    color: #3a3d3f
}

.tr-product del {
    color: #838c8e;
    margin-right: 5px
}

.tr-product img {
    display: inline-block
}

.product-slider .slick-prev,
.product-slider .slick-next,
.cta-slider .slick-prev,
.cta-slider .slick-next {
    display: none !important
}

.product-slider .slick-dots {
    bottom: -45px
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 1px;
    background-color: #d5d5d4;
    border-radius: 100%;
    position: relative
}

.product-slider .slick-dots li.slick-active button,
.product-slider .slick-dots li:hover button {
    background-color: transparent
}

.slick-dots li button:before {
    width: 16px;
    height: 16px;
    top: -5px;
    left: -5px;
    content: "";
    opacity: 0;
    border: 3px solid #326bf3;
    background-color: transparent;
    border-radius: 100%
}

.product-slider .slick-dots li.slick-active button:before,
.product-slider .slick-dots li:hover button:before {
    opacity: 1
}

.tr-cta {
    padding: 20px 100px;
    background-color: #fff
}

.cta-info {
    padding: 40px 0;
    font-weight: 300;
    font-size: 16px
}

.cta-info-left,
.cta-info-right {
    width: 50%;
    float: left
}

.cta-info h1 {
    font-size: 48px;
    color: #292929;
    font-weight: 300;
    margin-bottom: 20px
}

.cta-info .btn {
    margin-top: 20px
}

.cta-iamage img {
    display: inline-block
}

.cta-slider .slick-dots {
    width: inherit;
    bottom: 20px
}

.cta-slider .slick-dots li.slick-active button {
    background-color: #326bf3
}

.cta-slider .slick-dots li button:before {
    display: none !important
}

.tr-cta.cta-2 {
    padding: 20px 50px;
    background-image: url(../images/bg/cta-2-bg.png);
    background-repeat: no-repeat;
    background-position: right center
}

.tr-cta.cta-2 .cta-info {
    max-width: 430px
}

.tr-cta.cta-2 .cta-info h1 {
    margin: 0 0 25px;
    font-size: 30px
}

.tr-cta.cta-2 .specification {
    color: #bbc0d4;
    margin: 30px 0 40px
}

.tr-cta.cta-2 .specification span {
    margin-left: 10px;
    display: inline-block
}

.tr-cta.cta-2 .specification a {
    color: #326bf3
}

.tr-cta.cta-2 .specification img {
    display: inline-block;
    margin-right: 5px
}

.tr-cta.cta-2 .buy-now span {
    font-size: 30px;
    color: #363636;
    float: left;
    margin-top: 5px
}

.tr-cta.cta-2 .btn {
    margin: 0 0 0 30px
}

.daily-needs {
    padding-bottom: 20px
}

.daily-needs .random-product {
    width: inherit;
    float: none;
    padding: 0
}

.tr-product a {
    color: #999eae;
    display: block
}

.tr-product {
    padding: 30px 15px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px
}

.image-slider .slick-dots {
    display: none !important
}

.product-slider .tr-product,
.related-product .tr-product,
.daily-needs .tr-product {
    margin-bottom: 0
}

.slick-prev,
.slick-next {
    z-index: 99999
}

.image-slider {
    overflow: hidden
}

.image-slider:hover .slick-prev {
    left: 0
}

.image-slider:hover .slick-next {
    right: 0
}

.slick-prev:before {
    content: "\e052"
}

.slick-next:before {
    content: "\e055"
}

.slick-prev:before,
.slick-next:before {
    color: #c4c9da;
    font-family: teriz
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #326bf3
}

.tr-convenience {
    padding: 50px 0;
    background-color: #326bf3
}

.convenience .icon {
    float: left;
    margin-right: 20px
}

.convenience span {
    color: #fff;
    font-weight: 700;
    max-width: 120px;
    line-height: 16px;
    margin-top: 8px;
    letter-spacing: 4px;
    display: inline-block;
    text-transform: uppercase
}

.tr-brands {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e2e3e4
}

.tr-brands .brand {
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border-left: 1px solid #e2e3e4
}

.tr-brands .brand.slick-current {
    border-left-color: transparent
}

.tr-brands .brand img {
    display: inline-block;
    opacity: .2;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.tr-brands .brand:hover img {
    opacity: 1;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1)
}

.cart-list li,
.cart-totals li {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2
}

.cart-item .tr-product {
    text-align: left;
    padding: 0;
    margin: 0
}

.cart-item .quantity {
    width: 90px;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #f2f2f2
}


.tr-menu-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    background: rgba(50, 62, 62, .9);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: table
}

.tr-menu-content.menu-open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.close-menu {
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right
}

.close-menu i {
    color: #fff
}

.main-drop-menu ul {
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow-x: hidden;
    text-align: left
}

.main-drop-menu>ul>li {
    display: block;
    position: relative;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    margin-right: 1px;
    text-transform: uppercase
}

.main-drop-menu ul li a {
    color: #fff;
    display: block
}

.main-drop-menu .tr-dropdown-menu {
    text-align: left;
    left: 100%;
    top: 50%;
    background-color: rgba(50, 62, 62, .5)
}

.main-drop-menu .tr-dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 25px
}

.tr-menu.main-drop-menu {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 100%;
    background-color: transparent
}

.main-drop-menu>ul {
    margin: 0;
    padding: 0;
    min-width: 250px;
    display: inline-block
}

.main-drop-menu.tr-menu .tr-dropdown-menu,
.main-drop-menu.tr-menu .tr-dropdown-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    border-top: 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    -ms-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    background-color: transparent
}

.main-drop-menu.tr-menu .tr-dropdown-menu .sub-menu {
    padding: 0
}

.main-drop-menu.tr-menu .tr-dropdown .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer
}



::-webkit-inner-spin-button {
    display: none
}

.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0
}

.tr-menu .navbar-nav .tr-dropdown i {
    display: none;
    right: 0;
    top: 0;
    color: #fff;
    position: absolute;
    cursor: pointer
}


.flexCenter {
    display: flex;
    justify-content: center;
}


.cargando {
    position: relative;
    color: E9BCC0;
    margin-top: 2em;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.contenedor-loader {
    height: 6em;
}

#contenedor {
    /* background-color: #00b8de;  */
    display: grid;
    place-content: center;
    height: 80vh;
    color: #000;
}

.contenedor-loadertbl {
    height: 6em;
}

#contenedortbl {
    /* background-color: #00b8de;  */
    display: grid;
    place-content: center;
    height: 39vh;
    color: #000;
}

.loader,
.loader:before,
.loader:after {
    background: #E9BCC0;
    animation: cargando 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
}

.loader {
    text-indent: -9999em;
    margin: 10% auto;
    position: relative;
    font-size: 11px;
    animation-delay: 0.16s;
}

.loader:after {
    left: 1.5em;
    animation-delay: 0.32s;
}

@keyframes cargando {

    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}


.imgHeader {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 2px 11px 1px #dbc3c5;
    -moz-box-shadow: 2px 2px 11px 1px #dbc3c5;
    box-shadow: 0px 0px 0px 0px #dbc3c5;
    border-radius: 20px;
}

.imgHeaderBorderRedondeado {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 2px 2px 11px 1px white;
    -moz-box-shadow: 2px 2px 11px 1px white;
    box-shadow: 2px 2px 11px 1px white;
    border-radius: 1.52rem !important;
    cursor: pointer !important;
    border: beige;
}


/* .imgHeaderBorderRedondeado:hover {
    box-shadow: 2px 2px 2px 2px #E9BCC0 !important;
    cursor: pointer;
} */

.cardDestacados:hover {
    box-shadow: 2px 2px 2px 2px #E9BCC0 !important;
    cursor: pointer;
}



.selected {
    background-color: #ffe8e9;
}


.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}


/* Works on Firefox */
.scroller {
    scrollbar-width: thin;
    scrollbar-color: gray white;
}

/* Works on Chrome, Edge, and Safari */
.scroller::-webkit-scrollbar {
    width: 10px;
}

.scroller::-webkit-scrollbar-track {
    background: #f4f4f4;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #E9BCC0;
    border-radius: 20px;
    border: 2px solid white;
}


.textForm {
    font-size: 13px !important;
    color: #7e9996 !important;
    font-weight: 700 !important;
    font-family: 'Bodoni Moda', serif !important;
}




  

/* Sidebar */
.sidebar {
    position: fixed;
    top: 6.3rem;
    bottom: 0;
    left: 0;
    padding: 8px 0 0; /* Height of navbar*/
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 340px;
    z-index: 600;
  }
  
  @media (max-width: 991.98px) {
    .sidebar {
      width: 75%;
    }
  }


  .sidebar .activeSelect {
    border-radius: 0px;
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); */
   color:  #a8aeb3 !important;
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }