

#breadcrumb {
    border-bottom: 1px solid #CCC;
}

#breadcrumb p {
    margin-bottom: 0;
}

#breadcrumb a {
    color: #333333 !important;
}

#breadcrumb .products_details h3 {
    margin-bottom: 39px;
}

#overview {
    margin-top: 30px;
}

#overview .products_features {
    margin-bottom: 20px;
}

#overview h3 {
    margin-bottom: 0;
}

#overview ul {
    margin-top: 20px;
}

#overview .grid-container-overview {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
}

#overview .grid-container-overview p {
    padding-right: 0;
}

#maximize {
    margin-top: 40px;
}

#maximize .container-maximize {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-top: 35px;
    padding-bottom: 15px;
}

#upgrade h4,
#standard h4 {
    font-size: 22px;
    margin-bottom: 0
}

#standard h3 {
    margin-bottom: 0;
}

#upgrade .container-main-title,
#specifications .container-main-title,
#standard .container-main-title {
    margin-bottom: 38px;
    padding-top: 25px;
    border-top: 1px solid #CCC;
}

#specifications .container-main-title.accordion-collapsed,
#standard .container-main-title.accordion-collapsed {
    margin-bottom: 0;
}

#upgrade .main-repeater .row.accordion-collapsed,
#specifications .main-repeater .row.accordion-collapsed,
#standard .main-repeater .row.accordion-collapsed {
    padding-bottom: 25px;
}

#upgrade .item,
#specifications .item,
#standard .item {
    margin-bottom: 58px;
}

#specifications .products_features {
    padding-top: 30px;
}

#upgrade .item:last-child,
#specifications .item:last-child,
#standard .item:last-child {
    margin-bottom: 0;
}

#upgrade h5,
#specifications h5,
#standard h5 {
    margin-bottom: 7px;
    margin-top: 30px;
}

#upgrade .main-repeater .row,
#specifications .main-repeater .row,
#standard .main-repeater .row {
    padding-bottom: 45px;
}

#standard .products_features {
    padding-top: 30px;
    padding-bottom: 30px;
}


#specifications .products_features {
    border-top: 1px solid #CCC;
}

#upgrade .products_features {
    padding-top: 30px;
    padding-bottom: 30px;
}

#upgrade .container-main-title.accordion-collapsed {
    margin-bottom: 0;
}

#upgrade .main-repeater .row.accordion-collapsed {
    padding-bottom: 25px;
}

#videos .video-btn {
    height: 340px;
}

#videos .products_features.accordion-collapsed {
    border-top: 0;
}

.d-grid {
    display: grid;
}

#photos .grid-container {
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

#photos .container-main-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

#photos {
    margin-bottom: 120px;
}

#brochure .products_features {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
}

.red-circle {
    color: #FFF !important;
    background: #FF0302;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 1px;
}

#videos .products_features {
    border-top: 1px solid #CCC;
    margin-top: 30px;
    padding-top: 30px;
}

#upgrade h4 {
    margin-bottom: 0;
}

#upgrade .container-main-title {
    margin-bottom: 30px
}

#upgrade .main-repeater {
    padding-top: 22px;
    //border-top: 1px solid #CCC;
}

#upgrade .products_features h3 {
    margin-bottom: 0;
}

#videos .container-main-title {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    #standard .main-features {
        padding-right: 80px;
    }

    #overview .grid-container-overview {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-top: 0;
    }

    #overview p {
        padding-right: 83px;
    }

    #overview {
        margin-top: 67px;
    }

    #overview .bottom-content {
        margin-top: 67px;
        margin-bottom: 67px;
    }

    #specifications .products_features,
    #standard .products_features {
        margin-top: 67px;
        margin-bottom: 67px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #specifications .products_features {
        margin-bottom: 0;
    }

    #maximize .container-maximize {
        padding-top: 67px;
        padding-bottom: 67px;
    }

    #upgrade .products_features,
    #specifications .products_features {
        padding-top: 67px;
        padding-bottom: 67px;
        margin-top: 0;
    }

    #specifications .products_features {
        padding-bottom: 45px;
    }

    #specifications {
        padding-bottom: 22px;
    }

    #specifications p,
    #upgrade p {
        padding-right: 80px;
    }

    #videos .container-main-title {
        margin-top: 67px;
        margin-bottom: 30px;
    }

    #videos .products_features {
        margin-top: 67px;
        padding-top: 67px;
    }

    #photos .grid-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    #brochure .products_features {
        margin-top: 67px;
        padding-top: 67px;
        border-top: 1px solid #CCC;
    }
}