/*
*  STYLE FOR IMAGE CAROUSEL
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*  0. General
*  1. Image Carousel Layout 1 - Style 1
*  2. Image Carousel Layout 1 - Style 2
*  3. Image Carousel Layout 1 - Style 3
*  4. Image Carousel Layout 2
*  5. Image Carousel Layout 3
*  6. Image Carousel Centermode
*  7. Gallery Carousel 
*  n. Responsive
*
*
*/

/*----------  0. General  ----------*/
    .slz-image-carousel .slick-arrow {
        color: #6EB804;
        padding: 0px;
    }

    .slz-image-carousel .slick-arrow:hover {
        color: #2C2C2C;
    }
    .sc_image_carousel {
        overflow: hidden;
    }
    .sc_image_carousel .block-image {
        background-color: transparent;
    }
/*----------  1. Image Carousel Layout 1 - Style 1 ----------*/
    .slz-image-carousel {
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

    .slz-image-carousel .item {
        padding: 0 15px;
        position: relative;
    }

    .slz-image-carousel .btn {
        position: absolute;
        z-index: 10;
        top: 50%;
        font-size: 0;
        opacity: 0;
        visibility: hidden;
        background-color: transparent;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .slz-image-carousel .btn:hover,
    .slz-image-carousel .btn:focus,
    .slz-image-carousel .btn:active {
        box-shadow: none;
        outline: none;
    }

    .slz-image-carousel .btn .icons {
        font-size: 50px;
    }

    .slz-image-carousel .btn-prev {
        left: -50px;
    }

    .slz-image-carousel .btn-next {
        right: -50px;
        left: auto;
    }

    .slz-image-carousel:hover .btn-prev {
        left: 20px;
        opacity: 1;
        visibility: visible;
    }

    .slz-image-carousel:hover .btn-next {
        right: 20px;
        opacity: 1;
        visibility: visible;
    }

    .slz-image-carousel .btn-prev .icons:before {
        content: "\f104";
    }

    .slz-image-carousel .btn-next .icons:before {
        content: "\f105";
    }

    .slz-image-carousel .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slz-image-carousel .slick-dots {
        padding: 0;
        margin: 0;
        bottom: -35px;
        z-index: 1;
    }

    .slz-image-carousel .slick-dots li button {
        padding: 0;
    }

    .slz-image-carousel .slick-dots li button:before {
        font-size: 12px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .slz-image-carousel .block-image:before {
        padding-top: 67%;
    }
    .slz-image-carousel.slz-instagram .block-image:before {
        padding-top: 100%;
    }
    .slz-image-carousel.style-1:not(.slz-carousel-mockup) {
        margin-left: 0px;
        margin-right: 0px;
        overflow: hidden;
    }
    .slz-image-carousel.style-1:not(.slz-carousel-mockup) .carousel-overflow {
        margin-left: -5px;
        margin-right: -5px;
    }
    .slz-image-carousel.style-1:not(.slz-carousel-mockup) .item{
        padding: 0px 5px;
    }
    .slz-image-carousel.style-1:not(.slz-carousel-mockup) .block-image:before {
        padding-top: 60%;
    }
    .slz-image-carousel.style-1.slz-carousel-mockup {
        margin-left: 0px;
        margin-right: 0px;
    }
    .slz-image-carousel.slz-carousel-mockup:hover .btn-prev {
        left: 45%;
    }
    .slz-image-carousel.slz-carousel-mockup:hover .btn-next {
        right: 45%;
    }
    .sc-image-carousel-layout-1 .slz-image-carousel.style-1  .block-image:before {
        padding-top: 67%;
    }
    .sc-image-carousel-layout-1 .slz-image-carousel.style-1 {
        padding: 30px 35px 25px;
        background-repeat: repeat;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        z-index: 1;
    }
    .sc-image-carousel-layout-1 .slz-image-carousel.style-1:before{
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: calc(100% - 70px);
        z-index: -2;
        pointer-events: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQYV2O0sbFJO3LkyCwGBgYGEJsRxIBxQDRYACQDokEqGZE5IEEA3BMOOU+w5mkAAAAASUVORK5CYII=);
    }
    .sc-image-carousel-layout-1 .slz-image-carousel.style-1:after {
        content: "";
        position: absolute;
        left: 5px;
        bottom: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 80px);
        z-index: -1;
        background-color: #FFFFFF;
        pointer-events: none;
    }
   .sc-image-carousel-layout-1  .slz-image-carousel.style-1 .slz-carousel-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
   }
   .sc-image-carousel-layout-1  .slz-image-carousel.style-1 .slz-carousel-nav:before{
        content: "";
        display: block;
        padding-top: 67%;
   }
   .sc-image-carousel-layout-1  .slz-image-carousel.style-1:hover .btn-next {
        right: 10px;
   } 
   .sc-image-carousel-layout-1  .slz-image-carousel.style-1:hover .btn-prev {
        left: 10px;
   }
   .sc-image-carousel-layout-1 .slz-image-carousel.style-1 .carousel-overflow {
        overflow: hidden; 
   }
   .sc-image-carousel-layout-1 .slz-image-carousel.style-1 .carousel-overflow .slick-list {
        margin-left: -15px;
        margin-right: -15px;
   }
   .sc-image-carousel-layout-1  .slz-image-carousel.style-1 .item {
        padding-left: 15px;
        padding-right: 15px;
   }
   .sc_image_carousel .image-info {
        padding: 10px;
        text-align: center;
   }
   .sc_image_carousel .image-info .title {
        font-size: 20px;
        font-weight: 700;
        color: #2C2C2C;
   }
   .sc_image_carousel .image-info .description{
        margin-top: 0px;
   }
   
/*----------  2. Image Carousel Layout 1 - Style 2 ----------*/
    .slz-image-carousel.style-2 {
        margin: 0 ;
    }
    .slz-image-carousel.style-2 .carousel-overflow {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        letter-spacing: 0px;
    }
    .slz-image-carousel.style-2 .carousel-overflow:before{
        content: "";
        display: table;
    }
    .slz-image-carousel.style-2 .carousel-overflow:after {
        content: "";
        display: table;
        clear: both;
    }
    .slz-image-carousel.style-2 .item {
        padding: 0 15px;
    }

    .sc_image_carousel .slz-image-carousel.style-2 .item {
        position: relative;
    }
    .sc_image_carousel .slz-image-carousel.style-2 .image-info {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        pointer-events: none;
        color: #FFFFFF;
        display: block;
        align-items: center;
        justify-content: center;
        z-index: 50;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        
    }
    .sc_image_carousel .slz-image-carousel.style-2 .image-info .title {
        color: #FFFFFF;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .sc_image_carousel .slz-image-carousel.style-2 .item:hover .image-info .title {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sc_image_carousel .slz-image-carousel.style-2 .image-info .description {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        opacity: 0;
        -webkit-transform: translateY(10px);
                -moz-transform: translateY(10px);
                -ms-transform: translateY(10px);
                -o-transform: translateY(10px);
                transform: translateY(10px);
                        
    }
    .sc_image_carousel .slz-image-carousel.style-2 .item:hover .image-info .description {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
        
        
        
        
    }

/*----------  3. Image Carousel Layout 1 - Style 3 ----------*/

    .slz-image-carousel.style-3 .item:nth-child(odd) {
        margin-top: 50px;
    }

    .dh-container {
        position: relative;
        overflow: hidden;
    }

    .dh-overlay {
        position: absolute;
        z-index: 1;
        top: -100%;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .sc-image-carousel-layout-3 .image-info {
        position: absolute;
        bottom: 0px;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        color: #FFFFFF;
        z-index: 10;
        width: 100%;
        pointer-events: none;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        
    }
    .sc-image-carousel-layout-3 .slick-current .image-info {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        
    }
    .sc-image-carousel-layout-3 .image-info .title {
        color: #FFFFFF;
    }
    .sc_image_carousel .slz-image-carousel.style-3 {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        padding: 5px;
        z-index: 1;
    }
    .sc_image_carousel .slz-image-carousel.style-3 .carousel-overflow:before {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
        width: auto;
        height: auto;
        z-index: -2;
        background-repeat: repeat;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQYV2O0sbFJO3LkyCwGBgYGEJsRxIBxQDRYACQDokEqGZE5IEEA3BMOOU+w5mkAAAAASUVORK5CYII=);
    }
    .sc_image_carousel .slz-image-carousel.style-3 .carousel-overflow:after{
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #FFFFFF;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;

    }   
    .sc_image_carousel .slz-image-carousel.style-3  .item:nth-child(odd) {
        margin-top: 0px;
    }
    .sc_image_carousel .slz-image-carousel.style-3  .carousel-overflow {
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    .sc_image_carousel .slz-image-carousel.style-3 .item {
        padding: 0;
    }

/*----------  4. Image Carousel Layout 2  ----------*/
    .slz-carousel-mockup {
        position: relative;
        overflow: hidden;
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .slz-carousel-mockup.style-2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .slz-carousel-mockup.style-2 .item {
        padding: 0 15px 50px 15px;
    }

    .slz-carousel-mockup .carousel-overflow {
        position: relative;
    }

    .slz-carousel-mockup .slick-list {
        overflow: visible;
    }

    .slz-carousel-mockup.slz-image-carousel .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    
    .slz-carousel-mockup .block-image,
    .slz-carousel-mockup.style-2 .slick-center .block-image {
        position: relative;
        box-shadow: 8px 15px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 8px 15px 10px 0px rgba(0, 0, 0, 0.15);
    }

    .slz-carousel-mockup .slick-center .block-image {
        box-shadow: none;
    }

    .slz-carousel-mockup .block-image:before,
    .slz-image-carousel.slz-carousel-mockup.style-2 .block-image:before {
        padding-top: 177.5%;
    }

    .slz-carousel-mockup .block-image > a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .slz-carousel-mockup.style-2 .slick-current .block-image > a {
        pointer-events: initial;
    }

    .slz-carousel-mockup .block-image a:after {
        content: none;
    }

    .slz-carousel-mockup .item:not(.slick-current) .block-image a:before {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-carousel-mockup.style-2 .item.slick-current .block-image a:before {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-carousel-mockup .item .block-image:hover a:before,
    .slz-carousel-mockup.style-2 .item.slick-current .block-image:hover a:before {
        opacity: 1;
    }
    
    .slz-carousel-mockup .slick-slide .block-image > a .img-slider-item {
        position: absolute;
        height: 100%;
        width: auto;
        left: 50%;
        max-width: initial;
        top: 0;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .slz-carousel-mockup .slider-mockup {
        position: absolute;
        top: 0px;
        left: 50%;
        bottom: 0px;
        height: 100%;
        min-width: 274px;
        background: none;
        pointer-events: none;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .slz-carousel-mockup .slider-mockup:before {
        content:none;
    }

    .slz-carousel-mockup .slider-mockup img {
        position: absolute;
        height: 130% !important;
        width: auto;
        left: 50%;
        top: -15%;
        display: block;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .slz-carousel-mockup.slz-image-carousel .slick-dots {
        bottom: 10px;
    }

    .slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
        bottom: 60px;
    }

    .slz-carousel-mockup .btn {
        top: auto;
        bottom: 20px;
        padding: 0px 15px;
        line-height: 1;
        border: none;
        opacity: 1;
        visibility: visible;
    }

    .slz-carousel-mockup.style-2 .btn {
        bottom: 0px;
    }

    .slz-carousel-mockup .icons {
        font-size: 40px;
    }

    .slz-carousel-mockup .btn.btn-prev {
        left: 45%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .slz-carousel-mockup .btn.btn-next {
        right: 45%;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .slz-carousel-mockup .image-title {
        text-align: center;
        position: absolute;
        text-transform: capitalize;
        font-size: 20px;
        bottom: 5px;
        z-index: 5;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        opacity: 0;
        visibility: hidden;
    }

    .slz-carousel-mockup.style-2 .item.slick-center .image-title {
        opacity: 1;
        visibility: visible;
    }

/*----------  5. Image Carousel Layout 3  ----------*/
    .slz-carousel-syncing {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .slz-carousel-syncing .slider-for .item {
        padding: 0;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
        background-color: #fff;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
        display: block;
        content: '';
        padding-top: 67%;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper .images {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
    }

    .slz-carousel-syncing .slider-for .image-gallery-wrapper img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slz-carousel-syncing .slider-for + .slider-nav {
        margin-top: 30px;
    }

    .slz-carousel-syncing .slider-nav {
        margin: 0px -5px;
    }

    .sc_gallery_carousel.slz-carousel-syncing .slider-nav {
        margin:0px -5px;
    }
    .slz-carousel-syncing .slider-nav .item {
        padding: 0;
        margin: 0 5px;
        cursor: pointer;
    }
    .slz-carousel-syncing  .slider-for + .slider-nav,
    .slz-carousel-syncing .slider-nav + .slider-for {
        margin-top: 10px;
    }


    .slz-carousel-syncing .slider-nav .thumbnail-image {
        position: relative;
        overflow: hidden;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image:before {
        content: '';
        padding-top: 67%;
        display: block;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-carousel-syncing .slider-nav .slick-current .thumbnail-image:after {
        opacity: 0;
    }

    .slz-carousel-syncing .slider-nav:hover .thumbnail-image:after,
    .slz-carousel-syncing .slider-nav:hover .slick-current .thumbnail-image:after {
        opacity: 1;
    }

    .slz-carousel-syncing .slider-nav .slick-slide:hover .thumbnail-image:after,
    .slz-carousel-syncing .slider-nav .slick-current .thumbnail-image:hover:after {
        opacity: 0;
    }

    .slz-carousel-syncing .slider-nav .thumbnail-image img {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .slz-carousel-syncing .slider-for .slick-arrow.btn {
        display: none!important;
    }

    .slz-carousel-syncing .slick-arrow.btn {
        opacity: 1;
        visibility: visible;
    }

    .slz-carousel-syncing .slick-arrow.btn .icons {
        font-size: 40px;
    }

    .slz-image-carousel:hover .btn-prev {
        left: 15px;
    }

    
    .slz-image-carousel:hover .btn-next {
        right: 15px;
    }
    .slz-carousel-syncing .btn-prev {
        left: -30px;
    }
    .slz-carousel-syncing:hover .btn-prev {
        left: 15px;
    }
    .slz-carousel-syncing .btn-next {
        right: -30px;
    }
    .slz-carousel-syncing:hover .btn-next {
        right: 15px;
    }
    .slz-carousel-syncing .btn-prev:hover,
    .slz-carousel-syncing .btn-next:hover {
        color: #FFFFFF;
    }
    
/*----------  6. Image Carousel Centermode  --------*/
    .slz-carousel-centermode.slz-image-carousel,
    .slz-carousel-center {
        margin: 0;
    }

    .slz-carousel-centermode.slz-image-carousel .item,
    .slz-carousel-center .item {
        padding: 0;
    }

    .slz-carousel-centermode:hover .btn-prev,
    .slz-carousel-center:hover .btn-prev {
      left: 22%;
    }

    .slz-carousel-centermode:hover .btn-next,
    .slz-carousel-center:hover .btn-next {
      right: 22%;
    }

    .slz-carousel-centermode .block-image:before,
    .slz-carousel-center .block-image:before {
        padding-top: 67%;
    }

    .slz-carousel-centermode .block-image:after,
    .slz-carousel-center .block-image:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .slz-carousel-centermode .slick-current .block-image:after,
    .slz-carousel-center .slick-current .block-image:after {
        opacity: 0;
        visibility: hidden;
    }

/*----------  7. Gallery Carousel  ----------*/
    .sc_gallery_carousel .slz-image-carousel.style-1 .block-image .fancybox-thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }

/*=====================================
=            n. Responsive            =
=====================================*/

    @media screen and (max-width: 1024px) {
        .slz-carousel-mockup .block-image:before,
        .slz-image-carousel.slz-carousel-mockup.style-2 .block-image:before {
            padding-top: 160%;
        }

        .slz-carousel-mockup .btn {
            bottom: 15px;
        }
    }

    @media screen and (max-width: 768px) {
        .slz-carousel-mockup {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .slz-carousel-mockup .btn {
            bottom: 17px;
        }
    }

    @media screen and (max-width: 767px) {
        .slz-image-carousel {
            margin: 0 -10px;
        }

        .slz-carousel-syncing {
            margin: 0 auto;
        }

        .slz-image-carousel .item {
            padding: 0 10px;
        }

        .slz-carousel-mockup.style-2 .item {
            padding: 0 10px 50px 10px;
        }

        .slz-carousel-mockup {
            padding-top: 70px;
            padding-bottom: 70px;
            margin: 0;
        }

        .slz-carousel-mockup .slider-mockup {
            min-width: 320px;
        }
        .slz-image-carousel .slick-dots {
            position: relative;
            bottom: 0px;
        }
        .slz-image-carousel .slick-arrow {
            display: none!important;
        }
        .slz-image-carousel.style-1.slz-carousel-mockup .slick-dots{
            position: absolute;
            
        }
        .sc_gallery_carousel.no-frame .slz-image-carousel .slick-dots {
            bottom: -5px;
        }
    }

    @media screen and (max-width: 480px) {
        .slz-carousel-mockup.style-2 .item {
            padding: 0 10px;
        }

        .slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
            bottom: 10px;
        }
        .sc-image-carousel-layout-1 .slz-image-carousel.style-1 {
            padding: 20px 20px 15px;
        }
        .sc-image-carousel-layout-1 .slz-image-carousel.style-1:before {
            height: calc(100% -  50px);
        }
        .sc-image-carousel-layout-1 .slz-image-carousel.style-1:after {
            height: calc(100% - 60px);
        }
    }

    @media screen and (max-width: 414px) {
        .slz-image-carousel.style-3 .item:nth-child(odd) {
            margin-top: 0;
        }

        .slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
            padding-top: 100%;
        }
    }

/*=====  End of n. Responsive  ======*/
