/**
 * Theme Name: Target Integration
 * Author: Matrix Internet
 * Version: 99.0
**/

header{
/*     overflow:auto; */
}

/* Overide elementor buttonstyle*/
button.sub-product__toggle {
    position: relative!important;
    padding: 0!important;
    padding-right: 20px!important;
    background-color: transparent!important;
    color: #f26325!important;
    text-decoration: underline!important;
    text-transform: none!important;
}

.rel-products > .cell{
	margin-bottom:40px;
}

/* Product Carousel*/
.product-carousel{
    margin-left: 0;
    height:285px;
}



.product-carousel-widget {
  
}



.product-carousel-widget .product-carousel:after{
    content:"";
    position: absolute;
    top:0;
     padding:15px;
    display: block;
    width:100%;
    height:100%;
    background:url('/wp-content/uploads/2021/07/laptop-frame.png') no-repeat;
    background-size: 100%;
   
}




.product-carousel-widget .product-carousel .slick-list,
.product-carousel-widget .product-carousel .slick-track,
.product-carousel-widget .product-carousel .slick-slide{
    height:95%;
}

.product-carousel-widget .slick-slide > div{
    width:80%;
    height:100%;
    transform:translateY(5px);
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin:auto;
}


.product-carousel-widget .slick-slide .image-inner img{
    margin:auto;
    max-width:80%;
}


@media (min-width:1025px) and (max-width:1180px){
    .product-carousel-widget .product-carousel .slick-list,
.product-carousel-widget .product-carousel .slick-track,
.product-carousel-widget .product-carousel .slick-slide{
    height:90%;
}
}


@media (min-width:910px) and (max-width:1025px){
    .product-carousel-widget .product-carousel .slick-list,
.product-carousel-widget .product-carousel .slick-track,
.product-carousel-widget .product-carousel .slick-slide{
    height:86%;
}
}



@media (min-width:801px) and (max-width:910px){
    .product-carousel-widget .product-carousel .slick-list,
.product-carousel-widget .product-carousel .slick-track,
.product-carousel-widget .product-carousel .slick-slide{
    height:82%;
}
}

@media (min-width:710px) and (max-width:800px){
    .product-carousel{
        height:430px;
    }
}



@media (min-width:635px) and (max-width:710px){
     .product-carousel{
        height:380px;
    }

}



@media (min-width:550px) and (max-width:635px){
     .product-carousel{
        height:325px;
    }

}


@media (min-width:480px) and (max-width:550px){
     .product-carousel{
        height:275px;
    }

}

@media (min-width:448px) and (max-width:480px){
      .product-carousel{
        height:248px;
    }

}

@media (min-width:320px) and (max-width:448px){
      .product-carousel{
        height:195px;
    }

}

.btndisplayContainer{
    display: inline;
    position: relative;
}

.btndisplayContainer::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 16px;
    height: 14px;
    background-image: url(https://targetintegration.com/wp-content/uploads//2021/11/down-arrow.png);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.btndisplay{
    color: #f26325 !important;
    font-size: 16px !important;
    text-decoration: underline !important;
    background-color: transparent !important;
    text-transform: initial !important;
    padding: 0 !important;
}

#ptext{
    display: none;
    margin-top: 10px;
}

#ptext .sub-product__list-box{
    display: block;
}

.slick-track .geo-fix{
    width: auto !important;
}