.w-neck{width: 100%;
    filter: drop-shadow(3px 4px 5px lightgray);
    border: 2px solid lightgrey;
    border-radius: 10px;
}
.w-cap{width: 100%;}
.w-plus{width: 54px; padding: 25px 0;}
.cap-text {position: relative; margin:5px 0;}
.centered {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.prod_head {
    display: flex;
    flex-wrap: wrap;
}

.btn-new {
    display: flex;
}

.btn-new1 {
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
    background: #dc2020;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    box-shadow: 2px 3px 6px rgb(182 193 202);
    transition: all 0.2s ease 0s;
}

.btn-new1:hover {
    background: #c12222;
}

.td5 {
    background: #f2f2f2;
    width: 40%;
    border-bottom: #f2f2f2 2px solid;
    text-align: center;
}

.swiper {
    width: 95%;
    top: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    cursor: grab;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

hr.proname {
    border: none;
    border-top: 3px double #0d6fd9;
    color: #0d6fd9;
    background-color: #0d6fd9;
    overflow: visible;
    text-align: center;
    height: 1px;
    border-radius: 50px;
}

hr.proname:before {
    background: #fff;
    content: ""attr(value)"";
    font-size: 30px;
    font-weight: 800;
    color: #0d6fd9;
    padding: 0 4px;
    position: relative;
    float: left;
    top: -13px;
}

hr.subdata {
    border: none;
    border-top: 3px double #4a4a4a;
    color: #4a4a4a;
    background-color: #4a4a4a;
    overflow: visible;
    text-align: center;
    height: 1px;
    border-radius: 50px;
}

hr.subdata:before {
    background: #fff;
    content: ""attr(value)"";
    font-size: 20px;
    font-weight: 600;
    color: #4a4a4a;
    padding: 0 4px;
    position: relative;
    float: left;
    top: -13px;
}

.repre1 {border-radius: 10px 0 0 10px;}
.repre2 {border-radius: 0 10px 10px 0;}
.repre1, .repre2 {width: 50%;}

@media (max-width: 768px){
    .w-plus{
        display:none;
        padding: 60px 0;
    }
    .centered {
        color: black;
        font-size: 10px;
        transform: translate(-50%, -10%);
        line-height: 11px;
        position: relative;
    }
    .w-cap{display:none;}
    .w-neck{width: 90%;}

    .btn-new1{font-size: 14px;}

    .prod_head{flex-wrap: wrap-reverse;}

    .main-det{margin-top: 20px;}

    hr.proname:before {font-size: 28px;}

    hr.subdata:before {font-size: 18px;}

    .tbl-new {width: calc(100% - 20px)!important; margin: 10px!important;}
}

@media (max-width: 980px){
    div.hr_proname {padding-top: 10px;}
}

@media (max-width: 425px){
    table.tbl-new td {font-size: 14px;}
    .repre1 {border-radius: 10px 10px 0 0;}
    .repre2 {border-radius: 0 0 10px 10px;}
    .repre1, .repre2 {width: 100%;}
    .part_sub {width: calc(50% - 25px)!important;}
    .part_sub h3 {font-size: 16px;}
    .part_sub span {font-size: 14px;}
    p.prodet_name {padding: 10px 25px 10px 40px!important; font-size: 18px!important;}
    .splide__pagination__page {padding: none; position: inherit;}
    button.splide__pagination__page {font-size: 16px!important;}
}

.splide {
    display: flex;
    flex-direction: column-reverse;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.splide__slide {
    background: #fff;
    box-shadow: 0 0 6px #00000052;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border-radius: 10px;
    height: fit-content;
}

.splide__slide .prodet_img {
    background: none;
    box-shadow: none;
}

button.splide__pagination__page{
    background: #dee2e6;
    width: 100%!important;
    border-radius: 5px;
    height: fit-content;
    padding: 10px 30px;
    opacity: 1;
    font-size: 18px;
    font-family: 'Prompt', sans-serif;
    transition: all 0.3s ease-in-out;
}

button.splide__pagination__page.is-active {
    transform: none!important; 
    background: #0D6FD9;
    color: #fff;
}

button.splide__pagination__page:hover {
    cursor: pointer;
    background: #0D6FD9;
    color: #fff;
    opacity: 1;
}

ul.splide__pagination {
    bottom: 0em!important;
    width: 100%;
    position: relative;
    padding: 0;
    justify-content: flex-start;
}

ul.splide__pagination li {
    margin: 5px;
}

.splide__list {height: auto!important;}

.tbl-new {
    /*border-radius: 10px;*/
    /*border: 3px solid #595959;*/
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-around;
    margin: 20px;
}

.td_1 {
    width: 30%;
    padding: 6px;
    text-align: center;
    border: 3px solid #595959;
    border-bottom: 3px solid #f8f9fa;
    background: #595959;
    color: #fff;
}

.td_2 {
    width: 70%;
    padding: 6px 6px 6px 15px;
    border: 3px solid #595959;
}

.td_3 {
    width: 30%;
    padding: 6px;
    text-align: center;
    background: #595959;
    color: #fff;
    border: 3px solid #595959;
}

.l_new {color: #dc3545!important;}
.det_part {width: 94%;}
.img_part {width: 98%; border-radius: 10px;}
.det_part h3 {font-size: 16px;}
.det_part span {font-size: 14px;}

p.prodet_name {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    background: #0D6FD9;
    width: fit-content;
    color: #fff;
    padding: 13px 25px 13px 40px;
    border-radius: 0 25px 25px 0;
}

a.at_virus img {width: 100%; border-radius: 10px; transition: all 0.3s ease-in-out;}
a.at_virus img:hover {box-shadow: 0 2px 6px #000000b5; opacity: 0.95;}

.part_det {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.part_sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 10px;
    width: calc(33% - 25px);
    flex-wrap: nowrap;
    background: #fff;
    box-shadow: 0 0 6px #00000052;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.part_sub:hover {
    box-shadow: 0 0 13px #00000080;
}