/*css styles*/
#mx_ddp_container {
	font-family: 'Arial';
	font-size: 18px;
	width: 100%;
    max-width: 640px;
	margin: 0px auto;
}
#mx_ddp_container .mx-ddp-search {
	margin-bottom: 20px;
}
#mx_ddp_container .mx-input-group{
	position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 100%;
}
.mx-input-group-prepend {
	position: absolute;
	width: 70px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 55px;
	right: 0;
}
#mx_ddp_container .mx-input-group-prepend button {
	outline: none;
	border: none;
	width: 100%;
	background: rgb(77, 196, 66);
	text-decoration: none;
	height: 57px;
    color: #fff;
}
#mx_ddp_container .mx-input-group-prepend button i {
	font-size: 22px;
}
#mx_ddp_container .mx-input-group-prepend button:hover {
	background: rgb(48 165 37);
}
#mx_ddp_container .mx-input-group input {
    font-style: italic;
    font-weight: 300;
    height: 57px;
    padding-left: 0;
    margin-left: -0.25rem;
    color: #000;
    padding: 0px 10px;
    width: 100%;
    border: 1px solid #4dc442;
    font-size: 18px;
}
.mx-container {
	-webkit-box-shadow: 0px 0px 20px #0000000A;
    box-shadow: 0px 0px 20px #0000000A;
}
.mx-ddp-image-wrap {
	overflow: hidden;
	width: 100%;
	max-height: 283px;
}
.mx-ddp-image-wrap img {
	width: 100%;
	height: auto;
}
.mx-no-items-found {
	text-align: center;
	font-size: 20px;
	color: red;
}
#mx_ddp_container .mx-default {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 30px;
}
#mx_ddp_container .mx-ddp-content {
	padding: 20px;
}
#mx_ddp_container a {
	color: rgb(77, 196, 66);
	text-decoration: underline;
	font-family: 'Arial';
}
#mx_ddp_container p {
	font-family: 'Arial';
}
#mx_ddp_container a:hover {
	text-decoration: none;
}
#mx_ddp_container a.mx-ddp-title {
	font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}

#mx_ddp_container .mx-cmt-wrap-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#mx_ddp_container .mx-cmt-wrap-link button {
	outline: none;
	border: none;
	background: rgb(77, 196, 66);
	color: #fff;
	text-decoration: none;
	font-family: 'Arial';
    font-size: 20px;
    padding: 12px 20px;
}
#mx_ddp_container .mx-cmt-wrap-link button:hover {
	background: rgb(48 165 37);
}
.mx-loading-ddp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mx-loading-ddp img {
	width: 100px;
}
ul.mx-ddp-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.mx-ddp-pagination li {
	margin: 0;
	padding: 0;
}
ul.mx-ddp-pagination a {
	text-decoration: none !important;
	color: #fff !important;
	background: rgb(77, 196, 66);
	padding: 10px;
	margin: 0px 1px;
}
ul.mx-ddp-pagination a:hover {
	background: rgb(42 158 31);
}
ul.mx-ddp-pagination li.mx-current-page a {
	background: rgb(42 158 31);
}