.product-price span {
    font-size: 28px;
}

.product_lable_single_product {
    top: 15px;
    left: 15px;
    position: relative;
    border-radius: 8px;
}

.product_lable_single_product:after {
    border-right: 0;
    border-left: 6px solid transparent;
    right: 0;
    width: 0;
    left: 0;
}

.zoomWrapper,
.zoomContainer {
    max-width: 100%;
    max-height: 100%;
    /*border-radius: 8px !important;*/
    overflow: hidden;
}

#gal1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-img-thumb .owl-carousel .owl-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    flex-direction: row;
    left: 50%;
}

.product-img-thumb .owl-carousel .owl-dots .owl-dot:first-child:last-child {
    display: none;
}