/*** typography record CSS ***/
@media (min-width:768px){
.class_name_1672 .simple_editor_text img{
    object-fit: cover;
    height: 450px !important;
box-shadow:0 0 20px -10px black;
}
.item_on_list_inventory:nth-child(odd) .class_name_1671 > .row .class_name_1672 {
	order: 2
}
.item_on_list_inventory:nth-child(even) .class_name_1671 > .row .class_name_1672 > .row {
	z-index: 1;
	width: 145%;
}
.item_on_list_inventory:nth-child(even) .class_name_1671 > .row .class_name_1673 > .row {
	width: 100%;
	background: white;
	z-index: 2;
	position: absolute;
	padding: 15px;
	/*bottom: -10px;*/
	box-shadow: 0 0.46875rem 2.1875rem #04091408, 0 0.9375rem 1.40625rem #04091408, 0 0.25rem 0.53125rem #0409140d, 0 0.125rem 0.1875rem #04091408;
}
.item_on_list_inventory:nth-child(odd) .class_name_1671 > .row .class_name_1672 > .row {
	z-index: 1;
	width: 145%;
	margin-left: -45%;
}
.item_on_list_inventory:nth-child(odd) .class_name_1671 > .row .class_name_1673{
    align-items: center;
    display: flex;
}
.item_on_list_inventory:nth-child(even) .class_name_1671 > .row .class_name_1673{
    align-items: center;
    display: flex;
}
.item_on_list_inventory:nth-child(odd) .class_name_1671 > .row .class_name_1673 > .row {
	width: 100%;
	background: white;
	z-index: 2;
	position: absolute;
	padding: 15px;
	/*bottom: -10px;*/
	box-shadow: 0 0.46875rem 2.1875rem #04091408, 0 0.9375rem 1.40625rem #04091408, 0 0.25rem 0.53125rem #0409140d, 0 0.125rem 0.1875rem #04091408;
}
}
@media (max-width:768px) {
	.item_on_list_inventory .class_name_1671 > .row .class_name_1672,
	.item_on_list_inventory .class_name_1671 > .row .class_name_1673 {
		position: relative;
	}
	.item_on_list_inventory .class_name_1671 > .row .class_name_1672 > .row {
		z-index: 1;
	}
	.item_on_list_inventory .class_name_1671 > .row .class_name_1673 {
		background: white;
		position: static;
		z-index: 2;
		margin-top: -20%;
		max-width: 90%;
		margin-left: 5%;
		padding: 20px;
		box-shadow: 0 0.46875rem 2.1875rem #04091408, 0 0.9375rem 1.40625rem #04091408, 0 0.25rem 0.53125rem #0409140d, 0 0.125rem 0.1875rem #04091408;
	}
	.class_name_1675 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

