﻿body {
    overflow-x: hidden;
}

.owl-stage-outer {
    overflow-x: hidden;
}

.title {
    color: #e71c77;
}

.title {
    font-size: 1.825rem !important
}

.print_detail {
    background-color: #fff;
    border-radius: 16px;
}

.owl-stage {
    display: flex;
}

.title.text-title, .title-main .title {
    font-size: 18px;
    color: var(--color-secondary);
    font-size: 21px !important;
    font-weight: 700;
    margin-bottom: 14px !important;
}

.counter-pro {
    width: 15px;
    height: 15px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 5px;
    background: #808080;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
    line-height: 17px;
}


#product, #product label {
    font-size: 13px;
}

.container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.custom-select {
    background-position: 15px 50%;
}

.product-description h3 {
    font-size: 18px;
    text-align: center;
    color: var(--color-primary);
}

#get_price, .get_price {
    color: var(--color-secondary);
    / background-color: #bd9865c9;
    /text-align: center;
    padding: 12px 0;
    font-size: 15px;
    border-radius: 3px;
    font-weight: bold;
    line-height: 32px;
    box-shadow: 0 0px 4px #bd9865c9;
    border-radius: 16px;
}

.product_liveprice {
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 800;
}

.saveorder {
    background-color: var(--color-secondary);
    border: none;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    height: auto;
}

.sells-slider {
    position: relative;
}

    .sells-slider .owl-dots {
        display: none;
    }

    .sells-slider .owl-prev, .sells-slider .owl-next {
        border: none;
        background-color: transparent;
    }

.lblSubject {
    font-size: 12px;
    margin-bottom: 5px !important;
    display: block;
}
