/*
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */


 #czinstagramblock {
	float: left;
	width: 100%;
	padding: 10px 0;
}

#czinstagramblock .instagramblock {
	position: relative;
	overflow: hidden;
}

#czinstagramblock .instagramblock .instagram_list li {
	float: left;
	width: 100%;
	padding: 0 5px;
}

#czinstagramblock .instagramblock .instagram_list li.item {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.instagram_wrap {
	margin: 0 -5px;
}

#czinstagramblock .products-section-title {
	margin-bottom: 32px;
}

#czinstagramblock .instagramblock .instagram_list li.item a {
	display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

#czinstagramblock .instagramblock .instagram_list li.item a:before {
	background-color: rgba(38, 38, 38, 0.5);
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	content: "";
	background-image: url(../img/instagram.svg);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

#czinstagramblock .instagramblock .instagram_list li.item:hover a:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

#czinstagramblock .instagramblock .instagram_list li.item:hover .insta_caption {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#czinstagramblock .instagramblock .instagram_list li.item img {
	width: 100%;
	height: auto;
}

#czinstagramblock .instagramblock .instagram_list li.item .insta_caption {
	position: absolute;
	top: 38%;
	padding: 0px 15px;
	color: #FFF;
	line-height: 26px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#czinstagramblock .insta_username span {
	padding: 22px 28px;
	color: #000000;
	display: inline-block;
	font-size: 26px;
	background-color: #ffffffb0;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	position: absolute;
	bottom: 77px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 270px;
}

/* #czinstagramblock .insta_username span:before{
	content: "";
	background-image: url(../img/instagram.svg);    
	background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3px 15px;;
} */


#czinstagramblock .instagramblock .customNavigation a:before {
	display: none;
}

#czinstagramblock .instagramblock .customNavigation a {
    position: absolute;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
	width: 40px;
	top: 43%;
    border: 0;
    -webkit-mask-image: none;
    opacity: 0;
	margin: 0;
	background-color: #fff;
}

#czinstagramblock .instagramblock:hover .customNavigation a {
	opacity: 1;
}

#czinstagramblock .instagramblock .customNavigation a.prev {
    left: 0;
    background-image: url(../img/prev.svg);
}

#czinstagramblock .instagramblock .customNavigation a.next {
    right: 0;
    background-image: url(../img/next.svg);
}

#czinstagramblock .instagramblock .customNavigation a.prev:before{
    content: "\f104";
    font-size: 24px;
    font-family: "FontAwesome";
    color: #000;
    font-weight: 600;
}
