.productImageSlider .owl-dots {
    margin-top: 5px!important;
    height: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productImageSlider .owl-dots .owl-dot {
    margin-right: 10px;
    width: 36px;
    height: 3px;
    background-color: #d3d3d3!important;
}

.productImageSlider .owl-dots .owl-dot.active {
    background-color: #f8b133!important;
}

.productImageSlider .owl-dots .owl-dot span {
    all: unset;
    height: 5px!important;
}

.productDetailSlider .owl-dots {
    text-align: center;
    height: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productDetailSlider .owl-dots .owl-dot {
    margin-right: 10px;
    width: 36px;
    height: 3px;
    background-color: #d3d3d3!important;
}

.productDetailSlider .owl-dots .owl-dot span {
    height: 5px!important;
}

.productDetailSlider .owl-dots .owl-dot.active {
    background-color: #EB1F27 !important;
}

.newDots {
    position: absolute;
    z-index: 999999;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    height: 100%;
    width: 100%;
}

.newDot {
    background: transparent!important;
    height: 100%;
    z-index: 3;
}

.vitrinProducts .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
}

.productBox {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.productBox ul {
    padding: 0px;
    list-style-type: none;
}

.productBox ul li {
    float: left;
    margin-right: 10px;
}

.productBoxInfo {
    float: left;
    width: 100%;
    background: #f8f8f8;
    border-radius: 8px;
    color: #000;
    padding: 10px 25px;
}

.productBoxInfo i {
    font-size: 24px;
    color: #000;
    display: inline-block;
    margin-top: 7px;
    margin-right: 15px;
    float: left;
}

.productBoxInfo span {
    line-height: 20px;
    font-size: 15px;
    float: left;
}
