.cm-container {
            max-width: 1020px;
            margin: 0 auto;
        }

        .cm-container p{
            display:none!important;	
        }
        .cm-products {
            display: flex;
            flex-direction: column;
            font-family: 'Raleway', sans-serif;
        }
        
        
        .cm-products__titles {
            display: flex;
            background-color: #0A7FD2;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            padding: 7px 0;
            align-items: center;
            font-weight: bold;
        }
        .cm-product {
            display: flex;
            border: 1px solid #DCDCDC;
            border-top: none;
            text-decoration: none!important;
            padding: 0px 0px;
 
        }
        .cm-product__column-image, .cm-product__column-features,
        .cm-product__title-image, .cm-product__title-features {
            width: 20%;
        }
        .cm-product__column-product, .cm-product__column-button,
        .cm-product__title-product {
            width: 30%;
        }
        .cm-product__column-image {
            display: flex;
            align-items: center;
            height: 120px;
            justify-content: center;
            margin: auto;
        }
        .cm-product__image {
            max-width: 95%;
            max-height: 95%;
        }
        .cm-product__column-features {
            display: flex;
            align-items: center;
        }
        .cm-product__column-product {
            display: flex;
            justify-content: center;
            flex-direction: column;
            color: #0552AD;
            font-weight: bold;
            font-size: 18px;
            padding: 0px 0px 0px 12px;
        }
        .cm-product__column-product span {
            color: #EE5301;
        }
        .cm-product__features-item {
            color: #00E627;
            font-size: 28px;
            line-height: 20px;
            list-style-type: disc!important;
        }
        .cm-product__features-item span {
            color: #000;
            position: relative;
            top: -2px;
            font-size: 15px;
        }
        .cm-product__column-button {
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Lato','Roboto Slab', sans-serif;
        }
        .cm-product__button {
            background-color: #EE5301;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff;
            font-size: 16px;
            border-radius: 7px;
            padding: 6px 10px;
            width: 75%;
            text-align: center;
            transition: .2s linear;
        }
        .cm-product__button:hover {
            background-color: #D84B00;
            color: #ffffff!important;
        }
        @media screen and (max-width: 650px) {
            .cm-product {
                flex-wrap: wrap;
                padding: 10px;
            }
            .cm-product__title-image, .cm-product__title-features {
                display: none;
            }
            .cm-product__title-product, .cm-product__column-image, .cm-product__column-product,
            .cm-product__column-features, .cm-product__column-button {
                width: 100%;
                text-align: center;
            }
            .cm-product__column-product {
                order: 1;
                margin-bottom: 10px;
            }
            .cm-product__column-image {
                justify-content: center;
                order: 2;
                width: 50%;
            }
            .cm-product__column-features {
                order: 3;
                justify-content: center;
                text-align: left;
                width: 50%;
            }
            .cm-product__column-button {
                order: 4;
            }

        }















.cm2-items {
            display: flex;
            flex-direction: column;
            font-family: 'Raleway', sans-serif;
        }
        .cm2-items__titles {
            background-color: #222!important;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            padding: 7px 7px;
            align-items: center;
            font-weight: bold!important;
            font-size: 18px;
        }
        
        .cm2-item {
            display: flex;
            flex-wrap: wrap;
            border: 2px solid #187FD2;
            border-radius: 0px;
            text-decoration: none;
            flex-wrap: wrap;
            padding: 20px;
margin-bottom: 20px;
        }
        
        .cm2-item--discount {
            display: flex;
            flex-wrap: wrap;
            border-radius: 0px;
            text-decoration: none;
            flex-wrap: wrap;
            padding: 20px;
            background-color: #f7f7f7;
        }
        
        a.cm2-item:hover {
            text-decoration: none!important
        }
        
        
        .cm2-item__features-list{
            list-style-position: outside;
            font-weight: normal;
        }
        
        .cm2-item__title-image, .cm2-item__column-image {
            width: 0%;
            order: 2;
        }
        
        .cm2-item__title-product, .cm2-item__column-product {
            width: 0%;
            order: 1;
            flex-direction: column;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
        
        .cm2-item__title-features, .cm2-item__column-features {
            width: 65%;
            order: 3;
            padding-left: 0px;
            padding-right: 0px;
        }
        
        .cm2-item__column-button {
            width: 35%;
            order: 4;
        }
        .cm2-item__column-image {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: auto;
        }
        
        .cm2-item__image {
            max-width: 90%;
            max-height: 90%;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            max-height: 230px;
        }
        
        .cm2-item__column-features {
            align-items: center;
            color: black;
            margin: auto;
        }
        
        .cm2-item__column-product {
            display: flex;
            justify-content: center;
            flex-direction: column;
            color: #222;
            font-weight: bold!important;
            font-size: 20px;
        }
        
        .cm2-item__column-title {
             
            text-align: center;
            margin: 0px 0px 20px 0px;
            color: #146DB1!important;
            font-size: 28px;
            
            }
        
             .cm2-item__link-label {
            color: #fff;
            line-height: 24px;
            font-weight: 600;
            text-align: left;
            text-transform: uppercase;
            background: #146DB1!important;
            text-decoration: none;
            width: 93%;
            margin: 0px 0px -5px 0px;
            border-radius: 0px;
            padding: 2px 10px;
            letter-spacing: .5px;
            font-weight: bold!important;
            font-size: 16px;
            justify-content: center;}
        
        .cm2-item__link-label:empty {
            display: none;
        }
  
        
        
        .cm2-item__stars {
            color: #000;
            display: flex;
            font-size: 15px;
            padding: 4px 6px;
            text-transform: uppercase;
            text-align: center;
            margin:auto;
            margin-top: 0px;
            width: 100px;
        }
        
        .cm2-item__features-item {
            color: #222;
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 0px!important;
            margin-left: 0px;
        }
        
        .cm2-item__features-item:empty {
            display: none;
        }
        
        .cm2-item__features-item span {
            color: #222;
            position: relative;
            top: 0px;
            font-size: 15px;
        }
        
        .cm2-item__description {
            font-size: 16px!important;
        }
        
        .cm2-item__description span {
            font-size: 16px!important;
            color: #222!important;
            font-weight: 600!important;
        }
                
        .cm2-item__features-item-sub {
            color: #222;
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 0px!important;
            margin-left: 0px;
        }
        
        .cm2-item__features-item-sub:empty {
            display: none;
        }
        
        .cm2-item__features-item-sid {
            color: #222;
            font-size: 16px;
            font-weight: bold!important;
            line-height: 25px;
            margin-bottom: 0px!important;
            margin-left: 0px;
        }
        
        .cm2-item__features-item-sid:empty {
            display: none;
        }
        
        
        .cm2-item__column-button {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cm2-item__button {
            background-color: #EE5302;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff!important;
            font-family: Helvetica!important;
            font-weight: bolder!important;
            font-size: 14px;
            letter-spacing: 0.2px;
            border-radius: 4px;
            padding: 10px 14px;
            width: 90%;
            max-width: 300px;
            margin: 0px 0px 0px 10px;
            text-align: center;
            transition: .2s linear;
            -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3);
        }
        .cm2-item__button:hover {
            background-color: #FF803D!important;
        }
        
        .cm2-item__link {
            flex-basis: 100%;}
              
        .cm2-items p{
            display: none;}
        
        @media screen and (max-width: 600px) {
            .cm2-item {
                flex-wrap: wrap;
                padding: 10px;
            }
            .cm2-item__title-image, .cm2-item__title-features {
                display: none;
            }
            .cm2-item__title-product, .cm2-item__column-image, .cm2-item__column-product,
            .cm2-item__column-features, .cm2-item__column-button, .cm2-item__description {
                width: 100%;
                text-align: center;
            }
            .cm2-item__column-product {
                order: 1;
                margin-bottom: 10px;
            
            }
            
            .cm2-item__column-title {
                margin-top: 2px;
                margin-bottom: 2px;
                text-align: center;
                font-size: 20px;
            
            }
            
            
            .cm2-item__column-image {
                justify-content: center;
                order: 2;
                width: 100%;
                margin: auto;
                margin-bottom: 0px;
                max-width: 90%;
            }
            .cm2-item__column-features {
                order: 3;
                justify-content: center;
                width: 100%;
                text-align: left;
                margin: 0px 0px 0px 0px;
                font-size: .9em;
                padding: 0px 5px 5px 5px;
                text-align: left;
            }
            
            
            .cm2-item__features-item-sub {
                display: none;
            }
            
            
            
            .cm2-item__column-button {
                order: 4;
            }
            
            
            .cm2-item__description {
            font-size: 16px!important;
        }
        
        .cm2-item__description span {
            font-size: 16px!important;
            color: #187FD2!important;
            font-weight: 600!important;
        }
            
            
            .cm2-item__button {
            text-decoration: none;
            text-transform: uppercase;
            margin-bottom: 5px;
            margin-top: 10px;
            margin-right: 0px;
            margin-left: 0px;
            color: #222;
            font-family: Helvetica!important;
            font-weight: bolder!important;
            font-size: .8em;
            border-radius: 4px;
            padding: 8px 12px;
            width: 50%;
            max-width: 300px;
            min-width: 165px;
            text-align: center;
            transition: .2s linear;
            -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.3);
        }

            .cm2-item__link {
                margin-bottom: 10px;
                margin-top: -10px;
            }
        
       
            .cm2-item__link-label {
                width: 100%;
                max-width: 200px;
                text-align: center;
                font-size: 16px;
                margin: auto;
                margin: 10px 0 -10px 0px;
                color: #146DB1!important;
                background-color: #fff!important;
                max-width: 95%;
                display: none;
                }
    
            
            .cm2-items__titles span {
                display: none;
            }
        
        }








.cmtable-container {
            max-width: 1020px;
            margin: 0 auto;
            padding: 0 50px;
        }

        .cmtable-table {
            border-spacing: 0;
            font-family: 'Raleway', sans-serif;
            width: 100%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
        }
        
        .cmtable-table__thead {
            background-color: #0A7FD2;
            color: #fff;
            text-transform: uppercase;
            padding: 7px 7px;
        }

        .cmtable-table__thead th {
            padding: 20px;
            text-align: left;
        }

        .cmtable-table__thead th:first-child {
            border-top-left-radius: 0px;
        }

        .cmtable-table__thead th:last-child {
            border-top-right-radius: 0px;
        }

        .cmtable-table__thead-image,
        .cmtable-table__thead-product {
            width: 25%;

        }

        .cmtable-table__thead-details {
            width: 25%;
        }

        .cmtable-table__column-image {
            text-align: center;
            margin: 10px 0;
            border-left: 1px solid #DCDCDC;
            border-bottom: 1px solid #DCDCDC;
            width: 20%;
            vertical-align: middle;
            padding: 10;
        }

        .cmtable-table__image {
            max-height: 120px;
            margin: 15px 0;
            max-width: 80%;
        }

        .cmtable-table__column-button {
            border-right: 1px solid #DCDCDC;
            border-bottom: 1px solid #DCDCDC;
            width: 25%;
            vertical-align: middle;
        }

        .cmtable-table__column-product {
            border-bottom: 1px solid #DCDCDC;
            width: 20%;
            vertical-align: middle;
        }

        .cmtable-table__column-features {
            width: 25%;
            border-bottom: 1px solid #DCDCDC;
            vertical-align: middle;
        }

        .cmtable-table__link-label {
            color: #EE5301;
            line-height: 20px;
            text-align: left;
            text-decoration: none;
            width: 100%;
            letter-spacing: .5px;
            font-weight: bold;
            font-size: 18px;
            display: block;
        }

        .cmtable-table__column-title {
            text-align: left;
            color: #0552AD;
            font-size: 18px;
            font-weight: bold;
        }

        .cmtable-table__column-title:hover {
            color: #0552AD;
        }

        .cmtable-table__button {
            display: block!important;
            background-color: #EE5301;
            line-height: 18px;
            text-decoration: none;
            text-transform: uppercase;
            color: #fff!important;
            font-family: 'Lato', 'Roboto Slab', sans-serif;
            font-size: 14px;
            letter-spacing: 0.2px;
            border-radius: 4px;
            padding: 10px 14px;
            width: auto!important;
            margin-right: 10px;
            margin-left: 0px;
            text-align: center;
            transition: .2s linear;
            -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
        }

        .cmtable-table__button:hover {
            background-color: #D84B00;
        }
        
        .cmtable-table__features-list {
            color: #00E627;
            font-size: 28px;
            line-height: 20px;
            list-style-type: disc!important;

        }

        .cmtable-table__features-item {
            color: #c8c8c8;
            font-size: 28px;
            line-height: 18px;
            list-style-type: disc!important;
            padding: 5px 5px 5px 18px;
        }
        
        .cmtable-table__features-item li{
            margin-bottom: 4px;
        }
        
        .cmtable-table__features-item li:empty{
            display: none;
        }
        
        .cmtable-table__features-item span {
            line-height: 18px;
            color: #000;
            position: relative;
            font-size: 14px;
            top: -4px;
        }

        
        .cmtable-table__link {
            width: 100%;
            display: block;
            text-decoration: none;
        }

        .cmtable-table__link:active, .cmtable-table__link:visited {
            color: #000;
        }

        @media screen and (max-width: 650px) {
            .cmtable-table__thead-image,
            .cmtable-table__thead-details,
            .cmtable-table__thead th:last-child {
                display: none;
            }

            .cmtable-table__thead-product {
                width: 100%;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
            }

            .cmtable-table__tbody {
                display: flex;
                flex-direction: column;
            }

            .cmtable-table__tbody-row {
                display: flex;
                flex-wrap: wrap;
            }

            .cmtable-table__column-product {
                width: 100%;
                order: 1;
                border-bottom: none;
                text-align: center;
                border-left: 1px solid #DCDCDC;
                border-right: 1px solid #DCDCDC;
                padding-top: 10px;
            }
            .cmtable-table__column-image {
                width: 45%;
                order: 2;
                margin: 0 0 0 0;
                box-sizing: border-box;
                border-bottom: none;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .cmtable-table__column-features {
                order: 3;
                width: 55%;
                border-right: 1px solid #DCDCDC;
                box-sizing: border-box;
                border-bottom: none;
                align-items: center;
            }

            .cmtable-table__column-button {
                width: 100%;
                order: 4;
                min-height: 70px;
                justify-content: center;
                align-items: center;
                border-left: 1px solid #DCDCDC;
            }

            .cmtable-table__button {
                width: 50%;
                margin: auto;
                max-width: 170px;
            }

            .cmtable-table__link-label {
                width: 100%;
                margin: auto;
                text-align: center;
            }

            .cmtable-table__column-title {
                font-size: 20px;
            }

            .cmtable-table__features-item {
                padding-right: 15px;
            }
        }

