/* global class */
.top-0 {
    top: 0 !important;
}

.top-1 {
    top: 0.25rem !important; /* 4px */
}

.top-36 {
    top: 9rem !important; /* 144px */
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.left-1 {
    left: 0.25rem !important; /* 4px */
}

.right-0 {
    right: 0 !important;
}

.right-1 {
    right: 0.25rem !important; /* 4px */
}

.text-sm {
    font-size: 0.875rem !important; /* 14px */
    line-height: 1.25rem !important; /* 20px */
}

.bg-red-premium {
    background-color: #ff1228 !important;
}

.color-red-premium {
    color: #ff1228 !important;
}

.w-9 {
    width: 2.25rem !important; /* 36px */
}

.h-9 {
    height: 2.25rem !important; /* 36px */
}

@media screen and (min-width: 1300px) {
    .my-container {
        padding: 0 160px;
    }
}
/* ==================================================================
=====================================================================
ESTILOS PARA EL BOTON DE ADJUNTAR ARCHIVO DE VISTA ADJUNTAR CURRICULUM
=====================================================================
===================================================================== */

#file {
    display: none;
}

.file_label {
    display: block;
    font-size: 20px;
    font-family: Arial;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e4002b;
    color: #fff;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.file_label:hover {
    background-color: #e62b4d;
    color: #ffffff;
}

.fa {
    margin-right: 5px;
}


/* ================================================
==================================================
ESTILOS PARA LA INFORMACION DEL CARRITO EN PUPUP
================================================
================================================ */

@media screen and (max-width: 767px) {
    .responsive-text {
        margin-top: -7px;
        font-size: 12px;
    }
    .responsive-img {
        width: 40px;
    }
}

.barmod::-webkit-scrollbar {
    width: 8px;
    /* Tamaño del scroll en vertical */
    height: 8px;
    /* Tamaño del scroll en horizontal */
}


/* Ponemos un color de fondo y redondeamos las esquinas del thumb */

.barmod::-webkit-scrollbar-thumb {
    padding: 8px;
    background: #e4002b;
    border-radius: 5px;
}


/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */

.barmod::-webkit-scrollbar-thumb:hover {
    background: #fd274e;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}


/* Cambiamos el fondo cuando esté en active */

.barmod::-webkit-scrollbar-thumb:active {
    background-color: #c91737;
}

.bombahov:hover {
    color: #e4002b;
}


/* ==================================
=====================================
ESTILOS PARA LA VISTA DE MI PERFIL
==================================
================================== */

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img {
    text-align: center;
}

.profile-img img {
    width: 70%;
    height: 100%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating2 {
    font-size: 10px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating {
    font-size: 19px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 50%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 150px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.blue .circle {
    stroke: #e4002b;
}

.percentage {
    fill: #e4002b;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.titleInfo {
    font-weight: bold;
}

@media (max-width: 770px) {
    .pc {
        display: none;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 760px) {
    .cel {
        display: none;
    }
}


/* =======================================
=======================================
ESTILOS PARA LAS CARDS DE LOS PRODUCTOS
=======================================
======================================= */

.product-grid3 {
    font-family: Roboto, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
}

.product-grid3:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.product-grid3 .product-image3 {
    position: relative;
    padding: 0rem !important;
    max-width: 100% !important;
}

.product-grid3 .product-image3 a {
    display: block;
}

.product-grid3 .product-image3 img {
    height: 240px !important;
    object-fit: contain !important;
}

.product-grid3 .pic-1 {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.product-grid3 .pic-2 {
    position: absolute;
    /*top: 0;*/
    left: 0;
    opacity: 0;
    /*max-height: 170px;
    min-height: 170px;*/
    transition: all 0.5s ease-out 0s;
}

@media screen and (max-width: 720px) {
    .product-grid3 .pic-2 {
        left: 8px;
    }
}

.product-grid3 .product-discount-label,
.product-grid3 .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left;
}

.product-grid3 .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all 0.3s ease 0s;
}

.product-grid3 .title a {
    color: #414141;
}

.product-grid3 .price {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block;
}

.product-grid3 .price .rebaja-producto {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    display: inline-block;
    margin-top: 3px;
}

@media only screen and (max-width: 990px) {
    .product-grid3 {
        margin-bottom: 30px;
    }
}

img {
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .imgprod {
        width: 60px;
    }
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}


/* 
.checked,
.price span {
  color: #ff9f1a;
} */


/* .product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
  margin-bottom: 15px;
} */

.product-title {
    margin-top: 0;
}


/* .size {
  margin-right: 10px;
}
.size:first-of-type {
  margin-left: 40px;
} */


/* .color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}
.color:first-of-type {
  margin-left: 20px;
} */


/* .add-to-cart,
.like {
  background: #e4002b;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.add-to-cart:hover,
.like:hover {
  background: #c21232;
  color: #fff;
}

.not-available {
  text-align: center;
  line-height: 2em;
}
.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

.orange {
  background: #ff9f1a;
}

.green {
  background: #85ad00;
}

.tooltip-inner {
  padding: 1.3em;
} */

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* ======================================
=======================================
ESTILOS PARA LAS MARCAS EN VISTA HOME
======================================
====================================== */

.bomba-marcas {
    width: 100%;
    background-color: #e8e8e8;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px;
}

.bomba-marcas>img {
    max-width: 100%;
    height: 100px;
}


/* ================================================
  ================================================
  ESTILOS PARA LA VISTA DE PRODUCTO CATEGORIA
  ===============================================
  ============================================== */

@keyframes ldio-c95zb1pkhrq {
    0% {
        transform: translate(2.01px, 2.01px);
    }
    33.33% {
        transform: translate(102.50999999999999px, 2.01px);
    }
    66.66% {
        transform: translate(42.209999999999994px, 102.50999999999999px);
    }
    100% {
        transform: translate(2.01px, 2.01px);
    }
}

.ldio-c95zb1pkhrq>div {
    transform: scale(0.88);
    transform-origin: 100.49999999999999px 100.49999999999999px;
}

.ldio-c95zb1pkhrq>div>div {
    animation: ldio-c95zb1pkhrq 1.3157894736842106s linear infinite;
    position: absolute;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(1) {
    width: 72.35999999999999px;
    height: 72.35999999999999px;
    border-radius: 50%;
    border: 12.059999999999999px solid #e4002b;
    background: #ffffff;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(2) {
    width: 17.084999999999997px;
    height: 51.254999999999995px;
    transform: rotate(-45deg);
    background: #e4002b;
    border-radius: 0 0 8.04px 8.04px;
    position: absolute;
    top: 68.33999999999999px;
    left: 85.425px;
}

.loadingio-spinner-magnify-mznmwfa5tys {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(221, 221, 221, 0);
}

.ldio-c95zb1pkhrq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    padding-left: 40%;
    padding-right: 40%;
}

.ldio-c95zb1pkhrq div {
    box-sizing: content-box;
}

@keyframes ldio-2cmf9i1ebjf {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-2cmf9i1ebjf div {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 6px solid #e4002b;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-2cmf9i1ebjf div {
    animation: ldio-2cmf9i1ebjf 0.6711409395973155s linear infinite;
    top: 75px;
    left: 75px;
}

.loadingio-spinner-rolling-4ngcnq9a509 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.ldio-2cmf9i1ebjf {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 100%;
}

.ldio-2cmf9i1ebjf div {
    box-sizing: content-box;
}


/* ===================================================
===================================================
ESTILOS DE PAGINACION PARA VISTA PRODUCTO CATEGORIA
===================================================
=================================================== */

.pagination>li>a,
.pagination>li>span {
    color: #083c7c!important;
}

.pagination>li>.active>span {
    color: #ffffff!important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #083c7c!important;
    border-color: #083c7c!important;
    color: #ffffff !important;
}

.pagination>.active {
    background-color: #083c7c!important;
    border-color: #0c51a5!important;
    color: #ffffff !important;
}

.page-item.active .page-link {
    background-color: #0c51a5!important;
    border-color: #0c51a5!important;
    color: #ffffff;
}

.page-item.page-link:hover {
    background-color: #0c51a5!important;
    border-color: #0c51a5!important;
    color: #ffffff !important;
}

.pagination>a:hover {
    color: #ffffff !important;
}


/* ==============================================
==============================================
ESTILOS PARA LA VISTA DE PRODUCTO DEPARTAMENTO
==============================================
==============================================   */

@keyframes ldio-c95zb1pkhrq {
    0% {
        transform: translate(2.01px, 2.01px);
    }
    33.33% {
        transform: translate(102.50999999999999px, 2.01px);
    }
    66.66% {
        transform: translate(42.209999999999994px, 102.50999999999999px);
    }
    100% {
        transform: translate(2.01px, 2.01px);
    }
}

.ldio-c95zb1pkhrq>div {
    transform: scale(0.88);
    transform-origin: 100.49999999999999px 100.49999999999999px;
}

.ldio-c95zb1pkhrq>div>div {
    animation: ldio-c95zb1pkhrq 1.3157894736842106s linear infinite;
    position: absolute;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(1) {
    width: 72.35999999999999px;
    height: 72.35999999999999px;
    border-radius: 50%;
    border: 12.059999999999999px solid #e4002b;
    background: #ffffff;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(2) {
    width: 17.084999999999997px;
    height: 51.254999999999995px;
    transform: rotate(-45deg);
    background: #e4002b;
    border-radius: 0 0 8.04px 8.04px;
    position: absolute;
    top: 68.33999999999999px;
    left: 85.425px;
}

.loadingio-spinner-magnify-mznmwfa5tys {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(221, 221, 221, 0);
}

.ldio-c95zb1pkhrq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    padding-left: 40%;
    padding-right: 40%;
}

.ldio-c95zb1pkhrq div {
    box-sizing: content-box;
}


/*===================== ESTILOS DE PAGINACION =============================== */



@keyframes ldio-2cmf9i1ebjf {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-2cmf9i1ebjf div {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 6px solid #e4002b;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-2cmf9i1ebjf div {
    animation: ldio-2cmf9i1ebjf 0.6711409395973155s linear infinite;
    top: 75px;
    left: 75px;
}

.loadingio-spinner-rolling-4ngcnq9a509 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.ldio-2cmf9i1ebjf {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 100%;
}

.ldio-2cmf9i1ebjf div {
    box-sizing: content-box;
}


/* =================================================
=================================================
ESTILOS PARA LA VISTA DE PRODUCTO SUB CATEGORIAS
=================================================
================================================= */

@keyframes ldio-c95zb1pkhrq {
    0% {
        transform: translate(2.01px, 2.01px);
    }
    33.33% {
        transform: translate(102.50999999999999px, 2.01px);
    }
    66.66% {
        transform: translate(42.209999999999994px, 102.50999999999999px);
    }
    100% {
        transform: translate(2.01px, 2.01px);
    }
}

.ldio-c95zb1pkhrq>div {
    transform: scale(0.88);
    transform-origin: 100.49999999999999px 100.49999999999999px;
}

.ldio-c95zb1pkhrq>div>div {
    animation: ldio-c95zb1pkhrq 1.3157894736842106s linear infinite;
    position: absolute;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(1) {
    width: 72.35999999999999px;
    height: 72.35999999999999px;
    border-radius: 50%;
    border: 12.059999999999999px solid #e4002b;
    background: #ffffff;
}

.ldio-c95zb1pkhrq>div>div div:nth-child(2) {
    width: 17.084999999999997px;
    height: 51.254999999999995px;
    transform: rotate(-45deg);
    background: #e4002b;
    border-radius: 0 0 8.04px 8.04px;
    position: absolute;
    top: 68.33999999999999px;
    left: 85.425px;
}

.loadingio-spinner-magnify-mznmwfa5tys {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(221, 221, 221, 0);
}

.ldio-c95zb1pkhrq {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    padding-left: 40%;
    padding-right: 40%;
}

.ldio-c95zb1pkhrq div {
    box-sizing: content-box;
}

@keyframes ldio-2cmf9i1ebjf {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ldio-2cmf9i1ebjf div {
    position: absolute;
    width: 87px;
    height: 87px;
    border: 6px solid #e4002b;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-2cmf9i1ebjf div {
    animation: ldio-2cmf9i1ebjf 0.6711409395973155s linear infinite;
    top: 75px;
    left: 75px;
}

.loadingio-spinner-rolling-4ngcnq9a509 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
}

.ldio-2cmf9i1ebjf {
    width: 100%;
    height: 100%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 100%;
}

.ldio-2cmf9i1ebjf div {
    box-sizing: content-box;
}


/*===================== ESTILOS DE PAGINACION =============================== */




/* ============================================================
============================================================
ESTILOS PARA EL DISEÑO RESPONSIVE DE LAS CAJAS DE CATEGORIAS
============================================================
============================================================ */

@media screen and (max-width: 360px) {
    .bomba-home-0-x-circleItem {
        line-height: 1.15;
        -webkit-font-smoothing: antialiased;
        font-family: Lato;
        font-weight: 400;
        text-transform: none;
        letter-spacing: 0;
        font-size: 1rem;
        -webkit-box-direction: normal;
        cursor: pointer;
        box-sizing: border-box;
        background: #f0f0f0;
        border-radius: 50%;
        box-shadow: 0 3px 6px 0 #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
        overflow: hidden;
    }
}


/* ===================================
===================================
ESTILOS PARA LA VISTA QUIENES SOMOS
===================================
=================================== */

.quienes-somos-parallax {
    background-image: url("https://almacenesbomba.com/wp-content/uploads/2018/05/middle1.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


/* ===============================================
===============================================
ESTILOS PARA LA BARRA LATERAL DE REDES SOCIALES
===============================================
=============================================== */


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 580px) {
    .icon-bar {
        display: none;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 768px) {}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 15x;
}

.icon-bar a:hover {
    background-color: #f02d2d;
}

.facebook {
    background: #3b5998;
    color: white;
}

.twitter {
    background: #55acee;
    color: white;
}

.instagram {
    background: #f0a32d;
    color: white;
}

.pinterest {
    background: #e08080;
    color: white;
}

.whatsapp {
    background: #25d366;
    color: #fff;
}

.youtube {
    background: #bb0000;
    color: white;
}


/* boton whatsapp */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}

.float-start {
    /* boton whatsapp */
    position: fixed;
    height: auto;
    padding: 10px;
    bottom: 20px;
    left: 10px;
    background-color: #083c7c;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-start:hover {
    /* boton whatsapp */
    text-decoration: none;
    color: #083c7c;
    background-color: #fff;
}

.my-float-start {
    /* boton whatsapp */
    margin-top: 10px;
    margin-bottom: 10px;
}


/*
	==========================================
	==========================================
	estilos de checkbox de la barra de filtros
	==========================================
	==========================================
*/


/* The container */

.label-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.label-check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.label-check input:checked~.checkmark {
    background-color: #e4002b;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.label-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*
	====================================================================
	====================================================================
	estilos para la barra de filtrado de productos en desktop responsive
	====================================================================
	====================================================================
*/

@media screen and (min-width: 767px) {
    .filtro-productos-desktop {
        display: block;
    }
    .boton-filtro-productos-movil {
        display: none;
    }
    .muestra-cantidad-productos {
        display: block;
    }
    .seccion-productos-movil {
        display: none;
    }
    .seccion-productos-desktop {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .filtro-productos-desktop {
        display: none;
    }
    .boton-filtro-productos-movil {
        display: block;
    }
    .muestra-cantidad-productos {
        display: none;
    }
    .seccion-productos-movil {
        display: block;
    }
    .seccion-productos-desktop {
        display: none;
    }
}


/*
	====================================================================
	====================================================================
	estilos para la barra de filtrado de productos en movil responsive
	====================================================================
	====================================================================
*/


/*
  =========================================================================
  =========================================================================
  estilos para el multi input range de la barra de filtros
  =========================================================================
  =========================================================================
  */

.multi-range-slider {
    position: relative;
    width: 100%;
    height: 20px;
    display: block;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 10;
    height: 100%;
    margin: 0;
    pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    cursor: pointer;
    border: 0 none;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}


/* All the same stuff for Firefox */

input[type=range]::-moz-range-thumb {
    pointer-events: all;
    cursor: pointer;
    border: 0 none;
    width: 15px;
    height: 15px;
    background-color: #e4002b;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}


/* All the same stuff for IE */

input[type=range]::-ms-thumb {
    pointer-events: all;
    border: 0 none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #2698D9;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(38, 152, 217, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

input[type=range].hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].hover::-moz-range-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].hover::-ms-thumb {
    box-shadow: 0 0 0 10px rgba(38, 152, 217, 0.1);
}

input[type=range].active::-webkit-slider-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range].active::-moz-range-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range].active::-ms-thumb {
    box-shadow: 0 0 0 20px rgba(38, 152, 217, 0.2);
}

input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range]::-moz-range-track {
    background: transparent;
}

input[type=range]::-ms-track {
    background: transparent;
}

input[type=range]::-ms-fill-lower {
    background: transparent;
}

input[type=range]:focus::-ms-fill-lower {
    background: transparent;
}

input[type=range]::-ms-fill-upper {
    background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
    background: transparent;
}

.slider {
    position: absolute;
    width: 100%;
    top: 7px;
    z-index: 1;
    height: 6px;
}

.slider2 {
    position: absolute;
    width: 100%;
    top: 7px;
    z-index: 1;
    height: 6px;
}

.slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #777;
}

.slider2>.track2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #777;
}

.slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e4002b;
}

.slider2>.range2 {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #e4002b;
}

.price__wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 20px;
    width: 80%;
}


/* ================================================
================================================
ESTILOS DE LA FICHA TECNICA DEL DETALLE PRODUCTO
================================================
================================================ */


/**Classic Tabs Wrap**/


/**Floating**/

.floating .tab-wrap .nav-tabs {
    padding: 18px;
    border: none;
    background: #e8e8e8;
    border-radius: 7px;
}

.floating .tab-wrap .nav-tabs .nav-item {
    margin: 0;
    width: 33.33%;
    text-align: center;
}

.floating .tab-wrap .nav-tabs .nav-item a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    border: none;
    padding-left: 35px;
    padding-right: 35px;
    opacity: 1;
}

.floating .tab-wrap .nav-tabs .nav-item a.active {
    background: #E4002B;
    border-radius: 5px;
    color: #fff;
}

.floating .tab-wrap .nav-tabs .nav-item a i {
    margin: 0 5px 0 0;
}


/*Floating H*/


/* .floatingH-tab-wrap .tab-content {
  padding: 70px 20px 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -40px;
}

.floatingH-tab-wrap .tab-head {
  padding: 0 20px;
  position: relative;
  z-index: 1;
} */


/**Pills Tabs - Horizontal**/


/* 
.pillsH-tab-wrap .tab-head {
  padding: 10px;
}

.pillsH-tab-wrap .tab-head .nav-tabs {
  border: none;
}

.pillsH-tab-wrap .tab-head .nav-tabs .nav-item {
  margin: 0;
  width: 33.33%;
  text-align: center;
}

.pillsH-tab-wrap .tab-head .nav-tabs .nav-item a {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  border: none;
  padding-left: 35px;
  padding-right: 35px;
  opacity: 1;
  border-radius: 5px;
}

.pillsH-tab-wrap .tab-head .nav-tabs .nav-item a.active {
  background: #2bbbad;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pillsH-tab-wrap .tab-head .nav-tabs .nav-item a i {
  margin-right: 5px;
}

.pillsH-tab-wrap .tab-content {
  padding: 30px 20px 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/**Pills Tabs - Horizontal Ends**/


/**Floating Tabs - Vertical **/


/* .floatingV-tab-wrap .nav {
  padding: 18px;
  border: none;
  background: #4051b6;
  border-radius: 7px;
}

.floatingV-tab-wrap .nav .nav-link.active {
  background: #324295;
  box-shadow: 0 0 10px #32429591;
}

.floatingV-tab-wrap .nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  border: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.floatingV-tab-wrap .tab-content {
  padding: 30px 20px 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */


/**Floating Tabs - Vertical Ends **/


/**Pills Tabs - Vertical Section**/


/* .pillsV-tab-wrap .tab-content {
  padding: 30px 20px 30px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pillsV-tab-wrap .nav {
  padding: 18px;
  border: none;
}

.pillsV-tab-wrap .nav .nav-link {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 18px;
  border: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #666666;
}
.pillsV-tab-wrap .nav .nav-link:hover {
  background: #e2e2e2;
}
.pillsV-tab-wrap .nav .nav-link.active {
  background: #2bbbad;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} */


/**Pills Tabs - Vertical Section Ends**/