/*
Theme Name: Zocker Child
Theme URI: http://vecurosoft.com/products/wordpress/zocker/
description: Zocker – eSports and Gaming WordPress Theme
Author: Vecurosoft
Author URI: http://vecurosoft.com/
Template: zocker
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: zocker-child
*/

.tp-products-main{
     display: flex;
    flex-flow: row wrap;
    margin: 10% auto;
	  padding: 0 5%;
}
.tp-product-block {
    width: 33.33%;
    padding: 0 1%;
    margin-bottom: 20px;
}
.tp-product-block .tp-product-image img{
    border-radius: 15px;
}
.tp-product-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 10px;
}
.tp-product-content h4{
    font-size: 16px;
    text-transform: capitalize;
}
.tp-product-content span{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}
.tp-product-image{
    position: relative;
}
.tp-product-discount {
    font-weight: 700;
    background-color: #FF5400;
    color: #fff;
    position: absolute;
    border-radius: 8px 8px 0;
    padding: 6px 15px 5px 15px;
    z-index: 2;
	  bottom: 0;
    left: 0;
}

.tp-product-discount:after {
    transform: skewX(16deg);
    width: 100%;
    border-radius: 10px 5px;
    content: "";
    position: absolute;
    background-color:#FF5400;
    top: 0;
    bottom: 0;
    right: -4px;
    z-index: -1;
}
.home .tp-products-main{   
    margin: 0% auto;
    padding: 0 0%;
}
.home .tp-product-content h4{   
	color: #fff;
}
.home .tp-product-content span{    
	color: #fff;
}

@media only screen and (max-width: 768px) {
    .elementor-element-979e25d{display:none;}
}

@media only screen and (max-width: 600px) {
  .tp-product-block {
        width: 50%;
    }
    .tp-product-content h4 {
        font-size: 15px;
    }
    .tp-product-content span {
        font-size: 15px;
        line-height: 1;
    }
}