/*
 Theme Name:   Divi-child
 Theme URI:    http://example.com/twenty-nineteen-child/
 Description:  Twenty Nineteen Child Theme
 Author:       Elegant themes
 Theme uri:    http://www.elegantthemes.com/gallery/divi/
 Template:     Divi
 Version:      2.1.2
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/






/*Mobile*/
@media screen and (min-width: 320px) and (max-width: 479px) {
	#et-top-navigation{
		display: none;
	}
	
	td h6 {
		padding-bottom: 0;
	}
	
	body .entry-content table, body.et-pb-preview #main-content .container table{
		border: none;
		margin-bottom: 0px;
	}
	
	body .entry-content tr td, body.et-pb-preview #main-content .container tr td{
		border: none;
	}
	
	.first-table.et_pb_column{
		margin-bottom: 0;
	}
	
	tr.first-remover {
		display: none;
	}
	.main-store-table table{
		font-size: 14px;
		width: 100% !important;
	}
	
	.main-store-table table h6{
		font-size: 15px;	
	}
	
	.et_pb_column.et_pb_column_1_3.first-table.et_pb_column_4{
    	margin-left: 13px;
		width: 45% !important;
	}
	.et_pb_column.et_pb_column_1_3.second-table.et_pb_column_5{
    	margin-left: 13px;
		width: 46% !important;
	}
	
	
	.et_pb_column.et_pb_column_1_3.third-table.et_pb_column_6 table tbody:first-child{
		float: left;
    	margin-left: 12px;
		margin-top: 24px;
    	width: 47% !important;
	}

	.et_pb_column.et_pb_column_1_3.third-table.et_pb_column_6 table tbody:nth-child(2){
		float: left;
		margin-left: 10px;
		width: 45% !important;
	}
	
	.et_pb_column.et_pb_column_1_3.third-table.et_pb_column_6 table tbody:last-child{
    	display: inherit;
		float: left;
		margin-left: 12px;
		position: absolute;
		top: 210px;
		width: 47%;
	}
	
	.et_pb_column.et_pb_column_1_3.third-table.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		margin-bottom: 80px;
	}
	
	.et_pb_column.et_pb_column_1_3.third-table.et_pb_column_6 table tr td {
		padding: 5px 0px;
    	width: 25% !important;
	}
	
	
	.main-store-table .first-table table tr td {
    	padding: 5px 0px;
    	width: 40% !important;
	}
	
	.main-store-table .second-table table tr td {
    	padding: 5px 0px;
    	width: 40% !important;
	}
	
	.main-store-table.et_pb_row.et_pb_row_4 {
		width: 90%;
	}
	
}

/*Laptop and Desktop*/
@media screen and (min-width: 768px) {
    div#et-top-navigation {
		display: none;
	}
	
	td h6 {
		padding-bottom: 0;
	}
	
	.morespace{
		width: 100%;
	}
	
	body .entry-content tr td, body.et-pb-preview #main-content .container tr td{
		padding: 3px 0px;
	}
	
	body .entry-content table, body.et-pb-preview #main-content .container table{
		border: none;
	}
	
	body .entry-content tr td, body.et-pb-preview #main-content .container tr td{
		border: none;
	}
	
}
