/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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 http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#productbox{
    padding: 70px 0;
    background: #F0F0F2;
}

.slide-col-content {
    background-size: cover;
    padding: 4rem 4rem 5rem 2rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
}
.slide-col-content .slide-col-inner {
    height: 100%;
}

.slide-col-desc {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.slide-col-desc h2 {
    font-size: 56px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.slide-col-desc .tab-text {
    font-size: 23px;
    color: #fff;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    position: relative;
    max-width: 330px;
    line-height: 33px;
}

.slide-col-desc .tab-text:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 15%;
    height: 3px;
    top: 0;
    left: 0;
}

.slide-col-desc .more-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 50px;
}

.tab-price-from {
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,.3);
    display: inline-flex;
    color: #fff;
    position: relative;
    flex: 0;
    margin-bottom: 2rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

span.tab-price-from-text {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 16px;
    left: 0.75rem;
}

span.tab-price-from-value {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}



.slide-col-desc .more-container a {
    background: #fff;
    color: #33393c;
    font-size: 16px;
    width: 230px;
    border: none;
}

.product-carousel-wrapper{
    background: #fff;
    margin: 0;
    /*padding: 5px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.product-carousel-wrapper .product-inner{
    background-color: #fff;
    height: 100%;
    padding: 30px 30px 25px;
    transition: ease-in-out .15s padding;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.product-carousel-wrapper .product-inner .product-image-area{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    position: relative;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    transition: ease-in-out .15s;
    margin-bottom: 20px;
    image-rendering: -webkit-optimize-contrast;
}

.product-carousel-wrapper .product-inner .product-image-area img {
    object-fit: cover;
    height: 100%;
    max-height: 202px;
    width: 100% !important;
    object-position: center;
}

.product-carousel-wrapper .title {
    font-size: 0.875rem;
    color: #2C2D31;
    line-height: 1.25rem;
    font-weight: 500;
    display: block;
    height: 40px;
    overflow: hidden;
}

.product-carousel-wrapper .price-area {
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    /*margin: 2rem 0px 0rem 0px;*/
}

.product-carousel-wrapper .price-area .myprice {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
}


.product-carousel-wrapper .price-area .myprice span {
    align-self: baseline;
    color: #000;
    display: block;
    line-height: 1;
}


#productbox .mydots li a{
    width: 8px;
    height: 8px;background-color: transparent;
    border: 1px solid #fff;
    max-width: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0;
    margin-left: 5px;
}

#productbox .mydots li.slick-active a{
    background: #fff !important;
    transform: unset;
}

#productbox .mydots{
    /*height: 1rem;*/
    /*margin: 1rem 0 1.5rem;*/
    padding: 0px 20px;
    margin:0;
}

.dots-product-button-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

#productbox .el-slidenav{
    margin: unset;
    width: 20px;
    height: 20px;
    background: unset;
    border-color: unset;
    color: #fff;
    border: none;

}

#productbox .el-slidenav.slick-disabled .slide-prev:before, #productbox .el-slidenav.slick-disabled .slide-next:before
{
  color: #fff;
}
#productbox  .el-slidenav.slick-disabled{
    background-color: unset;
    border: none !important;
}
#productbox .slide-next::before, #productbox .slide-prev::before{
    font-size: 10px;
}
.btn-geniko{
    display: none;
    min-height: 45px;
    position: relative;

    align-items: center;
    transition: 300ms ease-in-out;
    color: #33393c;
    font-weight:900;
    padding: 8px 15px;
    font-size: .875rem;
    border-radius: 4px;
}

.icon-show-more:before{
    content: '\e921';
    font-family: icomoon;
}
@media only screen and (max-width: 1199px){
    span.tab-price-from-value {
        font-size: 28px;
    }
}
.products-carousel{
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 991px){
    #productbox{
        padding:20px 0;
    }
    .slide-col-desc {
        padding-bottom: 32px;
    }

    .btn-geniko{
            border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;

            background-color: #33393c;
            color: #fff;
        }


    .module-wrapper2-col-products .products-carousel-inner {
        padding: 0;
    }
    .slide-col-desc .more-container a{
        display: none;
    }
.more-container-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -76px;
}

    .slide-wrap-col:last-of-type {
        margin-top: 50px
    }
    .slide-col-content {
        padding: 2rem;
    }

    .slide-col-desc .tab-text {
        font-size: 19px;
        line-height: 21px;
    }

    .slide-col-desc h2{
        font-size: 45px;
    }

    .tab-price-from {
        margin-bottom: 0;
    }

    .product-carousel-wrapper .product-inner{
        display: flex;
        padding: 1rem;
        width: 100%;
        flex-direction: row;
    }
    .product-carousel-wrapper .product-inner .product-image-area img{
        width: 100px !important;     height: auto;
    }

    .product-carousel-wrapper .product-inner .product-image-area{
        height: auto;
        margin-bottom: 0;
    }
    .product-carousel-wrapper .title{
        height: 45px;
        font-weight: bolder;
    }
    .product-block-right{
        padding-left: 35px;
    }
    .product-carousel-wrapper .price-area .myprice span{
        margin-bottom: 0;
        font-weight: bolder;
        line-height: 1;
        font-size: 1.25rem;

    }
    .slide-col-desc .more-container{
        margin-top: 30px;
    }
}



@media only screen and (max-width: 1100px){
    .slide-wrap-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }
}