@media only screen and (max-width: 1024px) {
    /*----- Product Start -----*/
    

    /*----- Product End -----*/
}
@media only screen and (max-width: 991px) {
    /*----- Product Start -----*/
    .product-category-item:not(:last-child){
        margin-right: 15px !important;
    }
    .products {
        margin-bottom: 45px;
    }
    .product-category ul{
        justify-content: flex-start;
    }
    .product-category{
        overflow: unset;
        margin-right: -15px;
    }
    .product-category ul .product-category-item {
        min-width: auto;
    }
    /*----- Product End -----*/

    /*---- Prouct single Banner Start ----------*/
    .product-single-banner-image{
        max-width: 100%;
        margin-bottom: 45px;
    }
    .product-banner-left {
        padding-left: 15px;
    }
    .column-switch .product-banner-left{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-single-banner-image{
        height: 400px;
    }
    /*---- Prouct single Banner end ----------*/

    /*------ Two Column List and Image Start --------*/
    .two-column-list-image {
        max-width: 100%;
    }
    .two-column-list-wrap{
        margin-bottom: 45px;
    }
    .two-column-list-and-image {
        padding-bottom: 90px;
    }
    .two-column-list-image{
        height: 400px;
    }
    /*------ Two Column List and Image Start --------*/

    .two_column_text_and_image .column-switch{ 
        flex-direction: column-reverse;
    }
    .two_column_text_and_image .column-switch .two_column_text_content {
        margin-bottom: 0px;
        margin-top: 60px;
    }
    /*------ Full Column Image Slider Start --------*/
    .full-image-slide-item{
        height: 400px;
    }
    .full-image-slider .slick-prev {
        left: 30px;
    }
    .full-image-slider .slick-next {
        right: 30px;
    }
    /*------ Full Column Image Slider End --------*/
}

@media only screen and (max-width: 767px) {
    /*----- Product Start -----*/
    .products .title{
        margin-bottom: 45px;
    }
    .product-category-item .product-category-title{
        font-size: 16px;
        line-height: normal;
    }
    .product-category-item:not(:last-child) {
        margin-right: 15px !important;
    }
    
    .product-card-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-category ul{
        margin-bottom: 57px;
    }

    .product-card .product-title{
        font-size: 18px;
        line-height: 26px;
    }
    .product-card .product-detail-wrap{
        margin: 0px 0px 15px 0px;
    }
    .product-card .product-category{
        padding: 6px 10px;
        border: 1px solid rgba(var(--primary-blue-rgb), 0.5);
        color: rgba(var(--primary-blue-rgb), 0.5);
    }
    .product-card .product-detail-wrap span {
        width: 34px;
        height: 34px;
    }

    .product-card .product-detail-wrap span img{
        width: auto;
        height: 13px;
    }
    .product-card p {
        margin: 0px;
    }
    /*----- Product End -----*/

    /*---- Prouct single Banner Start ----------*/
    .product-single-banner-image {
        height: 216px;
    }
    .product-single-banner-content{
        padding: 0px;
    }
    .product-single-banner {
        padding-bottom: 45px;
    }
    .product-single-banner-content-top{
        margin-bottom: 25px;
    }
    .product-single-banner-content-bottom .small-label{
        margin-bottom: 15px;
    }
    /*---- Prouct single Banner End ----------*/

    /*------- Centered CTA Buttons Start -----*/
    .centered-cta-buttons-wrapper{
        flex-direction: column;
        width: 100%;
        border-radius: 20px;
    }
    .centered-cta-buttons-wrapper a {
        margin-right: 0px;
        margin-left: 0px !important;
    }
    .centered-cta-buttons-wrapper a + a{
        margin-top: 20px !important;
        margin-left: 0px !important;
    }
    .centered-cta-buttons {
        margin-bottom: 45px;
    }
    /*------- Centered CTA Buttons End -----*/

    /*------ Two Column List and Image Start --------*/
    .two-column-list-image {
        height: 227px;
    }
    .two-column-list-and-image {
        padding-bottom: 45px;
    }
    /*------ Two Column List and Image End --------*/

    /*-------- Full Column List Start ------*/
    .full-column-list-item{
        flex-direction: column;
    }
    .full-column-list-title {
        width: 100%;
        margin-bottom: 15px;
    }
    .full-column-list-content {
        width: 100%;
    }    
    .full-column-list-item{
        padding: 15px 0px;
    }
    .full-column-list {
        padding-bottom: 45px;
    }
    /*-------- Full Column List End ------*/

    /*------ Full Column Image Slider Start --------*/
    .full-image-slide-item {
        height: 390px;
    }
    .full-image-slider .slick-prev {
        left: 15px;
    }
    .full-image-slider .slick-next {
        right: 15px;
    }
    .full-column-image-slider {
        padding-bottom: 70px;
    }
    /*------ Full Column Image Slider End --------*/

}

@media only screen and (max-width: 360px) {
    .product-category-item {
        width: 50%;
        flex: 0 0 50%;
    }
}


@media only screen and (max-width: 320px) {
    .product-category-item {
        width: 57%;
        flex: 0 0 57%;
    }
}