﻿.detail-ser {
    background-color: #f2f2f247;
    background-image: url(/Design/img/home-bg-2.png);
    background-size: cover;
}

.detail-ser-options {
    display: flex;
    align-items: center;
    border: 1px solid #33333312;
    border-left: 0;
    border-right: 0;
    padding: 10px 0px;
    margin-top: 20px;
    display: none;
}

.detail-product-detail {
    width: 100%;
}

.detail-ser-img {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

.detail-ser-img1 {
}

.detail-ser-content section {
    font-size: 16px;
    color: #333;
    line-height: 176%;
}

    .detail-ser-content section h3 {
        font-weight: 100;
        color: var(--default-color-1);
        font-family: interSB;
    }

.my-news-breadcums {
    background: linear-gradient(90deg, #14764A 0%, #2CC580 30%, #2CC580 70%, #14764A 100%);
}

    .my-news-breadcums .top-title {
        margin: 0;
        text-align: center;
        padding: 25px;
        color: #FFFF;
    }

.p-news-list__same {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.detail-ser-content {
    padding: 5px 0;
}

    .detail-ser-content p {
        margin: 10px 0
    }

.detail-ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-ser-options .options-item {
    margin-right: 15px;
    color: #33333363;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .detail-ser-options .options-item i {
    }

    .detail-ser-options .options-item span {
        display: block;
        margin-left: 7px;
    }

.detail-ser-top {
}

    .detail-ser-top .top-title {
        margin: 0;
        color: var(--default-color-1);
        font-family: interB;
        font-size: 32px;
        font-weight: 100;
        text-transform: capitalize;
        line-height: 153%;
    }

.top-left .swiper {
    overflow: hidden;
    margin-bottom: 10px;
}

.top-left .img-bottom {
    height: 129px;
    transition: all .3s;
    cursor: pointer;
}

.tab-buttons {
    list-style: none;
    display: flex;
    gap: 10px;
    cursor: pointer;
    padding: 0;
    justify-content: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #ECECEC;
}

    .tab-buttons .active {
        background: var(--default-color-1);
        color: #fff;
        padding: 10px;
        font-family: 'manR';
        color: #FFF;
        font-size: 14px;
        .detail-product-detail .title

{
    color: #FFF;
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    font-family: 'manR';
    width: 100%;
}

;
}

.top-left {
    width: 55%;
}

    .top-left .swiper-slide-thumb-active .img-bottom {
        border: 1px solid var(--default-color-1);
    }

.same-cate-title {
    font;
    font-size: 21px;
    color: var(--default-color-1);
    font-family: 'interM';
}

.detail-ser-container1 {
    padding: 50px 0;
}
.side-left{
    width:320px
}
.detail-ser-container {
    padding: 50px 0;
}

.top-descripts {
    font-weight: 100;
    font-size: 16px;
    color: #333;
    margin: 12px 0;
    background-color: #1dabbc1a;
    border-left: 5px solid var(--default-color-2);
    line-height: 164%;
    padding: 8px 15px;
}

.detail-ser-top .top-descript {
    font-weight: 100;
    font-size: 16px;
    color: #333;
    margin: 12px 0;
    background-color: #1dabbc1a;
    border-left: 5px solid var(--default-color-2);
    line-height: 164%;
    padding: 8px 15px;
}

.detail-ser-left {
    float: left;
    width: calc(100% - 320px);
    padding-right: 45px;
}

.detail-ser-left1 {
    width: 100%;
}

.detail-ser-right {
    float: right;
    width: 320px;
}

.my-news-breadcumn {
    background: var(--default-color-1);
}

.top-titlewa {
    text-align: center;
    color: #FFFF;
    font-size: 28px;
}

.my-news-breadcumn .container {
    padding: 6px 0;
}

.top-descripts {
}

@media(max-width:1023px) {
    .detail-ser-left, .detail-ser-right {
        width: 100%;
        float: unset;
        padding: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {

    .detail-ser-container {
        padding: 35px 0;
    }
}

@media(max-width:739px) {
    .detail-ser-container {
        padding: 25px 0;
    }

    .detail-ser-top .top-title {
        font-size: 22px;
    }

    .detail-ser-top .top-descript {
        font-size: 14px;
        padding: 8px 15px;
    }

    .detail-ser-img {
        height: 100%;
    }

    .detail-ser-options .options-item {
        font-size: 12px;
    }
  .p-news-img__type2 {
        height: 100px !important;
    }
    .detail-ser-content section {
        font-size: 15px;
    }
    .p-news-list__same{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        .p-news-content__type2 .title {
       -webkit-line-clamp: 1;
    }
    .my-news-breadcums .top-title{
        font-size: 20px;
    }
}
