@charset 'UTF-8';

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -35px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='19.5' transform='matrix(-1 0 0 1 20 20)' stroke='%234DA4A3'/%3E%3Cpath d='M23.0762 11.5385L14.3733 20.2413L23.0762 28.9442' stroke='%234DA4A3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 430;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
    right: -35px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19.5' stroke='%234DA4A3'/%3E%3Cpath d='M16.9238 11.5385L25.6267 20.2413L16.9238 28.9442' stroke='%234DA4A3'/%3E%3Cpath d='M16.9238 11.5385L25.6267 20.2413L16.9238 28.9442' stroke='%234DA4A3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 16px;
    height: 16px;
    
    padding: 5px;

    cursor: pointer;

    color: transparent;
    outline: none;
    background: transparent;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: inherit;
    left: inherit;

    width: 8px;
    height: 8px;

    content: '';
    text-align: center;

    opacity: .0;
    background-color: #FFFFFF;
    border-radius: 5px;
    
    transition: .3s ease;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Arrows */
.new .products .slick-prev,
.new .products .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.new .products .slick-prev{
    left: -25px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='35' height='35' rx='17.5' fill='%23151515' fill-opacity='0.1'/%3E%3Cpath d='M19.2078 23.5C19.3689 23.5003 19.4997 23.3837 19.5 23.2396C19.5001 23.1701 19.4693 23.1035 19.4143 23.0544L13.2042 17.5002L19.4143 11.9459C19.5284 11.8439 19.5284 11.6785 19.4143 11.5765C19.3003 11.4745 19.1154 11.4745 19.0014 11.5765L12.5854 17.3155C12.4715 17.4173 12.4715 17.5825 12.5854 17.6844L19.0014 23.4233C19.056 23.4724 19.1304 23.5 19.2078 23.5Z' fill='black' stroke='black' stroke-width='0.2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 430;
}

.new .products .slick-next{
    right: -25px;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='35' height='35' rx='17.5' fill='%23151515' fill-opacity='0.1'/%3E%3Cpath d='M15.7922 23.5C15.6311 23.5003 15.5003 23.3837 15.5 23.2396C15.4999 23.1701 15.5307 23.1035 15.5857 23.0544L21.7958 17.5002L15.5857 11.9459C15.4716 11.8439 15.4716 11.6785 15.5857 11.5765C15.6997 11.4745 15.8846 11.4745 15.9986 11.5765L22.4146 17.3155C22.5285 17.4173 22.5285 17.5825 22.4146 17.6844L15.9986 23.4233C15.944 23.4724 15.8696 23.5 15.7922 23.5Z' fill='black' stroke='black' stroke-width='0.2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 430;
}

@media (max-width: 769px) {
    /* Arrows */
    .slick-prev,
    .slick-next
    {
        font-size: 0;
        line-height: 0;

        position: absolute;
        top: 105%;

        display: block;

        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;

        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    .slick-prev{
        left: auto;
        right: 10%;
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='19.5' transform='matrix(-1 0 0 1 20 20)' stroke='%234DA4A3'/%3E%3Cpath d='M23.0762 11.5385L14.3733 20.2413L23.0762 28.9442' stroke='%234DA4A3'/%3E%3C/svg%3E");
    }
    .slick-next{
        right: 0%;
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19.5' stroke='%234DA4A3'/%3E%3Cpath d='M16.9238 11.5385L25.6267 20.2413L16.9238 28.9442' stroke='%234DA4A3'/%3E%3Cpath d='M16.9238 11.5385L25.6267 20.2413L16.9238 28.9442' stroke='%234DA4A3'/%3E%3C/svg%3E%0A");
    }
    
}

@media (max-width: 576px) {
    .new .products .slick-next{
        right: 12px;
    }
    .new .products .slick-prev{
        left: 79%;
    }
    .new .products .slick-prev,
    .new .products .slick-next
    {
        top: 105%;
    }
    .new .sec-new .products .slick-prev,
    .new .sec-new .products .slick-next
    {
        top: 115%;
    }
}

@media (max-width: 450px) {
    .new .products .slick-next{
        right: 12px;
    }
    .new .products .slick-prev{
        left: 73%;
    }
    .new .products .slick-prev,
    .new .products .slick-next
    {
        top: 100%;
    }
}

@media (max-width: 360px) {
    .new .products .slick-next{
        right: 12px;
    }
    .new .products .slick-prev{
        left: 73%;
    }
    .new .products .slick-prev,
    .new .products .slick-next
    {
        top: 95%;
    }
    .new .sec-new .products .slick-prev,
    .new .sec-new .products .slick-next
    {
        top: 105%;
    }
}


