/*

*	2019-2019 

*	

*	NOTICE OF LICENSE

*	

* 	2014 v1.0.8

*  @author AureliSoft

*	@name Block featureslogos

*	@copyright AureliSoft

* 	Do not edit or add to this file if you wish to upgrade Blockfeatureslogos to newer

* 	versions in the future.

*/



#block_featureslogos .page-subheading {

    font-family: "Open Sans",sans-serif;

    font-weight: 600;

    text-transform: uppercase;

    color: #555454;

    font-size: 18px;

    padding: 0px 0px 15px;

    line-height: normal;

    margin-bottom: 12px;

    border-bottom: 1px solid #D6D4D4;

}



#block_featureslogos .block_content {

	padding:3px 8px 0;

	border:0;

	background:#FBFBFB;

	border: 1px solid #D6D4D4;

}



#block_featureslogos .featureslogos_desc {

	color:#888;

	padding-bottom:10px !important;

}



#block_featureslogos .featureslogos_select {

	margin-bottom:10px;

	width:80%;

}



#block_featureslogos span {

	margin-left:20px;

}



#block_featureslogos .featureslogos_qty {

	width:30px;

	border:1px solid #cdcdcd;

	text-align:right;

}



#block_featureslogos #featureslogos_legal {

	padding-bottom:8px !important;

	color:#888;

	font-size:10px;

}



#block_featureslogos #featureslogos_link {

	color:#4AA3DF;

	font-size:10px;

	text-decoration:underline;

}



#block_featureslogos #valid_featureslogos {padding:0;}

#block_supplier .btn {

	border: 1px solid #06B2E6;

	padding: 10px 14px;

	background: linear-gradient(to bottom, #009AD0 0px, #007AB7 100%) repeat scroll 0% 0% transparent;

	margin-left:30px;

}

#blockfeatureslogos{

	display: flex;

    justify-content: center;

    align-items: baseline;

	gap: 10px;

    flex-wrap: wrap;
	flex-direction: column;

}

.featureLogo{

	display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.featureLogo .feature img{

	height: auto;

    width: 100%;

}
.featureslogos{
	display: flex;
	flex-wrap: wrap;
}
.featureLogo img{
    margin: 4px;
}