/**
 * Copyright (C) 2017-2024 thirty bees
 * Copyright (C) 2007-2016 PrestaShop SA
 *
 * thirty bees is an extension to the PrestaShop software by PrestaShop SA.
 *
 * 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.md.
 * It is also available through the world-wide-web at this URL:
 * https://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@thirtybees.com so we can send you a copy immediately.
 *
 * @author    thirty bees <modules@thirtybees.com>
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2017-2024 thirty bees
 * @copyright 2007-2016 PrestaShop SA
 * @license   Academic Free License (AFL 3.0)
 * PrestaShop is an internationally registered trademark of PrestaShop SA.
 */

h2.productscatcode_h2 {
	margin: 40px 0 20px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #333
}

#productscatcode {
	overflow: auto
}

#productscatcode_list {
	overflow: hidden;
	float: left;
	width: 96%;
}

#productscatcode_list ul {
	list-style-type: none;
	margin: 0 0 0 14px;
}

#productscatcode_list li {
	float: left;
	margin: 0 9px;
	padding: 0 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#productscatcode_list li {
		margin: 0 7px;
	}
}

#productscatcode_list li a.lnk_img {
	display: block;
	margin: auto;
}

#productscatcode_list li a img {
	border: 1px solid #ccc;
	margin: auto;
}

#productscatcode_list li p.product_name {
	text-align: center
}

#productscatcode_list li p.product_name2 {
	text-align: center
}

#productscatcode_noscroll {
	height: 120px;
	width: 100%;
	margin-bottom: 30px;
}

#productscatcode_scroll_left,
#productscatcode_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
}

#productscatcode_scroll_right {
	background-image: url('../img/thumbs_right.gif');
}