/*
Theme Name:     KebabBangki
Description:    
Author:         Alvantesha Priliandi
Email Author:   palvantesha@gmail.com
Template:       Divi
Version:        0.0.001
*/

.row {
	position: relative;
	padding: 0;
    margin: 0;
    list-style: none;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.row .cols {
	width: 23%;
    margin-bottom: 25px;
    margin-left: 2%;
}
.row .col-6 {
	width: 50%;
    margin-bottom: 25px;
    margin-left: 2%;
}
.card {
	border: 1px solid #666;
	border-radius: 12px;
	box-shadow: 0 2.5px 4px 0 rgb(66 139 254 / 16%);
}
.card:hover {
	-webkit-transition: .7s;
    transition: .7s;
    cursor: pointer;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 9px 10px 0 rgba(243,174,26,.1)!important;
}
.img-product {
	max-width: 300px;
}
.img-product img {
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.content {
	padding: 10px;
}
.content .title {
	font-size: .75rem;
    line-height: .875rem;
	font-weight: 700;
}