/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2019 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/****************** category slider *********************/
.tvcmscategory-slider{
 	margin-bottom:80px;
}
.tvcategory-img-block {
	margin: 0 auto;
}
.tvcategory-img-block img{
	width: auto;
	height: auto;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img{
	 transform: scale(0.9);
     -webkit-transform: scale(0.9);
     -o-transform: scale(0.9);
     -ms-transform: scale(0.9);
     -moz-transform: scale(0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tvcategory-slider-inner-info-box {
	direction: ltr;
}
.tvcategory-slider-wrapper-info a{
	display: block;
	cursor: pointer;
	text-align: center;
}
.tvcategory-slider-info-box{
	color: #222222;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-top:15px;
	top: 0;
	right: 0;
	position: initial;
 	text-align: center;
    transform: unset;
}
.tvcategory-slider-wrapper-info:hover .tvcategory-slider-info-box{
	color: #d21717;
}
@media(min-width: 768px){
	.tvcategory-slider-wrapper-info{
		width:25%;
		float: left;
		margin-bottom: 15px;
		padding: 0 15px
	}
	.tvcategory-slider-wrapper-info a{
		background-color: #fff;
		padding: 15px 0;
	}
	.tvcategory-slider-content-box{
		margin: 0 -15px
	}
	.tvcategory-slider-pagination-wrapper {
		display: none;
	}
}
@media (max-width: 991px){
	.tvcmscategory-slider{
 		margin-bottom: 0;
	}
	.tvcategory-slider-info-box {
	    font-size: 14px;
	}
}
@media(max-width: 767px){
	.tvcmscategory-slider {
	    margin-bottom:30px;
	}
	.tvcategory-slider-pagination-wrapper {
	    text-align: center;
	    margin-top: 20px;
	}
}
@media(max-width: 575px){
	.tvcategory-slider-inner-info-box{
		padding: 20px 0 0 0;
	}
}
/****************** end category slider *********************/
@media (max-width: 991px) {
	.tvcmscategory-slider {
	    margin-bottom: 30px;
	}
}