/**
* 2007-2021 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-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.owl_product_recent_mobile .owl-item{
    width: 280px !important;
}

.owl_category_vistate_mobile .container-item {
    margin-bottom: 10px;
}
.owl_category_vistate_mobile .container-item .info-content{
    text-align: center !important;
}
.owl_category_vistate_mobile .container-item .info-content label{
    width: 100%;
    text-align: center !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.owl_category_vistate_mobile .container-item .info-icon{
    aspect-ratio: 1/1;
}
.owl_category_vistate_mobile .container-item .info-icon img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.owl_product_recent_mobile .item{
    padding-top: 5px;
    padding-bottom: 5px;
}
.product_recent_mobile .title_block{
    font-size: 25px !important;
}

.udt-skeleton{
    display: flex;
    flex-wrap: wrap;
}
.udt-skeleton .div{
    margin-bottom: 5px;
}

.row.udusertracker-container{
	margin : 0;
}
.row.udusertracker-container >  div.col-md-12{
	padding-top : 30px;
  	background : #fff;
}
.row.udusertracker-container .title-info-product{
	margin-bottom : 20px;
}

#udusertracker_data_same_category_product .item-product{
	margin : 10px 5px;
}
#udusertracker_data_same_category_product .item-product .thumbnail-container{
	border-radius: 10px;
    transition: 300ms;
    box-shadow: rgba(49, 53, 59, 0.36) 0px 1px 6px 0px;
    -webkit-box-shadow: rgba(49, 53, 59, 0.36) 0px 1px 6px 0px;
    -moz-box-shadow: rgba(49, 53, 59, 0.36) 0px 1px 6px 0px;
}

@media (max-width: 575px){
	.owl_category_vistate_mobile .owl-nav,
    .owl_category_vistate_mobile .owl-dots{
        display: none;
    }
  .row.udusertracker-container .title-info-product{
      padding : 0 15px;
  }


    .owl_category_vistate_mobile .owl-stage-outer .owl-item{
        width: 125px !important;
    }
}