@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    background-color: #fff;
    color: #767F84;
    font: normal 400 1.3rem / 1.4  "Avenir Next" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body:not(.loaded)>*:not(.loading-overlay) {
    visibility: hidden
}

::-moz-selection {
    background-color: #282d3b;
    color: #fff
}

::selection {
    background-color: #282d3b;
    color: #fff
}







#product-detail {
    position: relative;
}

.zoom-image {
    display: block;
    width: 100%;
    height: auto;
}

.zoom-image:hover {
    cursor: zoom-in;
}







.custom-btn {
    width: 100px;
    /*width: 100px;*/
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family:"Avenir Next" !important;

    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(189, 101, 101, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.custom-btns {
    width: 100%;
    /*width: 100px;*/
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: "Avenir Next" !important;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(189, 101, 101, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}


.pedido-btn {
    /*width: 100px;*/
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: "Avenir Next" !important;

    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(189, 101, 101, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}


.btn-9 {
    width: 200px;

}


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* 12 */
.btn-12 {
    position: relative;
    right: 25px;
    bottom: 10px;
    border: none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
}

.btn-12 span {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(29, 112, 186, 0.714) 0%, rgb(29, 112, 186) 100%);

    display: block;
    color: #ffffff;
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-12 span:nth-child(1) {
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 a {
    color: #ffffff !important;
}

.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(255, 255, 255, 0.1),
        4px 4px 5px 0px rgba(255, 255, 255, 0.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.custom-boton-15 {
    width: 95%;
    /*width: 100px;*/
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: "Avenir Next" !important;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(189, 101, 101, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}




/* 15 */
.btn-15 {
    background: #1d71bad4;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: linear-gradient(315deg, #1D70BA 0%, #1D70BA 74%);
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

/* 19 */
.btn-19 {
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-19:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #274380e0!important;
    /* background-image: linear-gradient(315deg, #1D70BA 0%, #1d71ba24 74%); */
    background-image: linear-gradient(315deg,  #274380d4 0%,  #274380d4 74%);
    transition: all 0.3s ease;
}

.btn-19:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}

.btn-19:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}


/* cp */
.btn-cp {
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-cp:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1D70BA;
    background-image: linear-gradient(315deg, #1D70BA 0%, #1d71ba24 74%);
    transition: all 0.3s ease;
}

.btn-cp:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}

.btn-cp:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/* btn cotizacion*/



/* btn cotizacion*/


/* 90 */
.btn-90 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 200px;
    top: 13px;;

}

.btn-90:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1fd1f9;
    background-image: linear-gradient(315deg, #27438090 0%, #274380 74%);

    transition: all 0.3s ease;
}

.btn-90:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}

.btn-90:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/* 9 */
.btn-9 {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-9:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1fd1f9;
    background-image: linear-gradient(315deg, #27438090 0%, #274380 74%);

    transition: all 0.3s ease;
}

.btn-9:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}

.btn-9:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .5),
        inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/* 3 */
.btn-3 {
    background:#1D70BA;
    background: linear-gradient(0deg, rgba(29, 112, 186, 0.714) 0%, rgb(29, 112, 186) 100%);

    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;

}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover {
    background: transparent;
    box-shadow: none;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:hover {
    color: rgba(39, 67, 128 );
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}

/* 7 */
.btn-7 {
    background: #274380;
    background: #274380bc;
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;

}
/* 8 */
.btn-8 {
    background:   #25d366;
    width: 100%;
    height: 35px;
    line-height: 22px;
    padding: 0 10px; /* Añadimos padding para que el texto no choque con las orillas */
    border: none;
    margin: 10px 0; /* Añadimos margen superior e inferior para evitar que el botón choque */
    position: relative; /* Cambiamos para que puedas controlar el "top" y "left" si es necesario */
    top: 0px !important;
    left: -20px; /* Ajusta la posición si lo necesitas */
}


/* 11 */
.btn-11 {
    /*#274380;*/
    border: none;
    background: #5289ff;
    background: linear-gradient(0deg, rgb(29, 112, 186) 100% rgba(0, 172, 238, 1) 0%, );
    color: #fff;
    overflow: hidden;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 2s ease-in-out infinite;
}

.btn-11:hover {
    opacity: .7;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}





/* 101 */
.btn-101 {
    width: 320px;
    border: none;
    background: linear-gradient(90deg, #079de0, #079de0);
    background: linear-gradient(0deg, rgb(29, 112, 186) 100% rgba(0, 172, 238, 1) 0%, );
    color: #fff;
    overflow: hidden;
}

.btn-101:hover {
    text-decoration: none;
    color: #fff;
}

.btn-101:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 2s ease-in-out infinite;
}

.btn-101:hover {
    opacity: .7;
}

.btn-101:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}




/* Estilos opcionales para mejorar la apariencia */
.phone-container {
    display: flex;
    align-items: center;
}

.phone-icon {
    color: #1D70BA;
    font-size: 18px;
    margin-right: 5px;
}

#phone-numbers {
    font-family: "Avenir Next" !important;
    font-size: 15px;
    color: #1D70BA;
    /*white-space: pre;*/
    overflow: hidden;
    border-right: .15em solid orange;
    animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: orange;
    }
}



/*contact.php parte de stilos*/
/* Estilos para el botón */
.btn-custom {
    background-color: #1D70BA;
    /* Color de fondo verde */
    color: #fff;
    /* Color de texto blanco */
    border: none;
    /* Elimina el borde */
    border-radius: 5px;
    /* Borde redondeado */
    padding: 10px 20px;
    /* Espaciado interno */
    cursor: pointer;
    /* Cambia el cursor al pasar el mouse */
    transition: background-color 0.3s, box-shadow 0.3s;
    /* Agrega transiciones suaves */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra suave */
}

/* Efecto de sombra al pasar el cursor */
.btn-custom:hover {
    background-color: #1D70BA;
    /* Cambia el color de fondo al pasar el cursor */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
    /* Aumenta la sombra al pasar el cursor */
}


.negritas-enlaces{
    color: #161414a2;
    text-decoration: none!important;
}
.blanquitas-enlaces{
    color: #ffff;
}
/*contact.php parte de stilos*/


/*top.php parte de stilos*/

.brand-official {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-wrapper {
    position: relative;
    display: inline-block;
}

.verificacion {
    position: absolute;
    top: 0px;
    /* aquí ajustas cuánto subirlo */
    right: -6%;
    /* puedes moverlo a la derecha o izquierda */
    width: 8%;
    height: 8%;
}

.verificacion-bn {
    top: -40px;
    /* aquí ajustas cuánto subirlo */
    left: -3%;

}


/* Tablets (768px a 1024px) */
@media screen and (max-width: 768px) {
    .verificacion {
        right:6%;
        width: 25%;
        height: 25%;
        right: -100px;
    }
}


/* Móviles grandes (hasta 767px) */
@media screen and (max-width: 767px) {
    .verificacion {
        right: -8%;
        width: 12%;
        height: 12%;
    }
}



.search-li {
    text-align: center;
    margin-top: 4px;
}

.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-li {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-li {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.logout-item {
    margin-top: 10px;
    /* Ajusta este valor según el espacio deseado */
}

/* Show the "Bienvenido" greeting message on mobile devices */
@media only screen and (max-width: 768px) {
    .hide-on-desktop {
        display: block;
    }
}


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

    .fixed-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        /* Ajusta el índice z según sea necesario */
        /* Estilos adicionales para el div cuando está fijo */
    }

    /* Estilos adicionales específicos para dispositivos móviles si es necesario */
}



.header-bottom.sticky-header.fixed .search-bar {
    display: none;
}

/* Estilo para el botón de eliminación */
.delete-minicart {
    width: 25px;
    height: 20px;
    background-color: #ff0000;
    /* Fondo rojo */
    color: #fff;
    /* Texto blanco */
    border: none;
    padding: 5px 2px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 8px;
    /* Habilita el modelo de caja flexible */
    /*display: flex;
        justify-content: center;
		align-items: center;*/
    /* Centra verticalmente los elementos */
}

/* Estilo para el ícono de eliminación (FontAwesome) */
.delete-minicart i {
    color: #fff;
    /* Color del ícono en blanco */
    /* Espacio entre el ícono y el texto */
}


/* Estilo para el botón de eliminación */
.delete-product {
    background-color: #ff0000;
    /* Fondo rojo */
    color: #fff;
    /* Texto blanco */
    border: none;
    padding: 5px 2px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 8px;
    display: flex;
    /* Habilita el modelo de caja flexible */
    align-items: center;
    /* Centra verticalmente los elementos */
}

/* Estilo para el ícono de eliminación (FontAwesome) */
.delete-product i {
    color: #fff;
    /* Color del ícono en blanco */
    /* Espacio entre el ícono y el texto */
}

.search-li {
    text-align: center;
    margin-top: 4px;
}

.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-li {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-li {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.logout-item {
    margin-top: 10px;
    /* Ajusta este valor según el espacio deseado */
}








/* Show the "Bienvenido" greeting message on mobile devices */
@media only screen and (max-width: 768px) {
    .hide-on-desktop {
        display: block!important;
    }
}

@media only screen and (max-width: 768px) {
    .desktop-image {
        display: none !important;
    }

    .mobile-image {
        display: inline-block !important;
    }
}


@media screen and (max-width: 1024px) {
    .header-contact {
        display: none!important;
    }
}
/* Show the "Bienvenido" greeting message on mobile devices */


/*top.php parte de stilos*/




/*referencias.php parte de stilos*/

   /* Agrega estilos personalizados aquí */
   .comentario {
    margin-bottom: 30px;
}


.img-comentarios {
    width: 70%;
    height: 70%;
}

#imagenModalImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Ajusta el tamaño de la imagen según sea necesario */
    width: 40%;
    height: 40%px;
}

.text-referencias {
    text-align: justify;
}

/*referencias.php parte de stilos*/








.btns {
    cursor: pointer;
    position: relative;
    padding: 10px 12px;
    background: #1D70BA;
    font-size: 13px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
    margin: 0 10px;
}

.btns:after,
.btns:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}

.btns:after {
    top: -1px;
    left: -1px;
    border-top: 2px solid rgb(255, 255, 255);
    border-left: 2px solid white;
}

.btns:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
}

.btns:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btns:hover:after,
.btns:hover:before {
    width: 100%;
    height: 100%;
}



.img-container {
    display: flex;
    justify-content: center;
}










/*Estilos About.php */
/*Estilos About.php */

/* Estilos generales y estilos para la sección */
body {
    font-family: "Avenir Next" !important;

    margin: 0;
    padding: 0;
}

.bg0 {
    background-color: #f8f8f8;
}

.p-t-75 {
    padding-top: 75px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-7,
.col-lg-8,
.col-md-5,
.col-lg-4 {
    flex: 0 0 auto;
    padding: 0 15px;
}

/* Estilos para el contenido */
.about-content {
    padding-top: 7%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: justify;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 8px;
}

.about-heading {
    font-size: 28px;
    color: #1D70BA;
    margin-bottom: 16px;
}

.about-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 26px;
}

/* Estilos para las imágenes */
.hov-img0 {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.hov-img0 img {
    transition: transform 0.3s;
    width: 100%;
    height: 100%;
}

.hov-img0:hover img {
    transform: scale(1.1);
}

/* Efectos de sombra */
.how-bor1,
.how-bor2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.how-bor1:hover,
.how-bor2:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/*Estilos About.php*/
/*Estilos About.php */






/*ESTILO PARA EL BOTON DE LA LUPA EL BUSCADOR*/
/*ESTILO PARA EL BOTON DE LA LUPA EL BUSCADOR*/

@media (max-width: 768px) {
    .search-box {
        position: absolute;
        top: 0;
        right: 0;
        transform: none;
    }

    .search-box:hover .search-btn,
    .search-box:active .search-btn {
        background-color: white !important;
    }

    .search-box:hover .search-btn i,
    .search-box:active .search-btn i {
        color: #274380e0 !important;
    }

    .search-text {
        width: 100%;
        margin-right: 0;
    }
}



.search-box {
    position: fixed;
    /* Cambiamos 'absolute' a 'fixed' */
    top: 430px;
    right: 0;
    transform: translateY(-50%);
    background-color: #274380e0;
    /** */
    height: 40px;
    border-radius: 20px;
    font-family: "Avenir Next" !important;

    text-transform: capitalize;
    overflow: hidden;
}

.search-box {
    position: fixed;
    top: 430px;
    right: 10px;
    transform: translateY(-50%);
    background-color: #1d70ba82;
    height: 40px;
    border-radius: 20px;
    font-family: "Avenir Next" !important;

    text-transform: capitalize;
    overflow: hidden;
    z-index: 9999;
    /* Asegura un alto z-index */

    border: 1px solid white;
    /* Cambiar el contorno en el hover */

}





.search-content {
    display: flex;
    align-items: center;
    z-index: 9999;
    /* Asegura que el z-index sea alto */
}



.search-btn {
    color: rgb(255 255 255);
    /**/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #274380;
    
    /*#1D70BA;    #95CDFF;*/

    /*color del fondo del boton de la lupa */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s background-color;
    text-decoration: none;
    position: absolute;
    right: 0;


    border: 1px solid white;
    /* Cambiar el contorno en el hover */

}



.search-box:hover .search-btn,
.search-box:active .search-btn {
    background-color: #274380e0!important;
    border: 1px solid white;
    /* Cambiar el contorno en el hover */

}

.search-box:hover .search-btn i,
.search-box:active .search-btn i {
    color: white !important;
}




.search-text {
    border: none;
    background: none;
    outline: none;
    padding: 0 10px;
    color: white;
    font-size: 1em;
    line-height: 40px;
    width: 0;
    transition: .5s all;
    flex: 1;
    margin-right: 40px;
}

.search-text::placeholder {
    color: white;
}


.search-box:hover .search-text {
    width: 250px;
    text-transform: capitalize;
}



.clear-search {
    color: #ff0303;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    right: 40px;
    opacity: 0;
    pointer-events: none;
}

.clear-search:hover {
    color: #ff03039e;
}

.search-box:hover .clear-search {
    opacity: 1;
    pointer-events: auto;
}

.search-box {
    position: fixed;
    top: 340px;
    right: 10px;
    transform: translateY(-50%);
    background-color: #274380
    /* #1d70ba82;*/

    /* color del fondo del buscador*/
    height: 40px;
    border-radius: 20px;
    font-family: "Avenir Next" !important;

    text-transform: capitalize;
    overflow: hidden;
}

.search-content {
    display: flex;
    align-items: center;
    z-index: 9999;
}

.search-box:hover .search-text {
    width: 250px;
    text-transform: capitalize;
}

.search-box:hover .search-btn {
    background-color: white;
}

/*ESTILO PARA EL BOTON DE LA LUPA EL BUSCADOR*/
/*ESTILO PARA EL BOTON DE LA LUPA EL BUSCADOR*/






/* todo lo que agregue de tail.php */
/* todo lo que agregue de tail.php */
/* Agrega estos estilos en tu hoja de estilos CSS */
.modal-body {
    text-align: justify;
    padding-right: 20px;
    /* Margen derecho para separar el texto de la imagen */
}

.modal-body p {
    margin-bottom: 15px;
    /* Espaciado entre párrafos */
}

@media (max-width: 768px) {
    .modal-dialog {
        max-width: 90%;
        /* Ajustar el ancho del modal en pantallas más pequeñas */
    }

    .modal-body {
        padding-right: 15px;
        /* Ajustar el margen derecho en pantallas más pequeñas */
    }

    .logo-newsletter {
        max-width: 210px;
        /* Ajustar el tamaño del logo en pantallas más pequeñas */
    }
}

.img-contorno {
    border: 1.1px solid #ffffff !important;
    /* Color del contorno */
    border-radius: 10px !important;
    /* Bordes redondeados */
    transition: border 0.3s ease !important;
    /* Animación de la transición */
}

.img-contorno:hover {
    border-color: #3498db !important;
    /* Cambia el color del contorno al pasar el ratón sobre la imagen */
}

.img-rotacion {
    transition: transform 2s ease !important;
    /* Animación de la transición */

}

.img-rotacion:hover {
    transform: rotate(360deg) !important;
    /* Rotación de 360 grados al pasar el ratón sobre la imagen */
}

/* todo lo que agregue de tail.php */
/* todo lo que agregue de tail.php */







/* todo lo que agregue de category.php */
/* todo lo que agregue de category.php */

.in-stock {
    color: green;
}

.out-of-stock {
    color: red;
}



.flex-table {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.flex-cell {
    padding: 5px;
    flex: 1; /* Hace que las celdas flex se expandan para ocupar el espacio disponible */
}

/* Estilos específicos para dispositivos móviles */
@media (max-width: 768px) {
    .flex-row {
        flex-direction: column;
    }
}






/* Estilos para dispositivos móviles que se vean los cuadritos de la lista y cuadricula */
@media (max-width: 767px) {
    .layout-modes {
        display: block;
        /* Asegurarse de que el contenedor sea visible */
    }

    .layout-btn {
        display: inline-block;
        /* Asegurarse de que los botones sean visibles */
    }
}

/* Estilos para dispositivos móviles que se vean los cuadritos de la lista y cuadricula */


/* Estilos para el precio ordenado ascendente */
.price-box.sorted-asc .product-price::before {
    content: '\2191';
    padding-right: 4px;
}

/* Estilos para el precio ordenado descendente */
.price-box.sorted-desc .product-price::before {
    content: '\2193';
    padding-right: 4px;
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    /* Espacio entre los checkboxes */
    justify-content: flex-start;
    /* Alineación de los checkboxes en la fila */
}

.form-check {
    flex-basis: calc(33.33% - 10px);
    /* Ancho de cada checkbox (tres en una fila) */
    max-width: calc(33.33% - 10px);
    /* Ancho máximo para que quepan tres en una fila */
}

/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
    .form-check {
        flex-basis: calc(50% - 10px);
        /* Ancho de cada checkbox (dos en una fila) */
        max-width: calc(50% - 10px);
        /* Ancho máximo para que quepan dos en una fila */
    }
}

/* Estilos para reducir el tamaño de la fuente del valor 10.5 AMP */
label.form-check-label[for="hp7"] {
    font-size: 1em;
}

/* Estilos para alinear el texto de la etiqueta con los checkboxes */
label.form-check-label {
    vertical-align: middle;
}


.product-info {
    font-weight: bold;
    /* Estilo predeterminado para la fuente */
}

.product-info.agotado {
    color: red;
    /* Cambiar el color del texto a rojo si el estado es "Agotado" */
}

.product-info.disponible {
    color: green;
    /* Cambiar el color del texto a verde si el estado es "Disponible" */
}

.product-info.stock-cero {
    color: red;
    /* Cambiar el color del texto a rojo si el stock es igual a 0 */
}





/* Estilo para los checkboxes personalizados */
.form-check {
    display: inline-block;
    margin-right: 40px;
    /* Ajusta el espaciado entre cada checkbox */
    vertical-align: top;
    /* Alinea los checkboxes en la parte superior */
}

.form-check-input {
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    display: inline-block;
    /* Alinea las etiquetas en la misma línea */
    vertical-align: top;
    /* Alinea las etiquetas en la parte superior */
    white-space: nowrap;
    /* Evita el salto de línea en etiquetas largas */
    padding-left: 5px;
    /* Añade espacio a la izquierda de la etiqueta */
    padding-right: 5px;
    /* Añade espacio a la derecha de la etiqueta */
}



/* Estilos para los filtros seleccionados */
#selectedFilters {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#selectedFilters strong {
    font-size: 16px;
    color: #333;
}

#selectedFilters span {
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #d3d3d3;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-bottom: 5px;
}

#selectedFilters span b {
    color: #555;
}






.stock-quantity {
    display: block;
}

.toggle-indicator {
    float: right;
}










.accordion {
    width: 100%;
    margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-button {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #274380e7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

  .accordion-button:hover {
       color: #039412e3;

    }

.accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/* Estilos específicos para dispositivos móviles */
@media (max-width: 768px) {
    .flex-row {
        flex-direction: column;
    }
}













/* todo lo que agregue de category.php */
/* todo lo que agregue de category.php */




































































.btn-open-image {
    background-color: #007bff8a;
    color: #fff;
    border: none;
    padding: 3px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-open-image:hover {
    background-color: #0056b3;
}

#openImageBtn {
    position: absolute;
    top: 10px;
    /* Ajusta la posición vertical según tus necesidades */
    right: 10px;
    /* Ajusta la posición horizontal según tus necesidades */
    z-index: 2;
    /* Asegura que el botón esté por encima de la imagen */
}










.price-box {
    text-align: left;
}

.stock-status {
    text-align: center;
}

.product-stock {
    display: inline-block;
}

.product-price {
    display: inline-block;
}

.ratings-container {
    text-align: left;
}

.product-ratings {
    display: inline-block;
}

p {
    margin-bottom: 1.5rem
}

ul,
ol {
    list-style: none;
    margin: 0 0 2.25rem;
    padding: 0
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    border: 0;
    border-top: 1px solid #dfdfdf;
    margin: 5.5rem auto 5.2rem;
    max-width: 1730px
}

sub,
sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

.baner {
    display: block;
    height: auto;
    max-width: 91%
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}




/*para el mensaje de registro el cliente */
.text {
    font-size: 20px;
    font-family: "Avenir Next" !important;

    font-weight: bold;
    color: #274380;
    text-transform: lowercase;
    text-align: justify;
}

.text:first-letter {
    text-transform: uppercase!important; /* Aplicar uppercase solo a la primera letra */
}

.parpadea {
    text-align: justify;

    animation-name: parpadeo;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/*para el mensaje de registro el cliente */

.negritas-enlace{
    color: #0000009b!important;
}


.texto {
    font-size: 16px;
    font-family: "Avenir Next" !important;
    font-weight: bold;
    color: #274380;
    text-transform: lowercase;
    text-align: justify;
}

.texto:first-letter {
    text-transform: uppercase!important; /* Aplicar uppercase solo a la primera letra */
}

.parpadea-cate{
    text-align: justify;

    animation-name: parpadeo;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}







.loading-overlay {
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: visible;
    z-index: 999999
}

.loaded>.loading-overlay {
    opacity: 0;
    visibility: hidden
}

.bounce-loader {
    left: 50%;
    margin: -9px 0 0 -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 70px;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    background-color: #CCC;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 18px;
    width: 18px
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.8rem;
    color: #1D70BA;
    letter-spacing: 0;

}

h1,
.h1 {
    font-size: 3.6rem
}

h2,
.h2 {
    font-size: 2.1rem
}

h3,
.h3 {
    font-size: 1.8rem
}

h4,
.h4 {
    font-size: 1.6rem
}

h5,
.h5 {
    font-size: 1.1rem
}

h6,
.h6 {
    font-size: 2rem
}

a {
    /*color: #1D70BA;*/
    text-decoration: none;
    transition: all .3s;
    font-weight: bold; /* O puedes usar un valor numérico como 600, 700, etc. */
}

.gruesa {
    /*color: #1D70BA;*/
    color: #ffffff;
 
    font-weight: bold; /* O puedes usar un valor numérico como 600, 700, etc. */
}

a:hover,
a:focus {
    color: #6f8ad3;
    text-decoration: underline
}

.heading {
    margin-bottom: 4rem;
    font-size: 1.4rem
}

.heading .title {
    margin-bottom: 1.6rem
}

.heading p {
    letter-spacing: -.015em
}

.heading p:last-child {
    margin-bottom: 0
}

.title {
    text-transform: uppercase
}

.subtitle {
    text-transform: uppercase;
    font: 700 1.6rem/1  "Avenir Next"!important;

    color: #282d3b;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 3rem
}

.light-title {
    font-weight: 300;
    margin-bottom: 2rem
}

.text-primary {
    color: #1D70BA !important;
    font-size: 3rem;

}

.text-servicios {
    color: #1D70BA !important;
    font-size: 1.7rem;

}
















































/* Estilo para el título */
.h2 {
    color: #1d70ba;
    margin-bottom: 10px;
    
}

/* Estilo para el rating y comentarios 
	.py-2 {
		display: flex;
		align-items: center;
		color: #1d70ba;
		font-size: 16px;
	}*/

.text-warning {
    color: #ffc107;
}

.text-secondary {
    color: #6c757d;
}

/* Estilo para el subtítulo y descripciones */
.h4 {
    color: #1d70ba;
    margin-bottom: 10px;
}

.texto-justificado {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Estilo para la tabla */
.table-fit2 {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.table-fit2 td {
    padding: -1px 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #1d70ba;
}

.table-fit2 td:first-child {
    font-weight: bold;
    width: 15%;
}

/* Otros estilos */
.col-inner {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.col-inner h2 {
    font-size: 24px;
    color: #1d70ba;
    margin-bottom: 10px;
}

/* Estilo para el contenedor */
#mi-contenedor {
    border: 2px solid #1d70ba;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f0faff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

#mi-contenedor:hover {
    background-color: #DBEDFF;
    /* Cambia el color de fondo en hover a un tono de azul */
    border-color: #1d70ba;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Estilo para el encabezado */
#mi-contenedor h6 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-size: 18px;
    color: #1d70ba;
}

/* Estilo para los íconos */
#mi-contenedor i {
    font-size: 20px;
    margin-right: 10px;
    transition: transform 0.3s;
}

#mi-contenedor:hover i {
    transform: rotate(90deg);
}

/* Estilo para el contenido oculto */
#mi-contenedor ul {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 16px;
    color: #333;
}


/* Estilo para el contenedor de la tarjeta */
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
}

.card:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Estilo para la imagen de la tarjeta */
.card-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s;
}

.card:hover .card-img {
    transform: scale(1.05);
}

/* Estilo para el contenedor principal */
.col-lg-5 {
    margin-top: 0rem;
}

.btn-expand-image i {
    font-size: 20px;
    color: #1d70ba;
}

.btn-expand-image {
    position: absolute;
    bottom: 10px;
    /* Ajusta la distancia desde abajo */
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    /* Elimina el relleno interno del botón */
}

.btn-expand-image a {
    display: block;
    padding: 5px;
    /* Añade un poco de espacio alrededor del ícono */
    color: #1d70ba;
}

.btn-expand-image i {
    font-size: 20px;
}

.btn-expand-image:focus {
    outline: none;
    /* Elimina el contorno en el foco */
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    #mi-contenedor {
        padding: 10px;
    }

    .contenedor-titulo {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .icono-toggle {
        font-size: 24px;
        margin-right: 10px;
    }

    .contenedor-descripcion {
        margin: 0;
        font-size: 14px;
    }
}

.feature-list {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    /*padding: 20px; este estaba antes mover el de product*/
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
}

/* Estilos para la lista */
.feature-list ul {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.sub-list {
    font-weight: bold;
    color: #1d70ba;
    margin-top: 10px;
}

.sub-list ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.sub-list ul li {
    color: #333;
    margin-left: 0;
    font-size: 12px;
}

.sub-lista {
    font-weight: bold;
    color: #1d70ba;
    margin-top: 10px;
}

.sub-lista ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.sub-lista ul li {
    color: #333;
    margin-left: 0;
    font-size: 12px;
}

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

.custom-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.custom-icon {
    font-size: 24px;
    color: #e74c3c;
}

.custom-content {
    display: flex;
    flex-direction: column;
}

.custom-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.custom-description {
    font-size: 12px;
    color: #777;
}






@media (max-width: 600px) {
    .abc {
        font-size: 14px;
    }
}

.bbb {
    list-style-type: none;
    padding: 0;
}

.abc {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.abc:before {
    content: "•";
    position: absolute;
    left: 0;
}







/*

.options {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.option {
    flex: 0 0 calc(50% - 20px);
    margin: 10px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centrar el contenido horizontalmente */
/* Ajusta este valor según tu diseño */
/*
}

.option::before {
    content: "\2022";
    font-size: 24px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .option {
        flex: 0 0 calc(50% - 20px);
        max-width: none;
        /* Restablecer el ancho máximo en pantallas pequeñas 
    }
}*/






































































































/*tablas product.php de caracteristicas*/
/*tablas product.php* de caracteristicas*/



.table-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.product-table th,
.product-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.product-table th {
    background-color: #274380;
    /* #1D70BA;*/
    color: white;
}

.product-table a {
    text-decoration: none;
    color: #274380;
    font-weight: bold;
    transition: color 0.3s;
}

.product-table a:hover {
    color: #0056b3;
}

/*tablas product.php de caracteristicas*/
/*tablas product.php* de caracteristicas*/









































































@media screen and (min-width: 768px) {

    h1,
    .h1 {
        font-size: 4.5rem
    }
}

@media screen and (min-width: 992px) {

    h1,
    .h1 {
        font-size: 5rem
    }
}

.container-fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.page-wrapper {
    position: relative;
    transition: transform 0.35s
}

.mmenu-active .page-wrapper {
   /* transform: translateX(250px)*/  /* aqui le edite el 5-01*/
}

.main {
    flex: 1 1 auto
}

.row.row-sm {
    margin-left: -10px;
    margin-right: -10px
}

.row.row-sm [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.ajaxOverlay {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1041
}

@media screen and (min-width: 1200px) {
    .padding-left-lg {
        padding-left: 35px
    }

    .padding-right-lg {
        padding-right: 35px
    }

    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-7col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    .col-xl-8col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px
    }
}

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

.header {
    border-top: 0.3rem solid #2f3946;
    background-color: #fff
}

.header .container,
.header .container-fluid {
    display: flex;
    align-items: center
}

.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center
}

.header-right {
    margin-left: auto
}

.header-center {
    margin-left: auto;
    margin-right: auto
}

/*CAMBIAR COLOR MENSAJE HEADER BIENVENIDA*/

/* Estilo base para todos los dispositivos */
.header-top {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: .025rem;
    color: #1D70BA;
    border-bottom: 2px solid #1D70BA;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

/* Media Query para dispositivos con un ancho máximo de 768px (típico para móviles) */
@media (max-width: 768px) {
    .header-top {
        font-size: 1rem;
        /* Tamaño de letra más pequeño para dispositivos móviles */
    }
}



/**/

.header-top a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: inherit
}

.welcome-msg {
    display: none;
    margin: .3rem 2rem .3rem 0;
    /*text-transform: ;*/
    position: relative
}

.welcome-msg::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    height: 11px;
    border-right: 1px solid;
    margin-top: -5.5px;
    opacity: .8
}

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

.logo {
    display: block
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto
}

.header-dropdown {
    position: relative;

    /*text-transform:uppercase;*/
}

.header-dropdown>a {
    position: relative;
    padding-right: 1.1rem;
    display: inline-flex;
    align-items: center
}

.header-dropdown>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #999999 transparent transparent transparent;
    margin-left: .6rem
}

.header-dropdown a img {
    display: inline-block;
    margin-right: .6rem;
    max-width: 16px;
    height: auto
}

.header-dropdown a:hover,
.header-dropdown a:focus {
    text-decoration: none
}

.header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border: 1px solid #ccc;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .25s
}

.header-right .header-menu {
    left: auto;
    right: 0
}

.header-dropdown:hover>.header-menu {
    visibility: visible;
    opacity: 1
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-menu ul li {
    margin: 0;
    position: relative
}

.header-menu ul a {
    padding: 2px 9px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-menu a {
    color: inherit
}

.header-menu a:hover,
.header-menu a:focus {
    color: #ff0000!important;
    /*para los enlaces hover*/
    background-color: #ccc
}

.header .btn-remove::before {
    display: none
}

.header-dropdowns .header-dropdown+.header-dropdown,
.header-dropdowns .header-dropdown+.dropdown {
    margin-left: 29px
}

.header-dropdowns .header-dropdown+.header-dropdown::before,
.header-dropdowns .header-dropdown+.dropdown::before {
    content: '';
    position: absolute;
    left: -14px;
    top: 50%;
    height: 11px;
    border-right: 1px solid;
    margin-top: -5.5px;
    opacity: .8
}

.dropdownmenu-wrapper {
    position: relative;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1)
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
    display: block;
    left: 0;
    top: 100%;
    width: 350px;
    padding-top: 10px;
    z-index: 100;
    font-size: 1.1rem;
    color: #777;
    border: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: all .25s
}

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

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

.compare-dropdown .dropdown-toggle,
.cart-dropdown .dropdown-toggle {
    text-decoration: none
}

.compare-dropdown .dropdown-toggle:hover,
.compare-dropdown .dropdown-toggle:focus,
.cart-dropdown .dropdown-toggle:hover,
.cart-dropdown .dropdown-toggle:focus {
    text-decoration: none
}

.compare-dropdown .dropdown-toggle {
    text-transform: uppercase
}

.compare-dropdown .dropdown-toggle i {
    margin-top: -.2rem;
    margin-right: .2rem
}

.compare-dropdown .dropdown-toggle i::before {
    margin: 0
}

.compare-dropdown .dropdown-toggle::after {
    display: none
}

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

.compare-products .product {
    position: relative;
    padding: .5rem 0;
    margin: 0;
    box-shadow: none !important
}

.compare-products .product:hover {
    box-shadow: none
}

.compare-products .product-title {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.35;
    text-transform: uppercase;
    margin: 0
}

.compare-products .btn-remove {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    overflow: hidden;
    padding: .5rem 0;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    color: #777;
    margin-top: -1.2rem
}

.compare-actions {
    display: flex;
    align-items: center;
    margin-top: 2rem
}

.compare-actions .action-link {
    display: inline-block;
    font-size: 1.1rem;
    color: #777;
    text-transform: uppercase
}

.compare-actions .btn {
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: .9rem 1rem;
    min-width: 110px;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.025rem;
    border: 0;
    border-radius: .2rem;
    color: #fff;
    margin-left: auto;
    text-align: center
}

.texto-justificado {
    text-align: justify;
}

/*----------------FOOTER-----------------------------*/

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #1D70BA;
    ;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #ffffff;
}

.single-cta i {
    color: #be63f3f2;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 50%;
    max-height: 100%;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
    text-align: justify;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Avenir Next" !important;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.whats-bg {
    background: #25d41c;
}

.instagram-bg {
    background: #f543b1e9;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #be63f3f2;
    ;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #be63f3f2;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #be63f3f2;
    padding: 13px 20px;
    border: 1px solid #be63f3f2;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #ffffff;
    padding: 25px 0;
    text-align: center;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #be63f3f2;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #be63f3f2;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/*----------------FOOTER-----------------------------*/

.cart-dropdown .dropdown-toggle {
    display: block;
    position: relative;
    padding-right: 2.6rem
}

/*color item carro compras*/

.cart-dropdown .dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 1.9rem;
    line-height: 1;
    top: -.1rem;
    border-radius: 50%;
    padding-bottom: 1px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #274380;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05)
}

.cart-dropdown .dropdown-toggle::before {
    display: inline-block;
    content: '\e87f';
    font-family: 'porto';
    font-size: 3.3rem;
    line-height: 1;
    margin: 2px 0 0;
    color: #393f4f
}

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

.cart-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding-top: 8px
}

.cart-dropdown .dropdownmenu-wrapper {
    padding: 1.6rem 1.9rem
}

.cart-dropdown .dropdownmenu-wrapper::before {
    left: auto;
    right: 28px
}

.cart-dropdown .dropdownmenu-wrapper::after {
    left: auto;
    right: 29px
}

.cart-dropdown .product {
    display: flex;
    padding: 1.6rem 1rem;
    box-shadow: none;
    margin: 0 !important;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    align-items: center
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    border: 1px solid #ededed;
    margin: 0;
    margin-left: auto
}

.cart-dropdown .product-image-container a::after {
    display: none
}

.cart-dropdown .product-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: #696969;
    text-align: left;
    margin-bottom: .2rem
}

.cart-dropdown .product-details {
    font-weight: 600;
    font-size: 1.3rem;
    color: #696969;
    text-align: left
}

.cart-dropdown .btn-remove {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #474747;
    display: flex;
    font-size: 1.1rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2rem
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    color: #fa4a4a
}

.dropdown-cart-header,
.dropdown-cart-total {
    padding: .7rem 1rem;
    display: flex;
    align-items: flex-end;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #474747
}

.dropdown-cart-total {
    margin-bottom: 1.1rem
}

.dropdown-cart-total .cart-total-price {
    font-size: 1.5rem;
    margin-left: auto
}

.dropdown-cart-header {
    border-bottom: 1px solid #e6ebee;
    margin-bottom: 0;
    padding-top: 0
}

.dropdown-cart-header a {
    color: inherit;
    margin-left: auto;
    font-size: 1.2rem
}

.dropdown-cart-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 1rem 1.5rem
}

.dropdown-cart-action .btn {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #fff;
    border-color: #282d3b;
    background-color: #1D70BA;
    border-radius: .2rem;
    min-width: 110px;
    padding: 1.25rem 1rem
}

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

.header-search {
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: 0
}

.header-search .header-search-wrapper {
    display: none;
    align-items: stretch;
    overflow: visible;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    position: relative;
    width: 100%;
    min-width: 250px;
    background-color: #eeeeee
}

.header-search .header-search-wrapper::after {
    display: block;
    clear: both;
    content: ''
}

.header-search .header-search-wrapper.show {
    display: flex
}

.header-search form {
    margin: 0
}

.header-search .select-custom {
    flex: 0 0 142px;
    margin: 0
}

.header-search .select-custom::after {
    right: 1.1rem;
    color: #8d8d8d;
    font-size: 1.4rem
}

.header-search .form-control,
.header-search select {
    height: 38px;
    font: 400 1.3rem/1.5  "Avenir Next" !important;
    background-color: #eeeeee;
    margin: 0
}

.header-search .form-control {
    flex: 1 1 auto;
    padding: 4px 22px;
    color: #8d8d8d;
    width: 100%;
    margin: 0;
    line-height: 20px;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    border: 0
}

.header-search .form-control::-webkit-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::-moz-placeholder {
    color: #8d8d8d
}

.header-search .form-control:-ms-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::-ms-input-placeholder {
    color: #8d8d8d
}

.header-search .form-control::placeholder {
    color: #8d8d8d
}

.header-search select {
    width: 100%;
    border: 0;
    border-left: 2px solid #fff;
    line-height: 36px;
    color: #8d8d8d;
    padding: 1px 20px 1px 15px;
    padding-left: 10px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none
}

.header-search .search-toggle {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: 1rem 0;
    font-weight: 700;
    color: #282d3b;
    text-align: center
}

.header-search .search-toggle i {
    display: inline-block;
    margin-bottom: 2px
}

.header-search .btn {
    flex: 0 0 50px;
    max-width: 50px;
    min-width: 0;
    height: 38px;
    color: #606669;
    background-color: transparent;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    border-left: 2px solid #fff;
    padding: 0 3px 0 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 0 20px 20px 0
}

.header-search .btn i::before {
    margin: 0
}

.header-search .btn:hover,
.header-search .btn:focus {
    color: #fa4a4a;
    background-color: transparent
}

.header-contact {
    position: relative;
    color: #282d3b;
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-right: 3.6rem;
    margin-right: 3.2rem
}

.header-contact::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 2px;
    height: 43px;
    margin-top: -21.5px;
    background-color: #efefef
}

.header-contact span {
    display: block;
    color: #787d7f;
    font-size: 1.3rem;
    font-weight: 600;
    /*text-transform:uppercase;*/

}

.header-contact a {
    color: inherit
}

.header-contact a:hover,
.header-contact a:focus {
    color: #fa4a4a;
    text-decoration: none
}

.header-bottom {
    background-color: #1D70BA;
    /* #1D70BA*/
}

.header-bottom .container,
.header-bottom .container-fluid {
    position: relative
}

.header-bottom .logo,
.header-bottom .cart-dropdown {
    display: none
}

.header-bottom .logo {
    margin-right: 2.5rem
}

.header-bottom .logo img {
    width: auto;
    max-height: 32px
}

.header-bottom .cart-dropdown {
    order: 2;
    margin-left: auto
}

.header-bottom .cart-dropdown .dropdown-toggle {
    padding-right: 1.6rem
}

.header-bottom .cart-dropdown .dropdown-toggle::before {
    font-size: 2.6rem
}

.header-bottom .cart-dropdown .dropdown-toggle .cart-count {
    right: .9rem
}

.header-bottom .cart-dropdown .dropdownmenu-wrapper::before {
    right: 15px
}

.header-bottom .cart-dropdown .dropdownmenu-wrapper::after {
    right: 16px
}

.mobile-menu-toggler {
    border: 0;
    background: transparent;
    color: #282d3b;
    padding: 1rem .5rem;
    font-size: 2.1rem;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    cursor: pointer
}

.mobile-menu-toggler i::before {
    margin: 0
}

@media screen and (min-width: 576px) {
    .welcome-msg {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .welcome-msg {
        margin-right: 3rem
    }
}

@media screen and (min-width: 992px) {
    .dropdown-expanded>a {
        display: none
    }

    .dropdown-expanded .header-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none
    }

    .dropdown-expanded .header-menu ul {
        display: flex;
        align-items: center
    }

    .dropdown-expanded .header-menu ul li+li {
        margin-left: 3rem
    }

    .dropdown-expanded .header-menu ul li+li:before {
        content: '';
        position: absolute;
        left: -14px;
        top: 50%;
        height: 11px;
        border-right: 1px solid;
        margin-top: -5.5px;
        opacity: .8
    }

    .dropdown-expanded .header-menu ul a {
        padding: 0
    }

    .dropdown-expanded .header-menu a {
        color: inherit
    }

    .dropdown-expanded .header-menu a:hover,
    .dropdown-expanded .header-menu a:focus {
        color: #999;
        text-decoration: underline;
        background-color: transparent
    }

    .header-search .search-toggle {
        display: none
    }

    .header-search form {
        width: 450px
    }

    .header-search .header-search-wrapper {
        display: flex
    }
}






















@media screen and (min-width: 1200px) {
    .header-middle .header-center {
        padding-right: 50px
    }
}

@media screen and (max-width: 991px) {
    .header-search {
        margin-left: 5px
    }

    .header-search .header-search-wrapper {
        position: absolute;
        right: -80px;
        top: 100%;
        margin-top: .3rem;
        border-width: 5px;
        width: 450px;
        border-radius: 24px;
        z-index: 99;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);
        border-color: #dbe0e2
    }

    .header-search .header-search-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        right: 77px;
        top: -25px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #dbe0e2
    }

    .cart-dropdown .dropdown-toggle::before {
        font-size: 2.6rem
    }

    .header-middle .header-right {
        margin-left: 1rem
    }

    .header-center {
        margin-left: auto;
        margin-right: 0
    }

    .header-contact {
        padding-right: 2rem;
        margin-right: 1.8rem
    }

    .header-bottom {
        display: none
    }

    .mobile-menu-toggler {
        display: flex
    }
}

@media screen and (max-width: 767px) {
    .header-contact {
        display: none
    }

    .header-search .header-search-wrapper {
        width: 380px
    }

    .header-search .select-custom {
        flex: 0 0 132px
    }

    .header-search .btn {
        flex: 0 0 40px
    }

    .cart-dropdown .dropdown-toggle {
        padding-right: 1.5rem
    }

    .cart-dropdown .dropdown-toggle .cart-count {
        right: .9rem
    }

    .cart-dropdown .dropdown-toggle::before {
        font-size: 2.3rem
    }

    .mobile-menu-toggler {
        margin-right: 1rem
    }

    .header-middle .header-right {
        margin-left: .7rem
    }
}

@media screen and (max-width: 479px) {
    .header-search .header-search-wrapper {
        width: 320px
    }

    .compare-dropdown {
        display: none
    }
}

@media (max-width: 360px) {
    .header-search .header-search-wrapper {
        width: 240px
    }

    .header-search .select-custom {
        display: none
    }

    .cart-dropdown .dropdown-menu,
    .compare-dropdown .dropdown-menu {
        width: 260px
    }

    .cart-dropdown .dropdownmenu-wrapper,
    .compare-dropdown .dropdownmenu-wrapper {
        padding: 1rem 1.4rem
    }

    .dropdown-cart-action .btn {
        min-width: 100px
    }
}

.main-nav {
    width: 100%
}

.menu,
.menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu::after {
    display: block;
    clear: both;
    content: ''
}

.menu li {
    position: relative
}

.menu li.megamenu-container {
    position: static
}

.menu>li {
    float: left
}

.menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.menu ul ul {
    top: -1rem;
    left: 100%
}

.menu .megamenu {
    display: none;
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 100%;
    z-index: 999
}

.menu .megamenu.megamenu-fixed-width {
    left: 0;
    right: auto;
    width: 640px
}

.menu a {
    display: block;
    position: relative;
    text-decoration: none
}

.menu li:hover>ul,
.menu li.show>ul,
.menu li:hover>.megamenu,
.menu li.show>.megamenu {
    display: block
}

.menu {
    line-height: 1.8
}

.menu li {
    padding-left: 1rem;
    padding-right: 1rem
}

.menu li a {
    font-weight: 600;
    font-size: 1.2rem;
    color: #696969;
    text-transform: uppercase;
    display: block;
    padding: .7rem 1rem;
    white-space: nowrap;
    transition: background 0.25s
}

.menu li .menu-title {
    color: #434d53;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -.01rem;
    margin-top: 1.25rem;
    font-weight: 700;
    font-family: "Avenir Next" !important;

}

.menu li .menu-title a {
    font-size: 1.3rem;
    padding: .7rem 2rem;
    font-weight: 700;
    color: #434d53
}

.menu li .menu-title a:hover,
.menu li .menu-title a:focus {
    text-decoration: underline
}

.menu>li {
    padding-left: 0;
    padding-right: 0
}

.menu>li>a {
    font-weight: 400;
    font-size: 1.3rem;
    font-family: "Avenir Next" !important;

    background-color: transparent;
    color: #fff;
    padding: 1.25rem 1.5rem;
    letter-spacing: .05rem
}

.menu>li.buy-effect>a {
    background-color: #393e4e
}

.menu.sf-arrows>li>a.sf-with-ul {
    padding-right: 1rem!important;
}

.menu.sf-arrows .sf-with-ul {
    position: relative
}

.menu.sf-arrows .sf-with-ul::after {
    content: '\e81c';
    position: absolute;
    top: 50%;
    display: inline-block;
    right: 1.5rem;
    font-family: 'porto';
    transform: translateY(-50%);
    font-size: 1.3rem;
    line-height: 1;
    margin-top: -1px
}

.menu.sf-arrows ul .sf-with-ul::after {
    content: '\e81a';
    right: 1rem
}

.menu .megamenu,
.menu ul {
    background-color: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1)
}

.menu ul {
    min-width: 240px;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.menu .megamenu {
    padding: 1rem
}

.menu .megamenu ul {
    min-width: 0;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding: 0;
    margin: 0 0 1.25rem
}

.menu .megamenu .banner {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background-color: transparent
}

.menu .megamenu .banner a {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.menu .megamenu .banner img {
    position: absolute;
    height: 100%
}

.menu .megamenu .banner img.product-promo {
    padding: 1rem
}

.menu li:hover>a,
.menu li.show>a,
.menu li.active>a {
    color: #696969;
    background-color: #f4f4f4
}

.menu>li:hover>a,
.menu>li.show>a,
.menu>li.active>a {
    color: #ffffff;
    background-color: #ff0000
}

.menu.sf-arrows>li.show>a.sf-with-ul::before {
    visibility: visible;
    opacity: 1
}

.menu .show>ul,
.menu .show>.megamenu {
    opacity: 1 !important
}

.tip {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-family: "Avenir Next" !important;

    font-weight: 400;
    padding: .3rem .4rem;
    z-index: 1;
    border-radius: .2rem;
    line-height: 1;
    margin: -2px 0 0 1rem;
    vertical-align: middle;
    text-transform: uppercase
}

.tip::before {
    content: 'none';
    position: absolute;
    left: auto;
    right: 100%;
    top: 50%;
    margin-top: -3px;
    border: 3px solid transparent
}

.tip.tip-new {
    background-color: #0fc567
}

.tip.tip-new::before {
    border-right-color: #0fc567
}

.tip.tip-hot {
    background-color: #eb2771
}

.tip.tip-hot::before {
    border-right-color: #eb2771
}

.menu>li>a .tip {
    position: absolute;
    top: -4px;
    right: 22px;
    margin: 0;
}

.menu>li>a .tip::before {
    position: absolute;
    left: 3px;
    top: 100%;
    width: 3px;
    height: 3px;
    margin: 0;
    border-color: transparent
}

.menu>li>a .tip.tip-new::before {
    border-top-color: #0cc485
}

.menu>li>a .tip.tip-hot::before {
    border-top-color: #eb2771
}

.mobile-menu-container {
    position: fixed;
    left: 0px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #1D70BA;
    width: 100%;
    max-width: 325px;
    overflow-y: auto;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
    transform: translateX(-100%);
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: all 0.35s
}

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

.mobile-menu-container .social-icons {
    justify-content: center;
    margin-bottom: 0
}

.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    border: 0;
    font-size: 1.5rem;
    background-color: transparent;
    margin-bottom: 0
}

.mobile-menu-container .social-icon+.social-icon {
    margin-left: .3rem
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
    color: #fafafa;
    background-color: transparent
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0 3rem
}

.mobile-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .4rem;
    z-index: 9;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0
}

.mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1
}

.mobile-nav {
    padding: 0;
    margin: 0 0 2rem
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #242527
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu li {
    display: block;
    position: relative;
    border-top: 1px solid #242527
}

.mobile-menu li a {
    position: relative;
    display: block;
    padding: 1.1rem 0 1.1rem 1.5rem;
    margin-right: 4.5rem;
    color: #fff
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #ff2222 ;
    text-decoration: none
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
    color: #ff2222;
}

.mobile-menu li ul {
    margin: 0;
    padding: 0;
    display: none;
    margin-bottom: 0
}

.mobile-menu li ul li a {
    padding-left: 2.5rem
}

.mobile-menu li ul ul li a {
    padding-left: 3.5rem
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mmenu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -3.8rem;
    top: 50%;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    color: #fff;
    margin-top: -1.5rem;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none
}

.mmenu-btn::after {
    font-family: 'porto';
    content: '\e81c';
    display: inline-block;
    margin-top: -2px
}

.open>a>.mmenu-btn::after {
    content: '\e81b'
}

@keyframes fixedHeader {
    0% {
        opacity: 0;
        transform: translateY(-60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


.sticky-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    animation-name: fixedHeader;
    animation-duration: .4s;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: .6rem;
    padding-bottom: .6rem
}

.sticky-header.fixed .main-nav {
    width: auto;
    background-color: transparent
}

.sticky-header.fixed .menu>li.float-right>a {
    background-color: transparent
}

.sticky-header.fixed .menu>li>a {
    color: #282d3b;
    padding-top: .55rem;
    padding-bottom: .55rem
}

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

.sticky-header.fixed .logo,
.sticky-header.fixed .cart-dropdown {
    display: block
}

.sticky-header.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 46px;
    height: 38px;
    z-index: 1039;
    animation-name: fixedHeader;
    animation-duration: .4s;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.sticky-header.fixed-nav .container {
    margin: 0 auto;
    padding-left: 1.5rem
}

@media screen and (max-width: 991px) {
    .sticky-header.fixed-nav {
        top: 0
    }
}

@media screen and (max-width: 575px) {
    .sticky-header.fixed-nav {
        display: none
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
}

.mfp-bg {
    background-color: rgba(255, 255, 255, 0.5)
}

.newsletter-popup {
    background: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 46px 46px 25px;
    position: relative
}

.mfp-close-btn-in .newsletter-popup .mfp-close {
    color: #fa4a4a;
    font-size: 2rem;
    font-weight: 700;
    opacity: .85;
    top: -2.5px
}

.newsletter-popup-content {
    max-width: 300px;
    text-align: center
}

.newsletter-popup-content .form-control {
    border-radius: 0;
    font-size: 13px;
    height: auto;
    padding-bottom: 6.5px;
    padding-top: 6.5px
}

.newsletter-popup-content .btn {
    background-color: transparent;
    color: #555;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    line-height: 32px;
    padding: 0;
    font-family: "Avenir Next" !important;

    text-align: center;
    text-transform: uppercase;
    min-width: 54px;
    margin-left: -1px;
    border-radius: 0;
    letter-spacing: .08em
}

.logo-newsletter {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.newsletter-popup h2 {
    font-weight: 700;
    color: #313131;
    font-size: 16px;
    line-height: 1;
    margin: 32px 0 12px
}

.newsletter-popup p {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #444
}

.newsletter-popup form {
    margin: 0 0 2.1rem
}

.newsletter-subscribe {
    font-size: 1.1rem;
    text-align: left
}

.newsletter-subscribe .checkbox {
    margin-top: 1.5rem
}

.newsletter-subscribe input {
    margin-top: 1px;
    vertical-align: top;
    margin-right: .5rem
}

.newsletter-subscribe label {
    font-size: 1.1rem
}

.footer {
    border: 1.5px solid#274380;
    flex: 0 0 auto;
    color: #ffffff;
    background-color: #274380;
    font-size: 1.3rem;
    line-height: 1.4
}

.footer .social-icon {
    color: #fff;
    background-color: #161a21;
    margin-bottom: 0;
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.3rem
}

.footer .social-icon+.social-icon {
    margin-left: .4rem
}

.footer .social-icon:hover,
.footer .social-icon:focus {
    color: #fff;
    background-color: #fa4a4a
}

.footer-middle {
    padding: -0.6rem 0 .8rem;
    letter-spacing: .005em
}

.footer .widget-title {
    color: #fff;
    font: 700 1.2rem/1.1  "Avenir Next" !important;

    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 2.5rem
}

.footer .widget {
    margin-bottom: 3.8rem
}

.footer .links {
    margin-bottom: 0
}

.footer .links li {
    position: relative;
    font-weight: 300;
    margin-bottom: .6rem
}

.footer a {
    color: inherit
}

.footer a:hover,
.footer a:focus {
    color: #fff;
    text-decoration: none
}

.contact-info {
    margin-top: -.08rem;
    margin-bottom: 0
}

.contact-info li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 1.2rem
}

.contact-info-label {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "Avenir Next" !important;

    color: #fff;
    text-transform: uppercase;
    margin-bottom: .1rem;
    letter-spacing: .02em
}

.widget-newsletter p {
    margin-bottom: 2.4rem;
    line-height: 1.67;
    max-width: 290px
}

.widget-newsletter form {
    position: relative;
    margin-bottom: 0;
    max-width: 370px
}

.widget-newsletter .form-control {
    height: 4.2rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    color: #95958e;
    border: 0;
    border-bottom: 1px solid #1f232f;
    background-color: #ffffff;
    padding: 1.15rem 11rem 1.15rem 0;
    margin-bottom: 1rem;
    border-radius: 0
}

.widget-newsletter .form-control:focus {
    color: #95958e;
    border-color: #353a3e;
    background-color: transparent
}

.widget-newsletter .form-control::-webkit-input-placeholder {
    color: #95958e
}

.widget-newsletter .form-control:-ms-input-placeholder {
    color: #95958e
}

.widget-newsletter .form-control::-ms-input-placeholder {
    color: #95958e
}

.widget-newsletter .form-control::placeholder {
    color: #95958e
}

.widget-newsletter .btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Avenir Next" !important;

    letter-spacing: .03em;
    color: #561dff;
    border-color: transparent;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1.35rem 0;
    min-width: 0;
    text-align: center
}

.widget-newsletter .btn:hover,
.widget-newsletter .btn:focus {
    color: #1D70BA;
    border-color: transparent;
    background-color: transparent
}

.widget-newsletter .btn i {
    position: relative;
    top: -.1rem
}

.footer-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 4.6rem;
    border-top: 1px solid #ffffff
}

.footer-bottom .social-icon {
    margin-bottom: 0
}

.footer-copyright {
    color: #ffffff;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2rem
}

.footer-payments {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem
}

#scroll-top {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #1D70BA;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 0 0;
    border: 1px solid rgb(255, 255, 255);
    /* Cambia "green" por el color verde que prefieras */
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px)
}


#scroll-top:hover,
#scroll-top:focus {
    background-color: #3a4045
}

#scroll-top.fixed {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

@media screen and (min-width: 992px) {
    .footer .col-lg-2 {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        max-width: 16.6%
    }

    .footer .col-lg-3 {
        -ms-flex: 0 0 21.9%;
        flex: 0 0 21.9%;
        max-width: 21.9%
    }

    .footer .col-lg-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .footer .col-lg-5 {
        -ms-flex: 0 0 36.5%;
        flex: 0 0 36.5%;
        max-width: 36.5%
    }

    .footer-middle {
        padding-top: -0.8rem
    }

    .footer-bottom {
        flex-direction: row;
        align-items: flex-start;
        padding-bottom: 7.1rem
    }

    .footer-copyright {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .footer-payments {
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 0
    }

    .footer-bottom .social-icons {
        margin-left: 5.4rem
    }

    .footer-bottom .contact-info {
        margin-bottom: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .footer-bottom .social-icons {
        margin-left: 18rem
    }
}

.product-wrapper {
    overflow: hidden
}

.product-wrapper .category-grid {
    margin-bottom: -1px
}

.product {
    position: relative;
    margin-bottom: 2.5rem
}

.product-image-container {
    position: relative;
    display: block;
    background-color: #fafafa;
    margin-bottom: 2.4rem;
    transition: all .3s
}

.product-image {
    display: block
}

.product-image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.product-image img {
    display: block;
    width: 100%;
    height: auto
}

.btn-quickview {
    display: inline-block;
    font: 400 1.3rem/1  "Avenir Next" !important;

    text-transform: uppercase;
    letter-spacing: .08rem;
    color: #fff;
    background-color: rgba(57, 57, 57, 0.8);
    padding: 1.7rem 1.5rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    text-decoration: none;
    text-align: center
}

.product-image-container .btn-quickview {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.product:hover .product-image::after,
.product:hover .btn-quickview {
    visibility: visible;
    opacity: 1
}



.product-details-search {
    text-align: center!important;
}

.btn-quickview:hover,
.btn-quickview:focus,
.product:hover .btn-quickview:hover,
.product:hover .btn-quickview:focus {
    color: #fff;
    opacity: .9;
    text-decoration: none
}

.product-details {
    text-align: center
}

.product-titl {
    font: 600 1.4rem/1.25  "Avenir Next" !important;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 1rem
}

.product-title {
    font: 600 14px/1.25 "Avenir Next" !important;
    color: #0e2f40!important;
    letter-spacing: 0!important;
    margin-bottom: 1rem!important;
    text-transform: uppercase!important;
}
/* Media query para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
    .product-title {
        font-size: 12px!important;
    }
}

/* Media query para pantallas muy pequeñas (teléfonos) */
@media (max-width: 480px) {
    .product-title {
        font-size: 10px!important;
    }
}





.product-titles {
    font: 600 1.8rem/1.25 "Avenir Next" !important; /* Usar font-weight 600 para Demi */
    color: #0e2f40;
    letter-spacing: 0;
    margin-bottom: 1rem;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;

}

.product-titlee {
    font: 600 2.2rem/1.25 "Avenir Next" !important; /* Usar font-weight 600 para Demi */
    color: #0e2f40;
    letter-spacing: 0;
    margin-bottom: 1rem;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;

}
.centrado{
    text-align: center!important;
}

.product-titles a {
    color: inherit
}



.product-tittles a {
    color: inherit;
    text-transform: uppercase;
    font: 600 1.8rem/1.25 "Avenir Next" !important; /* Usar font-weight 600 para Demi */
    align-items: center;
}

.product-title a {
    color: inherit
}

.price-box {
    font-size: 0;
    font: 600 0/1 "Avenir Next" !important; /* Usar font-weight 600 para Demi */
    color: #0e2f40;
    margin-bottom: 3rem;
}


.product-price {
    font-size: 2.1rem
}

.old-price {
    color: #999;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: line-through
}

.old-price+.product-price {
    margin-left: .6rem
}

.product-action {
    display: flex;
    align-items: center
}

.product-action {
    display: flex;
    align-items: center;
    justify-content: center
}

.paction {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: 'porto';
    color: #0e2f40;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    transition: all .3s;
    text-decoration: none;
    text-align: center;
    min-width: 35px;
    height: 35px
}

.paction span {
    display: none;
    font-size: 1.2rem;
    letter-spacing: .02rem;
    padding-left: .4rem;
    padding-right: .1rem
}

.paction+.paction {
    margin-left: .7rem
}

.paction:hover,
.paction:focus {
    text-decoration: none;
    color: #302e2a;
    border-color: #302e2a
}

.add-cart {
    color: #2b2b2d;
    font-family: "Avenir Next" !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: .85rem .5rem;
    min-width: 105px;
    z-index: 2
}

.add-cart::before {
    display: inline-block;
    line-height: 1;
    margin-top: 2px;
    font-size: 1.9rem;
    content: '\e87f';
    font-family: 'porto'
}

.add-cart span {
    display: inline-block;
    padding-top: 1px
}

.add-cart:hover,
.add-cart:focus {
    color: #fff;
    border-color: #fa4a4a;
    background-color: #fa4a4a
}

.product .add-wishlist,
.product .add-compare {
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.product .add-wishlist {
    right: -42px
}

.product .add-compare {
    left: -42px
}

.add-wishlist::before {
    content: '\e889'
}

.add-compare::before {
    content: '\e88f'
}

.product:hover .paction.add-wishlist,
.product:hover .paction.add-compare,
.grid-product:hover .paction.add-wishlist,
.grid-product:hover .paction-.add-compare {
    visibility: visible;
    opacity: 1
}

.product:hover .paction.add-wishlist,
.grid-product:hover .paction.add-wishlist {
    right: 0
}

.product:hover .paction.add-compare,
.grid-product:hover .paction.add-compare {
    left: 0
}

.product:hover .paction.add-cart,
.grid-product:hover .paction.add-cart {
    color: #fff;
    border-color: #fa4a4a;
    background-color: #fa4a4a
}

.product-label {
    position: absolute;
    z-index: 1;
    top: .8em;
    right: .8em;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem;
    min-width: 46px;
    background-color: #fa4a4a;
    color: #fff
}

.product-label.label-hot,
.product-label.label-new {
    background-color: #62b959
}

.product-label.label-sale {
    background-color: #e27c7c
}

.product-label+.product-label {
    top: 3.6rem
}

.ratings-container {
    margin-bottom: .4rem;
    line-height: 1
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: 'porto'
}

.ratings-container .product-ratings {
    height: 11px
}

.ratings-container .product-ratings::before {
    content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
    color: #b3b3b3
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings-container .ratings::before {
    content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
    color: #2b2b2d
}

.product.product-sm {
    margin-bottom: 2.7rem
}

.product-quick-view {
    background-color: #fff;
    padding: 2rem
}

.product-quick-view .product-single-details .product-action {
    margin-bottom: 2.1rem
}

.product-quick-view .product-single-filter {
    padding-bottom: 2.2rem
}

.product-sm::after {
    display: block;
    clear: both;
    content: ''
}

.product-sm .product-image-container {
    float: left;
    max-width: 80px;
    margin-bottom: 0
}

.product-sm .product-image-container a::after {
    display: none
}

.product-sm .product-details {
    margin-left: 102px;
    text-align: left;
    padding: .2rem 0 0
}

.product-sm .price-box {
    border: 0;
    padding: 0;
    margin-bottom: 0
}

.product-sm .product-title {
   /* font-size:1.4rem;
    valor original 1.4*/
    margin-bottom: .4rem;
    color: #5b5b5f
}

.product-sm .product-title a {
    color: inherit
}

.product-sm .ratings-container {
    margin-bottom: .8rem
}

.product-sm .old-price {
    font-size: 1.4rem
}

.product-sm .old-price+.product-price {
    margin-left: .5rem
}

.product-sm .product-price {
    font-size: 1.6rem
}

.product-sm:hover .product-image,
.product-sm:hover .product-details {
    transform: translateY(0) !important
}

.product-list::after {
    display: block;
    clear: both;
    content: ''
}

.product-list .product-title {
    font-size: 1.8rem;
    margin: 0 0 1rem
}

.product-list .product-details {
    color: #8a8a8a;
    font-size: 1.4rem;
    text-align: left;
    padding: 2rem 0 0
}


.product-list .product-details p {
    margin-bottom: 1.3rem
}

.product-list .product-details p a {
    color: #44a8ff;
}

.product-list .price-box {
    margin-bottom: 1.2rem
}

.product-list .product-action {
    justify-content: center
}

.product-list .paction.add-wishlist {
    right: 0;
    visibility: visible;
    opacity: 1
}

.product-list .paction.add-compare {
    left: 0;
    visibility: visible;
    opacity: 1
}

.category-grid [class*="col-"] {
    border-right: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4
}

.category-grid [class*="col-"]:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    z-index: 1
}

.grid-product {
    padding: 0rem 0 0;
    transition: all .3s
}

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

.product-grid-action {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: all .3s
}

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

@media screen and (max-width: 479px) {
    .paction.add-cart {
        min-width: 40px
    }

    .paction.add-cart span {
        display: none
    }
}

@media screen and (min-width: 576px) {
    .product {
        margin-bottom: 3.5rem
    }

    .product.product-list {
        margin-bottom: 1rem
    }

    .product-list .product-image-container {
        width: 26%!important;
        height: 0%;
        float: left;
        margin-bottom: 0
    }

    .product-list .product-details {
        width: 70%;
        float: left;
        padding: 0 0 0 2rem
    }
}

@media screen and (min-width: 768px) {
    .product {
        margin-bottom: 4.3rem
    }

    .product-list .product-image-container {
        width: 26%
    }

    .product-list .product-details {
        width: 74%
    }

    .product-list .product-title {
        margin-top: .4rem
    }
}

@media screen and (min-width: 1200px) {

    .row.row-sm .col-xl-7col,
    .row.row-sm .col-xl-8col {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .col-xl-7col .paction.add-wishlist,
    .col-xl-7col .paction.add-compare,
    .col-xl-8col .paction.add-wishlist,
    .col-xl-8col .paction.add-compare {
        display: none
    }

    .col-xl-7col .paction+.paction,
    .col-xl-8col .paction+.paction {
        margin-left: 0
    }
}

.banner {
    display: block;
    position: relative;
    margin-bottom: 0;
    background-color: #ccc
}

.banner.banner-cat {
    display: flex;
    align-items: center;
    height: 240px;
    /*220px;*/
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #ccc;
    margin-bottom: 0
}

.banner>a {
    display: block
}

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

.banner .banner-content {
    display: inline-block
}

.banner .banner-title {
    color: #f11616;
    font: 600 2.5rem/1.2 "Avenir Next" !important; /* Usar font-weight 600 para Demi */




    margin-bottom: 1.8rem;
    letter-spacing: -.025rem;
    text-transform: uppercase
}

.banner .banner-subtitle {
    color: #1D70BA;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: .4rem
}

.banner .banner-subtitle span {
    font-size: 1.3rem;
    font: 600 2.5rem/1.25 "Avenir Next" !important; /* Usar font-weight 600 para Demi */


}

.banner .btn {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    min-width: 100px;
    border-radius: 65.2rem
}

.banner-image>a {
    position: relative
}

.banner-image>a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(40, 45, 59, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden
}

.banner-image>a:hover::after,
.banner-image>a:focus::after {
    visibility: visible;
    opacity: 1
}

@media screen and (min-width: 768px) {
    .banner.banner-cat {
        height: 260px
    }

    .banner .banner-title {
        font-size: 3.8rem
    }

    .banner .banner-subtitle {
        font-size: 1.6rem
    }

    .banner .banner-subtitle span {
        font-size: 2.5rem
    }
}

@media screen and (min-width: 992px) {
    .banner.banner-cat {
        height: 400px
    }

    .banner .banner-title {
        font-size: 4.6rem
    }

    .banner .banner-subtitle {
        font-size: 1.8rem
    }

    .banner .banner-subtitle span {
        font-size: 2.6rem
    }
}

.breadcrumb-nav {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 3.5rem
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 1.25rem 0
}

.breadcrumb-item {
    text-transform: uppercase;
    font: 700 1rem/1.4  "Avenir Next" !important;
    letter-spacing: .1rem
}

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

.breadcrumb-item+.breadcrumb-item::before {
    content: '\e81a';
    font-family: 'porto';
    padding-right: 2.2rem;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -.5rem;
    color: #000
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #000
}

.page-header {
    padding: 3.8rem 0 5rem
}

.breadcrumb-nav+.page-header {
    margin-top: -3rem
}

.page-header h1 {
    color: #111;
    margin-top: .3rem;
    margin-bottom: .3rem
}

.page-header h1 span {
    display: block;
    font-family:  "Avenir Next"!important;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    margin-bottom: .4rem
}

.page-header.page-header-bg {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #ccc
}

.page-header.page-header-bg h1 {
    color: #fff
}

.page-header h1,
.page-title {
    font-family: "Avenir Next" !important;

    text-transform: uppercase;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .page-header {
        padding-top: 6rem;
        padding-bottom: 7rem
    }

    .page-header h1 span {
        font-size: 1.6rem
    }

    .page-header.page-header-bg {
        background-position: center right
    }
}

@media screen and (min-width: 992px) {
    .page-header {
        padding-top: 1rem;
        padding-bottom: 3rem
    }

    .page-header h1 span {
        font-size: 1.8rem
    }
}


@font-face {
    font-family: 'porto';
    src: url("../fonts/porto6e1d.eot?64334846");
    src: url("../fonts/porto6e1d.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto6e1d.woff2?64334846") format("woff2"), url("../fonts/porto6e1d.woff?64334846") format("woff"), url("../fonts/porto6e1d.ttf?64334846") format("truetype"), url("../fonts/porto6e1d.svg?64334846#porto") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Avenir Next';
    src: url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2");
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2");
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url("../fonts/AvenirNextCyr-Demi.woff2") format("woff2");
    font-weight: 600; /* Demi */
    font-style: normal;
}




[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'porto';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cancel:before {
    content: '\e800'
}

.icon-spin2:before {
    content: '\e801'
}

.icon-spin3:before {
    content: '\e802'
}

.icon-spin4:before {
    content: '\e803'
}

.icon-spin5:before {
    content: '\e804'
}

.icon-spin6:before {
    content: '\e805'
}

.icon-firefox:before {
    content: '\e806'
}

.icon-chrome:before {
    content: '\e807'
}

.icon-opera:before {
    content: '\e808'
}

.icon-ie:before {
    content: '\e809'
}

.icon-phone:before {
    content: '\e80a'
}

.icon-down-dir:before {
    content: '\e80b'
}

.icon-cart:before {
    content: '\e80c'
}

.icon-up-dir:before {
    content: '\e80d'
}

.icon-mode-grid:before {
    content: '\e80e'
}

.icon-mode-list:before {
    content: '\e80f'
}

.icon-compare:before {
    content: '\e810'
}

.icon-wishlist:before {
    content: '\e811'
}

.icon-search:before {
    content: '\e812'
}

.icon-left-dir:before {
    content: '\e813'
}

.icon-right-dir:before {
    content: '\e814'
}

.icon-down-open:before {
    content: '\e815'
}

.icon-left-open:before {
    content: '\e816'
}

.icon-right-open:before {
    content: '\e817'
}

.icon-up-open:before {
    content: '\e818'
}

.icon-angle-left:before {
    content: '\e819'
}

.icon-angle-right:before {
    content: '\e81a'
}

.icon-angle-up:before {
    content: '\e81b'
}

.icon-angle-down:before {
    content: '\e81c'
}

.icon-down:before {
    content: '\e81d'
}

.icon-left:before {
    content: '\e81e'
}

.icon-right:before {
    content: '\e81f'
}

.icon-up:before {
    content: '\e820'
}

.icon-angle-double-left:before {
    content: '\e821'
}

.icon-angle-double-right:before {
    content: '\e822'
}

.icon-angle-double-up:before {
    content: '\e823'
}

.icon-angle-double-down:before {
    content: '\e824'
}

.icon-mail:before {
    content: '\e825'
}

.icon-location:before {
    content: '\e826'
}

.icon-skype:before {
    content: '\e827'
}

.icon-right-open-big:before {
    content: '\e828'
}

.icon-left-open-big:before {
    content: '\e829'
}

.icon-down-open-big:before {
    content: '\e82a'
}

.icon-up-open-big:before {
    content: '\e82b'
}

.icon-retweet:before {
    content: '\e82c'
}

.icon-user:before {
    content: '\e82d'
}

.icon-mail-alt:before {
    content: '\e82e'
}

.icon-fax:before {
    content: '\e82f'
}

.icon-lock:before {
    content: '\e830'
}

.icon-company:before {
    content: '\e831'
}

.icon-city:before {
    content: '\e832'
}

.icon-post:before {
    content: '\e833'
}

.icon-country:before {
    content: '\e834'
}

.icon-calendar:before {
    content: '\e835'
}

.icon-doc:before {
    content: '\e836'
}

.icon-mobile:before {
    content: '\e837'
}

.icon-clock:before {
    content: '\e838'
}

.icon-chat:before {
    content: '\e839'
}

.icon-tag:before {
    content: '\e83a'
}

.icon-folder:before {
    content: '\e83b'
}

.icon-folder-open:before {
    content: '\e83c'
}

.icon-forward:before {
    content: '\e83d'
}

.icon-reply:before {
    content: '\e83e'
}

.icon-cog:before {
    content: '\e83f'
}

.icon-cog-alt:before {
    content: '\e840'
}

.icon-wrench:before {
    content: '\e841'
}

.icon-quote-left:before {
    content: '\e842'
}

.icon-quote-right:before {
    content: '\e843'
}

.icon-gift:before {
    content: '\e844'
}

.icon-dollar:before {
    content: '\e845'
}

.icon-euro:before {
    content: '\e846'
}

.icon-pound:before {
    content: '\e847'
}

.icon-rupee:before {
    content: '\e848'
}

.icon-yen:before {
    content: '\e849'
}

.icon-rouble:before {
    content: '\e84a'
}

.icon-try:before {
    content: '\e84b'
}

.icon-won:before {
    content: '\e84c'
}

.icon-bitcoin:before {
    content: '\e84d'
}

.icon-ok:before {
    content: '\e84e'
}

.icon-chevron-left:before {
    content: '\e84f'
}

.icon-chevron-right:before {
    content: '\e850'
}

.icon-export:before {
    content: '\e851'
}

.icon-star:before {
    content: '\e852'
}

.icon-star-empty:before {
    content: '\e853'
}

.icon-plus-squared:before {
    content: '\e854'
}

.icon-minus-squared:before {
    content: '\e855'
}

.icon-plus-squared-alt:before {
    content: '\e856'
}

.icon-minus-squared-alt:before {
    content: '\e857'
}

.icon-truck:before {
    content: '\e858'
}

.icon-lifebuoy:before {
    content: '\e859'
}

.icon-pencil:before {
    content: '\e85a'
}

.icon-users:before {
    content: '\e85b'
}

.icon-video:before {
    content: '\e85c'
}

.icon-menu:before {
    content: '\e85d'
}

.icon-desktop:before {
    content: '\e85e'
}

.icon-doc-inv:before {
    content: '\e85f'
}

.icon-circle:before {
    content: '\e860'
}

.icon-circle-empty:before {
    content: '\e861'
}

.icon-circle-thin:before {
    content: '\e862'
}

.icon-mini-cart:before {
    content: '\e863'
}

.icon-paper-plane:before {
    content: '\e864'
}

.icon-attention-alt:before {
    content: '\e865'
}

.icon-info:before {
    content: '\e866'
}

.icon-compare-link:before {
    content: '\e867'
}

.icon-cat-default:before {
    content: '\e868'
}

.icon-cat-computer:before {
    content: '\e869'
}

.icon-cat-couch:before {
    content: '\e86a'
}

.icon-cat-garden:before {
    content: '\e86b'
}

.icon-cat-gift:before {
    content: '\e86c'
}

.icon-cat-shirt:before {
    content: '\e86d'
}

.icon-cat-sport:before {
    content: '\e86e'
}

.icon-cat-toys:before {
    content: '\e86f'
}

.icon-tag-line:before {
    content: '\e870'
}

.icon-bag:before {
    content: '\e871'
}

.icon-search-1:before {
    content: '\e872'
}

.icon-plus:before {
    content: '\e873'
}

.icon-minus:before {
    content: '\e874'
}

.icon-search-2:before {
    content: '\e875'
}

.icon-bag-1:before {
    content: '\e876'
}

.icon-online-support:before {
    content: '\e877'
}

.icon-shopping-bag:before {
    content: '\e878'
}

.icon-us-dollar:before {
    content: '\e879'
}

.icon-shipped:before {
    content: '\e87a'
}

.icon-list:before {
    content: '\e87b'
}

.icon-money:before {
    content: '\e87c'
}

.icon-shipping:before {
    content: '\e87d'
}

.icon-support:before {
    content: '\e87e'
}

.icon-bag-2:before {
    content: '\e87f'
}

.icon-grid:before {
    content: '\e880'
}

.icon-bag-3:before {
    content: '\e881'
}

.icon-direction:before {
    content: '\e882'
}

.icon-home:before {
    content: '\e883'
}

.icon-magnifier:before {
    content: '\e884'
}

.icon-magnifier-add:before {
    content: '\e885'
}

.icon-magnifier-remove:before {
    content: '\e886'
}

.icon-phone-1:before {
    content: '\e887'
}

.icon-clock-1:before {
    content: '\e888'
}

.icon-heart:before {
    content: '\e889'
}

.icon-heart-1:before {
    content: '\e88a'
}

.icon-earphones-alt:before {
    content: '\e88b'
}

.icon-credit-card:before {
    content: '\e88c'
}

.icon-action-undo:before {
    content: '\e88d'
}

.icon-envolope:before {
    content: '\e88e'
}

.icon-chart:before {
    content: '\e88f'
}

.icon-down-1:before {
    content: '\e890'
}

.icon-up-1:before {
    content: '\e891'
}

.icon-eye:before {
    content: '\e892'
}

.icon-spin1:before {
    content: '\e893'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-spinner:before {
    content: '\f110'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-sliders:before {
    content: '\f1de'
}

.icon-question-circle-o:before {
    content: '\f29c'
}

.icon-check-empty:before {
    content: '\f87a'
}

.icon-check:before {
    content: '\f87b'
}

.icon-docs-inv:before {
    content: '\e895'
}

.icon-briefcase:before {
    content: '\e896'
}

form {
    margin-bottom: 3.5rem
}

form h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.3rem
}

.form-group {
    margin-bottom: 1.4rem
}

.form-group .form-control,
.form-group .select-custom {
    margin-bottom: 0
}

.form-group .form-control+.form-control {
    margin-top: 1rem
}

.form-group-sm {
    margin-bottom: .9rem;
    max-width: 480px
}

.form-control {
    height: 4.0rem;
    padding: 1.25rem 1.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 400;
    font-family:"Avenir Next" !important;
    color: #767F84;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    margin-bottom: 1rem;
    transition: all .3s;
    max-width: 480px
}

.form-control-sm {
    height: 4.4rem;
    padding: 1.2rem 1.5rem;
    font-size: 1.2rem
}

select.form-control:not([size]):not([multiple]) {
    height: 4.6rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 4.4rem
}

.form-control:focus {
    color: #767F84;
    background-color: #fff;
    border-color: #282d3b;
    box-shadow: none
}

.main .form-control::-webkit-input-placeholder {
    color: #767F84
}

.main .form-control::-moz-placeholder {
    color: #767F84
}

.main .form-control:-ms-input-placeholder {
    color: #767F84
}

.main .form-control::-ms-input-placeholder {
    color: #767F84
}

.main .form-control::placeholder {
    color: #767F84
}

textarea.form-control {
    min-height: 176px;
    max-width: 680px
}




/* Estilos base para .form-footer */
/* Estilos base para .form-footer */
.form-footer {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.3rem;
}


/* Estilos para móviles (pantallas menores a 768px) */
@media (max-width: 767.98px) {
  

    .custom-btn {
        margin: 0 5px; /* Espacio entre los botones */
    }
}


.form-footer .form-footer-right {
    margin-left: auto;
    margin-right: 0
}

.form-footer .form-footer-right .btn {
    margin: 0
}

.forget-pass {
    line-height: 1.3
}

.form-footer .btn {
    margin-right: 1rem
}

label {
    color: #767F84;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0 0 .6rem
}

.required-field>label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 .45rem
}

.required {
    color: #e02b27;
    font-size: 1.2rem
}

.required+.form-footer {
    margin-top: 0.8rem
}

.select-custom {
    position: relative;
    margin-bottom: 1rem
}

.select-custom select {
    -webkit-appearance: none;
    appearance: none
}

.select-custom::after {
    font-family: 'porto';
    content: '\e81c';
    position: absolute;
    display: inline-block;
    right: 1.9rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-51%);
    color: #34373f
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}

.form-group-custom-control {
    margin-top: 2rem
}

.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem
}

.form-group-custom-control+.form-group-custom-control {
    margin-top: -.5rem
}

.form-group-custom-control .custom-control-label {
    text-transform: initial;
    font-family: "Avenir Next" !important;
    letter-spacing: 0;
    font-weight: 400
}

.custom-control {
    position: relative;
    padding-left: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.custom-control-label {
    position: static;
    margin-bottom: 0;
    margin-top: .1rem;
    font-size: 1.3rem
}

.custom-control-label::before {
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.custom-control-label::after {
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #282d3b;
    border-color: #282d3b;
    background-color: #282d3b
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #fa4a4a
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(250, 74, 74, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(250, 74, 74, 0.5)
}

.form-input {
    padding: 1rem 1.2rem;
    border-radius: 2px;
    border: 1px solid #ddd
}

.form-wide {
    width: 100%
}

@media screen and (min-width: 768px) {

    form,
    .form-footer {
        margin-bottom: 4rem
    }

    form h2 {
        margin-top: 4.4rem
    }
}

@media screen and (min-width: 992px) {

    form,
    .form-footer {
        /*margin-bottom: 5rem*/
        margin-bottom: 0rem

    }
}

.btn {
    padding: -1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-family:"Avenir Next" !important;
    letter-spacing: .1rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 124px;
    transition: all .3s
}

.btn-sm {
    font-size: 1.3rem;
    padding: 1rem 1.5rem;
    letter-spacing: 1px;
    min-width: 90px
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #282d3b;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 13px;
    min-width: 0;
    font-family:"Avenir Next" !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #282d3b;
    text-decoration: underline
}

.btn-md {
    padding: 1rem 2.4rem;
    text-shadow: none;
    font-size: 12px;
    letter-spacing: .025em
}

/*********************************
6. Hero Boxes
*********************************/

body {
    background: #F9F9F9;
}

.myaccordion {
    max-width: 500px;
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #1D70BA;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

/*btn color search*/

.btn-primary {
    color: #fff;
    background-color: #1D70BA;
    border-color: #000000;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #45a8ff;
    border-color: #000000;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f91818;
    border-color: #f80c0c
}

.btn-secondary {
    color: #fff;
    background-color: #282d3b;
    border-color: #282d3b;
    box-shadow: none
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #282d3b;
    border-color: #282d3b
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #13161d;
    border-color: #0e1015
}

.btn-dark {
    color: #fff;
    background-color: #03050a;
    border-color: #03050a;
    box-shadow: none
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a;
    box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #03050a;
    border-color: #03050a
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a
}

.btn-outline {
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-color: #ccc
}

.btn-outline:hover,
.btn-outline.focus {
    color: #282d3b;
    background-color: transparent;
    border-color: #282d3b;
    box-shadow: none
}

.btn-outline.disabled,
.btn-outline:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle {
    color: #282d3b;
    background-color: transparent;
    border-color: #282d3b
}

.btn-outline-secondary {
    color: #777;
    background-color: transparent;
    background-image: none;
    border-color: #ccc
}

.btn-outline-secondary:hover,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a;
    box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #777;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a
}

.btn-outline-dark {
    color: #05131c;
    background-color: transparent;
    background-image: none;
    border-color: #efefef
}

.btn-outline-dark:hover,
.btn-outline-dark.focus {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a;
    box-shadow: none
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #05131c;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a
}

.btn-social-login {
    display: flex;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-family:"Avenir Next" !important;
    background-color: #fa4a4a
}

.btn-social-login span,
.btn-social-login i {
    color: #fff
}

.btn-social-login i {
    padding-right: 6px;
    margin-top: -1px
}

.btn-facebook {
    background: #3a589d
}

.btn-gplus {
    background: #dd4e31
}

.btn-twitter {
    background: #1aa9e1
}

.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next {
    outline: none
}

a:focus {
    outline: none
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.mfp-container .mfp-preloader,
.porto-loading-icon {
    content: '';
    display: inline-block;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    -webkit-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear;
    border-image: none;
    border-radius: 50%;
    z-index: 2;
    border-top-color: #fa4a4a;
    margin: 0 auto
}

.mfp-container .mfp-preloader::before,
.porto-loading-icon::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    right: 0;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease
}

.alert {
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem
}

/* .alert {
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 1.4rem 1.5rem
}*/

.alert.alert-intro {
    font-size: 1.4rem
}

.card {
    border-radius: 0;
    border: 1px solid #ddd;
    font-size: 1.3rem;
    margin-bottom: 3rem
}

.card-header {
    padding: 1.2rem 1.5rem;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #282d3b;
    border-color: #ddd;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0
}

.card-header::after {
    display: block;
    clear: both;
    content: ''
}

.card-header .card-edit {
    display: inline-block;
    float: right;
    font-size: 1.3rem;
    color: #282d3b;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: .1rem
}

.card-body {
    padding: 2rem 1.5rem;
    border-top: 0;
    border-radius: 0;
    min-height: 135px
}

.card-body a {
    text-decoration: underline
}

.card-body h4 {
    color: #8a8a8a;
    margin-bottom: .7rem
}

.modal form {
    margin: 0
}

.modal form .form-group {
    max-width: 480px
}

.modal form .form-control {
    max-width: 100%
}

.modal-body {
    padding: 1.5rem
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35)
}

.modal-header,
.modal-footer {
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.modal-title {
    font-weight: 600
}

.close {
    font-size: 2.2rem
}

@media screen and (min-width: 576px) {
    .modal-content {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .modal-body {
        max-height: calc(100vh - 210px);
        overflow-y: auto;
        padding-top: 2rem
    }

    .modal-header,
    .modal-footer,
    .modal-body {
        padding-left: 2rem;
        padding-right: 2em
    }
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 800px
    }

    .modal-header,
    .modal-footer,
    .modal-body {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

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

    .modal-open,
    .modal-open .modal {
        padding-right: 0 !important
    }
}

.member {
    background-color: #fff;
    margin-bottom: 2.8rem;
    padding: 2.5rem 0;
    text-align: center;
    transition: all .3s ease
}

.member img {
    border-radius: 50%;
    display: inline-block !important;
    height: auto;
    max-width: 160px !important
}

.owl-carousel .member {
    margin-bottom: .5rem;
}

.member-title {
    color: #282d3b;
    font: 700 1.4rem/1  "Avenir Next" !important;

    margin: 2.5rem 0 .5rem;
    text-transform: uppercase
}

.member-job {
    color: #8c8e94;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.tooltip {
    font-family: "Avenir Next" !important;
    font-size: 1.3rem
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    height: 1rem;
    width: 1rem
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 1rem 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ddd;
    border-width: 1rem 1rem 0;
    margin-left: -.5rem
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 1rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    height: 2rem;
    width: 1rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ddd;
    border-width: 1rem 1rem 1rem 0
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 1rem 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ddd;
    border-width: 0 1rem 1em;
    margin-left: -.5rem
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 1rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    height: 1rem;
    width: 1rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ddd;
    border-width: 1rem 0 1rem 1rem
}

.tooltip-inner {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: .1rem;
    color: #777;
    max-width: 270px;
    padding: 1.2rem 1.5rem;
    text-align: left
}

.social-icons {
    display: flex;
    align-items: center
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #fa4a4a;
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: .5rem
}

.social-icon:hover,
.social-icon:focus {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.social-icon.social-facebook {
    color: #fff;
    background-color: #3b5a9a
}

.social-icon.social-twitter {
    color: #fff;
    background-color: #1aa9e1
}

.social-icon.social-linkedin {
    color: #fff;
    background-color: #0073b2
}

.social-icon.social-gplus {
    color: #fff;
    background-color: #dd4b39
}

.social-icon.social-mail {
    color: #fff;
    background-color: #dd4b39
}

.info-boxes-container {
    background-color:#274380;
    margin-bottom: 3rem
}

.info-boxes-container .container,
.info-boxes-container .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.info-box {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.5rem;
    width: 100%;
    color: #c8cdcf
}

.info-box i {
    color: #9fa4af;
    font-size: 3.7rem;
    margin-right: 1.8rem;
    min-width: 3.7rem;
    text-align: center
}

.info-box i::before {
    margin: 0;
    width: auto
}

.info-box h4 {
    color: #fff;
    margin-bottom: 0.2rem;
    font: 400 1.2rem/1.1  "Avenir Next" !important;
    letter-spacing: 0.05rem;
    text-transform: uppercase
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .01em
}

.info-box+.info-box {
    border-top: 1px solid #282d3b
}

@media screen and (min-width: 768px) {
    .info-boxes-container {
        margin-bottom: 4rem
    }

    .info-boxes-container .container,
    .info-boxes-container .container-fluid {
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .info-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        justify-content: center
    }

    .info-box:first-child {
        justify-content: flex-start
    }

    .info-box+.info-box {
        border-top: none
    }
}

@media screen and (max-width: 767px) {
    .info-boxes-container .container {
        width: 100%;
        max-width: none
    }
}

.feature-box {
    width: 100%;
    color: #4a505e;
    margin-bottom: 3rem
}

.feature-box::after {
    display: block;
    clear: both;
    content: ''
}

.feature-box i {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa4a4a;
    font-size: 5.5rem;
    width: 7.5rem
}

.feature-box h3 {
    color: #21293c;
    font: 700 1.4rem/1.1  "Avenir Next" !important;

    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.feature-box p {
    margin-bottom: 1.3rem
}

.feature-box-content {
    margin-left: 9rem;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #7b858a
}

.nav.nav-tabs {
    border: 0;
    margin: 0;
    border-bottom: .2rem solid #e7e7e7
}

.nav.nav-tabs .nav-item {
    margin-bottom: -.2rem
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 1.2rem 0;
    font: 600 1.2rem/1  "Avenir Next" !important;
    color: #282d3b;
    border: 0;
    border-bottom: .2rem solid transparent;
    text-transform: uppercase;
    letter-spacing: .01rem
}

.nav.nav-tabs .nav-item .nav-link:hover {
    color: #fa4a4a
}

.nav.nav-tabs .nav-item+.nav-item {
    margin-left: 3.4rem
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
    color: #1D70BA;
    border-bottom-color: #1D70BA;
}

.testimonial-owner {
    display: flex;
    align-content: center
}

.testimonial-owner figure {
    max-width: 60px;
    margin-right: 25px
}

.testimonial-owner h4 {
    display: block;
    margin-bottom: .5rem;
    color: #111;
    padding-top: .7rem;
    font-size: 1.4rem;
    text-transform: uppercase
}

.testimonial-owner span {
    display: block;
    color: #666;
    font-size: 1.2rem;
    text-transform: uppercase
}

.testimonial blockquote {
    position: relative;
    padding: 1rem 2rem;
    margin-left: 15px;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8
}

.testimonial blockquote::before {
    content: '\e842';
    position: absolute;
    left: -1rem;
    top: 0;
    font-family: 'porto';
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1;
    color: #fa4a4a
}

@media screen and (min-width: 576px) {
    .testimonial blockquote {
        padding: 1.5rem 3rem 1.5rem 2rem;
        margin-left: 85px
    }
}

.toolbox {
    color: #7a7d82;
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.5rem
}

.toolbox::after {
    display: block;
    clear: both;
    content: ''
}

.toolbox.toolbox-pagination {
    margin-bottom: 5rem;
    padding-top: 2rem;
    border-top: .2rem solid #dfdfdf
}

.toolbox .pagination {
    margin-left: auto
}

.toolbox .select-custom {
    margin-bottom: 0
}

.toolbox .select-custom::after {
    right: 1.3rem;
    font-size: 1.6rem
}

.toolbox .select-custom .form-control {
    font-size: 1.2rem;
    padding-right: 2.5rem;
    max-width: 160px;
    border-color: #e4e4e4
}

.toolbox label {
    display: none;
    margin-bottom: 0;
    margin-top: 1px;
    font-weight: 400;
    color: #767F84;
    font-size: 1.3rem
}

.toolbox .form-control {
    color: #7a7d82;
    display: inline-block;
    border-width: .2rem;
    padding: 0 .8rem;
    margin-bottom: 0
}

.toolbox .form-control:not(:focus) {
    border-color: #e4e4e4
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 34px
}

.toolbox .toolbox-show .select-custom:after {
    right: 1rem
}

.toolbox-pagination .toolbox-show {
    display: none
}

.pagination {
    border-radius: 0;
    font-weight: 700;
    font-family: "Avenir Next" !important;
    align-items: center;
    margin-bottom: 0
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
    padding: 0 .3rem;
    line-height: 1.1;
    color: #706f6c;
    background-color: transparent;
    border: .1rem solid #e9e9e9
}

.page-link.page-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: .2rem;
    padding-right: .2rem;
    min-width: 0;
    height: 3.2rem;
    border: 0;
    padding: 0;
    color: #6f6e6b;
    font-size: 1.5rem
}

.page-link.page-link-btn i {
    position: relative;
    top: -.1rem
}

.page-link.page-link-btn i::before {
    margin-left: 0;
    margin-right: 0
}

.page-link:hover,
.page-link:focus {
    box-shadow: none;
    color: #fa4a4a;
    text-decoration: none;
    background-color: transparent
}

.page-item+.page-item {
    margin-left: .7rem
}

.page-item span {
    padding-left: .3rem;
    padding-right: .3rem
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    color: #fa4a4a;
    background-color: transparent;
    border-color: #e9e9e9
}

.page-item.disabled .page-link {
    color: #eaeaea
}

.page-item.disabled .page-link.page-link-btn {
    color: #eaeaea;
    border-color: #eaeaea;
    background-color: transparent
}

.toolbox-left {
    display: flex;
    align-items: center
}

.toolbox-item {
    display: flex;
    align-items: center
}

.toolbox-item.toolbox-sort {
    margin-right: 1.5rem
}

.toolbox-item.toolbox-show {
    margin-left: auto;
    font-size: 1.2rem
}

.toolbox-item label {
    margin-right: 1.2rem
}

.sorter-btn {
    font-size: 1.7rem;
    color: #000;
    margin-left: .8rem;
    text-decoration: none
}

.sorter-btn::before {
    content: '\e890';
    font-family: 'porto'
}

.sorter-btn.btn-desc::before {
    content: '\e891'
}

.sorter-btn:hover,
.sorter-btn:focus {
    text-decoration: none
}

.layout-modes {
    display: flex;
    font-size: 0;
    margin-left: 2.1rem
}

.layout-btn {
    display: inline-block;
    height: 3.4rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
    color: #000;
    text-align: center;
    margin-right: .7rem;
    text-decoration: none
}

.layout-btn i:before {
    margin-left: 0;
    margin-right: 0
}

.layout-btn:last-child {
    margin-right: 0
}

.layout-btn.active,
.layout-btn:hover,
.layout-btn:focus {
    color: #1D70BA;
    text-decoration: none
}

.horizontal-filter .toolbox-sort {
    margin-left: auto
}

.horizontal-filter .toolbox-item:last-child {
    display: none
}

@media screen and (min-width: 480px) {
    .layout-modes {
        display: flex
    }

    .horizontal-filter .toolbox-show {
        margin-left: 0
    }

    .toolbox-pagination .toolbox-show {
        display: flex;
        margin-left: 0
    }
}

@media screen and (min-width: 576px) {
    .toolbox-left {
        margin-bottom: 0
    }

    .toolbox-left label {
        margin-right: 1.8rem
    }

    .horizontal-filter .toolbox-item:last-child {
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .toolbox label {
        display: block
    }
}

@media screen and (min-width: 992px) {
    .toolbox.toolbox-pagination {
        margin-top: 1.5rem;
        margin-bottom: 5rem
    }
}

@media screen and (max-width: 575px) {
    .horizontal-filter .toolbox-item.toolbox-sort {
        margin-right: 0
    }
}

.login-popup .mfp-content {
    background-color: white;
    max-width: 872px;
    width: 80%
}

.login-popup .container {
    padding: 2.5rem 3rem
}

.login-popup .title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #777;
    font-family: "Avenir Next" !important;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize
}

.login-popup .form-footer {
    margin: 0 0 2rem
}

.login-popup .form-footer .custom-control {
    font-size: 1.3rem;
    margin: 0 0 0 auto
}

.login-popup .forget-password {
    color: #fa4a4a;
    font-size: 1.3rem
}

.login-popup .social-login-wrapper {
    background-color: #f4f4f2;
    padding: 2rem 2rem 2.5rem;
    text-align: center
}

.login-popup .social-login-wrapper p {
    color: #121214;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.login-popup .btn-group {
    flex-wrap: wrap;
    justify-content: space-around
}

.mfp-ready.mfp-bg {
    background-color: #000;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: .8
}

.mfp-zoom-out-cur .mfp-counter {
    color: #fff
}

.mfp-zoom-out-cur .mfp-arrow-right::before {
    border-left: 0
}

.mfp-zoom-out-cur .mfp-arrow-left::before {
    border-right: 0
}

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
    opacity: 0
}

.mfp-wrap .mfp-content {
    opacity: 0;
    -moz-transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
    max-width: 872px
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media screen and (min-width: 768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }

    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

.home-slider,
.boxed-slider {
    position: relative;
    background-color: #ccc
}

.home-slider::after,
.home-slider::before,
.boxed-slider::after,
.boxed-slider::before {
    border: 2px solid transparent;
    border-image: none;
    border-radius: 50%;
    border-top-color: #fa4a4a;
    content: '';
    height: 40px;
    left: calc(50% - 2rem);
    position: absolute;
    top: calc(50% - 2rem);
    width: 40px
}

.home-slider::before,
.boxed-slider::before {
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
    z-index: 4
}

.home-slider::after,
.boxed-slider::after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    z-index: 5
}

.home-slider.loaded::after,
.home-slider.loaded::before,
.boxed-slider.loaded::after,
.boxed-slider.loaded::before {
    display: none
}

.home-slide {
    width: 110%;
    background-color: #ccc;
    display: none;
    position: relative
}

.home-slide::before {
    content: '';
    display: block;
    padding-top: 58.3116883117%;
    width: 100%
}

.owl-carousel-lazy.owl-carousel {
    display: block;
    margin-bottom: 2rem
}

.owl-carousel-lazy.owl-carousel .home-slide:first-child,
.owl-carousel-lazy.owl-carousel .category-slide:first-child,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
    display: flex
}

.owl-carousel-lazy.owl-carousel.owl-loaded .home-slide {
    display: block
}

.home-slide .owl-lazy,
.category-slide .owl-lazy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.home-slide .slide-bg,
.category-slide .slide-bg {
    position: absolute;
    max-height: none !important;
    z-index: 2;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat
}

.home-slide-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 1.4rem;
    padding-bottom: 4rem;
    z-index: 3
}

/*para que quepan en los sliders*/

.home-slide-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.1;
    font-family: "Avenir Next" !important;
    text-transform: uppercase;
    letter-spacing: -.1rem;
    margin-bottom: 5rem;
    line-height: 1
}

.home-slide-content h3 {
    color: #000000;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.1;
    font-family: "Avenir Next" !important;
    text-transform: uppercase;
    margin-bottom: 15rem;
    letter-spacing: 0
}

.home-slide-content .btn {
    font-weight: 400;
    font-size: 1.5rem;
    min-width: 117px;
    border-radius: .2rem
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all .1s;
    font-weight: 100;
    transform: translateY(-50%)
}

.home-slider.owl-carousel .owl-nav .owl-prev i,
.home-slider.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem
}

.home-slider.owl-carousel .owl-nav .owl-prev i::before,
.home-slider.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 1.2rem
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 1.2rem
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover,
.home-slider.owl-carousel .owl-nav .owl-prev:focus,
.home-slider.owl-carousel .owl-nav .owl-next:focus {
    color: #fa4a4a;
    border-color: transparent;
    background-color: transparent
}

.home-slider.owl-carousel .owl-dots {
    position: absolute;
    right: 3.7rem;
    bottom: 4.3rem;
    margin: 0;
    line-height: 0
}

/*color modal del banner*/

.home-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 2rem;
    height: .7rem;
    background-color: #1D70BA;
    line-height: 1;
    transition: all 0.15s
}

.home-slider.owl-carousel .owl-dots .owl-dot+.owl-dot {
    margin-left: 1rem
}

.home-slider.owl-carousel .owl-dots .owl-dot:hover,
.home-slider.owl-carousel .owl-dots .owl-dot:focus {
    background-color: #fa4a4a
}

/*color modal del banner cuando se mueve*/

.home-slider.owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff041d;
    border: 1rem #004987;
}

.owl-carousel .product:not(.product-sm) {
    margin-bottom: 0
}

.home-product-tabs {
    margin-top: 1rem
}

.home-product-tabs .tab-content {
    padding-top: 3rem
}

.home-product-tabs .tab-content>.tab-pane {
    padding: 0;
    margin: 0
}

.top-banners {
    margin-bottom: 1rem
}

.top-banners .banner {
    margin-bottom: 1rem
}

.banners-group {
    margin-bottom: 2rem
}

.banners-group .banner {
    margin-bottom: 1rem
}

.partners-container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    background-color: #f4f4f4;
    margin-bottom: 0
}

.partners-carousel {
    padding-left: 40px;
    padding-right: 40px
}

.partner {
    display: block;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.partner img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.sidebar-home {
    font-size: 1.3rem;
    line-height: 1.85
}

.sidebar-home .widget {
    margin-bottom: 4.5rem
}

.sidebar-home .widget .banner {
    max-width: 270px
}

.sidebar-home .widget-title {
    font: 700 1.4rem/1.1  "Avenir Next" !important;

    text-transform: uppercase;
    color: #282d3b;
    letter-spacing: .05em;
    margin: 0 0 2rem;
    padding-bottom: .9rem;
    border-bottom: .2rem solid #dfdfdf
}

.sidebar-home .widget-block {
    margin-top: -.4rem
}

.sidebar-home .widget-block .widget-title {
    margin-bottom: 1.4rem
}

.sidebar-home .entry {
    margin-bottom: 0
}

.sidebar-home .entry-media {
    position: relative;
    margin-bottom: 2.7rem
}

.sidebar-home .entry-body {
    margin-left: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-home .entry-date {
    position: absolute;
    top: .6rem;
    right: .8rem;
    color: #fff;
    background-color: #fa4a4a;
    font: 400 2.2rem/1  "Avenir Next" !important;
    padding: .8rem .95rem .9rem;
    text-transform: uppercase
}

.sidebar-home .entry-date span {
    display: block;
    font-size: 1.2rem;
    margin-top: .2rem
}

.sidebar-home .entry-title {
    font-weight: 700;
    color: #0e2f40;
    font-size: 1.6rem
}

.sidebar-home .entry-content {
    font-size: 1.3rem;
    line-height: 1.85
}

.sidebar-home .entry-content p:last-of-type {
    margin-bottom: .6rem
}

.sidebar-home .read-more {
    float: none;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fa4a4a
}

.widget-cats {
    padding: 2.4rem 3rem 2.7rem;
    background-color: #f1f1f1
}

.widget-cats .widget-title {
    margin-bottom: 2.2rem
}

.catAccordion {
    font-size: 1.2rem;
    letter-spacing: .06rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0
}

.catAccordion .accordion-btn {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    display: block;
    position: absolute;
    right: 0;
    top: .7rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer
}

.catAccordion .accordion-btn::before {
    font-family: 'porto';
    content: '\e81c';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1
}

.catAccordion li {
    position: relative;
    padding: .6rem 0;
    color: #5e6f77
}

.catAccordion li a {
    color: inherit
}

.catAccordion li.open>a {
    font-weight: 700
}

.catAccordion li.open .accordion-btn::before {
    content: '\e81b'
}

.catAccordion li ul {
    padding-left: 1.5rem;
    padding-top: .7rem
}

.catAccordion li ul li {
    padding-top: .4rem;
    padding-bottom: .4rem
}

@media screen and (min-width: 768px) {
    .home-product-tabs .product {
        margin-bottom: 4rem
    }

    .banners-group .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .banners-group .col-md-4 {
        -ms-flex: 0 0 34.55%;
        flex: 0 0 34.55%;
        max-width: 34.55%;
        padding-left: 5px;
        padding-right: 5px
    }

    .banners-group .col-md-8 {
        -ms-flex: 0 0 65.45%;
        flex: 0 0 65.45%;
        max-width: 65.45%;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width: 992px) {
    .home-top-container {
        padding-top: 2rem
    }

    .home-top-container .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .home-top-container .col-lg-4,
    .home-top-container .col-lg-8 {
        padding-left: 5px;
        padding-right: 5px
    }

    .home-top-container .col-lg-8 {
        -ms-flex: 0 0 66.1%;
        flex: 0 0 66.1%;
        max-width: 66.1%
    }

    .home-top-container .col-lg-4 {
        -ms-flex: 0 0 33.9%;
        flex: 0 0 33.9%;
        max-width: 33.9%
    }

    .banners-group {
        margin-bottom: 5rem
    }

    .sidebar-home .widget-block p {
        max-width: 230px
    }

    .sidebar-home .entry-content p {
        max-width: 220px
    }

    .partners-container {
        padding-top: 5.2rem;
        padding-bottom: 5.2rem
    }

    .partners-carousel {
        padding-left: 100px;
        padding-right: 100px
    }
}

.about-section {
    padding: 3rem 0 3rem;
    font-size: 1.5rem;
    line-height: 2
}

.about-section .col-lg-7 p {
    padding-right: 2rem
}

.about-section .col-lg-7 p:last-child {
    margin-bottom: 3rem
}

.testimonials-slider blockquote {
    margin-bottom: 0;
    padding-bottom: 0
}

.testimonials-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.gallery-section {
    padding: 5.5rem 0 4rem;
    background-color: #f1f1f1
}

.gallery-item {
    display: block;
    margin-bottom: 1.5rem
}

.gallery-item img {
    max-width: none;
    width: 100%
}

.company-section {
    padding: 6rem 0 3rem;
    font-size: 1.5rem;
    line-height: 1.8
}

.company-section img {
    margin-bottom: 3rem
}

.company-section p+.subtitle {
    margin-top: 4rem
}

.features-section {
    padding: 4.5rem 0 1rem;
    background-color: #f1f1f1
}

@media screen and (min-width: 768px) {
    .gallery-item {
        margin-bottom: 2rem
    }

    .features-section {
        padding-top: 5.8rem;
        padding-bottom: 2.2rem
    }
}

.sidebar-shop {
    font-size: 1.3rem
}

.sidebar-shop .widget {
    padding-bottom: 1.5rem;
    margin: 0
}

.sidebar-shop .widget::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget .config-swatch-list {
    margin-top: .3rem
}

.sidebar-shop .widget .config-swatch-list li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    margin-right: 0
}

.sidebar-shop .widget .config-swatch-list li:last-child {
    margin-bottom: 0
}

.sidebar-shop .widget .config-swatch-list li a {
    margin-right: 1.5rem
}

.sidebar-shop .widget-title {
    font: 700 1.5rem/1.1  "Avenir Next" !important;
    text-transform: uppercase;
    color: #FF3434;
    letter-spacing: .05em;
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: .2rem solid #dfdfdf
}

.sidebar-shop .widget-title a {
    color: #FFFF;
    position: relative;
    display: block
}

.sidebar-shop .widget-title a:hover,
.sidebar-shop .widget-title a:focus {
    color: inherit;
    text-decoration: none
}

.sidebar-shop .widget-title a::before,
.sidebar-shop .widget-title a::after {
    content: '';
    position: absolute;
    display: inline-block;
    right: .5rem;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #FFF;
    margin-top: -1px;
    transition: all 0.35s
}

.sidebar-shop .widget-title a.collapsed::after {
    transform: rotate(-90deg)
}

.sidebar-shop .widget-body {
    padding-left: 1.5rem;
    padding-top: 1.7rem
}

.sidebar-shop .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget-featured {
    position: relative
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 2.3rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0
}

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -4.2rem;
    right: -1.4rem
}

.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
    padding: 0 .4rem !important;
    font-size: 2rem;
    line-height: 1;
    color: #282d3b;
    border-radius: 0
}

.widget .owl-carousel .owl-nav i::before {
    width: auto;
    margin: 0
}

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

.cat-list li {
    margin-bottom: 1.4rem
}

.cat-list li:last-child {
    margin-bottom: 0
}

.spacio {
    margin-left: 65px;
    /* Ajusta el valor según sea necesario */
}

.cat-list li a {
    color: #000000
}

.cat-list li a:hover,
.cat-list li a:focus {
    text-decoration: underline
}

.config-size-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.config-size-list li {
    display: inline-flex;
    margin-right: .8rem;
    margin-bottom: .8rem
}

.config-size-list a {
    position: relative;
    display: block;
    width: 3.4rem;
    height: 3rem;
    transition: all .3s;
    font-weight: 600;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.8rem;
    border: 1px solid #e9e9e9;
    text-decoration: none;
    color: #767F84
}

.config-size-list a:hover,
.config-size-list a:focus,
.config-size-list a.active {
    color: #61605a;
    border-color: #fa4a4a;
    background-color: #fa4a4a;
    text-decoration: none
}

.price-slider-wrapper {
    padding-top: 2rem
}

.filter-price-action {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
    padding-bottom: .4rem
}

.filter-price-action::after {
    display: block;
    clear: both;
    content: ''
}

.filter-price-action .filter-price-text {
    margin-left: auto
}

.filter-price-action .btn {
    font-size: 1.2rem;
    padding: .3rem .8rem;
    letter-spacing: .08em;
    min-width: 0
}

.config-swatch-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 0
}

.config-swatch-list li {
    margin-right: .4rem;
    margin-bottom: .3rem
}

.config-swatch-list li a {
    position: relative;
    display: block;
    align-items: center;
    width: 2.2rem;
    height: 2.2rem;
    color: #000
}

.config-swatch-list li .color-panel {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    transition: all .3s;
    margin-right: 1.5rem
}

.config-swatch-list li.active a::before {
    font-family: 'porto';
    content: '\e84e';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    transform: translateX(-50%) translateY(-50%)
}

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
    box-shadow: 0 0 0 .1rem #dfdfdf
}

.boxed-slider .category-slide {
    height: 300px;
    display: flex;
    align-items: center
}

.boxed-slide-content {
    z-index: 3;
    background-color: transparent;
    margin-bottom: 0
}

.boxed-slide-content .btn {
    display: inline-block
}

.boxed-slider .owl-dots {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    right: 0
}

.horizontal-filter {
    background-color: #f4f4f4;
    padding: 1.2rem 1rem;
    margin-bottom: 18px
}

.horizontal-filter .price-sort {
    position: relative
}

.horizontal-filter .price-sort label {
    font-size: 1.2rem
}

.horizontal-filter .price-sort .input-price {
    display: block;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 5px 8px;
    line-height: 1.4;
    width: 100%
}

.horizontal-filter .price-sort.opened:before {
    display: block
}

.sort-list li {
    padding: 7px 0;
    font-size: 1.2rem;
    text-transform: uppercase
}

.filter-toggle {
    display: flex;
    align-items: center;
    margin-right: 1rem
}

.filter-toggle a {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
    background: #e6e6e6;
    border-radius: 13px;
    margin-left: 8px;
    text-decoration: none
}

.filter-toggle a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #ffbebe;
    border-radius: 11px;
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .3s linear
}

.filter-toggle a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    -webkit-transform: translate3d(2px, 2px, 0);
    transform: translate3d(2px, 2px, 0);
    transition: all .2s ease-in-out
}

.filter-toggle.opened a {
    background-color: #1D70BA;
}

.filter-toggle.opened a:before {
    -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.filter-toggle.opened a:after {
    -webkit-transform: translate3d(22px, 2px, 0);
    transform: translate3d(22px, 2px, 0)
}

@media screen and (min-width: 576px) {
    .horizontal-filter {
        padding: 1.2rem 2rem
    }
}

@media screen and (min-width: 992px) {
    .products-body {
        overflow: hidden
    }

    .products-body .sidebar-shop {
        transition: all 0.3s linear 0s;
        visibility: hidden;
        z-index: -1;
        left: -25%
    }

    .sidebar-opened .sidebar-shop {
        visibility: visible;
        z-index: 0;
        left: 0
    }

    .main-content {
        margin-left: -25%;
        transition: all 0.3s linear 0s
    }

    .sidebar-opened .main-content {
        margin-left: 0
    }

    main:not(.sidebar-opened) .main-content {
        max-width: 100%;
        flex: 0 0 100%
    }

    main:not(.sidebar-opened) .main-content .col-md-4 {
        max-width: 25%
    }

    .filter-sorts {
        padding: 12px
    }

    .filter-sorts .toolbox-left {
        position: relative
    }

    .filter-sorts .toolbox-item {
        margin-right: 1rem
    }

    .filter-sorts .toolbox-item.toolbox-sort {
        background: #fff;
        margin: 0 1rem 0 0
    }

    .filter-sorts .toolbox-item.toolbox-show {
        font-size: 1.2rem;
        margin-left: auto
    }

    .filter-sorts select {
        border: 0;
        min-width: 140px;
        text-transform: uppercase
    }

    .filter-sorts .layout-modes {
        margin-left: .5rem
    }

    .filter-sorts .filter-toggle {
        display: block
    }

    .filter-sorts .sidebar-shop {
        left: 0;
        z-index: 2;
        visibility: visible
    }

    .filter-price-form,
    .sort-list {
        display: none
    }

    .filter-price-form {
        position: absolute;
        min-width: 220px;
        padding: 10px 15px 10px;
        top: 100%;
        margin-top: 9px;
        left: 0;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)
    }

    .sort-list {
        position: absolute;
        padding: 10px 15px 10px;
        top: 100%;
        margin-top: 9px;
        left: 0;
        min-width: 220px;
        background: #fff;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15)
    }

    .sort-menu-trigger {
        display: block;
        height: 34px;
        font-size: 1.2rem;
        line-height: 34px;
        padding-left: .8rem;
        z-index: 9;
        min-width: 140px;
        color: #7a7d82;
        text-transform: uppercase
    }

    .sort-menu-trigger:hover,
    .sort-menu-trigger:focus {
        text-decoration: none
    }

    .sort-menu-trigger::before {
        display: none;
        content: '';
        position: absolute;
        top: 100%;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 21px;
        margin-top: 1px;
        z-index: 999
    }

    .toolbox-item.opened .sort-list,
    .toolbox-item.opened .filter-price-form,
    .toolbox-item.opened .sort-menu-trigger:before {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .sort-menu-trigger {
        display: block;
        margin-bottom: 1.5rem;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        text-transform: uppercase
    }

    .filter-sorts .toolbox-sort.select-custom {
        margin: 2rem;
        display: block
    }

    .filter-sorts .toolbox-sort.select-custom::after {
        content: none
    }

    .sidebar-shop .widget {
        padding: 3rem 2rem 0
    }
}

.product-single-container {
    margin-bottom: 3rem
}

.product-single-details {
    margin-top: -.6rem
}

.product-single-details .product-title {
    color: #21293c;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: -.01em;
    margin-bottom: 1.1rem;
    text-align: center;
}

.product-single-details .price-box {
    color: #fa4a4a;
    font-weight: 700;
    margin-bottom: 2.4rem
}

.product-single-details .product-price {
    font-size: 2.1rem
}

.product-single-details .old-price {
    font-weight: 600;
    font-size: 1.6rem
}

.product-single-details .old-price+.product-price {
    margin-left: 1rem
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
    font-size: 1.4rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px
}

.product-single-details .rating-link {
    font-weight: 500;
    color: #90939a;
    letter-spacing: .025em;
    margin-left: 1rem
}

.product-single-details .product-desc {
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: .005em;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6;
    margin-bottom: 2.7rem
}

.product-single-details .product-action {
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: -3.9rem
}

.product-single-details .sticky-header {
    height: auto
}

.product-single-details .sticky-header .sticky-detail {
    display: flex;
    flex-direction: row;
    align-items: center
}

.product-single-details .sticky-header .product-title {
    margin-bottom: 0;
    margin-right: 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #777
}

.product-single-details .sticky-header .price-box {
    margin-bottom: 0;
    margin-top: 1rem;
    padding: 0;
    border: 0;
    color: #2b2b2d
}

.product-single-details .sticky-header .ratings-container {
    margin-bottom: 3.2rem
}

.product-single-details .container {
    display: none;
    align-items: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .container .add-cart {
    margin-left: auto
}

.product-single-details .sticky-header.fixed-nav .container {
    padding: 1.5rem;
    display: flex
}

.product-single-details .product-single-qty,
.product-single-details .paction {
    margin: 0 1rem 1rem 0
}

.product-single-details .paction {
    height: 43px;
    min-width: 41px
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.product-single-gallery .owl-theme .owl-nav,
.product-single-gallery .owl-theme .owl-nav {
    font-size: 32px;
    color: #000
}

.product-single-gallery .owl-prev,
.product-single-gallery .owl-next {
    margin: 0 2rem !important;
    transition: all .5s;
    opacity: 0
}

.prod-thumbnail {
    padding: 0.5rem 1rem
}

.prod-thumbnail img {
    cursor: pointer;
    width: 100%
}

.prod-thumbnail>div {
    padding: 0.5rem
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
    top: 1rem;
    padding: 0;
    opacity: .5;
    width: 80px;
    z-index: 99
}

.transparent-dots .active img,
.transparent-dots img:hover {
    border: 1px solid #fa4a4a
}

.product-slider-container {
    position: relative
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    z-index: 1;
    outline: none;
    opacity: 0;
    transition: all .5s
}

.prod-full-screen i {
    font-size: 1.4rem;
    cursor: pointer;
    color: #000
}

.product-item:hover .prod-full-screen,
.product-item:hover .owl-prev,
.product-item:hover .owl-next {
    opacity: 1
}

.prod-thumbnail img {
    display: block
}

.prod-thumbnail .owl-dot {
    box-sizing: border-box
}

.single-info-list {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    letter-spacing: .005em;
    color: #7b858a
}

.single-info-list li strong {
    color: #4c4c4c
}

.product-single-qty {
    max-width: 104px;
    max-height: 43px
}

.product-single-qty .bootstrap-touchspin.input-group {
    position: absolute !important;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 100%;
    padding-right: 0;
    max-height: 43px
}

.product-single-qty .bootstrap-touchspin .form-control {
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .05em;
    height: 43px;
    padding: 1rem .2rem;
    max-width: none;
    box-shadow: none;
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.product-single-qty .horizontal-quantity {
    height: 43px
}

.product-single-qty .btn {
    position: relative;
    z-index: 2;
    font-family: "Avenir Next" !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 31px;
    font-size: 2.4rem;
    padding: .5rem;
    line-height: 1;
    margin: 0
}

.product-single-qty .btn.btn-outline {
    color: #8798a1;
    border-color: #dae2e6
}

.product-single-qty .btn.btn-down-icon::after,
.product-single-qty .btn.btn-up-icon::before,
.product-single-qty .btn.btn-up-icon::after {
    content: '';
    display: block;
    width: 1.1rem;
    height: .1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.55rem;
    background-color: #8798a1
}

.product-single-qty .btn.btn-up-icon::before {
    transform: rotate(90deg)
}

.product-filters-container {
    margin-bottom: 4.5rem
}

.product-single-filter {
    /*display: flex; lo comente para que no saliera tan junta la tabla 2 de product.php aver en que afecta*/
    align-items: center;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6
}

.product-single-filter+.product-single-filter {
    margin-top: 2.2rem
}

.product-single-filter label {
    color: #21293c;
    font: 600 1.5rem/1.1  "Avenir Next" !important;

    letter-spacing: .005em;
    text-transform: uppercase;
    margin-right: 1.3rem;
    margin-bottom: 0
}

.product-single-filter .config-swatch-list {
    display: inline-flex;
    margin: 0
}

.product-single-filter .config-swatch-list li {
    margin-bottom: 0
}

.product-single-filter .config-size-list li {
    margin-right: .7rem;
    margin-bottom: 0
}

.product-single-filter .config-size-list li a {
    min-width: 3rem;
    height: 3rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.8rem;
    border: 1px solid #dae2e6;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter .config-size-list li a:hover,
.product-single-filter .config-size-list li a:focus {
    color: #21293c;
    border-color: #fa4a4a;
    background-color: #f4f4f4
}

.product-single-filter .config-size-list li.active a {
    color: #21293c;
    border-color: #fa4a4a;
    background-color: #f4f4f4;
    outline: none
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-share {
    display: flex;
    align-items: center
}

.product-single-share label {
    color: #7b858a;
    font: 600 1.4rem/1.1  "Avenir Next" !important;

    letter-spacing: .005em;
    text-transform: uppercase;
    margin-right: 1.2rem;
    margin-bottom: .5rem
}

.product-single-tabs {
    margin-bottom: 5.5rem
}

.product-single-tabs .tab-pane {
    padding-top: 3.5rem;
    color: #7b858a;
    line-height: 1.92
}

.scrolling-box .tab-pane+.tab-pane {
    margin-top: 3.5rem;
    border-top: 2px solid #dae2e6
}

.product-desc-content p {
    margin-bottom: 0.2rem
        /*2.2*/

}

.product-desc-content ul,
.product-desc-content ol {
    padding-left: 4rem;
    margin-bottom: 2.2rem
}

.product-desc-content ul li,
.product-desc-content ol li {
    margin-bottom: .4rem
}

.product-desc-content ul li i,
.product-desc-content ol li i {
    color: #21293c;
    font-size: 1.5rem;
    margin-right: 2rem
}

.product-desc-content ul li i::before,
.product-desc-content ol li i::before {
    margin: 0
}

.product-desc-content img.float-right,
.product-desc-content img.float-left {
    max-width: 50%
}

.product-desc-content .feature-box i {
    float: none;
    display: inline-block
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.product-tags-content h4 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.collateral-box ul,
.collateral-box ol {
    margin-top: -2rem;
    margin-bottom: 2.5rem
}

.collateral-box ul li,
.collateral-box ol li {
    border-bottom: 1px solid #dae2e6;
    padding: 2rem 0 1rem
}

.ratings-table {
    width: 100%;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    margin: 20px 0 40px;
    border: 1px solid #dae2e6
}

.ratings-table thead th,
.ratings-table tbody td {
    border-bottom: 1px solid #dae2e6;
    border-right: 1px solid #dae2e6;
    line-height: 1.3
}

@media (max-width: 600px) {

    .ratings-table thead th,
    .ratings-table tbody td {
        padding-left: 5px;
        padding-right: 5px
    }
}

.ratings-table input[type=checkbox],
.ratings-table input[type=radio] {
    margin: 0 auto
}

@media (max-width: 600px) {
    .ratings-table thead {
        display: none
    }
}

.ratings-table thead th {
    font-weight: 600;
    font-size: 1.1rem;
    padding: .8rem 1.5rem;
    color: #777;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #f6f6f6;
    text-align: center
}

.ratings-table tbody td {
    font-size: 1.3rem;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    text-align: center
}

.ratings-table tbody td:first-child {
    font-weight: 700;
    text-align: left
}

.add-product-review h3 {
    font-size: 1.8rem
}

.add-product-review form {
    margin-bottom: 0
}

.sidebar-product {
    margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child) {
    margin-bottom: 2.5rem
}

.sidebar-product .widget:not(:last-child).widget-banner {
    margin-bottom: 4.6rem
}

.sidebar-product .widget:not(:last-child).widget-brand {
    margin-bottom: 2.5rem
}

.sidebar-product .widget-title {
    color: #21293c;
    font: 600 1.5rem/1.1  "Avenir Next" !important;

    text-transform: uppercase;
    margin: 0 0 2.3rem
}

.widget-brand {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.widget-brand a {
    display: block
}

.widget-info ul {
    margin: 0
}

.widget-info li {
    line-height: 1;
    padding-top: 1.8rem;
    padding-bottom: 2rem;
    border-top: 1px solid #dee5e8
}

.widget-info li::after {
    display: block;
    clear: both;
    content: ''
}

.widget-info i {
    float: left;
    color: #fa4a4a;
    font-size: 4rem;
    min-width: 40px;
    line-height: 1;
    margin-right: 1.4rem;
    margin-left: .7rem;
    margin-top: .3rem
}

.widget-info i::before {
    margin: 0
}

.widget-info h4 {
    color: #6b7a83;
    font: 600 1.4rem/1.5  "Avenir Next" !important;

    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden
}

.widget-banner a {
    display: block
}

.widget-banner img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.featured-section {
    background-color: #f4f4f4;
    padding-top: 3.8rem;
    padding-bottom: 6rem
}

.featured-section.bg-white {
    background-color: #fff
}

.featured-section.pt-sm {
    padding-top: 2.5rem
}

.promote {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.promote li {
    border-top: none
}

.promote h4 {
    font-weight: 400;
    letter-spacing: 0;
    color: #1d2127
}

.promote i {
    margin: .3rem .7rem
}

.product-list .product-item {
    position: relative;
    margin-bottom: .4rem
}

.product-list.product-single-grid {
    margin-bottom: 3.6rem
}

@media screen and (min-width: 1200px) {
    .widget-info i {
        font-size: 4rem;
        min-width: 40px;
        margin-right: 2.9rem
    }
}

@media screen and (min-width: 992px) {
    .featured-section {
        padding-top: 5.8rem;
        padding-bottom: 8rem
    }

    .product-single-container .col-lg-7 {
        -ms-flex: 0 0 55.56%;
        flex: 0 0 55.56%;
        max-width: 55.56%
    }

    .product-single-container .col-lg-5 {
        -ms-flex: 0 0 44.44%;
        flex: 0 0 44.44%;
        max-width: 44.44%
    }
}

@media screen and (max-width: 991px) {
    .product-single-gallery {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width: 768px) {
    .featured-section {
        padding-top: 4.8rem;
        padding-bottom: 7rem
    }

    .product-both-info .product-single-share {
        justify-content: flex-end
    }
}

@media screen and (min-width: 576px) {
    .promote {
        flex-direction: row
    }

    .product-both-info .product-top-banner {
        display: flex
    }

    .product-both-info .product-single-share {
        margin-left: auto
    }

    .product-tags-content .form-control {
        width: 250px
    }
}

.product-single-extended {
    margin-bottom: 6rem
}

.product-single-extended .product-single-gallery {
    position: relative;
    margin-bottom: 3rem
}

.product-single-extended .product-title {
    font-size: 4.5rem;
    line-height: 1.15
}

.product-single-extended .price-box {
    margin-bottom: 1rem
}

.product-single-extended .product-price {
    font-size: 3.1rem
}

.product-single-extended .old-price {
    font-size: 2.4rem
}

.product-single-extended .old-price+.product-price {
    margin-left: 1.5rem
}

.product-single-extended .product-desc {
    padding-bottom: 1.9rem;
    margin-bottom: 3.1rem
}

.product-single-extended .product-desc p {
    max-width: none
}

.product-single-extended .product-action {
    margin-bottom: 0
}

.product-single-extended .widget-area .widget.widget-info {
    margin-bottom: 0
}

.product-single-extended .widget-info ul {
    display: flex;
    align-items: center
}

.product-single-extended .widget-info i {
    margin-right: 1rem
}

.product-single-extended .widget-info li {
    padding: 0;
    border-top: none
}

.product-single-extended .widget-info li+li {
    margin-left: 2.5rem
}

.product-single-extended .product-filters-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.product-single-extended .product-single-filter {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.product-single-extended .product-single-filter+.product-single-filter,
.product-single-extended .product-single-filter+.product-action {
    margin-top: 0;
    margin-left: 5rem
}

.product-single-extended .product-single-filter .config-swatch-list li {
    margin-bottom: 0;
    margin-right: .5rem
}

.product-single-extended .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-desc .view-more {
    font-weight: 700;
    color: #fa4a4a;
    text-transform: uppercase
}

.product-single-header {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #dae2e6;
    margin-bottom: 3.2rem
}

.product-single-header .single-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.product-single-header .product-single-share {
    margin-top: 1rem;
    margin-bottom: 3.7rem
}

.single-qty-wrapper {
    display: flex;
    align-items: center
}

.single-qty-wrapper label {
    color: #21293c;
    font: 600 1.5rem/1.1 "Avenir Next" !important;

    letter-spacing: .005em;
    text-transform: uppercase;
    margin-right: 1.3rem;
    margin-bottom: 0
}

.single-qty-wrapper .product-single-qty {
    max-width: 104px;
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
    height: 30px;
    padding: .35rem .2rem;
    max-width: none;
    box-shadow: none
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control,
.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
    height: 30px;
    background-color: #f4f4f4
}

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

.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after {
    background-color: #fa4a4a
}

.single-qty-wrapper .product-single-qty .btn.btn-down-icon::after,
.single-qty-wrapper .product-single-qty .btn.btn-up-icon::before,
.single-qty-wrapper .product-single-qty .btn.btn-up-icon::after {
    background-color: #97a6ae
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev,
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    font-size: 3rem;
    margin: 0;
    line-height: 1;
    color: #21293c;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all .3s;
    font-weight: 100;
    transform: translateY(-50%)
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i {
    line-height: 1;
    margin-top: -.3rem
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before,
.owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:hover,
.owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
    color: #fa4a4a
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
    left: 1rem
}

.owl-nav-simple.owl-carousel .owl-nav .owl-next {
    right: 1rem
}

.product-single-row {
    position: relative;
    display: flex;
    align-items: center;
    height: 700px;
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: .005em;
    color: #7b858a;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.product-single-row .single-row-entire,
.product-single-row .single-row-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.product-single-row .single-row-entire {
    width: 100%
}

.product-single-row .single-row-bg {
    left: 50%;
    width: 50%
}

.product-single-row.single-row-reverse .single-row-bg {
    left: 0
}

.product-single-row h5 {
    color: #7b858a;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: -.01em;
    margin-left: .6rem;
    margin-bottom: 1.1rem
}

.product-single-row h2 {
    font-weight: 600;
    font-size: 4.5rem;
    letter-spacing: -.01em;
    margin-bottom: 2.8rem
}

.product-single-row p {
    margin-bottom: 0
}

.product-single-row ul,
.product-single-row ol {
    margin-bottom: 0
}

.product-single-row ul li,
.product-single-row ol li {
    margin-bottom: .4rem
}

.product-single-row ul li i,
.product-single-row ol li i {
    color: #21293c;
    font-size: 1.5rem;
    margin-right: 2rem
}

.product-single-row ul li i::before,
.product-single-row ol li i::before {
    margin: 0
}

.product-single-video {
    color: #7b858a;
    background-color: #4d4d4d;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: center
}

.product-single-video h3 {
    font-weight: 600;
    font-size: 3.5rem;
    color: #21293c;
    margin-bottom: 1.2rem;
    letter-spacing: -.01em
}

.product-single-video .video-btn {
    color: #7b858a;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-video .video-btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 38px;
    height: auto;
    margin-left: .7rem
}

@media screen and (min-width: 576px) {
    .product-single-extended .paction {
        height: 50px
    }

    .product-single-extended .paction.add-cart {
        height: auto;
        min-width: 156px;
        margin-left: 1.8rem
    }

    .product-single-extended .paction.add-cart::before {
        font-size: 2rem
    }

    .product-single-extended .paction.add-cart span {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1199px) {
    .product-single-header .single-header-right {
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .product-single-row {
        display: block
    }

    .product-single-row .single-row-bg {
        position: relative;
        width: 100%;
        height: 50%;
        left: 0
    }

    .product-single-row .single-row-entire {
        position: relative;
        height: 50%
    }

    .product-single-row h2 {
        font-size: 3.5rem
    }

    .product-single-row .container {
        display: flex;
        height: 50%;
        align-items: center
    }

    .product-single-extended .product-price {
        font-size: 2.4rem
    }

    .product-single-extended .product-title {
        font-size: 3rem
    }
}

@media screen and (max-width: 575px) {
    .product-single-row h2 {
        font-size: 3rem
    }

    .product-single-extended .widget-info ul {
        display: block;
        margin-left: -.7rem
    }

    .product-single-extended .widget-info li+li {
        margin-left: 0;
        margin-top: 2rem
    }

    .product-single-extended .product-single-filter+.product-single-filter,
    .product-single-extended .product-single-filter+.product-action {
        margin-left: 1rem
    }
}

.sidebar-product .widget.widget-collapse {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #dae2e6
}

.sidebar-product .widget.widget-collapse .widget-title {
    margin: 0
}

.sidebar-product .widget.widget-collapse .widget-title a {
    color: inherit;
    position: relative;
    display: block;
    padding: .2rem 0 .6rem
}

.sidebar-product .widget.widget-collapse .widget-title a:hover,
.sidebar-product .widget.widget-collapse .widget-title a:focus {
    color: #282d3b;
    text-decoration: none
}

.sidebar-product .widget.widget-collapse .widget-title a::after {
    content: '\e81b';
    font-family: 'porto';
    position: absolute;
    display: inline-block;
    font-size: 1.7rem;
    right: .1rem;
    top: 42%;
    transition: all 0.35s;
    transform: translateY(-50%);
    font-weight: 400
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
    content: '\e81c'
}

.sidebar-product .widget.widget-collapse .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

.sidebar-product .widget.widget-collapse .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.product-single-collapse {
    margin-bottom: 2rem
}

.product-single-collapse p {
    margin-bottom: 2.5rem
}

.product-single-collapse .product-desc-content ul,
.product-single-collapse .product-desc-content ol {
    margin-bottom: 2.5rem
}

.product-collapse-panel {
    padding-bottom: 1.8rem
}

.product-collapse-title {
    color: #282d3b;
    font: 700 1.4rem/1.1 "Avenir Next" !important;
    letter-spacing: .005em;
    text-transform: uppercase;
    padding-bottom: 1.2rem;
    margin: 0
}

.product-collapse-title a {
    color: inherit;
    position: relative;
    display: block;
    padding: 0 0 1.2rem 4rem;
    border-bottom: .2rem solid #dae2e6
}

.product-collapse-title a:hover,
.product-collapse-title a:focus {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: 100%;
    height: .2rem;
    background-color: #fa4a4a;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform .4s
}

.product-collapse-title a::after {
    content: '\e81b';
    font-family: 'porto';
    position: absolute;
    display: inline-block;
    font-size: 2rem;
    left: 1.5rem;
    top: .7rem;
    transition: all 0.35s;
    transform: translateY(-50%);
    font-weight: 400
}

.product-collapse-title a.collapsed::after {
    content: '\e81c'
}

.product-collapse-title a.collapsed::before {
    -ms-transform-origin: right center;
    transform-origin: right center;
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding-top: 3.4rem;
    padding-bottom: 2rem
}

.sidebar-toggle {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 17px;
    text-align: center;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 999;
    background: #fff;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .sidebar-toggle {
        display: none
    }
}

@media screen and (min-width: 576px) {
    .sidebar-product .widget.widget-collapse {
        padding: 3.3rem 3rem 2.8rem
    }
}

@media screen and (max-width: 991px) {
    .mobile-sidebar {
        position: fixed;
        display: block;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 0;
        z-index: 9999;
        overflow-y: auto;
        -webkit-transform: translate(-260px);
        transform: translate(-260px);
        -webkit-transition: transform 0.2s ease-in-out 0s;
        transition: transform 0.2s ease-in-out 0s
    }

    .sidebar-opened .mobile-sidebar {
        -webkit-transition: transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .sidebar-opened .sidebar-overlay {
        background: #fff0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 8999;
        opacity: .35
    }

    .sidebar-product {
        margin: 0;
        padding: 2.5rem
    }
}

.product-single-grid {
    margin-bottom: 6rem
}

.product-single-grid .product-single-gallery {
    padding: 0 .75rem
}

.product-single-grid .product-single-gallery .product-item {
    margin-bottom: 1.5rem;
    padding: 0 .75rem
}

.product-single-grid .inner {
    position: relative
}

.product-single-grid .prod-full-screen {
    right: 1rem;
    bottom: 1rem
}

.product-single-grid .product-single-details .product-title {
    margin-top: 1.5rem;
    font-size: 2.8rem
}

.product-single-grid .product-single-details .ratings-container {
    margin-bottom: 5rem
}

.product-single-grid .product-single-details .price-box {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .product-price {
    font-size: 3.1rem
}

.product-single-grid .product-single-details .old-price {
    font-size: 2.2rem
}

.product-single-grid .product-single-details .old-price+.product-price {
    margin-left: 1.5rem
}

.product-single-grid .product-single-details .product-action {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .paction {
    height: 59px
}

.product-single-grid .add-cart {
    margin-left: 0;
    min-width: 270px
}

.product-single-grid .add-cart::before {
    font-size: 2.1rem
}

.product-single-grid .add-cart span {
    font-size: 1.6rem
}

.product-single-grid .product-filters-container {
    margin-bottom: 4rem
}

.product-single-grid .product-single-filter {
    padding-bottom: 2.1rem
}

.product-single-grid .product-single-filter .config-swatch-list li {
    margin-bottom: 0;
    margin-right: .5rem
}

.product-single-grid .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-size-content img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

.table.table-size thead tr th,
.table.table-size tbody tr td {
    border: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #21293c;
    letter-spacing: .005em
}

.table.table-size thead tr th {
    font-weight: 600;
    background-color: #f4f4f2;
    padding: 2.8rem 1.5rem 1.7rem
}

.table.table-size tbody tr td {
    font-weight: 700;
    background-color: #fff;
    padding: 1rem 1.5rem
}

.table.table-size tbody tr td:first-child {
    font-weight: 600
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media screen and (min-width: 992px) {
    .table.table-size thead tr th {
        padding-top: 4.2rem;
        padding-bottom: 2.8rem
    }

    .table.table-size thead tr th,
    .table.table-size tbody tr td {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

@media screen and (max-width: 912px) and (min-width: 768px) {
    .product-single-grid .add-cart {
        min-width: 100%
    }
}

@media screen and (max-width: 575px) {
    .product-single-grid .product-single-gallery .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .product-single-grid .product-single-gallery [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }
}

.cart-table-container {
    margin-bottom: 2.5rem
}

.table.table-cart tr th,
.table.table-cart tr td {
    vertical-align: middle
}

.table.table-cart tr th:not(.product-col),
.table.table-cart tr td:not(.product-col) {
    text-align: center
}

.table.table-cart tr th {
    font-weight: 600;
    border: 0;
    padding: 2.4rem 1.5rem 1.2rem
}

.table.table-cart tr td {
    padding: 2rem 1.5rem;
    border-top: 1px solid #ccc
}

.table.table-cart tr td.product-col {
    padding: 2rem .8rem 1.8rem 0 15.8
}

.table.table-cart tr.product-action-row td {
    border: 0;
    padding: 0 0 2.2rem
}

.table.table-cart .product-title {
    margin-bottom: 0
}

.table.table-cart tfoot td {
    padding: 2rem 0 1rem
}

.table.table-cart tfoot .btn {
    padding: .85rem 2rem;
    font-family: "Avenir Next" !important;
    letter-spacing: 0;
    text-transform: initial
}

.table.table-cart tfoot .btn+.btn {
    margin-left: 1rem
}

.table.table-cart .bootstrap-touchspin.input-group {
    margin-left: auto;
    margin-right: auto
}

.btn-remove::before {
    content: 'x';
    font-size: 1.8rem;
    font-weight: 600
}

.btn-remove,
.btn-edit,
.btn-move {
    color: #3f4658
}

.btn-remove:hover,
.btn-remove:focus,
.btn-edit:hover,
.btn-edit:focus,
.btn-move:hover,
.btn-move:focus {
    color: #fa4a4a;
    text-decoration: none
}

.btn-edit {
    font-size: 1.3rem;
    margin-right: 1rem
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem
}

.btn-move:hover,
.btn-move:focus {
    text-decoration: underline
}

.qty-col {
    min-width: 98px
}

.product-col {
    display: flex;
    align-items: center
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    flex: 0 0 180px;
    max-width: 180px;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin-right: 1.8rem;
    margin-bottom: 0
}

.product-col .product-title {
    display: inline-block;
    vertical-align: middle
}

.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.2rem
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    padding: 1.4rem 1.8rem 2.2rem;
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 2.5rem
}

.cart-summary h3 {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1.3rem
}

.cart-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    margin-bottom: 0
}

.cart-summary h4 a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a::after {
    font-family: 'porto';
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-size: 1.4rem;
    transform: translateY(-50%)
}

.cart-summary h4 a.collapsed::after {
    content: '\e81c'
}

#total-estimate-section form {
    padding: .7rem 0 2.2rem;
    margin-bottom: 0
}

.table.table-totals {
    border-top: 1px solid #cccccc;
    margin-bottom: 2rem
}

.table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem
}

.table.table-totals tr {
    border: 0
}

.table.table-totals tr th,
.table.table-totals tr td {
    border: 0;
    padding: .6rem 0
}

.table.table-totals tr th:last-child,
.table.table-totals tr td:last-child {
    text-align: right
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 400
}

.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem
}

.table.table-totals tfoot tr td:last-child {
    color: #282d3b
}

.checkout-methods .btn {
    letter-spacing: 0
}

.checkout-methods .btn+.btn {
    margin-top: 2.2rem
}

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

    .table.table-cart,
    .table.table-cart tbody,
    .table.table-cart tfoot {
        display: block
    }

    .table.table-cart thead {
        display: none
    }

    .table.table-cart tr td {
        padding: .5rem 1rem;
        border-top: none
    }

    .table.table-cart tr td.product-col {
        padding-bottom: .5rem
    }

    .table.table-cart .product-row {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #ccc
    }

    .table.table-cart .product-row:first-of-type {
        border-top: none
    }

    .table.table-cart .product-action-row {
        display: flex;
        align-items: center
    }

    .table.table-cart .product-action-row td {
        width: 100%
    }

    .table.table-cart .product-action-row .float-right {
        margin-left: auto;
        margin-top: -4px
    }

    .table.table-cart .product-col {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .table.table-cart .product-col .product-image-container {
        margin-right: 0;
        margin-bottom: 1rem;
        flex: 0 0 auto
    }

    .table.table-cart tfoot {
        border-top: 1px solid #ccc
    }

    .table.table-cart tfoot tr {
        display: block;
        width: 100%
    }

    .table.table-cart tfoot tr td {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0
    }

    .table.table-cart tfoot .btn {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: .5rem
    }

    .table.table-cart tfoot .float-left {
        display: none
    }

    .table.table-cart tfoot .float-right {
        margin-left: auto
    }
}

.checkout-progress-bar {
    margin: 0 0 3rem;
    counter-reset: i;
    display: block;
    font-size: 0;
    line-height: 1.4
}

.checkout-progress-bar li {
    width: 33%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin: 0
}

.checkout-progress-bar li::before {
    background-color: #e4e4e4;
    top: 1.9rem;
    transition: background 0.3s;
    content: '';
    height: .7rem;
    left: 0;
    position: absolute;
    width: 100%
}

.checkout-progress-bar li>span {
    display: inline-block;
    padding-top: 4.5rem;
    width: 100%;
    word-wrap: break-word;
    color: #ccc;
    font-weight: 300;
    font-size: 1.6rem
}

.checkout-progress-bar li>span::before,
.checkout-progress-bar li>span::after {
    transition: background 0.3s;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0
}

.checkout-progress-bar li>span::before {
    background-color: #e4e4e4;
    height: 3.8rem;
    width: 3.8rem;
    margin-left: -1.9rem
}

.checkout-progress-bar li>span::after {
    background: #ffffff;
    height: 2.6rem;
    width: 2.6rem;
    margin-left: -1.3rem;
    top: .6rem;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600
}

.checkout-progress-bar li.active::before,
.checkout-progress-bar li.active>span::before {
    background-color: #1D70BA
}

.checkout-progress-bar li.active>span {
    color: #000
}

.checkout-progress-bar li.active>span::after {
    font-family: 'porto';
    content: '\e84e'
}

.checkout-progress-bar li:first-child::before {
    border-radius: .6rem 0 0 .6rem
}

.checkout-progress-bar li:last-child::before {
    border-radius: 0 .6rem .6rem 0
}

.checkout-steps li {
    margin-bottom: 3rem
}

.checkout-steps li form {
    margin-top: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cccccc;
    max-width: 480px;
    margin-bottom: 0
}

.checkout-steps li form:last-of-type {
    border-bottom: none;
    padding-bottom: .1rem
}

.checkout-steps li form p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #777
}

.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.step-title {
    padding-bottom: 9px;
    font-weight: 400;
    font-size: 2.1rem;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0
}

.step-title::after {
    display: block;
    clear: both;
    content: ''
}

.step-title .step-title-edit {
    font-size: 1.4rem;
    float: right;
    margin-top: .4rem
}

.shipping-step-addresses {
    margin-bottom: 2rem;
    font-size: 0
}

.shipping-step-addresses::after {
    display: block;
    clear: both;
    content: ''
}

.shipping-address-box {
    border: .2rem solid transparent;
    font-size: 1.3rem;
    line-height: 3rem;
    margin: 0;
    padding: 1.8rem 3.2rem 1rem 1.8rem;
    transition: 0.3s border-color;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    min-height: 240px
}

.shipping-address-box.active {
    border-color: #1D70BA
}

.shipping-address-box.active::after {
    content: '\e84e';
    font-family: 'porto';
    position: absolute;
    right: 0;
    top: 0;
    height: 2.7rem;
    width: 2.7rem;
    font-size: 1.9rem;
    line-height: 2.1rem;
    padding-top: .2rem;
    text-align: center;
    background-color: #1D70BA;
    color: #ffffff
}

.shipping-address-box.active .address-box-action {
    visibility: hidden
}

.address-box-action {
    margin-top: 2rem
}

.address-box-action .btn {
    font-family: "Avenir Next" !important;
    letter-spacing: 0;
    text-transform: initial
}

.address-box-action .btn.btn-sm {
    font-size: 1.3rem;
    padding: .85rem 1.2rem
}

.address-box-action .btn.btn-sm.btn-link {
    padding-left: 0;
    padding-right: 0
}

.btn-new-address {
    letter-spacing: 0;
    text-transform: initial;
    font-family: "Avenir Next" !important;
    padding: .95rem 1.3rem;
    margin-bottom: 1.2rem
}

.table-step-shipping {
    max-width: 600px
}

.table-step-shipping tr td {
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding: 1.8rem 1.5rem
}

.checkout-steps-action::after {
    display: block;
    clear: both;
    content: ''
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center
}

.order-summary {
    margin-top: 3.3rem;
    padding: 2.2rem 2.7rem;
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 3rem
}

.order-summary h3 {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1.3rem
}

.order-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0
}

.order-summary h4 a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 2rem 1rem 0
}

.order-summary h4 a::after {
    font-family: 'porto';
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-weight: 400;
    font-size: 1.5rem;
    transform: translateY(-50%)
}

.order-summary h4 a.collapsed::after {
    content: '\e81c'
}

.table-mini-cart {
    margin-bottom: 0
}

.table-mini-cart tr td {
    border: 0;
    padding: 2rem 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc
}

.table-mini-cart .product-col {
    align-items: flex-start
}

.table-mini-cart .product-col .product-image-container {
    flex: 0 0 75px;
    max-width: 75px;
    vertical-align: top;
    margin-right: 1.5rem
}

.table-mini-cart .product-col>div {
    padding-top: .8rem;
    vertical-align: top
}

.table-mini-cart .price-col {
    padding-top: 2.5rem;
    font-size: 1.6rem;
    font-weight: 400
}

.table-mini-cart .product-title {
    display: block;
    max-width: 170px;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 600
}

.table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 1.3rem
}

.checkout-payment {
    margin-bottom: 3rem
}

.checkout-payment .step-title {
    margin-bottom: 1.8rem
}

.checkout-payment h4 {
    font-weight: 400
}

.checkout-payment .form-group {
    max-width: 480px
}

#checkout-shipping-address {
    line-height: 3rem;
    padding-left: 3rem;
    display: none
}

#checkout-shipping-address.show {
    display: block
}

#new-checkout-address {
    display: none
}

#new-checkout-address.show {
    display: block
}

.checkout-discount {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.checkout-discount form {
    max-width: 480px;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0
}

.checkout-discount h4 {
    font-size: 1.4rem;
    font-weight: 400;
    border-top: 1px solid #cccccc;
    margin-bottom: 0
}

.checkout-discount h4 a {
    position: relative;
    display: block;
    padding: 1rem 2rem 1rem 0
}

.checkout-discount h4 a::after {
    font-family: 'porto';
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-50%)
}

.checkout-discount h4 a.collapsed::after {
    content: '\e81c'
}

.checkout-info-box {
    font-size: 1.3rem;
    line-height: 2.7rem;
    margin-bottom: 3rem
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem
}

@media screen and (min-width: 576px) {
    .checkout-progress-bar li {
        width: 185px
    }

    .checkout-progress-bar li>span {
        font-size: 1.8rem
    }

    .shipping-address-box {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .shipping-address-box {
        width: 33.33%
    }
}

.entry {
    margin-bottom: 3rem;
    color: #767F84
}

.entry a {
    color: #767F84
}

.entry a:hover,
.entry a:focus {
    color: #282d3b
}

.entry-media {
    background-color: #ccc;
    border-radius: 0;
    margin-bottom: 2rem
}

.entry-media img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.entry-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .6rem;
    margin: 0 !important
}

.entry-body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2.7rem
}

.entry:not(.single):last-of-type .entry-body {
    border-bottom: none
}

.entry-body .entry-date {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 45px
}

.entry-body .entry-date .day {
    color: #282d3b;
    background-color: #f4f4f4;
    border-radius: .2rem .2rem 0 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem .2rem;
    line-height: 1.375;
    margin-bottom: .3rem
}

.entry-body .entry-date .month {
    color: #fff;
    background-color: #282d3b;
    border-radius: 0 0 .2rem .2rem;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    display: block;
    font-size: 1.2rem;
    padding: 0 .2rem .2rem;
    line-height: 1.33
}

.entry-title {
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.35;
    margin-bottom: 1rem;
    color: #282d3b
}

.entry-title a {
    color: #282d3b
}

.entry-title a:hover,
.entry-title a:focus {
    color: #282d3b;
    text-decoration: underline
}

.entry-content::after {
    display: block;
    clear: both;
    content: ''
}

.read-more {
    float: right
}

.read-more i::before {
    margin: 0
}

.entry-meta>span {
    display: inline-block;
    margin-right: 1.5rem
}

.entry-meta i {
    margin-right: .5rem
}

.entry-meta i::before {
    margin: 0
}

.single .entry-meta {
    margin-bottom: 2.4rem
}

.single .entry-title {
    font-size: 2.4rem
}

.single h3 {
    font-weight: 400;
    font-size: 2rem
}

.single h3 i {
    margin-right: .2rem
}

.single .entry-content {
    margin-bottom: 4rem
}

.entry-share {
    display: flex;
    flex-direction: column;
    padding: 2.8rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2.6rem
}

.entry-share h3 {
    margin-right: 1.5rem
}

.entry-share .social-icon {
    color: #fff
}

.entry-share .social-icon:hover,
.entry-share .social-icon:focus {
    color: #fff
}

.entry-author {
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3rem
}

.entry-author::after {
    display: block;
    clear: both;
    content: ''
}

.entry-author h3 {
    margin-bottom: 2rem
}

.entry-author figure {
    float: left;
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0
}

.entry-author h4 {
    font-weight: 600;
    margin: 1rem
}

.entry-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.entry-author .author-content p:last-child {
    margin-bottom: 0
}

.comment-respond h3 {
    margin-bottom: 1.2rem
}

.comment-respond h3+p {
    margin-bottom: 2.6rem
}

.comment-respond form {
    margin-bottom: 0
}

.related-posts {
    margin-bottom: 4rem
}

.related-posts h4 {
    font-size: 1.9rem;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.related-posts .entry {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.related-posts .entry p {
    margin-bottom: 1rem
}

.related-posts .entry-body {
    padding-bottom: 0;
    border-bottom: none
}

.related-posts .entry-media {
    margin-bottom: 2rem
}

.related-posts .entry-title {
    margin-bottom: 1rem;
    font-size: 1.8rem
}

.sidebar {
    position: relative;
    font-size: 1.3rem
}

.sidebar .widget {
    margin-bottom: 3rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    padding-bottom: 3rem;
    margin-bottom: 0
}

.sidebar-wrapper {
    -webkit-backfac-visibility: hidden
}

.widget-title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    color: #282d3b;
    margin: .5rem 0 1.3rem
}

.widget form {
    margin-bottom: 0
}

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

.list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

.list li.active {
    font-weight: 600
}

.list li.active a {
    color: #282d3b
}

.list li a {
    font-size: 1.3rem;
    color: #767F84;
    position: relative;
    display: block;
    padding: .9rem 0 .8rem 2rem;
    border-bottom: 1px solid #EDEDDE
}

.list li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin: .6rem 0 0 -1rem;
    position: absolute
}

.list li a:hover,
.list li a:focus {
    text-decoration: none;
    background-color: #eee
}

.widget-search form {
    position: relative;
    margin: 0
}

.widget-search .form-control {
    max-width: none;
    width: 100%;
    padding-right: 5.5rem
}

.widget-search .search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: none;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    color: #000
}

.tagcloud::after {
    display: block;
    clear: both;
    content: ''
}

.tagcloud a {
    display: block;
    padding: 1.1rem 1.4rem;
    background-color: #e1e1e1;
    color: #7e7d79;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 11px;
    float: left;
    margin: 0 .7rem .7rem 0
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: #fff;
    background-color: #fa4a4a;
    text-decoration: none
}

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

.simple-entry-list li {
    margin: 0 0 1rem
}

.simple-entry-list li::after {
    display: block;
    clear: both;
    content: ''
}

.simple-entry-list li:last-child {
    margin-bottom: 0
}

.simple-entry-list .entry-media {
    width: 6.5rem;
    line-height: 0;
    float: left;
    margin: 0 1.2rem 0 0;
    border-radius: 0
}

.simple-entry-list .entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-entry-list .entry-meta {
    font-size: 1.3rem;
    color: #888
}

@media screen and (min-width: 576px) {
    .entry-share {
        flex-direction: row;
        align-items: center
    }

    .entry-share h3 {
        margin-bottom: 0
    }

    .related-posts {
        padding-top: 1rem
    }
}

@media screen and (min-width: 768px) {
    .entry-media {
        margin-bottom: 3rem
    }

    .single .entry-meta {
        margin-bottom: 3.2rem
    }

    .entry-body {
        margin-left: 60px
    }

    .entry-body .entry-date {
        margin-left: -60px
    }

    .related-posts {
        padding-top: 2.5rem
    }
}

@media screen and (max-width: 767px) {
    .comment-respond .form-footer {
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 767px) {
    .comment-respond .form-footer {
        margin-bottom: 2rem
    }
}

#map {
    height: 280px;
    background-color: #ccc;
    margin-bottom: 4rem
}

#map address {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 1rem;
    font-size: 1.3rem;
    padding: .625rem .875rem;
    line-height: 1.5;
    margin: 0
}

#map a {
    display: inline-block;
    text-transform: uppercase;
    margin-top: .8rem;
    font-size: 1.2rem
}

.contact-info {
    margin-bottom: 3rem;
    padding-top: .5rem
}

.contact-info>div {
    font-size: 1.4rem;
    margin-bottom: 1.5rem
}

.contact-info>div::after {
    display: block;
    clear: both;
    content: ''
}

.contact-info i {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 4.3rem;
    height: 4.3rem;
    color: #fff;
    background-color: #1D70BA;
    flex: 0 0 auto;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 0
}

.contact-info p {
    margin-left: 5.5rem;
    margin-bottom: 0;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    #map {
        height: 380px;
        margin-bottom: 5rem
    }
}

@media screen and (min-width: 992px) {
    #map {
        height: 460px;
        margin-bottom: 6rem
    }
}

.dashboard-content {
    margin-bottom: 1em
}

.dashboard-content h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem
}

.dashboard-content .form-control {
    max-width: 100%
}

#account-chage-pass {
    display: none;
    padding-bottom: 1.5rem
}

#account-chage-pass.show {
    display: block
}

.widget-dashboard .widget-title {
    font-weight: 600;
    font-size: 1.7rem;
    margin-top: .2rem
}

.widget-dashboard {
    margin-bottom: 3rem
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: "Avenir Next" !important;

}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #bfbfbf;
    font-size: 2rem
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #bfbfbf;
    margin: 0;
    font-size: 2rem;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-'] i::before {
    margin: 0;
    width: auto
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #fa4a4a;
    text-decoration: none
}

.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2.5rem
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: .8rem;
    height: .8rem;
    margin: 4px 4px;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #252525;
    background: #252525
}

.owl-theme .owl-dots .owl-dot.active span::before {
    border-color: #252525;
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.4)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span::before {
    border-color: rgba(255, 255, 255, 0.1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
    border-color: #fff;
    background: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span::before {
    border-color: #fff
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .5
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #222;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #222
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: "Avenir Next" !important;

}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left::after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right::after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin.input-group {
    max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0
}

.bootstrap-touchspin .form-control {
    height: 4.2rem;
    text-align: center;
    margin-bottom: 0;
    max-width: 46px;
    padding: 1.05rem 1rem;
    line-height: 1.4
}

.bootstrap-touchspin .form-control:not(:focus) {
    border-color: #ccc
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
    min-width: 0
}

.bootstrap-touchspin .input-group-btn-vertical>.btn::before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -.1rem;
    margin-right: -.1rem
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    bottom: 0
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: .3rem
}

.noUi-horizontal .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.55rem;
    top: -.3em
}

.noUi-vertical {
    width: .3rem;
    height: 150px
}

.noUi-vertical .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.4rem;
    top: -.5rem
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -.55rem;
    left: auto
}

.noUi-target {
    background: #efefef;
    border-radius: 0
}

.noUi-connects {
    border-radius: 0
}

.noUi-connect {
    background: #fa4a4a
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 50%;
    background: #fa4a4a;
    cursor: pointer
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

@media screen and (min-width: 768px) {
    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mt-md-2 {
        margin-top: 2rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mt-md-4 {
        margin-top: 4rem !important
    }

    .mt-md-5 {
        margin-top: 5rem !important
    }

    .mt-md-6 {
        margin-top: 6rem !important
    }

    .mt-md-7 {
        margin-top: 7rem !important
    }

    .mt-md-8 {
        margin-top: 8rem !important
    }

    .mt-md-9 {
        margin-top: 9rem !important
    }

    .mt-md-10 {
        margin-top: 10rem !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 2rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .mb-md-4 {
        margin-bottom: 4rem !important
    }

    .mb-md-5 {
        margin-bottom: 5rem !important
    }

    .mb-md-6 {
        margin-bottom: 6rem !important
    }

    .mb-md-7 {
        margin-bottom: 7rem !important
    }

    .mb-md-8 {
        margin-bottom: 8rem !important
    }

    .mb-md-9 {
        margin-bottom: 9rem !important
    }

    .mb-md-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 992px) {
    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mt-lg-2 {
        margin-top: 2rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mt-lg-4 {
        margin-top: 4rem !important
    }

    .mt-lg-5 {
        margin-top: 5rem !important
    }

    .mt-lg-6 {
        margin-top: 6rem !important
    }

    .mt-lg-7 {
        margin-top: 7rem !important
    }

    .mt-lg-8 {
        margin-top: 8rem !important
    }

    .mt-lg-9 {
        margin-top: 9rem !important
    }

    .mt-lg-10 {
        margin-top: 10rem !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important
    }

    .mb-lg-8 {
        margin-bottom: 8rem !important
    }

    .mb-lg-9 {
        margin-bottom: 9rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 1200px) {
    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mt-xl-2 {
        margin-top: 2rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mt-xl-4 {
        margin-top: 4rem !important
    }

    .mt-xl-5 {
        margin-top: 5rem !important
    }

    .mt-xl-6 {
        margin-top: 6rem !important
    }

    .mt-xl-7 {
        margin-top: 7rem !important
    }

    .mt-xl-8 {
        margin-top: 8rem !important
    }

    .mt-xl-9 {
        margin-top: 9rem !important
    }

    .mt-xl-10 {
        margin-top: 10rem !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 1600px) {
    .mt-xxl-1 {
        margin-top: 1rem !important
    }

    .mt-xxl-2 {
        margin-top: 2rem !important
    }

    .mt-xxl-3 {
        margin-top: 3rem !important
    }

    .mt-xxl-4 {
        margin-top: 4rem !important
    }

    .mt-xxl-5 {
        margin-top: 5rem !important
    }

    .mt-xxl-6 {
        margin-top: 6rem !important
    }

    .mt-xxl-7 {
        margin-top: 7rem !important
    }

    .mt-xxl-8 {
        margin-top: 8rem !important
    }

    .mt-xxl-9 {
        margin-top: 9rem !important
    }

    .mt-xxl-10 {
        margin-top: 10rem !important
    }

    .mb-xxl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 10rem !important
    }
}

/* Estilos para tablets */
@media (min-width: 768px)  {
    .product-single-qty .bootstrap-touchspin .form-control {
        max-width: 30%!important;
    }
    .product-single-qty .bootstrap-touchspin.input-group {
        max-width:100%!important;
      
    }

  
}

    /* Estilos para móviles y móviles pequeños */
@media (max-width: 767px) {
    .product-list .product-details {
        text-align: center;
    }
    .price-box{
        text-align: center;

    }
    .ratings-container {
        text-align: center;
    }
    .product-titlee{
        text-align: center;

    }
    .product-single-qty .bootstrap-touchspin .form-control {
    
       max-width:65%;
    }

    .product-single-qty .bootstrap-touchspin.input-group {
        max-width:50%;
      
    }
    .texto {
        font-size: 11px;
  
    }
    .product-tittles a {
      
        font: 600 1.2rem/1.25 "Avenir Next" !important; /* Usar font-weight 600 para Demi */
    
    }
    .btn-8 {
    
        top: -18px;
    
    }

}









/* Estilos para móviles y móviles pequeños */
@media (max-width: 767px) {
    .product-list .product-details {
        text-align: center;
    }

    .price-box {
        text-align: center;

    }

    .ratings-container {
        text-align: center;
    }

    .product-titlee {
        text-align: center;

    }

    .product-single-qty .bootstrap-touchspin .form-control {

        max-width: 65%;
    }

    .product-single-qty .bootstrap-touchspin.input-group {
        max-width: 50%;

    }

    .texto {
        font-size: 11px;

    }

    .product-tittles a {

        font: 600 1.2rem/1.25 "Arial" !important;
        /* Usar font-weight 600 para Demi */

    }

    .btn-8 {
        top: -16px;
    }


    /*.product-action {
        margin-left: 18px !important;
        margin-top: 10px !important;
    }*/

    .quantity-wrapper {
        align-items: left !important;
    }


    .enlaces-menu-telefono {
        color: #000000 !important;

    }

    .text-white-mobile{
        color: #000!important;
    } 
    .datos-mobiles {
        top: 50px !important;
        left: 25px !important;
    }

    .texto-comprobante {
        font-size: 7px !important;
        /* Cambia el tamaño de la fuente */
        margin-bottom: 0px !important;

    }

    .icono-paypal {
        top: 85px !important;
        left: 85px !important;

    }

}






  

/* Ocultar el botón en pantallas de escritorio (mayores a 992px) */
@media screen and (min-width: 992px) {
    .filter-toggle {
        display: block;
    }
}

/* Mostrar el botón en pantallas pequeñas (menores a 992px) */
@media screen and (max-width: 991px) {
    .filter-toggle {
        display: block;
    }
}

/* Mostrar el botón en pantallas pequeñas (menores a 992px) */
@media screen and (max-width: 1024px) {
    .filter-toggle {
        display: block;
    }
}

.collapse {
    visibility: visible !important;
}




