.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

@media (max-width: 767px) {
    .fs-60 {
        font-size: 35px;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

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

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

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

.mr-5 {
    margin-right: 5px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-0-i {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-3 {
    padding-top: 3px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-5a {
    padding-left: 5px;
}

.p-40 {
    padding: 40px;
}

.fW-600 {
    font-weight: 600 !important;
}

.pt-10 {
    padding-top: 10px;
}

.br3 {
    border-radius: 3px;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

@media only screen and (min-width: 992px) {
    .header-logo .logo>img {
        /*width: 100%;*/
        /*max-height: 70px;*/
        max-width: 190px;
        text-align: center;
        /*position: absolute;*/
        left: 0;
        right: 0;
        margin: auto;
    }

    .navegador-web {
        display: flex;
        justify-content: space-between;
    }

    .buscar-button {
        position: relative;
        left: -38px;
        border-radius: 0 10px 10px 0;
        color: #ffffff;
        border-color: #fbb900;
        background: #fbb900;
        ;
    }
}

.buscar-button {
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    border-color: #fbb900;
    background: #fbb900;
}

.sombra {
    box-shadow: 7px 7px 9px 1px rgb(148 147 147 / 45%);
}

@media only screen and (max-width: 767px) {
    .header-search>form .search-categories {
        display: none;
    }

    .header-search>form .search-input {
        padding-left: 5px;
        padding-right: 0px;
    }
}

.input2 {
    width: 100%;
    height: 40px;
    padding: 0px 8px;
    border-radius: 4px;
    border: 1px solid#60606054;
    background-color: transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    outline: none;
}

.flags {
    margin-top: -3px;
}

.titulos {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
}

/*touchaction singleproduct*/
@media (max-width:767px) {
    .lSAction {
        width: 100%;
        height: 100%;
        touch-action: auto;
        /* z-index: 99999; */
        background: none;
        position: absolute;
        top: 0;
    }
}

/* DIV CUSTOM */
.div-custom {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 1px solid #e8eaf182;
    padding: 0px;
}

.div-custom:focus,
.div-custom:hover {
    -webkit-box-shadow: 0px 0px 9px 1px rgb(148 147 147 / 14%);
    -moz-box-shadow: 0px 0px 9px 1px rgb(148 147 147 / 14%);
    box-shadow: 0px 0px 9px 1px rgb(148 147 147 / 14%);
}

/* DIV CUSTOM 2*/
.div-custom2 {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 1px solid #e8eaf1;
    padding: 0px;
}

.media-body {
    padding: 20px;
}

/*.div-custom2 img{max-width: 200px; margin:auto;}*/
.div-custom2:focus,
.div-custom2:hover {
    -webkit-box-shadow: 0px 0px 9px 1px rgb(148 147 147 / 14%);
    -moz-box-shadow: 0px 0px 9px 1px rgb(148 147 147 / 14%);
    box-shadow: 0px 0px 9px 1px rgb(148 147 147 / 14%);
}

@media (min-width:768px) and (max-width: 1359px) {
    .media-body {
        padding: 7px;
    }
}

@media (max-width:767px) {
    .row-home {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

@media (min-width:768px) {
    .row-home {
        padding-left: 4.5%;
        padding-right: 4.5%;
    }
}

@media (min-width:992px) {
    .row-home {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width:1400px) {
    .row-home {
        padding-left: 9%;
        padding-right: 9%;
    }
}

.left_widgets {
    margin-bottom: 30px;
}

.left_widgets:last-child {
    margin-bottom: 0px;
}

.widgets_inner p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.widgets_inner input[type=checkbox],
.widgets_inner input[type=radio] {
    margin-right: 15px;
}

.widgets_inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .widgets_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .l_w_title {
        padding-left: 0;
        padding-right: 0;
    }
}

.l_w_title h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #2a2a2a;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    background-color: #e0e0e0;
    padding: 10px 15px 10px 30px;
    text-transform: uppercase;
}

.product_top_bar {
    flex-wrap: wrap;
}

.product_bar_single {
    margin-left: 20px;
    border-radius: 0;
}

.product_bar_single .nice-select {
    background-color: #fff;
    text-transform: capitalize;
    border: 1px solid #eee;
    color: #606060;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 70px;
    border-radius: 0;
}

.product_bar_single .nice-select:after {
    height: 8px;
    margin-top: -6px;
    right: 16px;
    width: 8px;
}

.p_filter_widgets .widgets_inner {
    border-bottom: 1px solid #eeeeee;
}

.p_filter_widgets .widgets_inner:last-child {
    border-bottom: 0px;
}

.p_filter_widgets .list {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    margin-top: 25px;
}

.p_filter_widgets .list:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0px solid transparent;
}

.p_filter_widgets .list li {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.p_filter_widgets .list li a {
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    position: relative;
}

.p_filter_widgets .list li.active a:before,
.p_filter_widgets .list li:hover a:before {
    background: #2f7dfc;
    border-color: #2f7dfc;
}

.p_filter_widgets .list li:last-child {
    margin-bottom: 0px;
}

.product_top_bar {
    clear: both;
    display: flex;
    padding: 10px 0;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .product_top_bar {
        display: block !important;
    }
}

.product_top_bar h2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .product_top_bar h2 {
        margin-bottom: 20px;
    }
}

.product_top_bar .left_dorp .sorting {
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 210px;
    padding-left: 20px;
}

.product_top_bar .left_dorp .sorting span {
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #555555;
}

.product_top_bar .left_dorp .sorting .list {
    width: 100%;
    border-radius: 0px;
}

.product_top_bar .left_dorp .sorting .list li {
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #555555;
}

.product_top_bar .left_dorp .sorting:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(0);
    border: none;
    color: #555555;
    margin-top: -6px;
    right: 20px;
}

.product_top_bar .left_dorp .show {
    clear: none;
    display: inline-block;
    clear: none;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: 40px;
    width: 120px;
    padding-left: 20px;
    margin-left: 10px;
}

.product_top_bar .left_dorp .show span {
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #555555;
}

.product_top_bar .left_dorp .show .list {
    width: 100%;
    border-radius: 0px;
}

.product_top_bar .left_dorp .show .list li {
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #555555;
}

.product_top_bar .left_dorp .show:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    transform: rotate(0);
    border: none;
    color: #555555;
    margin-top: -6px;
    right: 20px;
}

@media(max-width: 792px) {
    .pb-20m {
        padding-bottom: 20px;
    }
}

@media(min-width: 793px) {
    .pb-20m {
        padding-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .product_top_bar .single_product_menu {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}

.product_top_bar .single_product_menu p {
    color: #020202;
    font-weight: 500;
}

@media (max-width: 576px) {
    .product_top_bar .single_product_menu p {
        font-size: 13px;
        line-height: 13px;
    }
}

.product_top_bar .single_product_menu p span {
    color: #2f7dfc;
}

.product_top_bar .single_product_menu h5 {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.product_top_bar .single_product_menu .nice-select {
    height: 0;
    border: 0px;
    line-height: 15px;
    font-weight: 300;
    text-transform: capitalize;
}

.product_top_bar .single_product_menu .nice-select:after {
    margin-top: 0;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    right: 0px;
}

.product_top_bar .single_product_menu .top_pageniation {
    line-height: 15px;
}

.product_top_bar .single_product_menu .top_pageniation ul {
    margin-left: 20px;
}

.product_top_bar .single_product_menu .top_pageniation ul li {
    display: inline-block;
    margin-left: 10px;
}

.product_top_bar .single_product_menu .input-group {
    width: 150px;
}

.product_top_bar .single_product_menu .input-group .form-control {
    border: 0px solid transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    text-transform: capitalize;
}

.product_top_bar .single_product_menu .input-group .input-group-text {
    background-color: transparent;
    border: 0px solid transparent;
    border-bottom: 1px solid #ddd;
}

.most_p_withoutbox {
    padding-bottom: 120px;
}

.range_item p {
    margin-bottom: 0;
}

.price_value input {
    border: 0px;
    text-align: center;
    max-width: 30px;
    background-color: transparent;
}

.price_value {
    align-items: center;
}

.irs-to,
.irs-from,
.irs-max,
.irs-min {
    display: none;
}

.price_rangs_aside .l_w_title h3 {
    line-height: 20px;
    margin-bottom: 0px;
}

.sub-menu ul {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 25px;
    border-top: 1px solid #606060;
}

.sidebar_box_shadow {
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.52);
}

.border1 {
    border-radius: 8px;
}

.border2 {
    border-radius: 15px;
}

.vertical-div {
    height: 495px;
    text-align: center;
    vertical-align: middle;
    display: grid;
}

.horizontal-div {
    height: 240px;
    text-align: center;
    vertical-align: middle;
    display: grid;
}

.horizontal-div img {
    max-height: 190px;
}

.vertical-div img {
    max-height: 420px;
}

.blog-grid-content {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgba(255, 255, 255, 0.95);
    max-width: 350px;
    padding: 40px;
    z-index: 10;
    overflow: hidden;
}

.degradado-blanco {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 19%, rgba(255, 255, 255, 0) 23%);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    /*border-top-left-radius: 9px;*/
    /*border-top-right-radius: 9px;*/
    position: relative;
    /*float: left;*/
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    /*background: #3085a3;*/
    text-align: center;
    /*cursor: pointer;*/
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /*opacity: 0.8;*/
    opacity: 1;

}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    /*font-weight: 300;*/
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/
.filter-img-jazz {
    transition: all 500ms ease;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.0) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

figure.effect-jazz:hover>.filter-img-jazz {
    /*background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);*/
    /*background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);*/
    opacity: 1;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #7bcdf28c 80%);
}

figure.effect-jazz img {
    opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

@media(max-width: 767px) {

    figure.effect-zoe figcaption,
    figure.effect-zoe h2,
    figure.effect-zoe p.icon-links a {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .show-arrow {
        display: none;
    }
}




.effect-zoe:hover>.fondo-description {
    background: #000000;
}

.effect-zoe:hover>.fondo-description img {
    opacity: .4;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #ffffff00;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    /*color: #fff;*/
    font-size: 1.4em;
    /*background: #3272b9;*/
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    width: 100%;
    position: absolute;
    bottom: 2em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'fontawesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\f06e';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media (min-width: 768px) {
    .hide-arrow {
        display: none;
    }
}

.bg-oferta {
    background: #0f890f;
    color: #fff;
    border: 1px solid #0000001f;
    font-size: 13px;
    display: table;
    vertical-align: middle;
    isplay: table;
    justify-content: center;
    position: absolute;
    margin: auto;
    padding: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 9px 1px rgb(38 36 36 / 82%);
    -moz-box-shadow: 0px 0px 9px 1px rgb(38 36 36 / 82%);
    box-shadow: 0px 0px 9px 1px rgb(38 36 36 / 82%);
}

.oferta {
    width: 72px;
    height: 50px;
    background: #0f890f85;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    z-index: 99;
    display: table;
    vertical-align: middle;
}

.product-old-price {
    color: #b6b9bb;
}

.sub-menu .dropdown {
    background: #e0e0e069;
}

.list-group-item {
    margin-top: 10px;
    border-radius: none;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.list-group-item:hover {
    transform: scaleX(1.1);
}

.about span {
    font-size: 12px;
    margin-right: 10px;

}

.about {
    color: #3c3c3c;
}
.sticky-menu{position: fixed;transition: 1s; background: white; width: 100%;
    z-index: 99; }
.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
    right: 20px;
    float: right;
    top: 85%;
    margin-top: -25px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
.icon-contact{width: 50px; height: 50px; line-height: 60px; text-align: center; border-radius: 50%;}
.whatss{background: #42a755; color: #fff!important;}
.tel{background:#0e1435; color: #fff!important; }
.ubicacion{background:#fbb900; color: #fff!important; }
.correo{background: #00568a; color: #fff !important;}