/*
 * 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: 24px 0;
}

#csinstagramfeed .bx-wrapper {
	    margin: 0px auto !important
}

#csinstagramfeed .bx-wrapper .bx-controls-direction a {
	top:50% !important;
	height: 30px !important;
    width: 30px !important;
}

#csinstagramfeed .bx-prev {
	left: -35px !important;
}

#csinstagramfeed .bx-next {
	right: -35px !important;
}

#csinstagramfeed .bx-wrapper .bx-controls-direction a:before {
	font-size: 30px !important;
	line-height: 30px !important;
}

#csinstagramfeedp {
	text-align: center;
    margin-bottom: 17px;
    font-size: initial;
    font-weight: bold;
    opacity: 0.85;
}

@media (max-width:767px) {
	#csinstagramfeed .bx-prev {
		left: 10px !important;
	}

	#csinstagramfeed .bx-next {
		right: 10px !important;
	}
}