        .sidebar h3 {
            margin-top: 0px;
        }
        .categoryStores {
            border: 1px solid #cccccc;
            border-radius: 5px;
            padding: 0px;
        }
        .categoryStores a{
            display: block;
            cursor: pointer;
            padding: 10px 20px;
            margin-bottom: 0;
            color: black;
        }
        .categoryStores h3{
            padding: 0px 20px;
        }
        .categoryStores a:hover{
            background: #fafafa;
            transition: all 0.2s ease-out;
            padding-left: 23px;
        }
        
        .listStoresGrid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 20px;
        }
        
        .contentListStores {
                display: block;
                text-align: center;
                margin: 25px;
        }
        .contentListStores img {
            max-width: 140px;
            height: 40px;
            border: none;
        }
        .contentListStores h3 {
            line-height: 2;
            font-size: 16px;
        }
        .bottomStores {
            color: #000;
            padding: 10px 0px;
            font-weight: 600;
            border-radius: 5px;
            width: 100%;
            text-align: center;
            box-shadow: 0px 0px 1px rgb(184 184 184), 0px 2px 5px rgb(210 210 210);
        }
        .bottomStores:hover {background: #9dede4;transition: all 0.2s ease-out;}
        .categoryStoresList {
                margin-top: 18px;
                display: block;
                margin-bottom: -15px;
                font-size: 12px;
                color: #656565;
                font-weight: 400;
        }
        @media only screen and (max-width: 978px) {
            .listStoresGrid {
                grid-template-columns: 1fr 1fr;
                grid-gap: 15px;
            }
        }
        @media only screen and (max-width: 798px) {
            .listStoresGrid {
                grid-template-columns: 1fr;
                grid-gap: 30px;
            }
        }
        


.btn-more-text  {outline: none;}
.text-more {
  height: 200px;
  overflow: hidden;
}
.text-more:focus, .btn-more-text:focus ~ .text-more {height: auto;}
.serviceInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.serviceInfo img, .serviceInfoSidebar img {    
    max-width: 170px;
    height: 40px;
    border: none;
}

.serviceInfo .but-go {
    margin-left: 20px;
    max-width: 350px;
    color: white !important;
    text-decoration: none !important;
    font-size: 16px;
    background: #009285;
}
.serviceInfoOne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}

.servicePercentOne {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicePercentOne span {font-family: Arial, sans-serif;color: #434343;font-size: 14px;}
.servicePercentOne div, .listCashackPercent  {
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 2.1rem;
}



.serviceInfoSidebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.serviceInfoSidebar .servicePercentOne div {
    font-size: 1.3rem;
}

.listCashackPercent span {font-size:18px;}
.listCashback, .listCashbackMainBlock, .listCashackLogoName, .listCashackPercentRate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 5px;
}
.listCashback {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0px;
    margin-bottom: 20px;
}
.listCashback:hover{
        border: 1px solid #009285;
}
.listCashackLogoName img {
    max-width:100px;
    border: 0px;
    margin-right: 5px;
}
.listCashackGo .but-go {
    margin-left: 10px;
    max-width: 350px;
    color: white !important;
    text-decoration: none !important;
    background: #009285;
}
.listCashbackMainBlock {
    width: 80%;
}
.listCashackPercentRate {
    width: 100%;
    display: grid;
    grid-template-columns: 0.8fr 1fr 1.2fr;
    grid-gap: 5px;
    justify-items: center;
    align-items: center;
}

.listCashback:hover, .serviceInfo:hover, .serviceInfoSidebar:hover {box-shadow: 0 4px 18px rgba(80, 100, 135, 0.1); }
a.listCashackName {
    color: black;
    text-decoration: none;
}
.listCashackName:hover {
    color: #0cb5a6;
    text-decoration: underline;
}
.categoryStores .icon-menu{
    display: none;
}

    
    .noCashbackShow {
        background: #ffd0d0;
        padding: 15px;
        margin: 10px 0px;
        border-radius: 5px;
        color: black;
    }
    
			                    
.push {
    list-style: none;
    font-family: "Lucida Sans";
    padding-left: 0px;
    padding: 20px;
    border-radius: 5px;
    background: #fafafa;
}

.push li {
    position: relative;
    padding: 15px 0 20px 40px;
    list-style: none !important;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.07)}
.push li:last-child:after {content: none;}

.push li:hover{color: #000; transition: .3s ease-in-out; text-decoration: underline 1px #009285;}
			                    
			                
    
        @media only screen and (max-width: 992px) {
            
            .categoryStoresListBlock {
                display: none;
            }
            .categoryStores .icon-menu{
                display: block;
            }
            
            .categoryStores h3{
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

        }
        

        @media only screen and (max-width: 798px) {
            .serviceInfo {
                flex-direction: column;
            }
            .serviceInfo .but-go {
                margin-left: 0px;
                font-size: 13px;
                max-width: 100%;
                margin-top: 10px;
            }
            .serviceInfoOne {
                width: 100%;
                margin-bottom: 15px;
            }
            .serviceInfo img, .serviceInfoSidebar img{    
                max-width: 120px;
                height: 30px;
                border: none;
            }
            .servicePercentOne div {
                font-size: 1.8rem;
            }
            .servicePercentOne span {font-size: 12px;}
            .listCashback, .listCashbackMainBlock, .listCashackLogoName, .listCashackPercentRate {
                flex-direction: column;
                align-items: flex-end;
            }
            .listCashback {
                padding: 10px;
                margin: 0px;
                margin-bottom: 20px;
            }
            .listCashbackMainBlock {
                flex-direction: initial;
                width: 100%;
            }
            .listCashackGo {
                width: 100%;
                margin-top: 10px;
            }
            .listCashackGo .but-go {
                width: 100%;
                display: block;
                margin-left: 0px;
                padding: 10px;
                margin-top: 10px;
                font-size: 14px;
            }
            .listCashackPercentRate {
                width: 100%;
                display: flex;
                grid-gap: 0px;
            }
            .listCashackLogoName img {
                margin-right: 5px;
            }
            a.listCashackName {
                color: #0cb5a6;
                font-size: 16px;
                text-decoration: underline;
            }
            .listCashackPercentRate .service-name-rate {
                border-bottom: 1px solid #ccc;
                margin-bottom: 10px;
                padding-bottom: 5px;
            }
            .listCashackPercent {
                font-size: 1.4rem;
            }
            .listCashbackMainBlock {
                align-items: flex-start;
            }
        }

      
