/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#homeSupportSlider .image-cover-img{
	margin:0px auto;
}
.get-support-main-container .img-arrow-icon{
	display: none;
	float: right;
	cursor: pointer;
}
.prev-slide-btn{
	margin-right: 10px;
}
.next-slide-btn{
	margin-left: 10px;
}
.col-product-textcontainer {
	text-align: center;
}
.col-product-title {
    font-size: 20px;
    font-family: Gothic-semi;
	text-align: center;
	margin-bottom: 0;
}
.col-product-color-container {
	text-align: center;
}
.col-product-color-brown {
	background: #C1A6A1;
}
.col-product-color-black {
	background: #000;
}
.col-product-color-blue {
	background: #002441;
}
.col-product-text {
	text-align: center;
	padding: 20px;
	font-family: Grotesk-semi;
}
.col-product-text a, .col-product-text a span {
    color: #000;
    font-weight: normal;
	font-family: Grotesk-semi;
    font-size: 19px;
	text-decoration: none;
}
.col-product-text a span.discounted-price {
	text-decoration: line-through;
    color: #ABA6A5;
}
#homeSupportSlider .owl-dots{
	display: none;
}
.get-support-main-container{
	padding: 0px 15px;
	min-height: 390px;
	width: auto;
}
.main-template.get-support-main-container{
	margin-bottom: 40px;
}
.col-product-title-div {
	margin-bottom: 50px;
}
.col-product-title-div-products{
	padding: 0px;
	margin:0;
}
.home-page-about .main-template {
	margin-bottom: 0;
}
.home-img-seal {
	display: none;
}
.home-img-seal.first-selected {
	display: block;
}
.col-product-text .grey-bg-dsc {
    margin-top: 15px;
}
.col-product-text .grey-bg-dsc span {
    background-color: #f9f2e6;
    width: 100%;
    display: inline-block;
    max-width: 170px;
    text-align: center;
    font-family: 'Grotesk-semi';
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 10px;
    height: 20px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
@media(min-width: 576px) {
	.col-product-text a {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.col-product-title-div-products{
		padding: 0px 15px;
	}
	.get-support-main-container .img-arrow-icon{
		display: inline;
	}
	.col-product-title {
		font-size: 30px;
		text-align: left;
		line-height: 25px;
	}
}
@media (min-width: 992px) {
	.col-product-title-div {
		margin-bottom: 50px;
	}
	.col-product-title-div.col-product-title-div-products {
		margin-bottom: 0;
	}
	
	.main-template.get-support-main-container{
		margin-bottom: 95px;
	}
}
@media (min-width: 1200px) {
	
}
