section[data-cattype="235"]{
    padding: 35px;
}


[data-cattype="235"] ul#templates-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

[data-cattype="235"] ul#templates-list li{
    width: calc(33.33% - 30px);
    margin: 10px 15px;
	position: relative;
}

[data-cattype="235"] ul#templates-list li.new-tag:before{
	content: " ";
	position: absolute;
	width: 100%;
	z-index: 10;
	height: 150px;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('../../../data/ckfinder/images/themes/entermall_theme_new_label.png');
}


[data-cattype="235"] ul#templates-list li p{
    margin-top: 15px;
}

[data-cattype="235"] ul#templates-list li .link-view{
	color: #fb9202;
}

[data-cattype="235"] .owl-theme .owl-controls{
    text-align: center;
}

[data-cattype="235"] .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
    position: absolute;
    top: 40%;
}

[data-cattype="235"] .owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
}

[data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 0;
    right: auto;
}

[data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 0;
    left: auto;
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	[data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-prev{
        left: -20px;
        right: auto;
    }

    [data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-next{
        right: -20px;
        left: auto;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
   
    [data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-prev{
        left: -20px;
        right: auto;
    }

    [data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-next{
        right: -20px;
        left: auto;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    
    
    
    [data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-prev{
        left: -40px;
        right: auto;
    }

    [data-cattype="235"] .owl-theme .owl-controls .owl-buttons div.owl-next{
        right: -40px;
        left: auto;
    }
    
    
}

/* Mobile screen size */
@media (max-width: 480px) {
    
}