/*
 * csoft_instagramfeeds front-end module version 1.3.4 for Prestashop 1.6, 1.7
 * Support contact : prestashop@comonsoft.com.
 *
 * NOTICE OF LICENSE
 *
 * This source file is the property of Com'onSoft
 * that is bundled with this package.
 * It is also available through the world-wide-web at this URL:
 * https://boutique.comonsoft.com/
 *
 * @category  front-end
 * @package   csoft_instagramfeeds
 * @author    Com'onSoft (http://www.comonsoft.com/)
 * @copyright 2016-2020 Com'onSoft and contributors
 * @version   1.3.4
 */

#csinstagramfeed{
    padding:0 0 90px 0;
}
#csinstagramfeed .products-section-title {
    margin-bottom: 40px;
}
#csinstagramfeed .bx-wrapper .bx-controls-direction a {
    height: 30px;
    width: 30px;
    top: 45%;
    display: none;
}
#csinstagramfeed .bx-wrapper .bx-controls-direction a:before {
    font-size: 30px;
    line-height: 30px;
}
@media (max-width: 991px){
	#csinstagramfeed{
	    padding-bottom:50px;
	}
	#csinstagramfeed .products-section-title {
	    margin-bottom: 30px;
	}
}