 

.top-picks {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em; 
  background-color: #ffffff !important; /* background-color: #161616; */
  padding-top: 2%;
  text-transform: uppercase;
  color: white;
font-weight: 700;
  font-size: 1.8em;
  text-align: center; 
position: inherit;
  /* position: absolute; */ 
  width: 100%;
  -webkit-animation: initiate 350ms ease;
  -moz-animation: initiate 350ms ease;
  -o-animation: initiate 350ms ease;
  animation: initiate 350ms ease;
}
@media only screen and (max-width: 600px) {
.top-picks {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5em; 
  background-color: #ffffff !important; /* background-color: #161616; */
  padding: 1em;
  text-transform: uppercase;
  color: white;
font-weight: 700;
  font-size: 2vw;
  text-align: center; 
position: inherit;
  /* position: absolute; */ 
  width: 100%;
  -webkit-animation: initiate 350ms ease;
  -moz-animation: initiate 350ms ease;
  -o-animation: initiate 350ms ease;
  animation: initiate 350ms ease;
}
}

.top-picks-bar input {
  display: none;
}

.top-picks-bar label {
  cursor: pointer;
  color: #fff;
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


    .product-homepage-container {
        background-color: #fff;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
        pointer-events: auto;
    }

    .product-homepage-description {
        background-color: #FFFFFF; 
        /*background-color: #000000; */
    text-align: center;
        /*  border-top: 1px solid #EFEFEF; */
        border-top: 1px solid #FFFFFF;
        padding: 10px 10px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        color: #000000;
        text-transform: uppercase;
    }

    .product-homepage-image {
        padding: 0px;
        height: auto;
        position: relative;
        overflow: hidden;
        transition: 1s;
    }

    /* .mainText {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        overflow: hidden;

    } 
    */
    .mainText {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
	    
        
}

.mainText a, a:hover, a:visited, a:link, a:active {    
    text-decoration: none !important;
}

    .mainTextLine {
        color: #000000;
        text-decoration: none !important;
    }
   .italicGrayText {
       /* color: #58595B; */
        color: #58595B;
        font-weight: light;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
    }

    .italicGrayText a {
    color: #FFFFFF;
   text-decoration: none !important;
}

 .the-dump-price {
     color: #000000;
     font-weight: bold;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;

   }

    .pinkText {
        color: #ff0066;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
    }

    .pinkText a {
    color: #FFFFFF;
    text-decoration: none !important;
}

    .product-homepage-link {
        position: absolute;
        background: #fff;
        width: 100px;
        height: 100px;
        color: #4FDAA4;
        overflow: hidden;
        pointer-events: auto;
        border-radius: 50%;
        font-size: 25px;
        text-align: center;
        padding: 22px 0;
        line-height: 25px;
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        opacity: 0;
        transition: 1s;
        font-style: italic;
    }

    .product-homepage-link:hover {
        text-decoration: none;
        color: #4FDAA4;
    }


    .hover-link {
        background-color: #4FDAA4;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: 0.5s;
    }

    .product-homepage-image img {
        width: 100%;
    }

    /*
.product-homepage-description h1 {
  font-size: 18px;
  margin-bottom: -20px;
  margin-top: 0;
  display: inline-block;
  width: 100%;
} */
    .product-homepage-description h1 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 2px;
        font-family: 'Roboto', sans-serif;
        margin-top: 0;
        letter-spacing: 0.5px;
        display: inline-block;
        width: 100%;
        color: #58595B;
    }

    .product-homepage-description p {
        color: #EE2A7B;
    }

    .product-homepage-description .price {
        display: inline-block;
        width: 100%;
        font-size: 19px;
        text-align: left;
        font-weight: bold;
        color: #ef2776;
        margin-bottom: 5px;
    }

    /* Test start */
    .product-homepage-option {
        border-top: 1px solid #D2D2D2;
    }

    .product-homepage-option h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .product-homepage-option .product-homepage-color ul {
        list-style-type: none;
        padding: 0;
    }

    .product-homepage-option .product-homepage-color li {
        display: inline-block;
        width: 15px;
        height: 15px;
    }

    .product-homepage-color li.red {
        background-color: #F75375;
    }

    .product-homepage-color li.blue {
        background-color: #53A0F7;
    }

    .product-homepage-color li.green {
        background-color: #59CFAF;
    }

    .product-homepage-color li.gray {
        background-color: #C7C7C7;
    }

    .product-homepage-color li.black {
        background-color: #4E5156;
    }

    .product-homepage-color li.dark-blue {
        background-color: #2060AF;
    }

    /* Test End */
    /*
.product-homepage-container:hover {
  box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.36);
}

.product-homepage-container:hover .product-homepage-image {
  height: 0px;
  transition: 1s;
}
.product-homepage-container:hover .product-homepage-option {

  display: block;
}
.product-homepage-container:hover .hover-link {
  opacity: 0.5;
}
.product-homepage-container:hover .product-homepage-link {
  opacity: 1;
}

.product-homepage-link:hover {
  -webkit-animation: hovering 1000ms linear both;
  animation: hovering 1000ms linear both;
}
*/
    @-webkit-keyframes hovering {
        0% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        2.3% {
            -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.102, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        4.6% {
            -webkit-transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.136, 0, 0, 0, 0, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        7.41% {
            -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.099, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        10.21% {
            -webkit-transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.023, 0, 0, 0, 0, 1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        13.01% {
            -webkit-transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.962, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        15.72% {
            -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.942, 0, 0, 0, 0, 0.942, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        18.52% {
            -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.958, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        21.32% {
            -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        24.12% {
            -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        26.83% {
            -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.025, 0, 0, 0, 0, 1.025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        32.43% {
            -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        38.04% {
            -webkit-transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        49.15% {
            -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        60.26% {
            -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        71.37% {
            -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        82.48% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        93.59% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }


        100% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
    }

    
    }
