.shopify-section {
    /*margin-top: 50px;*/
    margin-top: 0;
    margin-bottom: 50px;
}

/* Slideshow */

.home-slideshow .line,
.home-slideshow .slide-button,
    /*.home-slideshow .slick-slider .slick-arrow{display:none!important;}*/
.slide-heading { font-size: 20px!important; display: inline-block; border: 2px solid #000; background: rgba(255,255,255,0.8); padding: 8px 12px 7px; }
.slide-text { font-size: 11px; line-height: 1.3; display: none; padding-bottom: 0;}

.slide-des p.line { display: none; }
.home-slideshow .slider-content{left:0px!important;right:0px!important}

/* slideshow-homepage-------------------------------------------------------------------- */

.home-slideshow {
    position: relative;
    z-index: 1;
}

.home-slideshow .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 80%;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
}

.home-slideshow .slick-active .slider-content {
    z-index: 9;
    visibility: visible;
    opacity: 1;
}

.home-slideshow .variable-width-img {
    max-width: 100vw;
    height: auto;
}
.home-slideshow .slick-slide {
    height: fit-content;
}
.home-slideshow .slick-slide img:hover {
    opacity: 1;
}

.home-slideshow .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.home-slideshow .slick-dots {
    display: none !important;
}

.slick-arrow {
    height: 60px;
    line-height: 60px;
}

.home-slideshow .img-wrapper-left,
.home-slideshow .img-wrapper-right
{
    position: absolute;
    top: 50%;
    z-index: 1000;
}

.home-slideshow .img-wrapper-left {
    left: 2%;
}

.home-slideshow .img-wrapper-right {
    right: 2%;
}
/*
.home-slideshow .img-wrapper-left:after {
    content: "";
    display: inline-block;
    background: url(../img/circle.png);
    width: 475px;
    height: 475px;
    top: -238px;
    left: -187px;
    position: absolute;
    z-index: -1000;
}

 */

/*
.home-slideshow .img-wrapper-right:after {
    content: "";
    display: inline-block;
    background: url(../img/circle.png);
    width: 475px;
    height: 475px;
    top: -238px;
    left: -187px;
    position: absolute;
    z-index: -1000;
}

 */

/*
.hr-line-top {
    margin-top: -15px;
    width: 100vw;
    border-top: 1px solid #fff;
}

.hr-line-bottom {
    margin-top: 70px;
    width: 100vw;
    border-top: 1px solid #fff;
}
*/

.slick-slide img {
    margin: auto;
}

.slick-arrow:before,
.slick-arrow:before {
    opacity: 0;
}

.home-slideshow:hover .slick-arrow:before,
.home-slideshow:hover .slick-arrow:before {
    opacity: 1;
}

.home-slideshow .slick-active .slide-heading {
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-delay: 0.6s;
}

.home-slideshow .slick-active .slide-text {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
}

.home-slideshow .slick-active .slide-button {
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-delay: 1.6s;
}

.home-slideshow .slide_video .placeholder-svg {
    display: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.slideshow-slide-outer-class {
    position: relative;
    text-align: center;
}

/*
.mslider {
    margin-top: 120px;
}

 */

.showcase-slider-control-mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 20px 15px 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media (min-width: 800px) {
    .showcase-slider-control-mobile {
        display: none;
    }
}

@media (min-width: 2000px) {
    .promo-block {
        right: 20%;
    }
}
@media (min-width: 3000px) {
    .promo-block {
        right: 35%;
    }
}

@media (max-width: 768px){
    .home-slideshow .slick-list.draggable{
        overflow: hidden;
    }
    
    .main-slider .arrows-name{
        display: none;
    }
}

