/*
Theme Name: Bagels
Description: Specific styles of the theme relative ti this website.
*/

.ph-ts-delete-me{
    height: 950px;
}

/* Size chart */
    .bg-size-chart .bg-sc-link {
        text-decoration: underline;
    }
/* Size chart */

/* Ribbon */
    .bg-ribbon .bg-r-1 {
        padding: 5px 17px;
        border-radius: 8px;
    }
/* Ribbon */

/* Sole sizes selector */
    .bg-sizes .bg-s-sin {
        font-size: 13px;
        min-width: 75px;
        min-height: 40px;
        color: #000;
        border: 2px solid #000;
        border-right-width: 0;
        /* background-color: #fff; */
    }

    .bg-sizes.bg-light .bg-s-sin {
        border-color: #fff;
        color: #fff;
    }

    .bg-sizes .bg-s-sin:focus {
        background-color: rgba(0, 0, 0, 0.07);
    }

    .bg-sizes.bg-light .bg-s-sin:focus {
        background-color: rgba(255, 255, 255, 0.18);
    }
    
    .bg-sizes .bg-s-wrapper:last-child .bg-s-sin{
        border-right-width: 2px;
    }

    /* .bg-sizes .bg-s-sin:first-child{ */
    .bg-sizes .bg-s-wrapper:first-child .bg-s-sin{
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    /* .bg-sizes .bg-s-sin:last-child{ */
    .bg-sizes .bg-s-wrapper:last-child .bg-s-sin{
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    @media (min-width: 992px) {
        .bg-sizes .bg-s-sin:hover {
            background-color: rgba(0, 0, 0, 0.07);
        }

        .bg-sizes.bg-light .bg-s-sin:hover {
            background-color: rgba(255, 255, 255, 0.18);
        }
    }

    @media (max-width: 991px) {
        .bg-sizes .bg-s-sin:active {
            background-color: rgba(0, 0, 0, 0.07);
        }

        .bg-sizes.bg-light .bg-s-sin:active {
            background-color: rgba(255, 255, 255, 0.18);
        }
    }

    /* .bg-sizes .bg-s-sin.active { */
    .bg-sizes .bg-s-w-radio:checked + .bg-s-sin {
        background-color: #000;
        color: #fff;
    }
    
    /* .bg-sizes.bg-light .bg-s-sin.active { */
    .bg-sizes.bg-light .bg-s-w-radio:checked + .bg-s-sin {
        background-color: #fff;
        color: #000;
    }
/* Sole sizes selector */

/* Content box style 1 */
    .bg-cont-box-s1{
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding: 40px;
        margin-right: 40px;
        margin-bottom: 40px;
        width: calc( ( 100% / 3 ) - ( 40px * 2 / 3 ) );
    }

    .bg-cont-box-s1 .bg-cbs1-img {
        height: 45px;
        width: auto;
        margin-bottom: 30px;
    }

    .bg-cont-box-s1 .bg-cbs1-heading {
        margin-bottom: 13px;
    }

    .bg-cont-box-s1 > *:last-child {
        margin-bottom: 0;    
    }

    .bg-cont-box-s1 .bg-cbs1-description {
        line-height: 1.6;
    }

    @media (min-width: 992px) {
        .bg-cont-box-s1:nth-child(3n){
            margin-right: 0;
        }
    }

    @media (max-width: 1199px) {
        .bg-cont-box-s1{
            margin-right: 30px;
            margin-bottom: 30px;
            padding: 25px;
            width: calc( ( 100% / 3 ) - ( 30px * 2 / 3 ) );
        }
    }

    @media (max-width: 991px) {
        .bg-cont-box-s1{
            width: calc( ( 100% / 2 ) - ( 30px * 1 / 2 ) );
        }
    }

    @media (max-width: 767px) {
        .bg-cont-box-s1{
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
            padding-top: 65px;
            padding-bottom: 65px;
        }

        .bg-cont-box-s1 .bg-cbs1-img{
            margin-bottom: 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .bg-cont-box-s1:nth-child(2n){
            margin-right: 0;
        }
    }

    .bg-cont-box-s1:last-child{
        margin-right: 0;
    }
/* Content box style 1 */

/* List box element */
    .bg-list-box{
        padding: 45px;
        border-radius: 8px;
    }

    .bg-list-box .bg-lb-list {
        padding-left: 0;
    }

    .bg-list-box .bg-lb-l-single {
        list-style: none;
        margin-bottom: 15px;
    }

    .bg-list-box .bg-lb-title {
        margin-bottom: 25px;
    }

    .bg-list-box .bg-lb-l-s-icon {
        margin-right: 5px;
    }

    .bg-list-box .bg-lb-l-s-icon.large {
        font-size: 22px;
        line-height: 1;
        margin-right: 7px;
    }

    @media (min-width: 992px) {
        .bg-list-box{
            border-radius: 13px;
        }
    }

    @media (max-width: 767px) {
        .bg-list-box {
            padding: 24px;
        }

        .bg-list-box .bg-lb-l-single{
            justify-content: flex-start;
        }

        .bg-list-box .bg-lb-title {
            margin-bottom: 18px;
        }

        .bg-list-box .bg-lb-l-single{
            margin-bottom: 10px;
        }
    }
    
    .bg-list-box .bg-lb-l-single:last-child {
        margin-bottom: 0;
    }
    
/* List box element */

/* Accordion element */
    .bg-accordion .bg-a-sin {
        margin-bottom: 31px;
    }

    .bg-accordion .bg-a-s-descr {
        margin-top: 6px;
        max-height: 0;
        overflow: hidden;
    }

    .bg-accordion .bg-a-s-t-icon {
        left: 0;
        top: 11px;
        min-width: 12px;
        height: 12px;
        display: block;
    }

    .bg-accordion .bg-a-s-t-i-1 {
        display: inline-block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bg-accordion .bg-a-s-t-i-h {
        width: 14px;
        height: 3px;
    }

    .bg-accordion .bg-a-s-t-i-v {
        height: 14px;
        width: 3px;
    }

    .bg-accordion .bg-a-s-t-text,
    .bg-accordion .bg-a-s-d-text {
        margin-left: 15px;
    }

    .bg-accordion .bg-a-s-d-text{
        height: 100%;
    }

    .bg-accordion .bg-a-sin:last-child {
        margin-bottom: 0;
    }

    .bg-accordion .bg-a-sin.active .bg-a-s-t-icon {
        transform: rotate( 90deg );
    }

    .bg-accordion .bg-a-sin.active .bg-a-s-t-i-h{
        width: 0;
    }

    @media (max-width: 991px) {
        .bg-accordion .bg-a-s-t-text,
        .bg-accordion .bg-a-s-d-text {
            margin-left: 15px;
        }

        .bg-accordion .bg-a-s-t-icon{
            top: 7px;
        }

        .bg-accordion .bg-a-s-t-i-h {
            width: 11px;
            height: 2px;
        }

        .bg-accordion .bg-a-s-t-i-v {
            height: 11px;
            width: 2px;
        }

        .bg-accordion .bg-a-sin {
            margin-bottom: 26px;
        }
    }

    @media (max-width: 767px) {
        .bg-accordion .bg-a-s-t-i-h {
            width: 8px;
            height: 2px;
        }

        .bg-accordion .bg-a-s-t-i-v {
            height: 8px;
            width: 2px;
        }

        .bg-accordion .bg-a-s-t-text,
        .bg-accordion .bg-a-s-d-text {
            margin-left: 8px;
        }

        .bg-accordion .bg-a-s-t-icon {
            top: 5px;
        }

        .bg-accordion .bg-a-sin {
            margin-bottom: 12px;
        }
    }
/* Accordion element */

/* Quantity selector element */
    .bg-quantity-field-wrapper .quantity-buttons,
    .bg-quantity-field-wrapper .qty {
        height: 46px;
        border-color: var(--btn-color-2);
    }

    .bg-quantity-field-wrapper .quantity-buttons:focus {
        background-color: var(--btn-color-2);
    }

    .bg-quantity-field-wrapper .quantity-buttons {
        width: 43px;
        font-size: 11px;
    }

    .bg-quantity-field-wrapper .quantity-buttons.minus {
        border-top-left-radius: 69px;
        border-bottom-left-radius: 69px;
        border-right: none;
        font-size: 8px;
    }

    .bg-quantity-field-wrapper .quantity-buttons.plus {
        border-top-right-radius: 69px;
        border-bottom-right-radius: 69px;
        border-left: none;
    }

    .bg-quantity-field-wrapper .qty {
        width: 70px;
        text-align: center;
        border-radius: 0;
    }

    .bg-quantity-field-wrapper .qty,
    .bg-quantity-field-wrapper .qty:focus,
    .bg-quantity-field-wrapper .qty:active,
    .bg-quantity-field-wrapper .qty:hover{
        border-left: none;
        border-right: none;
        border-color: var(--btn-color-2);
    }

    @media (min-width: 992px) {
        .bg-quantity-field-wrapper .quantity-buttons:hover {
            background-color: var(--btn-color-2);
        }
    }

    @media (max-width: 991px) {
        .bg-quantity-field-wrapper .quantity-buttons:active {
            background-color: var(--btn-color-2);
        }
    }

    @media (max-width: 767px) {
        .bg-quantity-field-wrapper .qty {
            width: calc( 100% - ( 43px * 2 ) );
        }
    }
/* Quantity selector element */

/* Single testimonial element */
    .bagels-tmns-sin {
        background-color: #fff;
        padding: 75px 115px;
    }

    .bagels-tmns-sin .b-tmns-s-title {
        margin-bottom: 20px;
    }
    
    .bagels-tmns-sin .b-tmns-s-t-n-delimiter {
        margin-left: -0.15em;
    }

    .bagels-tmns-sin .b-tmns-s-testifier {
        margin-bottom: 23px;
    }

    .bagels-tmns-sin .b-tmns-s-t-1{
        margin-bottom: 1px;
    }

    .bagels-tmns-sin .b-tmns-s-t-stars {
        color: var(--yellow-shade-2);
    }

    .bagels-tmns-sin .b-tmns-s-t-stars i {
        margin-right: 15px;
    }

    @media (max-width: 767px) {
        .bagels-tmns-sin{
            padding: 20px;
        }
        
        .bagels-tmns-sin .b-tmns-s-title{
            font-size: 27px;
            margin-bottom: 9px;
        }

        .bagels-tmns-sin .b-tmns-s-t-1{
            font-size: 17px;
            margin-bottom: 0px;
        }

        .bagels-tmns-sin .b-tmns-s-t-stars{
            font-size: 18px;
        }

        .bagels-tmns-sin .b-tmns-s-t-stars i{
            margin-right: 7px;
        }

        .bagels-tmns-sin .b-tmns-s-testifier {
            margin-bottom: 21px;
        }
    }
/* Single testimonial element */

/* Blog single element */
    .bagels-sin-blog .bsb-img {
        height: 240px;
    }

    .bagels-sin-blog .bsb-text {
        padding: 32px;
        /* min-height: calc( 100% - 240px ); */
        min-height: 330px;
        gap: 64px;
    }

    .bagels-sin-blog .bsb-t-title {
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }

    .bagels-sin-blog .bagels-sin-b-link:focus .bagels-overlay {
        opacity: 0;
    }

    .bagels-sin-blog .bsb-t-b-rm-icon {
        margin-left: 3px;
    }

    .bagels-sin-blog .bagels-sin-b-link:focus {
        transform: translateY(-10px);
    }

    .bagels-sin-blog {
        width: calc( ( 100% / 3 ) - ( ( 48px * 2 ) / 3 ) );
        margin-right: 48px;
        margin-bottom: 30px;
    }

    @media (min-width: 992px) {
        .bagels-sin-blog .bagels-sin-b-link:hover .bagels-overlay {
            opacity: 0;
        }

        .bagels-sin-blog .bagels-sin-b-link:hover {
            transform: translateY(-10px);
        }
    }

    @media (min-width: 1200px) {
        .bagels-sin-blog:nth-child( 3n ) {
            margin-right: 0;
        }
    }

    @media (max-width: 1439px) {
        .bagels-sin-blog{
            margin-right: 38px;
            width: calc( ( 100% / 3 ) - ( ( 38px * 2 ) / 3 ) );
        }
    }

    @media (max-width: 1199px) {
        .bagels-sin-blog{
            margin-right: 38px;
            margin-bottom: 40px;
            width: calc( 50% - ( ( 38px * 1 ) / 2 ) );
        }
        
        .bagels-sin-blog .bsb-img {
            height: 270px;
        }

        .bagels-sin-blog .bsb-text{
            /* min-height: calc( 100% - 270px ); */
            padding: 26px;
        }
    }

    @media (max-width: 991px) {
        .bagels-sin-blog .bagels-sin-b-link:active .bagels-overlay {
            opacity: 0;
        }

        .bagels-sin-blog .bagels-sin-b-link:active {
            transform: translateY(-10px);
        }

        .bagels-sin-blog .bsb-img {
            height: 180px;
        }

        .bagels-sin-blog .bsb-text{
            /* min-height: calc( 100% - 180px ); */
            min-height: 260px;
        }
    }

    @media (max-width: 767px) {
        .bagels-sin-blog{
            width: auto;
            margin-right: 0;
            margin-bottom: 0;
        }
        
        .bagels-sin-blog .bagels-sin-b-link {
            /* max-height: 500px; */
        }

        .bagels-sin-blog .bsb-img {
            height: 220px;
        }

        .bagels-sin-blog .bsb-text{
            min-height: 300px;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .bagels-sin-blog:nth-child( 2n ) {
            margin-right: 0;
        }
    }
/* Blog single element */

/* Card element */
    .bagels-card-sin {
        width: calc( 25% - ( ( 20px * 3 ) / 4 ) );
        margin-right: 20px;
        margin-bottom: 20px;
        /* padding: 24px; */
        padding: 80px 24px;
        min-height: 505px;
    }

    .bagels-card-sin{ background-color: var(--bg-light-green); }
    .bagels-card-sin.purple{ background-color: var(--bg-light-purple); }
    .bagels-card-sin.red{ background-color: var(--bg-light-red); }
    .bagels-card-sin.blue{ background-color: var(--bg-light-blue); }

    .bagels-card-sin .bcs-overlay-content{ background-color: var(--bg-light-green); }
    .bagels-card-sin.purple .bcs-overlay-content{ background-color: var(--bg-light-purple); }
    .bagels-card-sin.red .bcs-overlay-content{ background-color: var(--bg-light-red); }
    .bagels-card-sin.blue .bcs-overlay-content{ background-color: var(--bg-light-blue); }
    
    /* .bagels-card-sin .bcs-overlay-content{ background-color: var(--bg-green); }
    .bagels-card-sin.purple .bcs-overlay-content{ background-color: var(--bg-purple); }
    .bagels-card-sin.red .bcs-overlay-content{ background-color: var(--bg-red); }
    .bagels-card-sin.blue .bcs-overlay-content{ background-color: var(--bg-blue); } */
    
    .bagels-card-sin .bcs-overlay-trigger:focus{
        color: #000;
    }

    /* .bagels-card-sin.open .bcs-overlay-trigger{ color: var(--bg-green); }
    .bagels-card-sin.open.purple .bcs-overlay-trigger{ color: var(--bg-purple); }
    .bagels-card-sin.open.red .bcs-overlay-trigger{ color: var(--bg-red); }
    .bagels-card-sin.open.blue .bcs-overlay-trigger{ color: var(--bg-blue); } */

    .bagels-card-sin .bcs-d-ts-title .bg-section-heading .bg-s-h-text,
    .bagels-card-sin .bcs-oc-title .bg-section-heading .bg-s-h-text{
        font-size: 25px;
    }

    .bagels-card-sin .bcs-d-ts-title {
        margin-bottom: 15px;
    }

    .bagels-card-sin .bcs-d-ts-excerpt {
        margin-bottom: 28px;
        min-height: 52px;
    }

    .bagels-card-sin .bcs-overlay-trigger {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        border: 2px solid #000;
        font-size: 16px;
        right: 24px;
        bottom: 24px;
    }

    .bagels-card-sin :is(.bcs-oc-descr, .bcs-oc-title){
        top: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .bagels-card-sin.slide-up-descr .bcs-oc-descr,
    .bagels-card-sin.slide-up-title .bcs-oc-title{
        top: 0px;
        opacity: 1;
    }

    .bagels-card-sin .bcs-oc-title {
        margin-bottom: 18px;
    }

    .bagels-card-sin .bcs-oc-descr {
        max-height: 345px;
        overflow: auto;
    }

    .bagels-card-sin .bcs-d-ts-img {
        max-width: 100%;
        height: auto;
    }

    .bagels-card-sin .bcs-overlay-content{
        opacity: 0;
        pointer-events: none;
        top: 0;
        left: 0;
        padding: 40px 24px;
        z-index: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .bagels-card-sin.open .bcs-overlay-trigger{
        background-color: #000;
        /* color: #fff; */
        z-index: 3;
    }

    .bagels-card-sin.open .bcs-overlay-content{
        opacity: 1;
        pointer-events: all;
    }

    .bagels-card-sin.open .bcs-overlay-trigger{
        /* background-color: #fff; */
        color: #fff;
        /* border-color: #fff; */
        transform: rotateZ( 45deg );
    }
    
    .bagels-card-sin.open .bcs-overlay-trigger:focus{
        /* color: #000; */
        /* background-color: #fff; */
        /* border-color: #fff; */
    }

    @media (min-width: 992px) {
        .bagels-card-sin .bcs-overlay-trigger:hover {
            background-color: #000;
            color: #fff;
        }

        .bagels-card-sin.open .bcs-overlay-trigger:hover:focus,
        .bagels-card-sin.open .bcs-overlay-trigger:hover{
            border-color: #000;
            background-color: #000;
            color: #fff;
        }
    }

    @media (min-width: 1200px) {
        .bagels-card-sin:nth-child( 4n ){
            margin-right: 0;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .bagels-card-sin{
            width: calc( ( 100% / 3 ) - ( ( 20px * 2 ) / 3 ) );
        }

        .bagels-card-sin:nth-child(3n){
            margin-right: 0;
        }
    }

    @media (max-width: 991px) {
        .bagels-card-sin .bcs-overlay-trigger:active {
            background-color: #000;
            color: #fff;
        }

        .bagels-card-sin.open .bcs-overlay-trigger:active:focus,
        .bagels-card-sin.open .bcs-overlay-trigger:active{
            border-color: #000;
            background-color: #000;
            color: #fff;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .bagels-card-sin{
            width: calc( 50% - ( ( 20px * 1 ) / 2 ) );
        }

        .bagels-card-sin:nth-child(2n){
            margin-right: 0;
        }
    }

    @media (max-width: 767px) {
        .bagels-card-sin{
            width: 100%;
            margin-right: 0;
        }
    }
/* Card element */

/* Iconed list element */
    .bg-iconed-list .bg-il-1 {
        padding-left: 0;
        margin-bottom: -20px;
    }

    .bg-iconed-list .bg-il-sin {
        list-style: none;
        margin-bottom: 20px;
    }

    .bg-iconed-list .bg-il-s-icon {
        margin-right: 25px;
    }

    .bg-iconed-list .bg-il-s-i-img {
        min-width: 78px;
        max-width: 78px;
        height: auto;
    }

    .bg-iconed-list .bg-il-s-t-descr {
        margin-top: 5px;
    }

    @media (max-width: 991px) {
        .bg-iconed-list .bg-il-s-i-img {
            min-width: 68px;
            max-width: 68px;
        }
    }

    @media (max-width: 767px) {
        .bg-iconed-list .bg-il-s-i-img {
            min-width: 61px;
            max-width: 61px;
        }

        .bg-iconed-list .bg-il-s-icon {
            margin-right: 20px;
        }
    }
/* Iconed list element */

/* Home Fresole properties section */
    .ph-fres-properties-section {
        padding-top: 95px;
        padding-bottom: 106px;
    }

    .ph-fres-properties-section .ph-fp-c-left {
        max-width: 640px;
    }

    .ph-fres-properties-section .ph-fp-content {
        margin-top: 90px;
    }

    .ph-fres-properties-section .ph-fp-c-r-img {
        min-width: 540px;
        max-width: 540px;
        height: auto;
    }

    @media (max-width: 1679px) {
        .ph-fres-properties-section .ph-fp-content {
            margin-top: 70px;
        }
    }

    @media (max-width: 1365px) {
        .ph-fres-properties-section .ph-fp-c-r-img {
            min-width: 500px;
            max-width: 500px;
        }
    }

    @media (max-width: 1199px) {
        .ph-fres-properties-section .ph-fp-content{
            flex-direction: column;
            gap: 40px;
        }
    }

    @media (max-width: 991px) {
        .ph-fres-properties-section {
            padding-top: 85px;
            padding-bottom: 66px;
        }
        
        .ph-fres-properties-section .ph-fp-content{
            gap: 20px;
            margin-top: 60px;
        }
    }

    @media (max-width: 767px) {
        .ph-fres-properties-section{
            padding-top: 70px;
            padding-bottom: 70px;
        }

        .ph-fres-properties-section .ph-fp-content{
            margin-top: 30px;
        }

        .ph-fres-properties-section .ph-fp-c-r-img{
            min-width: auto;
            max-width: 100%;
        }
    }
/* Home Fresole properties section */

/* Home insole section */
    .ph-insole {
        padding-top: 90px;
        padding-bottom: 96px;
    }

    .ph-insole .ph-i-ts-heading .bg-section-heading .bg-s-h-text,
    .ph-insole .ph-i-ts-descr {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .ph-insole .ph-i-ts-heading .bg-section-heading .bg-s-h-text{
        max-width: 14em;
    }

    .ph-insole .ph-i-ts-descr {
        max-width: 27em;
        margin-top: 10px;
    }

    .ph-insole .ph-i-sect-img {
        margin-top: 60px;
    }

    .ph-insole .ph-i-si-img {
        max-width: 775px;
        height: auto;
    }

    .ph-insole .ph-i-advantages {
        margin-top: 25px;
        margin-bottom: -30px;
    }

    .ph-insole .ph-i-advantages .bg-cont-box-s1{
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 22px;
        width: calc( ( 100% / 4 ) - ( 30px * 3 / 4 ) );
    }
    
    .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-heading{
        font-size: 30px;
    }
    
    .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-description{
        font-size: 19px;
    }

    .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-img{
        height: 77px;
        margin-bottom: 15px;
    }

    @media (min-width: 1200px) {
        .ph-insole .ph-i-advantages .bg-cont-box-s1:nth-child(4n){
            margin-right: 0;
        }
    }

    @media (min-width: 1200px) and (max-width: 1679px) {
        .ph-insole .ph-i-advantages{
            margin-bottom: -20px;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1 {
            margin-right: 20px;
            margin-bottom: 20px;
            padding: 20px;
            width: calc( ( 100% / 4 ) - ( 20px * 3 / 4 ) );
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-heading {
            font-size: 26px;
        }
    }

    @media (max-width: 1199px) {
        .ph-insole .ph-i-advantages{
            margin-bottom: -25px;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1{
            margin-right: 25px;
            margin-bottom: 25px;
            width: calc( ( 100% / 3 ) - ( 25px * 2 / 3 ) );
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-heading {
            font-size: 26px;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-img{
            height: 67px;
        }

        .ph-insole .bagels-green-specks-overlay {
            object-fit: contain;
            object-position: bottom;
            right: -166px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .ph-insole .ph-i-advantages .bg-cont-box-s1:nth-child(3n){
            margin-right: 0;
        }
    }

    @media (max-width: 991px) {
        .ph-insole{
            padding-top: 70px;
            padding-bottom: 76px;
        }

        .ph-insole .ph-i-si-img{
            max-width: 100%;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1{
            width: calc( ( 100% / 2 ) - ( 25px * 1 / 2 ) );
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .ph-insole .ph-i-advantages .bg-cont-box-s1:nth-child(even){
            margin-right: 0;
        }
    }

    @media (max-width: 767px) {
        .ph-insole{
            padding-top: 52px;
            padding-bottom: 56px;
        }

        .ph-insole .ph-i-sect-img {
            margin-top: 45px;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1{
            width: 100%;
            margin-right: 0;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-heading {
            font-size: 28px;
        }

        .ph-insole .ph-i-advantages .bg-cont-box-s1 .bg-cbs1-description {
            font-size: 17px;
        }
    }
/* Home insole section */

/* Home silmetic tech section */
    .ph-silmetic {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ph-silmetic .ph-sil-1 {
        gap: 65px;
    }

    .ph-silmetic .ph-sil-img-col {
        min-width: 658px;
        aspect-ratio: 658 / 677;
        max-height: 677px;
    }

    .ph-silmetic .ph-sil-tc-t-bottom {
        margin-top: 10px;
    }

    .ph-silmetic .ph-sil-tc-t-descr {
        margin-top: 20px;
        max-width: 27em;
    }

    .ph-silmetic .ph-sil-tc-bottom {
        margin-top: 57px;
    }

    .ph-silmetic .ph-sil-tc-b-box {
        padding: 60px 30px 25px;
        border: 1px solid #000;
        border-radius: 25px;
    }

    .ph-silmetic .ph-sil-tc-b-b-logo {
        min-width: 126px;
        max-width: 126px;
        height: auto;
        bottom: calc(100% - 32px);
        padding: 0 3px 0 8px;
        background-color: #fff;
    }

    .ph-silmetic .ph-sil-tc-b-b-link {
        margin-top: 17px;
    }

    @media (min-width: 768px) {
        .ph-silmetic > .ph-sil-img-col{
            display: none;
        }
    }

    @media (min-width: 992px) {
        .ph-silmetic .ph-sil-tc-t-bottom .bg-section-heading .bg-s-h-text{
            font-size: 53px;
        }
    }

    @media (min-width: 1200px) {
        .ph-silmetic .ph-sil-tc-b-b-logo{
            position: absolute;
        }
        
        .ph-silmetic .ph-sil-text-col > .ph-sil-img-col{
            display: none;
        }
    }

    @media (max-width: 1679px) {
        .ph-silmetic .ph-sil-1 {
            gap: 55px;
        }

        .ph-silmetic .ph-sil-img-col{
            min-width: 45%;
        }
    }

    @media (max-width: 1365px) {
        .ph-silmetic .ph-sil-img-col {
            min-width: 42%;
        }
    }

    @media (max-width: 1199px) {
        .ph-silmetic > .bagels-green-specks-overlay{
            top: unset;
            bottom: 0;
            height: auto;
        }

        .ph-silmetic > .bagels-green-specks-overlay.align-left{
            left: -360px;
        }

        .ph-silmetic .ph-sil-img-col{
            min-width: 100%;
            aspect-ratio: 940 / 385;
            margin-top: 50px;
        }

        .ph-silmetic .ph-sil-1{
            flex-direction: column;
        }

        .ph-silmetic .ph-sil-tc-b-box{
            max-width: 725px;
            text-align: center;
        }

        .ph-silmetic .ph-sil-tc-t-title .bg-section-heading .bg-s-h-text {
            text-align: center;
        }

        .ph-silmetic .ph-sil-tc-t-descr{
            display: table;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .ph-silmetic .ph-sil-tc-b-b-logo{

        }

        /* .ph-silmetic .ph-sil-tc-b-b-logo{
            left: 50%;
            transform: translateX(-50%);
        } */

        .ph-silmetic .ph-sil-tc-b-b-l-0{
            left: 50%;
            position: absolute;
            transform: translateX( -50% );
            bottom: calc( 100% - 32px );
        }

        .ph-silmetic .ph-sil-text-col{
            width: 100%;
        }

        .ph-silmetic .ph-sil-1 > .ph-sil-img-col{
            display: none;
        }

        .ph-silmetic .ph-sil-tc-bottom{
            display: flex;
            justify-content: center;
            margin-top: 90px;
        }
    }

    @media (max-width: 991px) {
        .ph-silmetic {
            padding-top: 85px;
            padding-bottom: 85px;
        }

        .ph-silmetic .ph-sil-tc-bottom {
            margin-top: 75px;
        }
    }

    @media (max-width: 767px) {
        .ph-silmetic{
            padding-top: 15px;
            padding-bottom: 60px;
        }

        .ph-silmetic > .bagels-green-specks-overlay.align-left{
            left: -160px;
        }

        .ph-silmetic .ph-sil-0{
            padding-top: 35px;
        }

        .ph-silmetic .ph-sil-1 > .ph-sil-img-col{
            display: none;
        }

        .ph-silmetic .ph-sil-img-col {
            border-radius: 0;
            aspect-ratio: 768 / 495;
            width: 100vw;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 30px;
        }

        .ph-silmetic .ph-sil-tc-t-bottom {
            margin-top: 3px;
        }

        .ph-silmetic .ph-sil-tc-bottom {
            margin-top: 65px;
        }

        .ph-silmetic .ph-sil-tc-b-box{
            padding-left: 15px;
            padding-right: 15px;
        }
    }
/* Home silmetic tech section */

/* Home health section */
    .ph-health-section {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .ph-health-section .ph-hs-heading {
        margin-bottom: 35px;
    }

    .ph-health-section .ph-hs-boxes{
        margin-bottom: -20px;
    }

    @media (max-width: 767px) {
        .ph-health-section{
            padding-top: 66px;
            padding-bottom: 90px;
        }
    }
/* Home health section */

/* Home blog section */
    .ph-blog-section {
        padding: 96px 0;
    }
    
    .ph-blog-section .ph-bs-title-section {
        margin-bottom: 20px;
    }

    .ph-blog-section .ph-bs-title {
        margin-bottom: 13px;
    }

    .ph-blog-section .ph-bs-boxes {
        margin-bottom: 10px;
    }

    .bg-landing-page .ph-blog-section .ph-bs-boxes {
        margin-bottom: -30px;
    }

    .bg-landing-page .ph-blog-section .ph-bs-btn{
        display: none;
    }

    .bagels-sin-blog .bsb-t-title {
        -webkit-line-clamp: 4;
    }

    .bagels-sin-blog .bsb-text{
        min-height: 260px;
    }

    @media (min-width: 1200px) {
        .ph-blog-section .ph-bs-title-section {
            max-width: 855px;
            display: table;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (max-width: 1199px) {
        .ph-blog-section .bagels-green-specks-overlay{
            display: none;
        }
    }

    @media (max-width: 991px) {
        .ph-blog-section {
            padding: 80px 0 86px;
        }
    }

    @media (max-width: 767px) {
        .ph-blog-section {
            padding: 55px 0 61px;
        }

        .ph-blog-section .ph-bs-title-section,
        .ph-blog-section .ph-bs-title {
            margin-bottom: 0px;
        }

        .ph-blog-section .ph-bs-boxes {
            margin-top: 15px;
            margin-bottom: 40px;
        }

        .ph-blog-section .ph-bs-boxes .owl-nav {
            position: absolute;
            top: -51px;
            right: 0;
        }

        .ph-blog-section .ph-bs-boxes .owl-stage {
            padding-top: 10px;
        }
    }
/* Home blog section */

/* Home testimonials section */
    .ph-tmn-section {
        padding: 110px 0;
    }

    .ph-tmn-section .ph-tmns-title {
        margin-bottom: 30px;
    }

    .ph-tmn-section .ph-tmns-descr {
        margin-bottom: 20px;
    }

    .ph-tmn-section .ph-tmns-l-carousel .owl-nav {
        position: absolute;
        top: -63px;
        right: 0;
    }

    .ph-tmn-section .ph-tmns-list {
        margin-top: 100px;
    }

    .ph-tmn-section .ph-tmns-list:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 100vw;
        z-index: 2;
    }

    @media (min-width: 768px) {
        .ph-tmn-section .ph-tmns-l-carousel.owl-carousel .owl-stage-outer {
            overflow: visible;
        }

        .ph-tmn-section .bagels-tmns-sin{
            width: 75vw;
        }
    }

    @media (min-width: 1200px) {
        .ph-tmn-section .bagels-tmns-sin{
            width: 63.7vw;
            max-width: 1200px;
            padding: 55px 100px;
        }
    }

    @media (max-width: 1199px) {
        .ph-tmn-section {
            padding: 80px 0 90px;
        }

        .ph-tmn-section .bagels-tmns-sin{
            padding: 45px;
        }
    }

    @media (max-width: 767px) {
        .ph-tmn-section{
            padding: 65px 0 70px;
        }

        .ph-tmns-title .bg-section-heading .bg-s-h-text{
            text-align: center;
        }

        .ph-tmn-section .ph-tmns-list {
            margin-top: 25px;
        }

        .ph-tmn-section .bagels-tmns-sin{
            padding: 20px;
        }

        .ph-tmn-section .ph-tmns-l-carousel .owl-nav{
            top: -58px;
        }

        .ph-tmn-section .ph-tmns-title{
            margin-bottom: 0;
        }
    }
/* Home testimonials section */

/* Home buy now section */
    .ph-buy-now .ph-bn-bg-slider,
    .ph-buy-now .ph-bn-col-blank{
        min-width: 50%;
    }

    .ph-buy-now .ph-bn-bg-slider.has-slider :is(.owl-item, .owl-stage, .owl-stage-outer){
        height: 100%;
    }

    .ph-buy-now .ph-bn-bg-slider .owl-nav {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    .ph-buy-now .ph-bn-col-main {
        padding: 50px 0 50px 58px;
    }

    .ph-buy-now .ph-bn-cm-t-price {
        margin-top: 7px;
    }

    .ph-buy-now .ph-bn-cm-top:after {
        height: 1px;
        content: '';
        position: absolute;
        width: 100%;
        /* background-color: rgba(0, 0, 0, 0.3); */
        background-color: rgba(0, 0, 0, 1);
        bottom: 0;
        left: 0;
    }

    .ph-buy-now .ph-bn-cm-top {
        padding-bottom: 8px;
        margin-bottom: 17px;
    }

    .ph-buy-now .ph-bn-cm-description {
        margin-bottom: 17px;
    }

    .ph-buy-now .ph-bn-cm-ec-form {
        margin-bottom: 21px;
    }

    .ph-buy-now .ph-bn-cm-ec-f-s-popup {
        margin-left: 20px;
    }

    .ph-buy-now .ph-bn-cm-ec-f-sizes {
        margin-bottom: 15px;
    }

    .ph-buy-now .ph-bn-cm-ec-f-qnb-qty-label {
        margin-bottom: 8px;
    }

    .ph-buy-now .ph-bn-cm-ec-f-qnb-b-qty-buy-now .bagels-theme-button .btb-1{
        min-width: 237px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .ph-buy-now .ph-bn-cm-ec-payment-methods {
        width: 234px;
    }

    @media (min-width: 768px) {
        .ph-buy-now .ph-bn-cm-ec-f-qnb-b-qty-buy-now{
            margin-left: 10px;
        }
    }

    @media (min-width: 992px) {
        .ph-buy-now .ph-bn-bg-slider.has-slider{
            max-width: 50%;
        }
    }

    @media (min-width: 1200px) {
        .ph-buy-now .ph-bn-tc-title{
            display: none;
        }

        .ph-bn-0 .ph-bn-title-container {
            display: none;
        }
    }

    @media (min-width: 1440px) {
        .ph-buy-now .ph-bn-col-main{
            min-height: 685px;
        }
    }

    @media (max-width: 1199px) {
        .ph-bn-0{
            background-color: #f5f5f6;
            padding-top: 90px;
        }

        .ph-buy-now .ph-bn-col-main{
            padding-left: 30px;
            padding-top: 40px;
        }

        /* .ph-buy-now .ph-bn-bg-s-owl {
            aspect-ratio: 952 / 685;
            height: auto;
            top: 50%;
            transform: translateY(-50%);
            position: relative;
        } */

        .ph-main-section .ph-bn-cm-t-title {
            display: none;
        }

        .ph-buy-now .ph-bn-col-main {
            min-height: auto;
        }

        .ph-buy-now .ph-bn-cm-t-price{
            margin-top: 0;
        }

        .ph-bn-0 .ph-bn-title-container {
            margin-bottom: 25px;
        }
    }

    @media (max-width: 991px) {
        .ph-bn-0{
            padding-top: 80px;
        }

        .ph-buy-now {
            padding-bottom: 90px;
        }

        .ph-buy-now .ph-bn-col-main{
            padding: 0;
            margin-top: 35px;
        }

        .ph-buy-now .ph-bn-bg-slider {
            width: 100%;
            aspect-ratio: 960 / 705;
            height: auto;
            position: relative;
        }
    }

    @media (max-width: 767px) {
        .ph-bn-0{
            padding-top: 50px;
        }

        .ph-bn-0 .ph-bn-title-container {
            margin-bottom: 0px;
        }

        .ph-buy-now {
            padding-bottom: 60px;
        }

        .pg-qr .ph-buy-now {
            margin-top: 15px;
        }

        .ph-buy-now .ph-bn-bg-slider.has-slider {
            padding-top: 25px;
        }

        .ph-buy-now .ph-bn-bg-slider .owl-dots {
            margin-top: -20px;
            z-index: 1;
            position: relative;
        }

        .ph-buy-now .ph-bn-bg-slider{
            aspect-ratio: 960 / 688;
        }

        .ph-buy-now .ph-bn-cm-ec-f-qnb-b-qty-selector {
            margin-bottom: 10px;
        }

        .ph-buy-now .ph-bn-col-main{
            /* margin-top: 45px; */
        }

        .ph-buy-now .ph-bn-cm-t-price {
            /* margin-top: 13px; */
            margin-top: 0px;
        }

        .ph-buy-now .bg-price-n-qty .bg-pnq-a-origins {
            display: block;
            font-weight: 700;
            margin-top: 5px;
        }

        .ph-buy-now .bg-price-n-qty .bg-pnq-1 {
            font-size: 26px;
        }

        .ph-buy-now .bg-price-n-qty .bg-pnq-append {
            font-size: 19px;
        }

        .ph-buy-now .ph-bn-cm-top{
            padding-bottom: 16px;
        }

        .ph-buy-now .ph-bn-cm-ec-f-qnb-btns {
            display: block;
        }

        .ph-buy-now .ph-bn-cm-ec-payment-methods{
            display: table;
            margin-left: auto;
            margin-right: auto;
        }

        .ph-buy-now .ph-bn-bg-slider .owl-nav{
            bottom: calc( 100% + 15px );
            right: 15px;
        }

        .ph-buy-now .ph-bn-bg-s-owl.bg-owl-dots-light .owl-dots .owl-dot span{
            box-shadow: 0px 0px 16px 0px rgba( 0, 0, 0, 0.3 );
        }
    }

    @media (min-width: 992px) and (max-width: 1679px) {
        .ph-buy-now .bg-price-n-qty .bg-pnq-a-origins {
            display: block;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        /* .ph-buy-now .ph-bn-bg-slider{
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
            width: 750px;
        } */
    }
/* Home buy now section */

/* Home FAQs section */
    .ph-faqs-section {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .ph-faqs-section .ph-faqs-s-tc-title {
        margin-bottom: 55px;
    }

    .ph-faqs-section .ph-faqs-s-1 {
        gap: 100px;
    }

    .ph-faqs-section .ph-faqs-s-img-col {
        /* min-width: 658px; */
        /* height: 677px; */
        min-width: 45.4%;
        aspect-ratio: 758 / 779;
        max-height: 677px;
    }

    .ph-faqs-section .ph-faqs-s-tc-accordion:not(:last-child) {
        margin-bottom: 35px;
    }

    @media (min-width: 992px) {
        .ph-faqs-section > .ph-faqs-s-img-col{
            display: none;
        }
        
        .ph-faqs-section .ph-faqs-s-img-col{
            border-radius: 8px;
        }
    }

    @media (max-width: 1199px) {
        .ph-faqs-section .ph-faqs-s-1{
            flex-direction: column-reverse;
            gap: 70px;
        }

        .ph-faqs-section .ph-faqs-s-img-col{
            min-width: 100%;
            aspect-ratio: 940 / 405;
        }

        .ph-faqs-section .ph-faqs-s-tc-title {
            margin-bottom: 45px;
        }
    }

    @media (max-width: 991px) {
        .ph-faqs-section {
            padding-top: 0;
            padding-bottom: 86px;
        }

        .ph-faqs-section .ph-faqs-s-img-col {
            margin-bottom: 45px;
            aspect-ratio: 940 / 557;
        }

        .ph-faqs-section .ph-faqs-s-1 > .ph-faqs-s-img-col{
            display: none;
        }

        .ph-faqs-section .ph-faqs-s-tc-title {
            margin-bottom: 35px;
        }
    }

    @media (max-width: 767px) {
        .ph-faqs-section{
            padding-top: 0;
            padding-bottom: 59px;
        }
        
        .ph-faqs-section .ph-faqs-s-img-col{
            aspect-ratio: 440 / 453;
            margin-bottom: 30px;
        }

        .ph-faqs-section .ph-faqs-s-tc-title {
            margin-bottom: 15px;
        }
    }
/* Home FAQs section */

/* Home pros and cons section */
    .ph-pros-n-cons-section {
        padding-top: 86px;
        padding-bottom: 96px;
    }

    .ph-pros-n-cons-section .ph-pnc-ts-heading {
        margin-bottom: 30px;
    }
    
    .ph-pros-n-cons-section .ph-pnc-title-section,
    .ph-pros-n-cons-section .ph-pnc-b-1{
        width: 100%;
    }

    .ph-pros-n-cons-section .ph-pnc-title-section {
        margin-bottom: 35px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    /* .ph-pros-n-cons-section .ph-pnc-b-1 {
        margin-bottom: 32px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    } */

    .ph-pros-n-cons-section .ph-pnc-boxes .bg-list-box{
        height: 100%;
    }

    @media (min-width: 768px) {
        .ph-pros-n-cons-section .ph-pnc-boxes .bg-list-box{
            min-height: 270px;
        }
    
        .ph-pros-n-cons-section .ph-pnc-b-1{
            /* width: calc( 50% - ( 20px / 2 ) ); */
            width: calc( 70% - ( 20px / 2 ) );
        }

        .ph-pros-n-cons-section .ph-pnc-b-1:first-child{
            margin-right: 20px;
        }
    }

    @media (min-width: 992px) {
        .ph-pros-n-cons-section .ph-pnc-b-1{
            width: calc( 50% - ( 20px / 2 ) );
        }
    }

    @media (min-width: 1200px) {
        .ph-pros-n-cons-section .ph-pnc-title-section{
            max-width: 880px;
        }
        
        .ph-pros-n-cons-section .ph-pnc-b-1{
            width: calc( 40% - ( 20px / 2 ) );
        }
    }

    @media (max-width: 767px) {
        .ph-pros-n-cons-section {
            padding-top: 60px;
            padding-bottom: 70px;
        }

        .ph-pros-n-cons-section .ph-pnc-b-1:first-child{
            margin-bottom: 32px;
        }

        .ph-pros-n-cons-section .ph-pnc-boxes{
            text-align: left;
        }

        .ph-pros-n-cons-section .ph-pnc-ts-heading {
            margin-bottom: 15px;
        }

        .ph-pros-n-cons-section .ph-pnc-ts-descr {
            padding-right: 20px;
            padding-left: 20px;
        }
    }

    .ph-pros-n-cons-section .ph-pnc-b-1:first-child{
        margin-right: 0;
        margin-bottom: 0;
    }

    /* .ph-pros-n-cons-section .ph-pnc-b-1:last-child {
        margin-bottom: 0;
    } */
/* Home pros and cons section */

/* Home advantages section */
    .ph-adv-section{
        padding: 140px 0;
    }

    .ph-adv-section .ph-as-c-boxes{
        margin-bottom: -40px;
    }

    @media (max-width: 1199px) {
        .ph-adv-section{
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .ph-adv-section .ph-as-c-boxes{
            margin-bottom: -30px;
        }
    }

    @media (max-width: 767px) {
        .ph-adv-section {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .ph-adv-section .ph-as-c-boxes{
            margin-bottom: -20px;
        }
    }
/* Home advantages section */

/* Home title section */
    .ph-title-section{
        align-items: flex-end;
    }

    .ph-title-section .bagels-overlay-from-bottom {
        background-image: linear-gradient(to top, #0c0c11 -30%, transparent 100%);
    }

    .ph-title-section .bagels-overlay-radial {
        display: none;
    }

    .ph-title-section .ph-ts-c-logo {
        width: 258px;
        height: auto;
        margin-bottom: 5px;
    }

    .ph-title-section .ph-ts-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ph-title-section .ph-ts-c-text {
        max-width: 675px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .ph-title-section .ph-ts-c-t-price {
        margin-bottom: 40px;
    }

    .ph-title-section .ph-ts-c-t-ribbon {
        margin-bottom: 15px;
    }

    .ph-title-section .ph-ts-c-vid-popup {
        margin-top: 70px;
    }

    .ph-title-section .bagels-overlay {
        background-color: rgba(0, 0, 0, 0.4);
    }

    @media (max-width: 991px) {
        .ph-title-section .ph-ts-c-logo{
            width: 193px;
        }

        .ph-title-section .ph-ts-c-text{
            max-width: 495px;
        }

        .ph-title-section .ph-ts-c-t-ribbon{
            margin-top: 20px;
        }
    }

    @media (max-width: 767px) {
        .ph-title-section {
            align-items: flex-end;
        }

        .ph-title-section .ph-ts-container {
            padding-top: 55px;
            padding-bottom: 55px;
        }

        .pg-qr .ph-title-section .ph-ts-container {
            padding-bottom: 35px;
        }

        .ph-title-section .ph-ts-c-text .ph-ts-c-t-title .bg-section-heading .bg-s-h-text{
            max-width: 375px;
            margin-left: auto;
            margin-right: auto;
        }

        .ph-title-section .bg-ribbon .bg-r-1 {
            padding-left: 18px;
            padding-right: 18px;
            max-width: 325px;
        }

        .pg-qr .ph-title-section :is(.bg-cover-vid, .ph-ts-bg-img){
            /* top: -50px; */
        }

        .ph-title-section .bagels-overlay-from-bottom {
            background-image: linear-gradient(to top, #0c0c11 15%, transparent 50%);
        }

        .home .ph-title-section .bagels-overlay-radial {
            display: block;
        }

        .home .ph-title-section .bagels-overlay-from-bottom {
            display: none;
        }
    }
/* Home title section */

/* ome video section */
    .ph-vid-section{
        /* height: 670px; */
        height: 850px;
        max-height: calc( 100vh - 70px );
        width: 100%;
        background-color: #000;
    }

    @media (max-width: 991px) {
        .ph-vid-section {
            max-height: calc( 100vh - 60px );
        }
    }

    @media (max-width: 767px) {
        .ph-vid-section {
            max-height: 665px;
        }
    }
/* Video section */