:root {
    --colorPrincipal: #e62e39;
    --cocina: #ff6a36;
    --embalaje: #ff2e1b;
    --cotillon: #ffa147;
    --hogar: #33bac2;
    --electrodomesticos: #ff4442;
    --fontPrincipal: 'Merriweather Sans', 'Open Sans', sans-serif;
    --fontSecundaria: 'Open Sans', 'Merriweather Sans', sans-serif;
}

body {
    color: #535a5d;
}

nav.breadcrumb-nav {
    background: #f5f5f5;
    border: 0;
}

.product-title {
    min-height: 37px;
}

a:hover,
h2.product-title a:hover,
.product-price {
    text-decoration: none !important;
    color: var(--colorPrincipal);
}

.text-color,
.header-menu ul a:hover,
.dropdown.cart-dropdown:hover .header-icon,
.product-title a:hover {
    color: var(--colorPrincipal) !important;
}

.form-control:focus {
    border-color: var(--colorPrincipal);
}

label,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.product-title a {
    color: #111;
    font-family: var(--fontPrincipal);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: var(--colorPrincipal);
    background: var(--colorPrincipal);
}

.add-cart,
.btn {
    text-transform: none;
}

.btn-secondary {
    border-color: #111;
    background-color: #111;
}


/* header */

.header-top {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.header {
    border-top-color: var(--colorPrincipal);
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: top right;
}

.header-menu ul a {
    font-family: var(--fontSecundaria);
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: normal;
}

.logo img {
    object-fit: contain;
}

.header-dropdown {
    text-transform: none;
}

.dropdown-expanded .header-menu a,
.cart-dropdown .dropdown-toggle::after,
.sticky-header.fixed .menu>li>a {
    color: #111;
}

.sticky-header.fixed .menu>li:hover>a,
.sticky-header.fixed .menu>li.show>a,
.sticky-header.fixed .menu>li.active>a {
    background-color: #111;
}

.header-search .form-control,
.header-search select,
.header-search .btn {
    height: 34px;
}

.header-search .form-control,
.header-search select {
    background: #fff;
    font-size: 1.5rem;
}

.header-search .btn {
    color: #fff;
    background: var(--colorPrincipal);
}

.header-search .header-search-wrapper {
    border: 2px solid var(--colorPrincipal);
}

.header-middle .header-right {
    margin-left: 0;
}

.cart-dropdown .dropdown-toggle::before,
.add-cart::before,
.product-image::after {
    display: none;
}

.cart-dropdown>a {
    font-size: 33px;
    color: #111;
}

.dropdown-cart-action .btn:hover,
.dropdown-cart-action .btn:focus {
    background-color: #111;
    border-color: #111;
}

.dropdown-cart-products {
    max-height: 53vh;
    overflow: auto;
}

.cart-dropdown .product-image-container {
    border: none;
}

.header-bottom {
    background-color: transparent;
}

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

.menu>li>a img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-left: 0;
}

.menu>li>a {
    color: #2D2926;
    padding: 5px 30px;
    font-weight: 600;
}

.menu li a {
    white-space: normal;
    text-transform: none;
    color: #111;
    font-size: 1.6rem;
    font-family: var(--fontPrincipal);
}

.menu li a:hover {
    background-color: var(--colorPrincipal);
    color: #fff;
}

.menu li.megamenu-container {
    background-color: var(--colorPrincipal);
    margin: 0;
    flex-grow: 1;
}

.bg-cocina,
.menu li.megamenu-container:nth-child(1),
.mobile-menu>li:nth-child(1) img,
.menu .megamenu-container:nth-child(1) .megamenu a:hover {
    background-color: var(--cocina);
    border-color: var(--cocina);
}

.bg-embalaje,
.menu li.megamenu-container:nth-child(2),
.mobile-menu>li:nth-child(2) img,
.menu .megamenu-container:nth-child(2) .megamenu a:hover {
    background-color: var(--embalaje);
    border-color: var(--embalaje);
}

.mobile-cats-nav .bg-cotillon,
.menu li.megamenu-container:nth-child(3),
.mobile-menu>li:nth-child(3) img,
.menu .megamenu-container:nth-child(3) .megamenu a:hover {
    background-color: var(--cotillon);
    border-color: var(--cotillon);
}

.bg-hogar,
.menu li.megamenu-container:nth-child(4),
.mobile-menu>li:nth-child(4) img,
.menu .megamenu-container:nth-child(4) .megamenu a:hover {
    background-color: var(--hogar);
    border-color: var(--hogar);
}

.bg-electrodomesticos,
.menu li.megamenu-container:nth-child(5),
.mobile-menu>li:nth-child(5) img,
.menu .megamenu-container:nth-child(5) .megamenu a:hover {
    background-color: var(--electrodomesticos);
    border-color: var(--electrodomesticos);
}

.category-column h3 a:before {
    display: inline-block;
    position: relative;
    font-family: 'porto';
    line-height: 1;
    content: '\e81a';
    font-weight: 100;
    margin-right: 20px;
}

.category-column h3 a {
    position: relative;
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
    background: transparent;
    color: var(--colorPrincipal);
}

.menu-area {
    column-count: 2;
    column-gap: 1em;
}

.category-column {
    display: inline-block;
    margin: 0 0 0;
    width: 100%;
}

.menu .megamenu,
.menu ul {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menu .megamenu ul a {
    padding: 0;
    font-size: 1.3rem;
    color: var(--colorPrincipal);
    padding-left: 10px;
}

.mobile-menu>li:nth-child(1).open>a,
.menu .megamenu-container:nth-child(1) .megamenu ul a {
    color: var(--cocina);
}

.mobile-menu>li:nth-child(2).open>a,
.menu .megamenu-container:nth-child(2) .megamenu ul a {
    color: var(--embalaje);
}

.mobile-menu>li:nth-child(3).open>a,
.menu .megamenu-container:nth-child(3) .megamenu ul a {
    color: var(--cotillon);
}

.mobile-menu>li:nth-child(4).open>a,
.menu .megamenu-container:nth-child(4) .megamenu ul a {
    color: var(--hogar);
}

.mobile-menu>li:nth-child(5).open>a,
.menu .megamenu-container:nth-child(5) .megamenu ul a {
    color: var(--electrodomesticos);
}

.menu .megamenu-container .megamenu ul a:hover {
    color: #fff !important;
}

i.header-icon {
    font-size: 32px;
}

.cart-dropdown .dropdown-toggle {
    padding-right: 1.3rem;
}

.header-middle .header-right {
    justify-content: flex-end;
}

.mobile-menu-toggler span {
    font-size: 16px;
    font-weight: 600;
    margin-top: -5px;
}

.mobile-menu-container {
    background-color: #fff;
}

.mobile-menu>li>a {
    text-transform: none;
    display: flex;
    align-items: center;
    font-family: var(--fontPrincipal);
    font-size: 14px;
}

.mobile-menu img {
    height: 35px;
    object-fit: contain;
    margin-right: 1rem;
    border-radius: 50%;
    padding: 2px;
    width: 35px;
    background-color: var(--colorPrincipal);
}

.header-search,
.header-search form,
.header-search .form-control {
    width: 100%;
    max-width: 100%;
}

.dropdown-cart-action .btn {
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
    font-size: 14px;
}

.category-banner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.category-banner img {
    width: 100%;
    height: auto;
    display: block;
}


@media (min-width:992px) {

    .cart-dropdown:hover .dropdown-menu,
    .compare-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 991px) {

    .header-search,
    .header-search-wrapper {
        width: 100%;
    }

    .header-search .header-search-wrapper::before,
    .header-top {
        display: none;
    }

    .header-middle {
        padding-top: 1.7rem;
        padding-bottom: 0.5rem;
    }

    .header-search .header-search-wrapper {
        position: static;
        display: flex;
    }

    .header-middle .header-left {
        justify-content: center;
    }

    .header-middle .header-right {
        justify-content: space-between;
    }

    .header-middle .header-center {
        margin: 10px 0;
    }

    .header-search .header-search-wrapper {
        box-shadow: none;
    }

    .megamenu {
        width: 100%;
    }
}


/* index */

.b-slider,
.b-slider .swiper-slide,
.b-slider .swiper-slide img {
    max-height: 100%;
    width: 100%;
}

.swiper-wrapper {
    height: 500px !important;
}

.b-slider .swiper-slide img {
    object-fit: cover;
    height: 500px;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: 100% !important;
}

.b-slider .swiper-button-next,
.b-slider .swiper-button-prev {
    color: #fff;
}

.swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.partner img {
    height: 145px;
    object-fit: contain;
    width: 100%;
    padding: 10px;
}

.owl-carousel .product:after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .product-image {
    padding: 10px;
}

.owl-carousel .grid-product {
    overflow: hidden;
}

@media (min-width:767px) {
    .owl-carousel .grid-product {
        border-right: 1px solid #e3e4e4;
        padding-right: 15px;
        padding-bottom: 0 !important;
    }
}

.owl-carousel .grid-product:hover {
    padding-right: 15px;
}


/* catalogo */

aside.sidebar-shop {
    border-right: 1px solid #ddd;
}

.products-grid .product-image img {
    height: 220px;
    object-fit: contain;
}

.product-title a {
    font-family: var(--fontPrincipal);
}

.custom-control {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
}

.sidebar-shop .widget-title a::before,
.sidebar-shop .widget-title a::after {
    height: 1px;
}

.product-label {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.product-label.label-sale {
    background-color: var(--colorPrincipal);
}

.sidebar-shop .widget {
    padding-bottom: 3.5rem;
}

.sidebar-shop .widget-title {
    border-bottom: 0;
}

.sidebar-shop .widget-title a {
    color: var(--colorPrincipal);
    font-size: 15px;
}

.product-image-container {
    margin-bottom: 1rem;
}


/* ficha producto */

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1.2rem;
}

.breadcrumb-item {
    text-transform: none;
}

#cantidad_input {
    -moz-appearance: textfield;
}

.product-single-details .paction {
    background: var(--colorPrincipal);
    color: #fff;
    font-weight: 800;
    border-color: var(--colorPrincipal);
    border-radius: 50px;
    width: 100%;
}

.add-cart span {
    font-size: 16px;
}

.product-single-qty .btn.btn-outline {
    border-color: transparent;
}

#cantidad_input::-webkit-outer-spin-button,
#cantidad_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media (max-width:767px) {

    .product-single-image,
    .zoomContainer,
    .category-grid .product-image img {
        pointer-events: none;
    }
}

.product-slider-container .product-item img {
    height: 400px;
    object-fit: none;
}

.prod-thumbnail img {
    height: 100px;
    object-fit: cover;
    opacity: 0.5;
    filter: grayscale(1);
    transition: all ease 0.5s;
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
    border: none;
    opacity: 1;
    filter: grayscale(0);
}

.owl-carousel .owl-item .product-image img {
    height: 220px;
    object-fit: contain;
}

.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
    border-color: transparent;
    background-color: #F44336;
}

.input-group.bootstrap-touchspin.bootstrap-touchspin-injected {
    border: 1px solid #bbb;
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: transparent;
    background: transparent;
}

.product-single-qty .btn.btn-down-icon::after,
.product-single-qty .btn.btn-up-icon::before,
.product-single-qty .btn.btn-up-icon::after {
    background-color: #767f84;
}

.product-single-qty .btn-outline:not(:disabled):not(.disabled):active::after,
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active::before {
    background-color: #fff;
}


/* carrito */

.cart-dropdown .product-details {
    font-weight: 400;
}

.cart-summary h3 {
    font-weight: 600;
}

.product-image-container {
    background-color: transparent;
}

table.table.table-cart img {
    width: 100px;
}

.product-col .product-image-container {
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
}

.product-col .product-image-container {
    border: 0;
}

td.product-col {
    position: relative;
}

.remove-product {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.table.table-contact tr th,
.table.table-contact tr td {
    display: block;
}

.table.table-contact tbody tr:first-child td {
    padding-top: .6rem;
}

td {
    vertical-align: middle !important;
}

.table-mini-cart tr td {
    border-bottom: 0;
}

.table-mini-cart tr {
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
    table.table-cart tr td:before {
        content: attr(data-title) " ";
        float: left;
        font-weight: 700;
    }
}


/* marcas */

.marcas-logos div>.product-image-container {
    border: none;
    width: 178px;
    margin: auto;
    transition: .6s;
}

.marcas-logos .product-image-container:not(.cart-img) img {
    height: 145px;
    object-fit: contain;
    width: 100%;
    padding: 10px;
}


/* cliente fiel */

.product.product-default {
    border: 1px solid #ddd;
    padding: 10px;
}

.category-grid .product-image img {
    height: 220px;
    object-fit: contain;
}

.add-cart {
    text-transform: none;
    width: 100%;
}

textarea.form-control,
.form-control {
    max-width: 100%;
}


/* contacto */

.contact-info i,
.social-icon {
    background-color: var(--colorPrincipal);
    border-radius: 50%;
}

.bg-symbol {
    position: absolute;
    text-align: center;
    bottom: -70px;
    margin-left: auto;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
    width: 160px;
    height: 160px;
}

.section-title {
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--colorPrincipal);
    font-family: var(--fontPrincipal);
    border-bottom: 3px solid var(--colorPrincipal);
    padding-bottom: 4px;
}

@media (min-width:992px) {
    .carousel-title.section-title:after {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 50%;
        width: auto;
        height: auto;
        margin: 0;
        transition: all .3s;
        border: 0;
        color: #e62e39;
        font-family: 'porto';
        font-size: 3.6rem;
        line-height: 1;
        content: '\e81c';
        transform: translate(-50%, -50%);
    }
}

.title-wrapper:after {
    content: '';
    background-image: url(../images/pattern.png);
    background-size: contain;
    width: 200px;
    height: 70px;
    bottom: 10px;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    z-index: -1;
}


/* footer */

.footer {
    background-color: #111;
    font-size: 1.5rem;
}

.footer-bottom {
    padding: 2rem 0;
}

.footer .social-icon {
    background-color: var(--colorPrincipal);
    border-radius: 50%;
}

.footer .widget-title,
.contact-info-label,
.dropdown-cart-action .btn {
    text-transform: none;
}

#scroll-top {
    left: 15px;
    bottom: 10px;
    background-color: var(--colorPrincipal);
    border-radius: 50%;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: fixed;
    right: 5px;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-floating .logo-whatsapp {
    color: #fff;
    font-size: 3rem;
}

.btn-wha {
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-fbm {
    bottom: 70px;
    background-color: #0078ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-fbm:hover {
    background-color: #0162d0;
}

@media (max-width:767px) {
    .links {
        columns: 2;
    }
}

.menu-icon {
    background: var(--colorPrincipal);
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.checkout-methods .btn {
    text-transform: none;
    font-weight: 600;
}


/* login */

#login,
#register {
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
}

.login-divider {
    margin: 30px 0;
    position: relative;
    text-align: center;
}

.login-divider:before {
    border-bottom: 1px solid #D6D6D6;
    bottom: 45%;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.login-divider span {
    background-color: #f8f9fa;
    color: #333;
    display: inline-block;
    font-size: 16px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    z-index: 3;
}


/* index 3 */

.header-3 {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    background-color: var(--colorPrincipal);
}

.header-3.header-fixed {
    position: absolute;
    background-color: transparent;
}

.header-3 .mobile-menu-toggler {
    display: block;
    color: #fff;
    font-size: 26px;
}

.mobile-menu-toggler:focus {
    outline-color: transparent;
}

.body-3 .mobile-menu-close {
    font-size: 26px;
}

.body-3 .mobile-menu-container {
    left: unset;
    right: 0;
    transform: translateX(100%);
    box-shadow: -0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
}

.body-3 .mobile-menu li {
    border-top: 0;
    transition: all ease .4s;
}

.body-3 .mobile-menu>li>a {
    font-size: 14px;
}

.body-3 .mobile-menu li>a:hover,
.body-3 .mobile-menu li.open>a {
    background: var(--colorPrincipal);
}

.body-3 .mobile-menu li:hover a,
.body-3 .mobile-menu li.open a {
    color: #fff !important;
}

.body-3.mmenu-active .mobile-menu-container {
    transform: translateX(0);
    visibility: visible;
}

.mobile-cats-nav {
    transition: all .35s;
}

.has-menu.open {
    position: unset;
}

.translate {
    transform: translateX(-100%);
}

.translate-level-2 {
    transform: translateX(-200%);
}

.mobile-cats-nav .has-menu.open .ul-mobile {
    position: absolute;
    top: 0;
    left: 97%;
    width: 100%;
    background-color: white;
}

.btn-backlink-menu,
.btn-backlink-menu-level-2 {
    font-weight: bold;
    color: var(--colorPrincipal) !important;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.icon-arrow-btn {
    right: -3rem;
    position: absolute;
}

.body-3.mmenu-active .page-wrapper {
    transform: none;
}

.body-3.loaded.mmenu-active {
    overflow: hidden;
}

.mobile-menu-container {
    max-width: 270px;
    overflow-x: hidden;
}

.body-3 .header-search .header-search-wrapper {
    border: 2px solid #ddd;
    background-color: #fff;
}

.body-3 .header-search .btn {
    background: transparent;
    color: #606669;
}

.body-3 .header-search .btn:hover,
.header-search .btn:focus {
    color: var(--colorPrincipal);
}

.body-3 .header-middle {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

.mobile-menu li a,
.mobile-menu-close,
.mmenu-btn {
    color: #333;
    font-size: 14px;
}

.nav.nav-pills-mobile {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
    margin: 0 0 .2rem;
}

.nav.nav-pills-mobile .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 0 -.1rem;
}

.mobile-menu-container .nav.nav-pills-mobile .nav-link {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: .2rem solid #efefef;
    background: none;
    padding: .8rem 2rem;
    text-align: center;
    transition: all .35s ease;
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
    color: #333;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: var(--colorPrincipal);
    border-bottom-color: var(--colorPrincipal);
}

.mobile-menu li {
    border-bottom: 1px solid #efefef;
    border-top: 0;
}

.mobile-menu {
    border-bottom: 0;
}

.mobile-menu-container .social-icon {
    background-color: var(--colorPrincipal) !important;
}


/* slider */

.main-slider .home-slider,
.main-slider .home-slide,
.main-slider .home-slider img {
    max-height: 100vh;
    height: 100vh;
}

.main-slider .home-slide {
    position: relative;
}

.main-slider .home-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    display: block;
    background-color: inherit;
    backface-visibility: hidden;
    opacity: 0.4;
    background-color: #151515;
}

.body-3 .home-slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
}

.body-3 .home-slider.owl-carousel .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.25);
}

.body-3 .home-slider.owl-carousel .owl-dots {
    right: 50%;
    transform: translateX(50%);
}

.body-3 .home-slider.owl-carousel .owl-dots .owl-dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.main-slider .home-slide-content {
    left: 50%;
    bottom: 50%;
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
    transform: translate(-50%, 50%);
}

.home-slide-content h1 {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
    .body-3 .header-middle {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .product-grid-action {
        /* margin: 0; */
        transition: all .3s;
        opacity: 1;
        visibility: visible;
    }

    .add-cart {
        border-color: #e62e39;
        background-color: #e62e39;
        color: #fff;
    }

    .grid-product {
        padding: 1rem 0 4rem;
    }
}

@media screen and (max-width: 479px) {
    .add-cart span {
        display: block !important;
        font-size: 14px;
    }

    .owl-carousel.owl-drag .owl-item .add-cart span {
        display: none !important;
    }
}

.grid-product,
.grid-product:hover {
    padding: 1rem 0 4rem;
}

.grid-product .product-grid-action {
    opacity: 1;
    visibility: visible;
}

aside.sidebar-shop li.active {
    font-weight: bold;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-30 {
        width: 30% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-70 {
        width: 70% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-10 {
        width: 10% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-10 {
        width: 10% !important;
    }

    .w-xl-20 {
        width: 20% !important;
    }

    .w-xl-30 {
        width: 30% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-70 {
        width: 70% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

.line-through {
    position: relative;
}

.line-through:before {
    border-top: 1px solid var(--colorPrincipal);
    content: "";
    position: absolute;
    top: 12px;
    width: 100%;
}

.line-through h2 {
    width: fit-content;
    display: table;
    background: #fff;
    margin: auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
    color: #111;
}

#registro-preguntas {
    background-attachment: fixed;
}

.promo-section {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7.5rem;
    background-color: #202020;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    color: #fff;
    text-align: center;
}

.promo-section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(32, 32, 32, .75);
    z-index: 1;
}

@media screen and (min-width: 992px) {
    #registro-preguntas .container {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

.promo-section .container {
    position: relative;
    z-index: 2;
}

.promo-section h3 {
    font: 700 3.5rem/1;
    font-family: var(--fontPrincipal);
    letter-spacing: .01rem;
    margin-bottom: 1.2rem;
    color: inherit;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

#usr-menu-act:focus+#user-menu,
#user-menu:focus,
#usr-menu-act:hover+#user-menu,
#user-menu:hover {
    display: block;
    border: 1px solid var(--colorPrincipal);
}

#user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#user-menu li a {
    width: 100%;
    text-align: left;
}

#user-menu {
    display: none;
    position: absolute;
    border: 1px solid #fff;
    background: #fff;
    z-index: 9999;
    min-width: 180px;
    right: unset;
}

#user-menu li a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 10px !important;
    text-decoration: none;
    display: inline-block;
    color: var(--colorPrincipal);
}

#user-menu li a:hover {
    background: var(--colorPrincipal);
    color: white;
}

.swal2-styled.swal2-confirm {
    background-color: var(--colorPrincipal) !important;
}

.login-cart .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    top: 1rem;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    transition: all .3s;
    border: 0;
    color: #606669;
    font-family: 'porto';
    font-size: 1.4rem;
    line-height: 1;
    content: '\e81c';
}

.dropdown.login-cart {
    margin-right: 15px;
}

li.megamenu-container {
    margin: 0 20px;
}

.cart-dropdown .dropdown-toggle .cart-count {
    right: 1.4rem !important;
}

.product-label-transparent {
    background: transparent;
    position: absolute;
    z-index: 1;
    height: 135px;
    width: 100px;
    line-height: 40px;
    top: 10px;
}

#map {
    margin-bottom: 20px;
}

#pac-input-1 {
    z-index: 0;
    position: absolute;
    left: 120px;
    top: 10px;
    padding: 8px;
    width: 60%;
    margin-top: 14px !important;
}

#pac-input-2::after {
    content: "☺";
    position: absolute;
    right: 0;
}

.pac-container {
    z-index: 99999999 !important;
}

.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-google-login {
    background: #DD4B39;
    border-color: #DD4B39;
    margin-bottom: 15px !important;
}

.btn-facebook-login {
    background-color: #4C69BA;
    border-color: #4C69BA;
}

.btn-facebook-login:hover,
.btn-facebook-login:focus,
.btn-facebook-login.focus,
.btn-google-login:hover,
.btn-google-login:focus,
.btn-google-login.focus {
    border-color: #384053;
    background-color: #384053;
    color: #fff;
    box-shadow: none;
}


/*sugerencias del buscador*/

#suggestions {
    width: 93%;
    top: 2.2em;
    background: #FFF;
    left: 0px;
    max-height: 347px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999999999;
    border-radius: 0px;
    margin-top: 16px;
    position: absolute;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #777;
    border: 1px solid #f0f0f0;
}

#suggestions .suggest-element {
    margin: 0px 10px;
    font-size: 12px
}

#suggestions img {
    height: 60px;
    width: auto;
}

#suggestions .suggest-element .title {
    font: 400 1.5rem/1.25;
    font-family: var(--fontPrincipal);
    margin-bottom: .2rem;
    color: #111;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    min-height: 37px;
    letter-spacing: 0;
}

#suggestions .suggest-element .sub-title {
    font-weight: 400;
    color: #696969;
    font-size: 1.3rem;
    text-align: left;
}

#suggestions .suggest-element .suggest-border {
    padding: 13px 15px;
}

#suggestions .suggest-border:hover .title {
    color: var(--colorPrincipal) !important;
}

#suggestions .line {
    width: 100%;
    height: 1px;
    background-color: #e6ebee;
    margin: 14px 14px 0px 14px;
}

@media (max-width: 1500px) {
    #suggestions .suggest-element {
        margin: 0px 7px;
    }

    #suggestions .suggest-element .suggest-border {
        padding: 13px 5px;
    }
}

@media (max-width: 768px) {
    #suggestions img {
        height: 90px;
    }
}

@media (max-width: 540px) {
    #suggestions {
        max-height: 498px;
    }

    #suggestions img {
        height: 165px;
    }
}

.product-price {
    font-size: 2.6rem;
    font-weight: bolder;
}

.footer .widget-title {
    font-size: 2.2rem;
    font-family: var(--fontPrincipal);
}

.menu .megamenu,
.megamenu-img {
    min-height: 45vh;
    overflow: hidden;
}

.menu .megamenu {
    padding: 0;
    border: 8px solid var(--colorPrincipal);
    border-left: 0;
    border-right: 0;
}

.menu .megamenu-container:nth-child(1) .megamenu {
    border-color: var(--cocina);
}

.menu .megamenu-container:nth-child(2) .megamenu {
    border-color: var(--embalaje);
}

.menu .megamenu-container:nth-child(3) .megamenu {
    border-color: var(--cotillon);
}

.menu .megamenu-container:nth-child(4) .megamenu {
    border-color: var(--hogar);
}

.menu .megamenu-container:nth-child(5) .megamenu {
    border-color: var(--electrodomesticos);
}

.menu>li>a {
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: unset;
    font-size: 1.6rem;
    font-family: var(--fontPrincipal);
}

.menu.sf-arrows .sf-with-ul::after {
    font-size: 1.6rem;
}

.menu.sf-arrows>li>a.sf-with-ul {
    padding-right: 3.8rem;
    width: 100%;
}

.price-box {
    font-family: var(--fontPrincipal);
}

.secondary-title {
    font-family: var(--fontPrincipal);
}

.btn-social {
    background: #3a539c;
    border: 0;
    border-radius: 9px;
    color: #fff !important;
    font-size: 20px;
    margin: auto;
    margin-bottom: 18px;
    font-family: var(--fontPrincipal);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
}

.btn-social i,
.btn-social img,
.btn-social ion-icon {
    font-size: 24px;
}

.btn-social ion-icon {
    margin-right: .2em;
    margin-left: .2em;
    height: 28.8px;
}

.btn-social img {
    margin-right: .2em;
    margin-left: .2em;
    height: 24px;
    width: auto;
}

.btn-social.btn-ig {
    background: rgb(213, 123, 79);
    background: linear-gradient(62deg, rgba(213, 123, 79, 1) 0%, rgba(198, 53, 66, 1) 25%, rgba(161, 54, 135, 1) 40%, rgba(68, 81, 154, 1) 64%);
}

.btn-social.btn-ig {
    background: rgb(213, 123, 79);
    background: linear-gradient(62deg, rgba(213, 123, 79, 1) 0%, rgba(198, 53, 66, 1) 25%, rgba(161, 54, 135, 1) 40%, rgba(68, 81, 154, 1) 64%);
}

.btn-social.btn-tiktok {
    background: #010101;
    height: 56px;
}

.menu .megamenu {
    padding: 0;
    max-height: 65vh;
    overflow-y: auto;
}

.menu .megamenu::-webkit-scrollbar {
    width: 0.3em;
}

.menu .megamenu {
    scrollbar-color: #e7eaec #f1f1f1;
    scrollbar-width: thin;
}

.menu .megamenu::-webkit-scrollbar {
    width: 5px;
}

.menu .megamenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.menu .megamenu::-webkit-scrollbar-thumb {
    background: #bbb;
}

.megamenu .col-md-8 {
    padding: 1rem;
}

.megamenu-img {
    object-fit: cover;
    object-position: bottom;
    bottom: 0;
    top: 0;
}

.bg-half-section {
    height: 100%;
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-half-section h2 {
    font-family: var(--fontPrincipal);
    font-size: 44px;
    padding-left: 18px;
    padding-top: 23px;
    overflow-wrap: break-word;
}

.text-shadow {
    text-shadow: 2px 1px 11px #616161;
}

@media (max-width:767px) {
    .bg-half-section {
        background-image: none !important;
        background: none;
        color: var(--colorPrincipal) !important;
        border-bottom: 3px solid var(--colorPrincipal);
    }

    .bg-half-section h2 {
        font-size: 3.6rem;
        color: var(--colorPrincipal) !important;
        text-shadow: none;
        padding-left: 0;
        margin-bottom: 6px;
    }
}

.product-item {
    border-right: 1px solid #eee;
}

.btn.btn-primary {
    font-family: var(--fontPrincipal);
}

.cat-section {
    padding: 50px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 250px;
    font-size: 14px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (min-width:992px) {
    .cat-section {
        padding-right: 50%;
        height: 320px;
    }

    .el-section {
        border-top: 8px solid var(--electrodomesticos);
    }

    .borders-desktop {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
    }
}

.cat-section h2 {
    font-size: 42px;
    font-family: var(--fontPrincipal);
    color: #fff;
}

.cat-section a {
    color: #fff;
    font-size: 16px;
    font-family: var(--fontPrincipal);
}

.bg-circle-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    margin: 20px 0;
}

@media (max-width:991px) {
    .cat-section {
        position: relative;
    }

    .cat-section>* {
        position: relative;
        z-index: 1;
    }

    .cat-section:after {
        content: '';
        background: rgb(51 186 194 / 65%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .cat-section.second:after {
        background: rgb(255 161 71 / 62%);
    }
}

#carrito-wrapper .jumbotron {
    background-color: transparent;
    border: 2px solid #e1e1e1;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 49%;
    position: relative;
    margin-bottom: 0;
}

#carrito-wrapper .jumbotron>* {
    position: relative;
    z-index: 1;
    color: #fff;
}

#carrito-wrapper .jumbotron:before {
    background: var(--colorPrincipal);
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    z-index: 0;
    top: 50%;
    left: -72px;
    transform: translateY(-50%);
}

#carrito-wrapper .jumbotron .btn {
    background: #ffa147;
    border: 0;
}

#carrito-wrapper .jumbotron ul {
    list-style-type: none;
    padding-inline-start: 5px;
}

#carrito-wrapper .jumbotron li {
    position: relative;
}

#carrito-wrapper .jumbotron li:before {
    font-family: 'porto';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    content: '\e84e';
    margin-right: 2rem;
    color: #ffa147;
}

.old-price {
    font-size: 1.8rem;
}

.cliente-fiel {
    width: 100px;
}

.btn-canje {
    border-radius: 50px;
    font-family: var(--fontPrincipal) !important;
    font-size: 16px;
}


/* ///////////////////////////////////SECCION GIFT///////////////////////////// */

.seleccion {
    position: relative;
    cursor: pointer;
    padding-left: 3.5rem;
}

.img-gift {
    border: 0.1px solid #e62e3963;
}

.img-card {
    border-radius: 3px;
}

.seleccion input[type="radio"] {
    display: none;
}

.seleccion span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.seleccion span::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s;
}

.seleccion input[type="radio"]:checked~span::after {
    transform: translate(-50%, -50%) scale(1) !important;
}


/* ///////////////////////Monto/////////////////////////// */

.monto {
    padding-left: 35px;
    margin-bottom: 0;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.monto input[type="radio"] {
    display: none;
}

.monto span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}

.monto span::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s;
}

.monto input[type="radio"]:checked~span::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

.otro-regalo {
    display: none;
}

.monto input[type="radio"]:checked~select {
    display: inline-block;
    padding: 0.5rem;
    cursor: pointer;
    background-color: #fff;
    border-color: #e6e6e6;
    font-family: var(--fontPrincipal), sans-serif;
}

.monto input[type="radio"]:checked~select:focus {
    border-color: var(--colorPrincipal);
    outline: none !important;
    border-radius: 3px;
}

.content-monto {
    margin-left: 1rem;
}


/* ////////////////form////////////////// */

.btn-enviar-regalo {
    display: block;
    margin: 2rem auto;
}

@media screen and (max-width:768px) {
    .monto input[type="radio"]:checked~select {
        display: block;
        position: absolute;
        left: 0;
        margin-top: 1rem;
        padding: 0.5rem;
    }

    .seleccion {
        margin-bottom: 3rem;
    }
}


/* ////////////////////////regalos-lista////////////////////// */

.banner-regalos {
    background-image: url(../images/banner-lista-regalos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 64vh;
}

.botones-regalo {
    padding: 5.2rem 0;
}

.btn-reagalo {
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
}

.btn.btn-primary-outline {
    border: 1px solid #d4d4d4;
    color: var(--colorPrincipal);
    transition: all .3s;
}

.btn.btn-primary-outline:hover {
    background-color: var(--colorPrincipal);
    color: #fff;
}

.steps {
    text-align: center;
}

.steps span {
    border-bottom: 2px dashed var(--colorPrincipal);
    width: 30px;
    height: 30px;
    display: block;
    color: var(--colorPrincipal);
    margin: 0 auto 25px;
}

.steps img {
    height: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.steps p {
    font-size: 16px;
    color: #111111;
}

.tipo-regalos {
    padding: 56px 0;
    margin-bottom: 24px;
}

.content-img-tipo-regalos {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.content-img-tipo-regalos::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-img-tipo-regalos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.content-text-tipo-regalo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.content-text-tipo-regalo h2 {
    font-size: 24px;
    color: #fff;
    width: 230px;
    margin: 0 auto;
}

.content-text-tipo-regalo p {
    color: #fff;
    font-size: 16px;
    position: absolute;
    opacity: 0;
    transform: translateY(1000px);
    transition: all 1s;
    width: 230px;
    margin: 1rem auto 0;
}

.content-img-tipo-regalos:hover p {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s;
}

@media screen and (max-width:768px) {
    .content-btn-regalos {
        margin-bottom: 1.1rem;
    }

    .content-btn-regalos:last-child {
        margin-bottom: 0;
    }

    .content-text-tipo-regalo p {
        opacity: 1;
        transform: translateY(0);
    }

    .content-img-tipo-regalos {
        margin-bottom: 1.1rem;
    }
}

.title-table {
    margin-bottom: 0;
    color: #111111;
    font-size: 16px;
}


/* ///////////////////regalo////////////////////// */

.regalos-banner>* {
    position: relative;
    z-index: 1;
}

.regalos-banner {
    display: flex;
    align-items: center;
}

.opciones_evento {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    top: -120px;
    z-index: 1;
}

.opciones_evento .opcion {
    text-align: center;
}

.opciones_evento .opcion input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.opciones_evento .opcion label {
    padding: 10px;
    /* opacity: 0.5; */
    /* filter: grayscale(1); */
    transition: all ease .2s;
    cursor: pointer;
}

.opciones_evento .opcion input[type=radio]:checked+label {
    opacity: 1;
    filter: grayscale(0);
}

.opciones_evento .img-opcion {
    height: 100px;
    margin-bottom: 1.5rem;
    object-fit: cover;
}

.opciones_evento .opcion h4 {
    margin-bottom: 0;
}


/* subir imagen */

.mediaFile {
    position: absolute;
    top: -1000px;
}

.profile {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    background: #f4f4f4;
    display: table;
    background-size: cover;
    background-position: center center;
}

.profile .dashes {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 4px dashed #ddd;
    opacity: 1;
}

.profile label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    color: grey;
    opacity: 1;
}

.profile.hasImage .dashes,
.profile.hasImage label {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width:992px) {
    .form-section {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.form-evento .form-control {
    margin-bottom: 2rem;
}

.form-evento h3 {
    font-size: 2.8rem;
}

.tipo-evento {
    height: 300px;
    overflow: hidden;
}

.tipo-evento img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin: 0;
}

.lista-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 25px;
}

@media (max-width:767px) {
    .lista-img {
        height: 100px;
        width: 100px;
    }
}

.btn-outline-primary {
    color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}

.table-regalos img {
    height: 100px;
    object-fit: contain;
}

.table-input {
    border-radius: 0;
}

.wrapper-search {
    width: 100%;
}

.input-search-wrapper {
    position: relative;
    max-width: 480px;
}

.input-search-wrapper .btn {
    border-radius: 0 6px 6px 0;
    border-left: 0;
    color: #ffffff;
    background-color: #c62b3a;
    position: absolute;
    right: 0;
    height: 100%;
}

.mh-auto {
    min-height: auto !important;
}

.product-single-share label {
    margin-bottom: 0;
    text-transform: none;
}

@media (min-width:992px) {
    .evento-desc p {
        opacity: 0;
        position: absolute;
        transition: all ease .5s;
        margin-top: 10px;
    }

    .tipo-evento:hover p {
        opacity: 1;
        margin-top: 0;
    }
}

.btn-addgift {
    text-transform: none;
}

.bg-gray {
    background-color: #eeeded
}

.border.border-2 {
    border-width: 2px;
}

.lista-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 25px;
}

.text-buscar-regalo {
    color: #111111;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .content-nombre-relagos {
        justify-content: center;
    }
}

.lista-compartir-redes {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.lista-compartir-redes p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}

.lista-compartir-redes li a {
    font-size: 16px;
    margin-left: 8px;
}

.lista-compartir-redes li .what {
    color: #29a628;
}

.lista-compartir-redes li .face {
    color: #3b5998;
}

.lista-compartir-redes li .twi {
    color: #00aced;
}

.lista-compartir-redes li .correo {
    color: #d93025;
}

.info-regalo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.select-lista {
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.ordenar-lista {
    width: 15%;
    margin-left: auto;
    display: block;
    padding: 1rem;
}

.prod-lista {
    border: 1px solid #ccc;
    padding: 1rem;
}

.prod-lista:hover {
    padding: 1rem !important;
    box-shadow: 0px 0px 3px 0px rgba(17, 17, 17, .5);
}

.column-detalle-cabecera {
    background: transparent !important;
}

.prod-lista .product-image-container img {
    aspect-ratio: 1;
    object-fit: contain;
}
.evento-detalles{
    display: flex;
    row-gap: 5px;
}
@media screen and (width > 991px) {
    .detalle-evento{
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
    }
    .detalle-evento:before{
        background-color: #d6d6d6;
        content: "";
        height: 13px;
        left: 0;
        position: absolute;
        top: 4px;
        width: 1px;
    }
}
.detalle-evento:first-child:before{
    background-color: transparent;
}
@media screen and (max-width:768px) {
    .info-regalo {
        align-items: center;
        justify-content: center;
    }

    .ordenar-lista {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 1rem;
    }

    .title-crear-lista-regalo {
        margin-bottom: 6rem;
    }
}

.hidden {
    display: none;
}

.title-regalos-cabecera {
    font-size: 3.2rem;
}

@media screen and (max-width:500px) {
    .title-regalos-cabecera {
        font-size: 2.5rem;
    }
}

.breadcrumb-regalos {
    margin-top: 58px !important;
}

.modal-cabecera {
    height: initial !important;
    border-bottom: transparent !important;
}

.modal-cuerpo-prod {
    padding: 2.5rem;
}

.zoom-producto-regalo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--colorPrincipal);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.zoom-producto-regalo:hover,
.zoom-producto-regalo:focus {
    color: #fff;
    width: 45px;
    height: 45px;
    text-decoration: none;
}

.swal2-styled.swal2-cancel {
    display: none !important;
}

.swal2-styled.swal2-confirm a {
    color: #fff;
}

.agregado {
    margin: 1.5rem 0 !important;
}

.container-product {
    padding: 5rem 0;
}

.img-lista-regalos {
    max-width: 24px !important;
}

.lista-regalos-item {
    margin-right: 2.8rem !important;
}

.btn-swal-modal-margin {
    margin-left: 20px;
}

.steps .steps-number {
    height: 35px;
    object-fit: contain;
}

@media screen and (max-width:990px) {
    .swiper-wrapper {
        height: auto !important;
    }

    .b-slider .swiper-slide img {
        object-fit: cover;
        height: auto;
    }
}

ul.list-styled,
.terminos ul {
    list-style: disc;
    padding-left: 40px;
}

.terminos ol {
    list-style-type: decimal;
    padding-inline-start: 12px;
}
.contact-info-label {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: 'Merriweather Sans', sans-serif;
    color: #fff;
    margin-bottom: .1rem;
    letter-spacing: .02em;
}
.title-contact-info-label {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 0;
    letter-spacing: .02em;
}
.sub-contact-info-label{
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1rem;
    letter-spacing: .02em;
}
.contact-direcciones{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.contact-direcciones li a{
    font-size: 15px;
    font-weight: 300;
    color: #a8a8a8;
    margin-bottom: .6rem;
    transition: all .3s;
}
.contact-direcciones li a:hover{
    color: #fff;
}