/*
 * 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-section {
    float: left;
    width: 100%;
    background-color: #ff5252;
    margin-top: 80px;
}

#czinstagramblock {
    float: left;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    background-color: #f5f5f5f7;
}

#czinstagramblock .instagramblock {
    overflow: hidden;
    position: relative;
}

#czinstagramblock .instagramblock .container {
    position: relative;
}

#czinstagramblock .instagramblock .instagram_list li {
    float: left;
    width: 100%;
    padding: 0 14px;
}

#czinstagramblock .instagramblock .instagram_list li.item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.instagram_wrap {
    margin: 0 -14px;
}

#czinstagramblock .products-section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    padding-inline-end: 0;
}

#czinstagramblock .instagramblock .instagram_list li.item a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

#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: #ffffff85;
    border: 1px solid #ddd;
    font-size: 0;
    position: absolute;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
    /* border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%; */
}

#czinstagramblock .instagramblock:hover .customNavigation a {
    opacity: 1;
}

#czinstagramblock .instagramblock .customNavigation a.prev {
    left: 20px;
    background-image: url(../img/prev.svg);
}

#czinstagramblock .instagramblock .customNavigation a.next {
    right: 20px;
    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;
}

@media (max-width: 991px) {
    #czinstagramblock-section {
        margin-top: 40px;
    }

    #czinstagramblock {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    #czinstagramblock .instagramblock .instagram_list li {
        padding: 0 10px;
    }

    .instagram_wrap {
        margin: 0 -10px;
    }

    #czinstagramblock .products-section-title {
        font-size: 23px;
        margin-bottom: 20px;
    }
}