.prevTempMainWrapper{
    display:block;
    width:100%;
    position:relative;
    font-family: 'Montserrat', sans-serif;
}
.hidePrevRowWrap{
    display:block;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    padding:25px;
    box-sizing:border-box;
    z-index:6;
}
.fixedFilter.hidePrevRowWrap{
    position:fixed;
    top:65px;
    left:0;
}
.hideFilter{
    font-size:20px;
    color:#333;
    cursor:pointer;
    box-sizing:border-box;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(0,0,0,0.3);
    border-radius:50%;
    transition:all .5s ease;
    background-color:white;
}
.fullView.hideFilter{
    transform:rotateY(180deg);
}
.prevWrapper{
    display:flex;
    width:100%;
    position:relative;
}
.fixedFilter.prevFilterWrap{
    position:fixed;
    bottom:0;
    left:0;
    z-index:5;
    overflow-y:scroll;
}
.prevFilterWrap{
    width:20%;
    display:block;
    position: relative;
    top:65px;
    padding:0px 25px;
    box-sizing:border-box;
    padding-top:80px;
    transition:all .5s ease;
    background-color:white;
    text-align:left !important;
}
.fullView .prevFilterWrap{
    margin-left:-350px;
}
.prevSiteWrap{
    width:80%;
    display:block;
    position:relative;
    box-shadow:inset 1px 15px 15px 0 rgba(0,0,0,.08);
    padding:50px 0px;
    box-sizing:border-box;
    transition:all .25s ease;
    right:0;
    margin:0px 0px 0px auto;
}
.fullView .prevSiteWrap{
    width:100%;
}
.filterWrapTitle{
    font-size:16px;
    font-weight:bold;
    color:black;
    letter-spacing:1px;
    display:flex;
    align-items:center;
    padding:15px 0px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background-color:white;
    z-index:7;
}
.filterWrapTitle i{
    font-size:20px;
    margin-left:10px;
}
.filterView{
    padding:15px 0px;
    box-sizing:border-box;
    display:flex;
    width:100%;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid rgba(0,0,0,.1);
    cursor:pointer;
}
.grid2 .doubleView, .grid3 .tripleView{
    display:block !important;
}
.grid3:hover .doubleView{
    display:block !important
}
.grid3:hover .tripleView{
    display:none !important
}
.grid2:hover .tripleView{
    display:block !important
}
.grid2:hover .doubleView{
    display:none !important
}
.filterWrapLabel{
    display:flex;
    width:100%;
    padding:15px 0px;
    align-items:center;
    justify-content:space-between;
    font-size:16px;
    color:black;
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:5px;
}
.prevFilter{
    display:block;
    width:100%;
    padding:15px 0px;
    box-sizing:border-box;
}
.categoryWrapLabel{
    display:flex;
    width:100%;
    padding:15px 0px;
    align-items:center;
    justify-content:space-between;
    font-size:15px;
    font-weight:bold;
    letter-spacing:1px;
    border-top:1px solid rgba(0,0,0,0.1);
    margin-bottom:5px;
    color:black;
}
.categoryWrapLabel i{
    transform:rotateY(180deg)
}
.prevCateg{
    display:block;
    width:100%;
    padding:15px 0px;
    box-sizing:border-box;
    font-size:15px;
    cursor:pointer;
    text-transform: capitalize;
    font-weight:bold;
    color:black;
    text-align:left;
}
.activeCateg.prevCateg{
    color:rgba(6,100,213,1);
}
.catergoryByWrap .prevCateg:last-child{
    border-bottom:1px solid rgba(0,0,0,0.1);
    margin-bottom:15px;
}
.prevSiteTitleWrap{
    display:block;
    width:100%;
    position:relative;
}
.prevTitle{
    font-size:45px;
    font-weight:bold;
    color:#313131;
    text-align:center;
}
.prevSubtitle{
    font-size:16px;
    font-weight:medium;
    color:#5d747a;
    text-align:center;
    margin-top:8px;
}
.prevListTemplate{
    display:flex;
    width:100%;
    flex-wrap:wrap;
    position:relative;
    margin-top:50px;
}
.tempWrapper{
    display:block;
    position:relative;
    box-sizing:border-box;
    transition:width .25s ease;
    width:33.33%;
    margin:0 auto 50px auto;
}
.tempImgWrap{
    display:flex;
    justify-content:center;
    position:relative;
    cursor:pointer;
    transition: all .5s ease;
    margin:0 auto;
    width:100%;
}
.tempImgWrap img{
    display:block;
    margin:0 auto;
    transition:all .5s ease;
    transform-origin: 50% 50%;
    max-width:100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.tempInfoWrap{
    display:flex;
    align-items:center;
    width:100%;
    position:relative;
    padding:0px 15px;
    box-sizing:border-box;
    margin:15px auto 0px auto;
    justify-content:space-between;
}

/*DYNAMIC WIDTH*/

.tempInfoWrap {
    max-width:300px;
}
.tempImgWrap{
    min-height:350px;
    max-height:350px;
}
.tempName{
    width:75%;
    display:flex;
    position:relative;
    text-align:left !important;
    align-items:center;
    color:black;
    font-weight:bold;
}
.newTagTemplate{
    display:block;
    padding:2px;
    box-sizing:border-box;
    background-color:#313131;
    color:white !important;
    margin-left:8px;
    border-radius:4px;
}
.tempDevices{
    width:25%;
    display:flex;
    position:relative;
    align-items:flex-end;
    justify-content:space-between;
    max-width:100px;
}
.imgOverlayWrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all .25s ease;
    opacity:0;
}
.overlayBtn{
    display:flex;
    width:200px;
    height:50px;
    justify-content:center;
    align-items:center;
    background-color:rgba(6,100,213,1);
    color:white;
    font-size:15px;
    border-radius:50px;
    cursor:pointer;
    text-decoration:none;
    color:white !important;
    transition:all .25s ease;
}
.tempImgWrap:hover .imgOverlayWrap{
    opacity:1;
}
.deviceIcon{
    cursor:pointer;
}
.tempDesk.activeDevice path, .tempTab.activeDevice rect, .tempTab.activeDevice path, .tempMob.activeDevice rect{
    fill:rgba(6,100,213,1);  
}
.tempMob.activeDevice path{
    stroke:rgba(6,100,213,1);
}
.mobFilterWrapper{
    display:none;
}


/* WIDGET CONTAINER */

.widgetContainer{
    display: flex;
    flex-wrap: wrap;
    position:relative;
    box-sizing:border-box;
    font-family: 'Poppins';
    width:100%;
    justify-content:center;
    max-width:1200px;
    margin:0 auto;
}

/*NEW LAYOUT*/
.widgetWrap{
    display: flex;
    flex-wrap:wrap;
    position:relative;
    box-sizing:border-box;
    width:33.333%;
    min-width:370px;
    max-width:370px;
    min-height:400px;
    max-height:400px;
    margin:10px;
    text-decoration:none !important;
    cursor:pointer;
}
.innerWidget{
    display:flex;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(2, 117, 198, 0.61);
    -moz-box-shadow: 0px 3px 8px 0px rgba(2, 117, 198, 0.61);
    box-shadow: 0px 3px 8px 0px rgba(2, 117, 198, 0.61);
    transform-style: preserve-3d;
    transition: all 0.75s ease-in-out;
}
.innerWidgetActive{
    transform: rotateY(180deg); 
}
.frontSection, .backSection{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
    /*backface-visibility: hidden;*/
    /*-webkit-perspective: 0;*/
    /*-webkit-backface-visibility: hidden;*/
    /*-webkit-transform: translate3d(0,0,0);*/
    /*visibility:visible;*/
    /*backface-visibility: hidden;*/
}


.backSection{
    transform: rotateY(180deg);
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:white;
    display:none !important;
}
.backSection img{
    display:block;
    width:90%;
    margin:0 auto;
}

.itemContainer{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 10px;
    text-decoration: none !important;
    z-index: 1;
}
.newTagWidget{
    display: block;
    width:40px;
    position: absolute;
    left: -10px !important;
    top: 0 !important;
    z-index:33;
    left:-5px;
    height: 90px;
    background:url("../images/new-tagbanner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size:initial;
}
.imageContainer,.detailsContainer{
    width:100%;
}
/*background-image:url("../images/borderBlue.png");*/
.imageContainer{
    background-repeat: no-repeat;
    background-position:center bottom;
    margin:0 auto;
    min-width:100%;
    min-height:200px;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
}
.imageContainer img{
    display:flex;
    object-fit: contain;
    height:83%;
    width:70%;
    margin: 0 auto;
    transition:all .25s ease;
}
.widgetWrap:hover img{
    transform:scale(1.2,1.2);
}

.detailsContainer{
    padding:20px;
    background:white;
    display:block;
    z-index:3;
    margin-top:-2px;
}
.infoContainer{
    position:relative;
}
.floatingPrice{
    display:flex;
    align-items:center;
    justify-content: center;
    width:80px;
    height:80px;
    border-radius:50%;
    background-color:#0275C6;
    font-size:22px;
    color:#fff;
    position:absolute;
    right:-10px;
    top:-100px;
    z-index:33;
}
.widgetFrom{
    text-align:right;
    margin-right:5px;
    color:#fff;
    font-size:20px;
    position: relative;
    top: -20px;
    text-transform: uppercase;
}
.widgetTitle{
    display:block;
    color: #071b33;
    font-size:22px;
    text-transform: capitalize;
    text-align:center;
    transition:all .25s ease;
}
.widgetWrap:hover .widgetTitle{
    font-size:24px;
}
.widgetDescription{
    font-size: 13px;
    color: #000;
    overflow: hidden !important;
    max-width: 300px !important;
   /* max-height: 60px !important;*/
    display: -webkit-box !important;
    /*-webkit-line-clamp: 3 !important;*/
    -webkit-box-orient: vertical !important;
    text-align:center;
    transition:all .25s ease;
    margin:0 auto;
}
.widgetWrap:hover .widgetDescription{
    font-size:14px;
}
.btnContainer{
    display:flex;
    align-items:center;
    justify-content: center;
    padding:10px;
    color:#fff;
    background-color:#071b33;
    border-radius:5px;
    width:145px;
    margin-top:10px;
    cursor:pointer;
}
.icon-angle-right{
    font-size: 23px;
    margin-left: 8px;
}
