
/* Slider */
#pcollectionMainWrapperInsta .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#pcollectionMainWrapperInsta .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#pcollectionMainWrapperInsta .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
}


/*Slider Popup styles*/
.tooltip-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
}

.tooltip-popup.add {
    top: 75%;
    left: 35%;
}

.tooltip-button {
    position: relative;
    width: 20px;
    height: 20px;
    background: hsla(0,0%,100%,.9) url(images/icon-plus.svg) no-repeat center;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    border-radius: 50%;
    padding: 0;
    display: block;
    z-index: 100;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    margin: 10px;
}

.tooltip-popup.closed .tooltip-button {
    background-image: url(images/icon-cross.svg);
}

.tooltip-modal {
    display: none;
    padding: 5px 10px 5px 5px;
    background: hsla(0,0%,100%,.9);
    box-shadow: 0 2px 4px rgb(0 0 0 / 28%);
    color: #000;
    width: 200px;
    position: absolute;
    left: -7px;
    top: 100%;
    margin-top: 12px;
}

.tooltip-modal:before {
    position: absolute;
    left: 10px;
    top: -7px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent hsla(0,0%,100%,.9) transparent;
}

.modalOpened {
    display: block;
}

.tooltip-modal {
    position: absolute;
    z-index: 99;
}

.tooltip-modal img {
    width: 39px;
    height: 100%;
}

.tooltip-content {
    padding: 0 7px;
    max-width: 140px;
    line-height: 1.3;
    font-size: 15px;
    text-align: left;
}

.tooltip-modal a {
    display: flex;
    position: relative;
}

.tooltip-modal a:before {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    background: url(images/right-popover.svg) no-repeat center;
    width: 7px;
    content: '';
}

.tooltip-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*Slider Popup styles end*/
@media (max-width: 1023px) {
    .brand-slider .slick-arrow {
        width: 32px;
        height: 32px
    }
    .brand-slider {
        padding-inline: 35px;
    }
    .brand-slider-holder {
        padding-block: 50px 40px;
    }
    .slider-header h2 {
        font-size: 26px;
    }
    .slider-header {
        padding-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .slider-header h2 {
        font-size: 26px;
    }
    .slider-header {
        padding-bottom: 20px;
        font-size: 15px;
    }
    .brand-slider-holder {
        padding-block: 35px 50px;
    }
    .brand-item:hover .brand-image {
        box-shadow: none;
    }
    .brand-slider .slick-dots,
    .brand-slider .slick-arrow {
        display: none !important;
    }
    .brand-item .brand-image {
        margin: 10px;
    }
    .brand-slider {
        padding-inline: 0;
    }
    .brand-slider h3{display:none;}
    /*.brand-slider.slick-slider {
        margin-right: -25%;
        padding-inline:0;
    }
    .brand-slider .slick-dots {
        padding-right: 20%;
    }*/
}
@media (max-width: 575px) {
    
   
    .slider-header h2:before {
        height: 4px;
        width: 35px;
    }
    .slider-header h2 {
        font-size: 18px;
    }
    .brand-slider h3 {
        margin-bottom: 15px;
    }
    /*.brand-slider.slick-slider {
        margin-right: -40%;
    }
    .brand-slider .slick-dots {
        padding-right: 30%;
    }*/

    #pcollectionMainWrapperInsta .azq-item-box {
        width: 384px !important;
    }

    .tooltip-button{
        margin:-15px!important;
    }

}
/*@media (max-width: 479px) {
    .brand-slider.slick-slider {
        margin-right: 0;
    }
    .brand-slider .slick-dots {
        padding-right: 0;
    }
}*/


#pcollectionMainWrapperInsta {
    background-color: #eee;
    width: 100% !important;
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
/*    position:relative;*/
}

    #pcollectionMainWrapperInsta .item{
/*        position:relative;*/
    }

    #pcollectionMainWrapperInsta .pcollection .pcollection-item .pcollection-Item-box {
/*        position: relative;*/
    }

#pcollectionMainWrapperInsta .pcollection.item-grid {
    max-width: 1400px !important;
    margin: 0 auto;
}

#pcollectionMainWrapperInsta .azq-item-box {
    width:384px;
}


.instaCatalogImage{
    width:100%;
}