/**
* 2007-2020 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-2020 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.
*/

.vs_slide {
    text-align: center;
    padding: 10px;
    height: 150px;
    overflow: hidden;
}
.vs_slide h3{
	text-transform: uppercase;
    color: #232323;
    font-weight: 300;
    font-family: serif;
}
.img_vs {
    display: block;
    padding: 5px;
    margin: 0 auto;
}
.price_vs {
    color: #2fb5d2;
}
div.vs_inner{
	background: white;
    border: groove aliceblue 2px;
    margin: 5px;
	border-radius: 5px;
	overflow: hidden;

}
.vs_p{
    margin-top: -4px;
    margin-bottom: 10px;
}
.h6, h6 {
    font-size: 14px;
}
svg.prev{
    position: absolute;
    cursor: pointer;
    display: block;
	bottom: 20px;
    height: 35px;
    width: 35px;
	right: 0;
	background: url(../fonts/img/back.svg) no-repeat top left;
	background-size: 35px;
}
svg.next{
    position: absolute;
    cursor: pointer;
    display: block;
	bottom: 20px;
    height: 35px;
    width: 35px;
	left: inherit;
	background: url(../fonts/img/next.svg) no-repeat top left;
	background-size: 35px;
}
.slick-slider {
    margin: 10px 35px;
}.hl-title {
    padding: 19px;
}
.slick-prev:before
{
   content: ''!important;
}
[dir='rtl'] .slick-prev:before
{
	content: ''!important;
}
.slick-next:before
{
	content: ''!important;
}
[dir='rtl'] .slick-next:before
{
	content: ''!important;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
div.vs_inner{

	}

}
@media screen and (max-width: 767px) and (min-width: 424px) {
div.vs_inner{

	}

}
@media screen and (max-width: 425px){
div.vs_inner{

	}
}
.product-additional-info .vs_slide a{
	word-break: break-word;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
	color: #7a7a7a;
    font-weight: 400;
}
.product-additional-info div.vs_inner {
    min-height: 195px;
}
.product-additional-info .title{
	margin-top: 20px;
}
#left-column .vs_slide a{
	word-break: break-word;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
	color: #7a7a7a;
    font-weight: 400;
}
#left-column div.vs_inner {
    min-height: 195px;
}
#left-column .title{
	margin-top: 20px;
}

#right-column .vs_slide a{
	word-break: break-word;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
	color: #7a7a7a;
    font-weight: 400;
}
#right-column div.vs_inner {
    min-height: 195px;
}
#right-column .title{
	margin-top: 20px;
}

.hlafterthumb .vs_slide a{
	word-break: break-word;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
	color: #7a7a7a;
    font-weight: 400;
}
.hlafterthumb div.vs_inner {
    min-height: 195px;
}
.hlafterthumb .title{
	margin-top: 20px;
}
.pb-center-column .slick-slider {
    margin-bottom:0px;
	margin: 0px;
}
h1.title {
    padding: 0;
}.hl-product-slider {
	display:none;
}