/**
* 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.
*/

.hometab_div .container h2.hometab_title {
    padding-top: 30px;
	text-transform: uppercase;
}

.hometab_div .container {
    margin-top: 40px;
    margin-bottom: 30px;
}

.hometab_div .container ul li {
    padding: 10px;
}

.hometab_div .container{
  text-align: center;
}

.hometab_div .container ul#tabs-nav {
    display: inline-block;
}

.hometab_div .container #tabs-content {
    height: auto;
}

.tab-slider-controls-direction {
    float: right;
    margin-top: 7px;
    padding-left: 15px;
}

a.tab-slider-prev {
    border-radius: 20px;
    background: red;
    color: white;
    padding-left: 6px;
    padding-right: 3px;
    font-size: 19px;
    padding-top: 1px;
    padding-bottom: 3px;
    margin-right: 10px;
}

a.tab-slider-next {
    border-radius: 20px;
    background: red;
    color: white;
    padding-left: 9px;
    padding-right: 6px;
    font-size: 19px;
    padding-top: 1px;
    padding-bottom: 3px;
}

a.bx-next,a.bx-prev{
  display: none;
}

.hometab_div .container ul li a {
  color: #7a7a7a;
}

.hometab_div .container article{
  width:300px;
}

@media (max-width:767px){
  .tab-slider-controls-direction {
    float: right;
    top: 62px;
    padding-top: 10px;
    position: relative;
    padding-left: 15px;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .tab-slider-controls-direction {
    top: 0px;
  }
}

.hometab_div .container .product-card .card-body-hidden{
  position: relative;
}

.hometab_div .container ul#tabs-nav li.active a{
  color:black;
  border-bottom: 3px solid blue;
  padding-bottom: 6px;
}

.hometab_div .container ul {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

.hometab_div .container ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
