/*
Theme Name:Satin Child
Theme URI: https://www.rtl-theme.com/satin-wordpress-theme/
Author: Jamal Ghaffari
Author URI: https://www.rtl-theme.com/author/jamal_ghaffari/
Description: Creative and Powerful Customizable WordPress Theme.
Version: 1.0
Template: satin
*/
/* Your Code Here */
.product-vertical{
	    text-align: center;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.product-vertical  .back_img{
	display:none
}
.product-vertical .card-vertical-product-content .card-vertical-product-title{
	min-height:60px
}
.product-vertical .card-vertical-product-content .product-actions-secondary .product-introduction-cart {
    width: 100%; 
     height: 50px; 
     display: block; 
     margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    z-index: 99;
    position: relative;
    right: auto;
    left: auto;
    background: #2ecfff;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transition: all 300ms ease-in;
}