<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Theme/layoutbase.html.twig */
class __TwigTemplate_acdf32280fb65624570c2053442cb82f143b13a217231594398d160b544c95f8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'srcjavascript' => [$this, 'block_srcjavascript'],
'javascript' => [$this, 'block_javascript'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/layoutbase.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Theme/layoutbase.html.twig"));
// line 1
echo "<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no\"/>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>
<meta name=\"msapplication-tap-highlight\" content=\"no\"/>
";
// line 8
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:relicon"));
echo "
";
// line 9
$this->displayBlock('meta', $context, $blocks);
// line 10
echo "
<title>
";
// line 12
$this->displayBlock('title', $context, $blocks);
// line 15
echo " </title>
";
// line 17
$this->displayBlock('stylesheets', $context, $blocks);
// line 4628
echo "
</head>
<body class=\"js\">
<!-- Preloader -->
\t<div class=\"preloader\">
\t\t<div class=\"preloader-inner\">
\t\t\t<div class=\"preloader-icon\">
\t\t\t\t<span></span>
\t\t\t\t<span></span>
\t\t\t</div>
\t\t</div>
\t</div>
";
// line 4642
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:menubare", ["position" => "accueil", "menudisplay" => ((array_key_exists("menudisplay", $context)) ? (_twig_default_filter((isset($context["menudisplay"]) || array_key_exists("menudisplay", $context) ? $context["menudisplay"] : (function () { throw new RuntimeError('Variable "menudisplay" does not exist.', 4642, $this->source); })()), 1)) : (1))]));
echo "
";
// line 4644
$this->displayBlock('body', $context, $blocks);
// line 4647
echo "
<div id=\"sppmodal-container-newsletter\" class=\"sppmodal-container\">
\t<div class=\"sppmodal-background\">
\t\t<div class=\"sppmodal\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<a href=\"#!\" class=\"pull-right close-sppmodal-newsletter\" data-original-title=\"\" title=\"\">
\t\t\t\t\t\t<img src=\"";
// line 4655
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/close.svg"), "html", null, true);
echo "\" class=\"img-size-15\" style=\"height: 15px;\">
\t\t\t\t\t</a>
\t\t\t\t\t<h3 class=\"text-left\" style=\"font-family: OpenSans-Bold; color: #333; padding: 0px;margin: 0px;\">Services ";
// line 4657
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 4657, $this->source); })()), "html", null, true);
echo "</h3>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<hr style=\"margin-bottom: 0px;\">
\t\t\t\t</div>
<div class=\"col-md-12\">
<div class=\"stepper\">
<div class=\"step complete\">
<div class=\"circle\">
<div class=\"bi bi-check2\"></div>
</div>
<div class=\"label\">Etape 1</div>
</div>
<div class=\"divider1\"></div>
<div class=\"step active\" id=\"stepper-indicator-1\">
<div class=\"circle\">2</div>
<div class=\"label\">Etape 2</div>
</div>
<div class=\"divider1\"></div>
<div class=\"step\" id=\"stepper-indicator-2\">
<div class=\"circle\">3</div>
<div class=\"label\">Etape 3</div>
</div>
</div>
</div>
\t\t\t\t<div class=\"col-md-12\">
<div class=\"stepper-item-1\">
\t\t\t\t\t<div class=\"row text-left\">
\t\t\t\t\t\t<div class=\"col-sm-12 offset-md-1 col-md-10\">
<div class=\"main_card\">
<h3> Chosissez un service</h3>
<div class=\"select-cards\">
<div class=\"select\" id=\"item-discovery-online\" value=\"discovery\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Souscription <strong>DISCOVERY Online</strong></h4>
<h5>3000 ";
// line 4699
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4699, $this->source); })()), "html", null, true);
echo "/mois</h5>
</div>
</div>
<div class=\"select\" id=\"item-professional-desktop\" data-selected=\"true\" value=\"professional\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Souscription <strong>PROFESSIONAL Desktop</strong></h4>
<h5>12 500 ";
// line 4707
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4707, $this->source); })()), "html", null, true);
echo "/mois</h5>
</div>
</div>
<div class=\"select\" id=\"item-premium-desktop\" value=\"premium\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Souscription <strong>PREMIUM Desktop</strong></h4>
<h5>22 500 ";
// line 4716
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4716, $this->source); })()), "html", null, true);
echo "/mois</h5>
</div>
</div>
<!-- div class=\"select\" id=\"item-contact\" value=\"contact\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Contacter le service client</h4>
<h5>Appel, Email & Whatsapp</h5>
</div>
</div -->
</div>
</div>
</div>
</div>
<div class=\"row\" style=\"margin-top: 120px;\">
<div class=\"col-md-6 col-6 text-left\">
<button type=\"button\" class=\"button-hover\" name=\"button\" disabled=\"\"><span class=\"fa fa-arrow-left\"></span> Précédent </button>
</div>
<div class=\"col-md-6 col-6 text-right\">
<button type=\"button\" class=\"button-hover\" id=\"submit-service-choice\" name=\"button\"> Enregistrer <span class=\"fa fa-arrow-right\"></span></button>
</div>
</div>
</div>
<div class=\"stepper-item-2\">
<div class=\"row text-left\">
<div class=\"col-sm-12 offset-md-1 col-md-10\">
\t\t\t\t\t\t <form method=\"post\" action=\"#!\" class=\"formmodal_inscription_newletter\" style=\"color: #333;\">
<div id=\"sommaire_commande\">
<h2>Souscription Offre Premium - 22 500 XAF/mois</h2>
<input type=\"hidden\" name=\"offreClient\" id=\"\"/>
</div>
<div class=\"row\" style=\"margin: 0px -15px;\">
<div class=\"col-md-6\">
<div class=\"form-group\">
<input type=\"text\" class=\"form-control\" name=\"usernom\" id=\"prenom_client\" placeholder=\"Nom\" required=\"\">
</div>
</div>
<div class=\"col-md-6\">
<div class=\"form-group\">
<input type=\"text\" class=\"form-control\" name=\"userprenom\" id=\"prenom_client\" placeholder=\"Prenom\" required=\"\">
</div>
</div>
</div>
<div class=\"form-group\">
<input type=\"email\" class=\"form-control\" name=\"email\" id=\"email_client\" placeholder=\"Votre E-mail\" required=\"\">
</div>
<div class=\"form-group\">
<label for=\"number_client\">Téléphone avec code indicatif: ex: +237 658 45 52 41</label>
<input type=\"text\" class=\"form-control\" name=\"number\" id=\"number_client\" placeholder=\"Numéro de Téléphone\" required=\"\">
</div>
<div class=\"form-group\">
<label for=\"typecontact_client\">Comment souhaitez-vous être contacter</label>
<select class=\"form-control\" name=\"typeContact\" id=\"typecontact_client\" style=\"width: 100%;\">
<option value=\"appelonly\">Appel Uniquement</option>
<option value=\"emailonly\">Email Uniquement</option>
</select>
</div>
<div class=\"form-group\">
<label for=\"calldate_client\">Quand souhaitez vous être contactez ?</label>
<div class=\"row\" style=\"margin: 0px -15px;\">
<div class=\"col-md-6\">
<input type=\"date\" class=\"form-control\" name=\"calldate\" id=\"calldate_client\" required=\"\">
</div>
<div class=\"col-md-6\">
<input type=\"time\" class=\"form-control\" name=\"calltime\" id=\"calldate_client\" required=\"\">
</div>
</div>
</div>
<div class=\"form-group mb-3\">
<textarea class=\"form-control\" name=\"website\" rows=\"3\" placeholder=\"Que pouvons nous faire pour vous ?\"></textarea>
</div>
<!--div class=\"form-group text-center\">
<button class=\"btn-home btn-4 btn-mulberry\">
C'est parti
</button>
</div -->
<div class=\"row\">
<div class=\"col-md-6 col-6 text-left\" style=\"padding: 0px;\">
<button type=\"button\" class=\"button-hover\" name=\"button\" onclick=\"backOffertList()\"><span class=\"fa fa-arrow-left\"></span> Précédent </button>
</div>
<div class=\"col-md-6 col-6 text-right\" style=\"padding: 0px;\">
<button type=\"submit\" class=\"button-hover\" id=\"submit-service-choice\" name=\"button\"> Suivant <span class=\"fa fa-arrow-right\"></span></button>
</div>
</div>
\t\t\t\t\t\t
\t\t\t\t\t\t</form>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"clearfix\"></div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</div>
\t\t\t\t<div style=\"col-md-12\">
\t\t\t\t\t<div class=\"text-center form-alert-top\" style=\"\">
\t\t\t\t\t\t<img src=\"";
// line 4827
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/images-newsletter.jpg"), "html", null, true);
echo "\" alt=\"\" style=\"height: 60px;\">
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
</div>
\t<div class=\"content-alert-action-market-user\" value=\"0\" name=\"0\" style=\"display: none;\"></div>
\t<div class=\"panel-result-action-market-user\" style=\"display: none; position: fixed; z-index: 90000; width: 100%; text-align: center; top: 40%;\">
\t\t<span style=\"display: inline-block; width: 80px; height: 80px; background: transparent; text-align: center; padding-top: 25px;\">
\t\t\t<div data-w-id=\"bdd6bb74-6a76-cc2b-93ad-7ae71601b802\" data-animation-type=\"lottie\" data-src=\"";
// line 4841
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/dataloader.json"), "html", null, true);
echo "\" data-loop=\"1\" data-direction=\"1\" data-autoplay=\"1\" data-is-ix2-target=\"0\" data-renderer=\"svg\" data-default-duration=\"26.2\" data-duration=\"0\" style=\"height: 100px;\"></div>
\t\t</span>
\t</div>
";
// line 4845
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:cardmenu"));
echo "
<div class=\"modal fade\" data-backdrop=\"true\" id=\"modal-souscription-offert\">
\t<div class=\"modal-dialog modal-lg\" style=\"border-radius: 10px;\">
\t<div class=\"modal-content\" style=\"border-radius: 10px; margin: 0px;\">
\t
";
// line 4851
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:headermodal", ["title" => ""]));
echo "
\t\t
\t\t<div class=\"modal-body\" style=\"background: #f5f7f8!important; padding: 15px 0px;\">
\t\t\t<div class=\"row\">
\t\t\t <div class=\"col-md-12\">
\t\t\t\t<div class=\"wait-chargement-content-module\" style=\"text-align: center; padding-top: 30px;\">
\t\t\t\t<h5>
\t\t\t\t\tPatientez un moment pendant le chargement des données</br>
\t\t\t\t\t<img src=\"";
// line 4859
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/loader1.gif"), "html", null, true);
echo "\" alt=\"image\" style=\"height: 60px; width: 60px;\">
</h5>
\t\t\t\t</div>
\t\t\t\t<div class=\"content-module-loading\" style=\"display: none;\">
\t\t\t\t</div>
\t\t\t </div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"modal-footer color-top\" style=\"text-align: right; border-top: 4px solid #37c0fb; display: block;\">
\t\t\t";
// line 4870
$this->loadTemplate("Theme/General/Template/Menu/social.html.twig", "Theme/layoutbase.html.twig", 4870)->display($context);
// line 4871
echo "\t\t</div>
\t</div>
\t</div>
\t</div>
<aside>
<div class=\"outer-close toggle-overlay\">
\t<a class=\"close-nav text-center open-scroll-bar-body\" style=\"background: #fff; color: #333; display: inline-block; height: 40px; width: 40px; border-radius: 20px; padding-top: 7px;\"><i class=\"fa fa-arrow-left\"></i></a>
<div style=\"position: fixed; z-index: 3; bottom: 0px; width: 100%; left: 0px; background: #fff; padding: 7px 10px;\">
\t<div style=\"font-size: 12px;\">© 2014 - ";
// line 4882
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, (isset($context["site"]) || array_key_exists("site", $context) ? $context["site"] : (function () { throw new RuntimeError('Variable "site" does not exist.', 4882, $this->source); })()), "html", null, true);
echo "</div>
</div>
</div>
<div class=\"row content-article-tech\">
</div>
</aside>
";
// line 4891
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:footer", ["position" => "accueil"]));
echo "
<!-- Jquery -->
<script src=\"";
// line 4895
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/jquery-migrate-3.0.0.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 4897
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/jquery-ui.min.js"), "html", null, true);
echo "\"></script>
<!-- Popper JS -->
<script src=\"";
// line 4899
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/popper.min.js"), "html", null, true);
echo "\"></script>
<!-- Bootstrap JS -->
<script src=\"";
// line 4901
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/bootstrap.min.js"), "html", null, true);
echo "\"></script>
<!-- Slicknav JS -->
<script src=\"";
// line 4904
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/slicknav.min.js"), "html", null, true);
echo "\"></script>
<!-- Magnific Popup JS -->
<script src=\"";
// line 4907
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/magnific-popup.js"), "html", null, true);
echo "\"></script>
<!-- Waypoints JS -->
<script src=\"";
// line 4909
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/waypoints.min.js"), "html", null, true);
echo "\"></script>
<!-- Countdown JS -->
<script src=\"";
// line 4911
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/finalcountdown.min.js"), "html", null, true);
echo "\"></script>
<!-- Nice Select JS -->
<script src=\"";
// line 4913
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/nicesellect.js"), "html", null, true);
echo "\"></script>
<!-- Flex Slider JS -->
<script src=\"";
// line 4915
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/flex-slider.js"), "html", null, true);
echo "\"></script>
<!-- ScrollUp JS -->
<script src=\"";
// line 4917
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/scrollup.js"), "html", null, true);
echo "\"></script>
<!-- Onepage Nav JS -->
<script src=\"";
// line 4919
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/onepage-nav.min.js"), "html", null, true);
echo "\"></script>
<!-- Easing JS -->
<script src=\"";
// line 4921
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/easing.js"), "html", null, true);
echo "\"></script>
<!-- Active JS -->
<script src=\"";
// line 4923
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/active.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 4924
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("autocomplete/js/jquery.auto-complete.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
";
// line 4925
$this->displayBlock('srcjavascript', $context, $blocks);
// line 4928
echo "
<script type=\"text/javascript\">
function modalSusccriptionSetting(itemsetting)
{
\$('.select-cards .select').attr('data-selected', false);
//alert(itemsetting)
if(itemsetting == \"discovery\")
{
\$('#item-discovery-online').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Discovery Online - 3000 ";
// line 4941
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4941, $this->source); })()), "html", null, true);
echo "/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"discovery\");
}else if(itemsetting == \"professional\")
{
\$('#item-professional-desktop').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Professional Desktop - 12 500 ";
// line 4948
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4948, $this->source); })()), "html", null, true);
echo "/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"professional\");
}else if(itemsetting == \"premium\")
{
\$('#item-premium-desktop').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Premium Desktop - 12 500 ";
// line 4956
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4956, $this->source); })()), "html", null, true);
echo "/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"premium\");
}else{
//\$('#item-contact').attr('data-selected', true);
//\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
//\$(\"#sommaire_commande h2\").html(\"Contactez le service client\");
//\$(\"#sommaire_commande input\").attr(\"value\",\"contact\");
\$('#item-professional-desktop').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"professional\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Professional Desktop - 12 500 ";
// line 4969
echo twig_escape_filter($this->env, (isset($context["devise"]) || array_key_exists("devise", $context) ? $context["devise"] : (function () { throw new RuntimeError('Variable "devise" does not exist.', 4969, $this->source); })()), "html", null, true);
echo "/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"professional\");
}
if(itemsetting != \"contact\")
{
\$(\".stepper-item-1\").hide();
\$(\".stepper-item-2\").show();
\$(\"#stepper-indicator-1\").removeClass(\"active\");
\$(\"#stepper-indicator-2\").addClass(\"active\");
\$(\"#stepper-indicator-1\").addClass(\"complete\");
}
}
var select_card = document.querySelectorAll(\".select\");
var title = document.getElementById(\"title\");
var price = document.getElementById(\"price\");
var selected=2;
var reset = ()=>{
select_card.forEach((k)=>{
k.setAttribute(\"data-selected\", \"false\");
})
}
select_card.forEach((a,i)=>{
a.addEventListener(\"click\",(e)=>{
reset();
a.setAttribute(\"data-selected\", \"true\")
var itemsetting = a.getAttribute('value');
if(itemsetting == \"discovery\")
{
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
}else if(itemsetting == \"professional\")
{
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
}else if(itemsetting == \"premium\")
{
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
}
selected=i+1;
})
})
function backOffertList(){
\$(\".stepper-item-1\").show();
\$(\".stepper-item-2\").hide();
\$(\"#stepper-indicator-1\").addClass(\"active\");
\$(\"#stepper-indicator-2\").removeClass(\"active\");
\$(\"#stepper-indicator-1\").removeClass(\"complete\");
};
\t";
// line 5025
$this->displayBlock('javascript', $context, $blocks);
// line 5028
echo "
\t\$(function(){
\t\t\$(\".dropdown-btn\").click(function(){
\t\t var menu = \$(this).find('.dropdown__menu');
\t\t if (menu) {
\t\t\tmenu.toggleClass(\"dropdown__menu--active\");
\t\t }
\t\t});
\t\t
\t\t\$(\"form.update-method-paiement\").submit(function(){
\t\t\tvar email = \$(this).find('input').val();
\t\t\tif(";
// line 5039
echo twig_escape_filter($this->env, (isset($context["regexmail"]) || array_key_exists("regexmail", $context) ? $context["regexmail"] : (function () { throw new RuntimeError('Variable "regexmail" does not exist.', 5039, $this->source); })()), "html", null, true);
echo ".test(email))
\t\t\t{
\t\t\t\tvar height = (\$(window).height() + \$(window).scrollTop());
\t\t\t\tvar width = \$(window).width() + 100;
\t\t\t\tvar scrolltop = \$(window).scrollTop();
\t\t\t\t\$('.panel-result-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 9000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t\t\t\$.post('";
// line 5049
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("users_user_update_newsletter_list");
echo "', { email: email }, function(data){
\t\t\t\t if(data == 0)
\t\t\t\t {
resetNotif();
alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, Les données envoyées n\\'ont pas été reçu</div>');
\t\t\t\t }else if(data == 2){
\t\t\t\t\t resetNotif();
\t\t\t\t\t alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, Cette adresse existe déjà !</div>');
\t\t\t\t }else if(data == 3){
\t\t\t\t\t resetNotif();
\t\t\t\t\t alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, L\\'adresse Email entrée est incorete !</div>');
\t\t\t\t }else{
resetNotif();
alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-check\"></span> Opération effectuée avec succès !</div><div>'+data+'</div>');
\t\t\t\t }
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t\t});
\t\t\t\t
\t\t\t}else{
\t\t\t\tresetNotif();
\t\t\t\talertify.alert('<div style=\"margin-bottom: 50px; text-decoration: underline;\"><span class=\"fa fa-frown-o\"></span> Echec, L\\'adresse Email entrée est incorete.</div>');
\t\t\t}
\t\t\t
\t\t\treturn false;
\t\t});
\$(\"form.formmodal_inscription_newletter\").submit(function(){
\t\t\tvar usernom = \$(this).find('input[name=\"usernom\"]').val();
var userprenom = \$(this).find('input[name=\"userprenom\"]').val();
var email = \$(this).find('input[name=\"email\"]').val();
var website = \$(this).find('textarea[name=\"website\"]').val();
var number = \$(this).find('input[name=\"number\"]').val();
var offreClient = \$(this).find('input[name=\"offreClient\"]').val();
var calldate = \$(this).find('input[name=\"calldate\"]').val();
var calltime = \$(this).find('input[name=\"calltime\"]').val();
var typeContact = \$(this).find('select[name=\"typeContact\"]').val();
\t\t\tif(";
// line 5088
echo twig_escape_filter($this->env, (isset($context["regexmail"]) || array_key_exists("regexmail", $context) ? $context["regexmail"] : (function () { throw new RuntimeError('Variable "regexmail" does not exist.', 5088, $this->source); })()), "html", null, true);
echo ".test(email))
\t\t\t{
\t\t\t\tvar height = (\$(window).height() + \$(window).scrollTop());
\t\t\t\tvar width = \$(window).width() + 100;
\t\t\t\tvar scrolltop = \$(window).scrollTop();
\t\t\t\t\$('.panel-result-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 9000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t\t\t\$.post('";
// line 5097
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("users_user_update_newsletter_list", ["type" => 2]);
echo "', { usernom: usernom, userprenom: userprenom, email: email, website: website, number: number, offreClient: offreClient, calldate: calldate, calltime: calltime, typeContact: typeContact }, function(data){
\t\t\t\t if(data == 0)
\t\t\t\t {
\t\t\t\t\tresetNotif();
\t\t\t\t\talertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, Les données envoyées n\\'ont pas été reçu</div>');
\t\t\t\t }else{
resetNotif();
alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-check\"></span> Opération effectuée avec succès !</div>');
\$('#sppmodal-container-newsletter').addClass('out');
\t\t\t \$('body').removeClass('sppmodal-active');
\t\t\t\t }
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t\t});
\t\t\t\t
\t\t\t}else{
\t\t\t\tresetNotif();
\t\t\t\talertify.alert('<div style=\"margin-bottom: 50px; text-decoration: underline;\"><span class=\"fa fa-frown-o\"></span> Echec, L\\'adresse Email entrée est incorete.</div>');
\t\t\t}
\t\t\t
\t\t\treturn false;
\t\t});
\t\tvar box = \$('.menu-mob');
\t\tvar button = \$('.open-menu, .header-menu');
\t\tbutton.on('click', function(){
\t\t\tbox.toggleClass('activebtn');
\t\t});
\t\t\$(\"[data-toggle=popover]\").popover();
\t\tvar jsonresult = ";
// line 5129
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Produit\\Produit\\ProduitController:autorechercheproduit", ["taille" => 10]));
echo ";
\t\tvar j = 0;
\t\tvar searchchoices = [];
\t\tfor(var n in jsonresult){
\t\t\tnom = jsonresult[n].nom;
\t\t\tdrapeau = jsonresult[n].drapeau;
\t\t\tslogan = jsonresult[n].slogan;
\t\t\trelation = jsonresult[n].relation;
\t\t\tlink = jsonresult[n].link;
\t\t\tnum = nom+\":\"+drapeau;
\t\t\tcourantelem = [nom,drapeau,slogan,relation,link];
\t\t\tsearchchoices[j] = courantelem;
\t\t\tj++;
\t\t}
\t\t\$('.recherche-plateforme').autoComplete({
\t\t\tminChars: 0,
\t\t\tsource: function(term, suggest){
\t\t\t\tterm = term.toLowerCase();
\t\t\t\tvar suggestions = [];
\t\t\t\tfor (i=0;i< searchchoices.length;i++)
\t\t\t\t\tif (~(searchchoices[i][0]+' '+searchchoices[i][1]).toLowerCase().indexOf(term)) suggestions.push(searchchoices[i]);
\t\t\t\tsuggest(suggestions);
\t\t\t},
\t\t\trenderItem: function (item, search){
\t\t\t\tsearch = search.replace(/[-\\/\\\\^\$*+?.()|[\\]{}]/g, '\\\\\$&');
\t\t\t\tvar re = new RegExp(\"(\" + search.split(' ').join('|') + \")\", \"gi\");
\t\t\t\treturn '<div class=\"autocomplete-suggestion\" data-langname=\"'+item[0]+'\" data-lang=\"'+item[1]+'\" data-link=\"'+item[4]+'\" data-val=\"'+search+'\" style=\"border-bottom: 1px solid #CCC; cursor: pointer;\"><a href=\"#!\" style=\"margin: 1px 3px; color: #CCC;\"><img src=\"";
// line 5157
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(""), "html", null, true);
echo "'+item[1]+'\" style=\"width: 40px; height: 40px; margin-right: 4px; margin-top: 4px;\" class=\"pull-left\" > <strong style=\"color: #333\">'+item[0].replace(re, \"<b>\$1</b>\")+'</strong></br><span>'+item[2]+' <span class=\"pull-right\">'+item[3]+'</span></span></a></div>';
\t\t\t},
\t\t\tonSelect: function(e, term, item){
\t\t\t\t\$('.recherche-plateforme').val(item.data('langname'));
\t\t\t\tdocument.location.href= item.data('link');
\t\t\t},
\t\t\tcache: false
\t\t});
\t\tvar bloquerfunction = false;
\t\tfunction rechercheprojetanduser()
\t\t{
\t\tif( bloquerfunction == false && \$('.recherche-plateforme').val().length >= 1 )// on vérifier si l'utilisateur a entré plus de 5 caractères
\t\t{
\t\t var libre = \$('.recherche-plateforme').attr('etat'); // on initialise la variable libre
\t\t var donnee = \$('.recherche-plateforme').val(); //on récupère la donnée
\t\t if (libre == 0 && donnee != \$('.recherche-plateforme').attr('lastresult')){ // on vérifier si la requête précedente est rétournée et que la recherche ne corespnd pas à la dernière effectuée
\t\t \$('.recherche-plateforme').attr('etat',1); // on bloque d'autres recherches
\t\t \$('.recherche-plateforme').attr('lastresult',donnee); // on enregistre la recherche effectuer.
\t\t\tsecondTimestamp = new Date().getTime();
\t\t\t\$.ajax({
\t\t\t\turl : '";
// line 5179
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_produit_auto_recherche_produits_andprojet_plateforme", ["taille" => 300]);
echo "',
\t\t\t\ttype : 'POST',
\t\t\t\tdata : 'donnee='+ donnee +'×tamp='+secondTimestamp+'',
\t\t\t\tdataType : 'json',
\t\t\t\tsuccess : function(data, statut){
\t\t\t\t\t \$('.recherche-plateforme').attr('etat',0); // on libère d'autre recherches
\t\t\t\t\t jsonresult = data;
\t\t\t\t\t\tj = 0;
\t\t\t\t\t\tsearchchoices = [];
\t\t\t\t\t\tfor(var n in jsonresult){
\t\t\t\t\t\t\tnom = jsonresult[n].nom;
\t\t\t\t\t\t\tdrapeau = jsonresult[n].drapeau;
\t\t\t\t\t\t\tslogan = jsonresult[n].slogan;
\t\t\t\t\t\t\trelation = jsonresult[n].relation;
\t\t\t\t\t\t\tlink = jsonresult[n].link;
\t\t\t\t\t\t\tnum = nom+\":\"+drapeau;
\t\t\t\t\t\t\tcourantelem = [nom,drapeau,slogan,relation,link];
\t\t\t\t\t\t\tsearchchoices[j] = courantelem;
\t\t\t\t\t\t\tj++;
\t\t\t\t\t\t}
\t\t\t\t\t setTimeout(function() { rechercheprojetanduser(); }, 100); // on relance la fonction après 200 ms.
\t\t\t\t}
\t\t\t});
\t\t }else{
\t\t setTimeout(function() { rechercheprojetanduser(); }, 100);
\t\t }
\t\t}else{
\t\t\tsetTimeout(function() { rechercheprojetanduser(); }, 100);
\t\t}
\t\t}
\t\t\$('.recherche-plateforme').focus(function(){
\t\t\tbloquerfunction = false;
\t\t\trechercheprojetanduser();
\t\t});
\t\t\$('.open-scroll-bar-body').click(function(){
\t\t\t\$('aside').toggleClass('open');
\t\t\t\$('.content-article-tech').html('');
\t\t});
\t\t\$('.overlay-article-market').click(function(){
\t\t var id = \$(this).attr('value');
\t\t var height = (\$(window).height() + \$(window).scrollTop());
\t\t var width = \$(window).width() + 100;
\t\t var scrolltop = \$(window).scrollTop();
\t\t \$('.panel-result-action-market-user').show();
\t\t \$('.content-alert-action-market-user').show();
\t\t \$('.content-alert-action-market-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 1000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t \$.post('";
// line 5231
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("produit_service_detail_article_support");
echo "',{ id: id }, function(data){
\t\t\t if(data != 0)
\t\t\t {
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t\t \$('.content-article-tech').html(data);
\t\t\t\t \$('aside').toggleClass('open');
\t\t\t }else{
\t\t\t\t resetNotif();
\t\t\t\t alertify.alert(\"Echec, Une erreur a été rencontrée lors de l\\'enregistrement de la commande.\");
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t }
\t\t });
\t\t});
\t});
</script>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<!--script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-595f8e9fdd98b073\"></script-->
<!--Start of Tawk.to Script-->
<script type=\"text/javascript\">
\tvar Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
\t(function(){
\tvar s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5f037606760b2b560e6fd915/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
\t})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 9
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 12
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 13
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:relicon", ["position" => "title"]));
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 17
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 18
echo "
<!-- Web Font -->
<link href=\"https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap\" rel=\"stylesheet\"/>
<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\"/>
";
// line 23
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\General\\Template\\MenuController:variablesCss"));
echo "
\t<style>
\t\t.header.shop .all-category{
\t\t\tbackground: var(--bg-principal)!important;
color: var(--text-principal)!important;
\t\t}
.header.shop .header-inner {
background: var(--bg-secondaire)!important;
color: var(--text-secondaire)!important;
}
.header.shop .list-main span i{
color: var(--text-icon-color)!important;
}
.header.shop .list-main span a:hover{
color: var(--text-icon-color)!important;
}
.header.shop .nice-select .list li:hover, .header.shop .nav li .dropdown li:hover a, .header.shop .nav li a:hover, .header.shop .main-category li a:hover{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.sticky .header-inner .nav li a {
color: var(--text-secondaire)!important;
}
.owl-theme .owl-nav [class*='owl-'], .header.shop .nav li .new{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .nav li .new::before{
border: 4px solid var(--bg-principal)!important;
}
.header.shop .main-category li .mega-menu .single-menu .title-link{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .main-category li .mega-menu .single-menu .title-link:hover{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .main-category li .mega-menu {
border-left: 3px solid var(--bg-principal)!important;
}
.header.shop .main-category li .mega-menu .single-menu .image{
overflow: hidden;
text-align: center!important;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
padding: 15px 10px;
}
.header.shop .main-category li .mega-menu .single-menu img {
display: inline-block!important;
cursor: pointer;
}
.header.shop .topbar{
background: var(--bg-principal)!important;
}
.header.shop .list-main span a, .principal-link{
color: var(--text-principal)!important;
}
.header.shop .list-main span a:hover, .principal-link:hover{
background: var(--bg-secondaire)!important;
color: var(--text-secondaire)!important;
}
.call-action-post, .header.shop .right-bar .sinlge-bar .single-icon .total-count{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .list-main span i{
color: var(--text-principal)!important;
}
.header.shop .nav li.menu-dd-coustom:hover a.target-dd {
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header .shopping .dropdown-cart-header a:hover, .header.shop .right-bar .sinlge-bar .single-icon:hover{
color: var(--bg-principal)!important;
}
.header .shopping-item .bottom .btn:hover, .header.shop .search-bar .btnn:hover{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
\t</style>
<!-- Bootstrap -->
\t<link rel=\"stylesheet\" href=\"";
// line 109
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/bootstrap.css"), "html", null, true);
echo "\"/>
\t<link href=\"";
// line 110
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/afhstyle.css"), "html", null, true);
echo "\" type=\"text/css\" rel=\"stylesheet\" media=\"screen,projection\"/>
\t<!-- Magnific Popup -->
<link rel=\"stylesheet\" href=\"";
// line 112
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/magnific-popup.min.css"), "html", null, true);
echo "\"/>
\t<!-- Font Awesome -->
<link rel=\"stylesheet\" href=\"";
// line 114
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/font-awesome.css"), "html", null, true);
echo "\"/>
\t<!-- Fancybox -->
\t<link rel=\"stylesheet\" href=\"";
// line 116
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/jquery.fancybox.min.css"), "html", null, true);
echo "\"/>
\t<!-- Themify Icons -->
<link rel=\"stylesheet\" href=\"";
// line 118
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/themify-icons.css"), "html", null, true);
echo "\"/>
\t<!-- Nice Select CSS -->
<link rel=\"stylesheet\" href=\"";
// line 120
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/niceselect.css"), "html", null, true);
echo "\"/>
\t<!-- Animate CSS -->
<link rel=\"stylesheet\" href=\"";
// line 122
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/animate.css"), "html", null, true);
echo "\"/>
\t<!-- Flex Slider CSS -->
<link rel=\"stylesheet\" href=\"";
// line 124
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/flex-slider.min.css"), "html", null, true);
echo "\"/>
\t<!-- Owl Carousel -->
<link rel=\"stylesheet\" href=\"";
// line 126
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/owl-carousel.css"), "html", null, true);
echo "\"/>
\t<!-- Slicknav -->
<link rel=\"stylesheet\" href=\"";
// line 128
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/slicknav.min.css"), "html", null, true);
echo "\"/>
\t<!-- Eshop StyleSheet -->
\t<link rel=\"stylesheet\" href=\"";
// line 131
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/reset.css"), "html", null, true);
echo "\"/>
\t<link rel=\"stylesheet\" href=\"";
// line 132
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/style.css"), "html", null, true);
echo "\"/>
<link rel=\"stylesheet\" href=\"";
// line 133
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/responsive.css"), "html", null, true);
echo "\"/>
\t<link rel=\"stylesheet\" href=\"";
// line 134
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("autocomplete/css/jquery.auto-complete.css"), "html", null, true);
echo "\"/>
<link rel=\"stylesheet\" href=\"";
// line 135
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/css/bootstrap-icons.css"), "html", null, true);
echo "\"/>
\t<script src=\"";
// line 136
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/jquery.min.js"), "html", null, true);
echo "\"></script>
\t<script src=\"";
// line 137
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/jquery.newsTicker.js"), "html", null, true);
echo "\"></script>
\t<script src=\"";
// line 138
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/lottieflow.min.js"), "html", null, true);
echo "\" type=\"text/javascript\"></script>
\t<!-- Owl Carousel JS -->
\t<script src=\"";
// line 140
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/js/owl.carousel.min.js"), "html", null, true);
echo "\"></script>
\t<link rel=\"stylesheet\" href=\"";
// line 142
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/notify/themes/alertify.core.css"), "html", null, true);
echo "\"/>
\t<link rel=\"stylesheet\" href=\"";
// line 143
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/notify/themes/alertify.default.css"), "html", null, true);
echo "\" id=\"toggleCSS\"/>
<script src=\"";
// line 144
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/notify/lib/alertify.min.js"), "html", null, true);
echo "\"></script>
\t<script>
\t\tfunction resetNotif(){
\t\t\t\$(\"#toggleCSS\").attr(\"href\", \"";
// line 147
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/notify/themes/alertify.default.css"), "html", null, true);
echo "\");
\t\t\talertify.set({
\t\t\t\tlabels : {
\t\t\t\t\tok : \"OK\",
\t\t\t\t\tcancel : \"Cancel\"
\t\t\t\t},
\t\t\t\tdelay : 5000,
\t\t\t\tbuttonReverse : false,
\t\t\t\tbuttonFocus : \"ok\"
\t\t\t});
\t\t}
\t</script>
<style>
.hover-offer, .hover-offer h2 {
\ttext-align: left;
}
.hover-offer, .hover-offer .overlay2 {
\twidth: 95%;
\tmax-width: 450px;
\theight: auto;
\toverflow: hidden
}
.hover-offer button.info, .hover-offer h2 {
\ttext-transform: uppercase;
\tcolor: #fff
}
.hover-offer {
cursor: pointer;
\tmargin-bottom: 20px;
\tborder-radius: 2px;
\twidth: 100%;
\t min-width: 267px;
\tmax-height: 350px;
\tmax-width: 400px;
\tmargin-left: auto;
\tmargin-right: auto;
}
.hover-offer .overlay2 {
\tposition: absolute;
\ttop: 0;
\tleft: 0
}
.hover-offer img {
\tdisplay: block;
\tposition: relative;
}
.offer-content {
position: absolute;
z-index: 10;
/* height: 100%; */
width: 94%;
/* max-height: 239px; */
bottom: 0;
padding: 5% 4% 14% 7%;
color: #FFF;
background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 80%);
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 80%);
background-image:-webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 80%);
/* background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%); */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#000', endColorstr='transparent', GradientType=1 );
/* -webkit-transition: all .3s ease-out 0s; */
-moz-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
margin-bottom: 20px;
margin-top: 1px;
top: 0;
}
.offer-content h4 {
\tfont-size: 170% !important;
\tmargin-top: 10px;
\tmargin-bottom: 16px;
\tfont-weight: 700;
\tmargin-top: 20px;
}
.offer-content .price {
\tfont-size: 20px;
\tcolor: #fff;
\ttext-align: left;
\tpadding-top: 2%;
}
.ehover1 img {
\t-webkit-transition: all .4s linear;
\ttransition: all .4s linear
}
.ehover1 .overlay2 {
\t-webkit-transition: all .4s ease-in-out;
\ttransition: all .4s ease-in-out
}
.ehover1:hover img {
\t-ms-transform: scale(1.2);
\t-webkit-transform: scale(1.2);
\ttransform: scale(1.2)
}
.ehover1:hover .overlay2 {
\topacity: 1
}
.offer-content .price-offer {
\tfont-size: 32px;
\tcolor: #fff;
\tmargin-top: 10px;
}
.flights-icon {
\tborder: 1px solid #ffffff;
\tborder-radius: 100%;
\tdisplay: block;
\tfont-family: \"theme-icons\";
\tfont-size: 20px !important;
\theight: 38px;
\tline-height: 38px !important;
\ttext-align: center;
\twidth: 38px;
}
p.detail {
\tfont-size: 118%;
\tline-height: 38px;
}
p.price-offer {
\tfont-size: 16px;
\tcolor: #fff;
\tfont-weight: 500;
\tline-height: 23px;
}
p.price-offer span {
\tfont-size: 16px;
}
/* RIBBON */
.ribbon {
\tposition: absolute;
\tz-index: 10;
\tpadding: 0px 7px;
\t/* margin-left: 62.5%; */
/* margin-right: 12.0%; */
\tborder-top-left-radius: 2px;
\tborder-bottom-left-radius: 2px;
\tfont-size: 15px;
\tline-height: 32px;
\tfont-weight: bold;
\ttext-align: center;
\tcolor: #fff;
\ttext-shadow: 0 1px 1px rgba(0,0,0,0.2);
\t-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
\t-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
\tbox-shadow: 0 1px 1px rgba(0,0,0,0.2);
\tzoom: 1;
\t/* top: 8%; */
right: -3%;
\t/* left: 61%; */
\tmin-width: 40%;
\tmax-width: 50%;
\theight: 32px;
}
.orange {
\tbackground: #FF9600;
}
.blue {
\tbackground: #3398d9
}
.green {
\tbackground: #66b94d;
}
.ribbon:after {
\tcontent: \"\";
\tposition: absolute;
\tz-index: -20;
\ttop: 100%;
\tleft: auto;
\tborder-style: solid;
\tborder-width: 0 0 10px 10px;
\tright: 0;
}
.orange:after {
\tborder-color: transparent #DC5F0B;
}
.blue:after {
\tborder-color: transparent #1e5b82;
}
.green:after {
\tborder-color: transparent #3e7030;
}
.no-ribbon {
\theight: 41px;
\tposition: absolute;
\tz-index: 2000;
}
/*END OF RIBBON */
.button2 {
\tmargin: 0 auto;
\t/* width: 145px; */
\theight: 40px;
\tbackground: rgba(0, 0, 0, 0.5);
\toverflow: hidden;
\ttext-align: center;
\ttransition: .2s;
\tcursor: pointer;
\tborder-radius: 4px !important;
\tfloat: left;
\tborder: 1px solid white;
\tfont-size: 17px;
\tmargin-top: 20px;
\tfont-weight: 400;
\tpadding: 20px 20px;
\tline-height: 0em;
\tposition: absolute;
right: 7%;
bottom: 7%;
}
@media (max-width: 768px) {
.offer-content h4 {
\tfont-size: 150% !important;
}
p.detail {
\tfont-size: 140%;
\ttext-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
\tline-height: 18px;
}
.offer-content {
position: absolute;
z-index: 10;
min-width:279px;
max-width: 400px;
width: 89%;
bottom: 0;
color: #FFF;
padding: 5% 7% 14% 7%;
}
.hover-offer {
\twidth:95%;
min-width: 280px;
min-height: auto;
max-height: 550px;
/*max-width: 640px;*/
\t/* margin-left: auto; */
\tmargin-right: auto;
\t/* height: 100%; */
/* width: auto; */
}
.col-xs-offset-1 {
\tmargin-left: 0;
}
.ribbon {
\twidth: 60%;
\t left: 52.5%;
}
}
@media (max-width: 545px) {
.button2 {
width: 80%;
padding: 23px;
font-size: 23px;
margin-right: 2%;
bottom: 2%;
}
.ribbon {
\twidth: 49.9%;
left: 53.4%;
}
}
.hover-offer {
\tposition: initial
}
.col-lg-3, .col-md-4, .col-sm-6, .col-xs-12 {
\tpadding: 0 10px
}
@media (min-width: 1024px) {
.offer-content:hover {
box-shadow: none
}
.offer-content:hover figcaption {
background-image: none
}
}
/*------------ END OF OFFERS ✂----------------------✂*/
.coustom-my-text{
\ttext-align: left;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.mega-menu{
\tbox-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
\tz-index: 50000;
}
.main-category{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.display-vertical-menu{
\topacity: 0;
\tvisibility: hidden;
}
.row{
\tmargin: 0px;
}
.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
}
.breadcrumbs li {
list-style: none;
margin: 0;
padding: 0;
display: block;
float: left;
font-family: 'Montserrat', sans-serif!important;
font-size: 13px;
text-transform: capitalize;
font-weight: 700;
letter-spacing: .05em;
line-height: 20px;
color: hsl(0, 0%, 30%);
}
.breadcrumbs li a {
display: block;
padding: 0 40px 0 0px;
color: hsl(0, 0%, 30%);
text-decoration: none;
height: 20px;
font-weight: 700;
letter-spacing: .05em;
line-height: 20px;
position: relative;
perspective: 700px;
}
.breadcrumbs li a:after {
content: '';
width: 20px;
height: 20px;
border-color: #333;
border-style: solid;
border-width: 1px 1px 0 0;
-webkit-backface-visibility: hidden;
outline: 1px solid transparent;
position: absolute;
right: 20px;
-webkit-transition: all .15s ease;
\t -moz-transition: all .15s ease;
\t -ms-transition: all .15s ease;
\t\t transition: all .15s ease;
-webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
\t -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
\t -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
\t\t transform: rotateZ(45deg) skew(10deg, 10deg);
}
.breadcrumbs li a:hover:after {
right: 15px;
-webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
\t -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
\t -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
\t\t transform: rotateZ(45deg) skew(-10deg, -10deg);
}
.btn-afh-flat {
\tfont-size: 12px;
\tborder: 3px solid #ddd;
\tmargin-right: -2px;
\tfont-family: 'Montserrat', sans-serif!important;
\ttext-align: center;
\tcolor: #030303;
\tbackground: linear-gradient(#FFFFFF,#E6E6E6);
\tborder: 1px solid #CDCDCD;
\tborder-radius: 3px;
\tdisplay: inline-block;
\tpadding: 4px 7px;
}
.search-form-left-side .nice-select{
\twidth: 100%!important;
}
.search-form-top-side .nice-select{
\twidth: 100%!important;
}
.form-post-product .nice-select{
\twidth: 100%!important;
}
.product-grid {
font-family: Raleway,sans-serif;
text-align: center;
padding: 0 0 72px;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
z-index: 1;
}
.product-grid .product-image {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid .product-image a {
display: block;
}
.product-grid .product-image img {
width: 100%;
height: auto;
}
.product-grid .pic-1 {
opacity: 1;
-webkit-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
}
.product-grid:hover .pic-1 {
opacity: 1;
}
.product-grid .pic-2 {
opacity: 0;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
}
.product-grid:hover .pic-2 {
opacity: 1;
}
.product-grid .social {
width: 150px;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
position: absolute;
top: 60%;
left: 50%;
z-index: 1;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid:hover .social {
opacity: 1;
top: 50%;
}
.product-grid .social li {
display: inline-block;
}
.product-grid .social li a {
color: #fff;
background-color: #333;
font-size: 16px;
line-height: 40px;
text-align: center;
height: 40px;
width: 40px;
margin: 0 2px;
display: block;
position: relative;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-grid .social li a:hover {
color: #fff;
background-color: #ef5777;
}
.product-grid .social li a:after, .product-grid .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #000;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
padding: 1px 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -20px;
z-index: -1;
}
.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
opacity: 1;
}
.product-grid .product-discount-label, .product-grid .product-new-label {
color: #fff;
background-color: #ef5777;
font-size: 12px;
text-transform: uppercase;
padding: 2px 7px;
display: block;
position: absolute;
top: 10px;
left: 0;
}
.product-grid .product-discount-label {
background-color: #333;
left: auto;
right: 0;
}
.product-grid .rating {
color: #FFD200;
font-size: 12px;
padding: 12px 0 0;
margin: 0;
list-style: none;
position: relative;
z-index: -1;
}
.product-grid .rating li.disable {
color: rgba(0, 0, 0, 0.2);
}
.product-grid .product-content {
background-color: #fff;
text-align: center;
padding: 12px 0;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
bottom: -27px;
z-index: 1;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid:hover .product-content {
bottom: 0;
}
.product-grid .title {
font-size: 13px;
font-weight: 400;
letter-spacing: .5px;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid .title a {
color: #828282;
}
.product-grid .title a:hover {
color: #ef5777;
}
.product-grid:hover .title a {
color: #ef5777;
}
.product-grid .price {
color: #333;
font-size: 17px;
font-family: Montserrat,sans-serif;
font-weight: 700;
letter-spacing: .6px;
margin-bottom: 8px;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid .price span {
color: #999;
font-size: 13px;
font-weight: 400;
text-decoration: line-through;
margin-left: 3px;
display: inline-block;
}
.product-grid .add-to-cart {
color: #000;
font-size: 13px;
font-weight: 600;
}
@media only screen and (max-width: 990px) {
.product-grid {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-2 **********************/
.demo {
padding: 45px 0;
}
.product-grid2 {
font-family: 'Open Sans',sans-serif;
position: relative;
}
.product-grid2 .product-image2 {
overflow: hidden;
position: relative;
}
.product-grid2 .product-image2 a {
display: block;
}
.product-grid2 .product-image2 img {
width: 100%;
height: auto;
}
.product-image2 .pic-1 {
opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid2:hover .product-image2 .pic-1 {
opacity: 0;
}
.product-image2 .pic-2 {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid2:hover .product-image2 .pic-2 {
opacity: 1;
}
.product-grid2 .social {
padding: 0;
margin: 0;
position: absolute;
bottom: 50px;
right: 25px;
z-index: 1;
}
.product-grid2 .social li {
margin: 0 0 10px;
display: block;
-webkit-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid2:hover .social li {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.product-grid2:hover .social li:nth-child(2) {
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.product-grid2:hover .social li:nth-child(3) {
-webkit-transition-delay: .25s;
transition-delay: .25s;
}
.product-grid2 .social li a {
color: #505050;
background-color: #fff;
font-size: 17px;
line-height: 45px;
text-align: center;
height: 45px;
width: 45px;
border-radius: 50%;
display: block;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid2 .social li a:hover {
color: #fff;
background-color: #3498db;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.product-grid2 .social li a:after, .product-grid2 .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #000;
font-size: 12px;
line-height: 22px;
border-radius: 3px;
padding: 0 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid2 .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -22px;
z-index: -1;
}
.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
opacity: 1;
}
.product-grid2 .add-to-cart {
color: #fff;
background-color: #404040;
font-size: 15px;
text-align: center;
width: 100%;
padding: 10px 0;
display: block;
position: absolute;
left: 0;
bottom: -100%;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid2 .add-to-cart:hover {
background-color: #3498db;
text-decoration: none;
}
.product-grid2:hover .add-to-cart {
bottom: 0;
}
.product-grid2 .product-new-label {
background-color: #3498db;
color: #fff;
font-size: 17px;
padding: 5px 10px;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid2:hover .product-new-label {
opacity: 0;
}
.product-grid2 .product-content {
padding: 20px 10px;
text-align: center;
}
.product-grid2 .title {
font-size: 17px;
margin: 0 0 7px;
}
.product-grid2 .title a {
color: #303030;
}
.product-grid2 .title a:hover {
color: #3498db;
}
.product-grid2 .price {
color: #303030;
font-size: 15px;
}
@media screen and (max-width: 990px) {
.product-grid2 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-3 **********************/
.product-grid3 {
font-family: Roboto,sans-serif;
text-align: center;
position: relative;
z-index: 1;
}
.product-grid3:before {
content: \"\";
height: 81%;
width: 100%;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: -1;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid3:hover:before {
opacity: 1;
height: 100%;
}
.product-grid3 .product-image3 {
position: relative;
}
.product-grid3 .product-image3 a {
display: block;
}
.product-grid3 .product-image3 img {
width: 100%;
height: auto;
}
.product-grid3 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid3:hover .pic-1 {
opacity: 0;
}
.product-grid3 .pic-2 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid3:hover .pic-2 {
opacity: 1;
}
.product-grid3 .social {
width: 120px;
padding: 0;
margin: 0 auto;
list-style: none;
opacity: 0;
position: absolute;
right: 0;
left: 0;
bottom: -23px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid3:hover .social {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {
opacity: 0;
}
.product-grid3 .social li {
display: inline-block;
}
.product-grid3 .social li a {
color: #e67e22;
background: #fff;
font-size: 18px;
line-height: 50px;
width: 50px;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
margin: 0 2px;
display: block;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid3 .social li a:hover {
background: #e67e22;
color: #fff;
}
.product-grid3 .product-discount-label, .product-grid3 .product-new-label {
background-color: #e67e22;
color: #fff;
font-size: 17px;
padding: 2px 10px;
position: absolute;
right: 10px;
top: 10px;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid3 .product-content {
z-index: -1;
padding: 15px;
text-align: left;
}
.product-grid3 .title {
font-size: 14px;
text-transform: capitalize;
margin: 0 0 7px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid3 .title a {
color: #414141;
}
.product-grid3 .price {
color: #000;
font-size: 16px;
letter-spacing: 1px;
font-weight: 600;
margin-right: 2px;
display: inline-block;
}
.product-grid3 .price span {
color: #909090;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-decoration: line-through;
text-align: left;
display: inline-block;
margin-top: -2px;
}
.product-grid3 .rating {
padding: 0;
margin: -22px 0 0;
list-style: none;
text-align: right;
display: block;
}
.product-grid3 .rating li {
color: #ffd200;
font-size: 13px;
display: inline-block;
}
.product-grid3 .rating li.disable {
color: #dcdcdc;
}
@media only screen and (max-width: 1200px) {
.product-grid3 .rating {
margin: 0;
}
}
@media only screen and (max-width: 990px) {
.product-grid3 {
margin-bottom: 30px;
}
.product-grid3 .rating {
margin: -22px 0 0;
}
}
@media only screen and (max-width: 359px) {
.product-grid3 .rating {
margin: 0;
}
}
/********************* Shopping Demo-4 **********************/
.product-grid4 {
position: relative;
font-family: Poppins,sans-serif;
text-align: center;
border-radius: 5px;
overflow: hidden;
z-index: 1;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
box-shadow:0 4px 10px -6px #0005;
}
.product-grid4 .product-image4 {
position: relative;
}
.product-grid4:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-grid4 .product-image4 a {
display: block;
}
.product-grid4 .product-image4 img {
width: 100%;
height: auto;
}
.product-grid4 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid4:hover .pic-1 {
opacity: 0;
}
.product-grid4 .pic-2 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid4:hover .pic-2 {
opacity: 1;
}
.product-grid4 .social {
width: 180px;
padding: 0;
margin: 0 auto;
list-style: none;
position: absolute;
right: 0;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid4 .social li {
display: inline-block;
opacity: 0;
-webkit-transition: all .7s;
transition: all .7s;
}
.product-grid4 .social li:nth-child(1) {
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.product-grid4 .social li:nth-child(2) {
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.product-grid4 .social li:nth-child(3) {
-webkit-transition-delay: .45s;
transition-delay: .45s;
}
.product-grid4:hover .social li {
opacity: 1;
}
.product-grid4 .social li a {
color: #222;
background: #fff;
font-size: 17px;
line-height: 36px;
width: 40px;
height: 36px;
border-radius: 2px;
margin: 0 5px;
display: block;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid4 .social li a:hover {
color: #fff;
background: #16a085;
}
.product-grid4 .social li a:after, .product-grid4 .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #000;
font-size: 12px;
line-height: 20px;
border-radius: 3px;
padding: 0 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid4 .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -22px;
z-index: -1;
}
.product-grid4 .social li a:hover:after, .product-grid4 .social li a:hover:before {
opacity: 1;
}
.product-grid4 .product-discount-label, .product-grid4 .product-new-label {
color: #fff;
background-color: #16a085;
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
line-height: 45px;
height: 45px;
width: 45px;
border-radius: 50%;
position: absolute;
left: 10px;
top: 15px;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid4 .product-discount-label {
left: auto;
right: 10px;
background-color: #d7292a;
}
.product-grid4:hover .product-new-label {
opacity: 0;
}
.product-grid4 .product-content {
padding: 25px;
}
.product-grid4 .title {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
margin: 0 0 7px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid4 .title a {
color: #222;
}
.product-grid4 .title a:hover {
color: #16a085;
}
.product-grid4 .price {
color: #16a085;
font-size: 17px;
font-weight: 700;
margin: 0 2px 15px 0;
display: block;
}
.product-grid4 .price span {
color: #909090;
font-size: 13px;
font-weight: 400;
letter-spacing: 0;
text-decoration: line-through;
text-align: left;
vertical-align: middle;
display: inline-block;
}
.product-grid4 .add-to-cart {
border: 1px solid #e5e5e5;
display: inline-block;
padding: 10px 20px;
color: #888;
font-weight: 600;
font-size: 14px;
border-radius: 4px;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid4:hover .add-to-cart {
border: 1px solid transparent;
background: #16a085;
color: #fff;
}
.product-grid4 .add-to-cart:hover {
background-color: #505050;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 990px) {
.product-grid4 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1, .product-image5 .pic-2 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid5 {
font-family: Poppins,sans-serif;
position: relative;
}
.product-grid5 .product-image5 {
overflow: hidden;
position: relative;
}
.product-grid5 .product-image5 a {
display: block;
}
.product-grid5 .product-image5 img {
width: 100%;
height: auto;
}
.product-image5 .pic-1 {
opacity: 1;
}
.product-grid5:hover .product-image5 .pic-1 {
opacity: 0;
}
.product-image5 .pic-2 {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.product-grid5:hover .product-image5 .pic-2 {
opacity: 1;
}
.product-grid5 .social {
padding: 0;
margin: 0;
position: absolute;
top: 10px;
right: 10px;
}
.product-grid5 .social li {
display: block;
margin: 0 0 10px;
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid5 .social li:nth-child(2) {
opacity: 0;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.product-grid5:hover .social li:nth-child(2) {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.product-grid5 .social li:nth-child(3) {
opacity: 0;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.product-grid5:hover .social li:nth-child(3) {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.product-grid5 .social li a {
color: #888;
background: #fff;
font-size: 14px;
text-align: center;
line-height: 40px;
height: 40px;
width: 40px;
border-radius: 50%;
display: block;
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
}
.product-grid5 .social li a:hover {
color: #fff;
background: #1e3799;
}
.product-grid5 .select-options {
color: #777;
background-color: #fff;
font-size: 13px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
padding: 15px 5px;
margin: 0 auto;
opacity: 0;
display: block;
position: absolute;
width: 92%;
left: 0;
bottom: -100px;
right: 0;
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
}
.product-grid5 .select-options:hover {
color: #fff;
background-color: #1e3799;
text-decoration: none;
}
.product-grid5:hover .select-options {
opacity: 1;
bottom: 10px;
}
.product-grid5 .product-content {
padding: 20px 10px;
}
.product-grid5 .title {
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid5 .title a {
color: #222;
}
.product-grid5 .title a:hover {
color: #1e3799;
}
.product-grid5 .price {
color: #222;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
}
@media only screen and (max-width: 990px) {
.product-grid5 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-6 **********************/
.product-grid6 {
overflow: hidden;
font-family: 'Open Sans',sans-serif;
text-align: center;
position: relative;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6 .product-image6 {
overflow: hidden;
}
.product-grid6:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product-grid6 .product-image6 a {
display: block;
}
.product-grid6 .product-image6 img {
width: 100%;
height: auto;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6:hover .product-image6 img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.product-grid6 .product-content {
padding: 12px 12px 15px;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6:hover .product-content {
opacity: 0;
}
.product-grid6 .title {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid6 .title a {
color: #000;
}
.product-grid6 .title a:hover {
color: #2e86de;
}
.product-grid6 .price {
font-size: 18px;
font-weight: 600;
color: #2e86de;
}
.product-grid6 .price span {
color: #999;
font-size: 15px;
font-weight: 400;
text-decoration: line-through;
margin-left: 7px;
display: inline-block;
}
.product-grid6 .social {
background-color: #fff;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
bottom: -50%;
left: 50%;
z-index: 1;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6:hover .social {
opacity: 1;
bottom: 20px;
}
.product-grid6 .social li {
display: inline-block;
}
.product-grid6 .social li a {
color: #909090;
font-size: 16px;
line-height: 45px;
text-align: center;
height: 45px;
width: 45px;
margin: 0 7px;
border: 1px solid #909090;
border-radius: 50px;
display: block;
position: relative;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-grid6 .social li a:hover {
color: #fff;
background-color: #2e86de;
width: 80px;
}
.product-grid6 .social li a:after, .product-grid6 .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #2e86de;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
padding: 1px 5px;
border-radius: 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid6 .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -20px;
z-index: -1;
}
.product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
opacity: 1;
}
@media only screen and (max-width: 990px) {
.product-grid6 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-7 **********************/
.product-grid7 {
font-family: 'Roboto Slab',serif;
position: relative;
z-index: 1;
}
.product-grid7 .product-image7 {
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
-webkit-perspective: 1500px;
perspective: 1500px;
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid7 .product-image7 a {
display: block;
}
.product-grid7 .product-image7 img {
width: 100%;
height: auto;
}
.product-grid7 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid7 .pic-2 {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid7:hover .pic-2 {
opacity: 1;
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.product-grid7 .social {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
bottom: 3px;
left: -20%;
z-index: 1;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid7:hover .social {
left: 17px;
}
.product-grid7 .social li a {
color: #fff;
background-color: #333;
font-size: 16px;
line-height: 40px;
text-align: center;
height: 40px;
width: 40px;
margin: 15px 0;
border-radius: 50%;
display: block;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.product-grid7 .social li a:hover {
color: #fff;
background-color: #78e08f;
}
.product-grid7 .product-new-label {
color: #fff;
background-color: #333;
padding: 5px 10px;
border-radius: 5px;
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.product-grid7 .product-content {
text-align: center;
padding: 20px 0 0;
}
.product-grid7 .title {
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid7 .title a {
color: #333;
}
.product-grid7 .title a:hover {
color: #78e08f;
}
.product-grid7 .rating {
color: #78e08f;
font-size: 12px;
padding: 0;
margin: 0 0 10px;
list-style: none;
}
.product-grid7 .price {
color: #333;
font-size: 20px;
font-family: Lora,serif;
font-weight: 700;
margin-bottom: 8px;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid7 .price span {
color: #999;
font-size: 14px;
font-weight: 700;
text-decoration: line-through;
margin-left: 7px;
display: inline-block;
}
@media only screen and (max-width: 990px) {
.product-grid7 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-8 **********************/
.product-grid8 {
font-family: Poppins,sans-serif;
position: relative;
z-index: 1;
}
.product-grid8 .product-image8 {
border: 1px solid #e4e9ef;
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid8:hover .product-image8 {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product-grid8 .product-image8 a {
display: block;
}
.product-grid8 .product-image8 img {
width: 100%;
height: auto;
}
.product-grid8 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid8:hover .pic-1 {
opacity: 0;
}
.product-grid8 .pic-2 {
opacity: 0;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid8:hover .pic-2 {
opacity: 1;
}
.product-grid8 .social {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
bottom: 13px;
right: 13px;
z-index: 1;
}
.product-grid8 .social li {
opacity: 0;
-webkit-transform: translateY(3px);
transform: translateY(3px);
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid8:hover .social li {
margin: 0 0 10px;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.product-grid8:hover .social li:nth-child(1) {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.product-grid8:hover .social li:nth-child(2) {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.product-grid8:hover .social li:nth-child(3) {
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.product-grid8 .social li a {
color: grey;
font-size: 17px;
line-height: 40px;
text-align: center;
height: 40px;
width: 40px;
border: 1px solid grey;
display: block;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.product-grid8 .social li a:hover {
color: #000;
border-color: #000;
}
.product-grid8 .product-discount-label {
display: block;
padding: 4px 15px 4px 30px;
color: #fff;
background-color: #0081c2;
position: absolute;
top: 10px;
right: 0;
-webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}
.product-grid8 .product-content {
padding: 20px 0 0;
}
.product-grid8 .price {
color: #000;
font-size: 19px;
font-weight: 400;
margin-bottom: 8px;
text-align: left;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid8 .price span {
color: #999;
font-size: 14px;
font-weight: 500;
text-decoration: line-through;
margin-left: 7px;
display: inline-block;
}
.product-grid8 .product-shipping {
color: rgba(0, 0, 0, 0.5);
font-size: 15px;
padding-left: 35px;
margin: 0 0 15px;
display: block;
position: relative;
}
.product-grid8 .product-shipping:before {
content: '';
height: 1px;
width: 25px;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 0;
}
.product-grid8 .title {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin: 0 0 30px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid8 .title a {
color: #000;
}
.product-grid8 .title a:hover {
color: #0081c2;
}
.product-grid8 .all-deals {
display: block;
color: #fff;
background-color: #2e353b;
font-size: 15px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
padding: 22px 5px;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid8 .all-deals .icon {
margin-left: 7px;
}
.product-grid8 .all-deals:hover {
background-color: #0081c2;
}
@media only screen and (max-width: 990px) {
.product-grid8 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-9 **********************/
.product-grid9 {
position: relative;
font-family: Poppins,sans-serif;
z-index: 1;
}
.product-grid9 .product-image9 {
position: relative;
}
.product-grid9 .product-image9 a {
display: block;
}
.product-grid9 .product-image9 img {
width: 100%;
height: auto;
}
.product-grid9 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid9:hover .pic-1 {
opacity: 0;
}
.product-grid9 .pic-2 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid9:hover .pic-2 {
opacity: 1;
}
.product-grid9 .product-full-view {
color: #505050;
background-color: #fff;
font-size: 16px;
height: 45px;
width: 45px;
padding: 18px;
border-radius: 100px 0 0;
display: block;
opacity: 0;
position: absolute;
right: 0;
bottom: 0;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid9 .product-full-view:hover {
color: #c0392b;
}
.product-grid9:hover .product-full-view {
opacity: 1;
}
.product-grid9 .product-content {
padding: 12px 12px 0;
overflow: hidden;
position: relative;
}
.product-content .rating {
padding: 0;
margin: 0 0 7px;
list-style: none;
}
.product-grid9 .rating li {
font-size: 12px;
color: #ffd200;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid9 .rating li.disable {
color: rgba(0, 0, 0, 0.2);
}
.product-grid9 .title {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin: 0 0 3px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid9 .title a {
color: rgba(0, 0, 0, 0.5);
}
.product-grid9 .title a:hover {
color: #c0392b;
}
.product-grid9 .price {
color: #000;
font-size: 17px;
margin: 0;
display: block;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid9:hover .price {
opacity: 0;
}
.product-grid9 .add-to-cart {
display: block;
color: #c0392b;
font-weight: 600;
font-size: 14px;
opacity: 0;
position: absolute;
left: 10px;
bottom: -20px;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid9:hover .add-to-cart {
opacity: 1;
bottom: 0;
}
@media only screen and (max-width: 990px) {
.product-grid9 {
margin-bottom: 30px;
}
}
.dropdown-btn {
position: relative;
display: inline-block;
z-index: 10;
width: 100%; height: 100%; cursor: pointer;
color: #333;
padding-top: 3px;
}
.dropdown__menu {
display: none;
position: absolute;
top: 100%;
right: 0;
min-width: 200px;
background: #fff;
margin-top: 10px;
border: 1px solid #F4F5F7;
border-radius: 4px;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
text-align: left!important;
}
.dropdown__menu--active {
display: block;
}
.dropdown__option {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #000;
transition: all .2s ease-in-out;
line-height: 13px;
text-transform: capitalize;
}
.dropdown__option:hover {
background: #F4F5F7;
padding-left: 20px !important;
}
.dropdown__option:not(:last-child) {
border-bottom: 1px solid #F4F5F7;
}
.product-discount-label{
background: #f5f5f5!important; color: #333; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.flex-container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.flex-container > div {
padding-top:10px;
}
.paginate-ctn{
display: flex;
}
.round-effect{
color:#DD4124;
cursor:pointer;
\t/* border:1px solid red; */
font-size:16px;
text-align:center;
padding-left:10px;
padding-right:10px;
padding-top:9px;
border-radius: 50%;
height: 40px;
width: 40px;
margin:5px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
text-decoration: none;
}
.round-effect:hover{
text-decoration: none;
background:#DD4124;
color:#FFF;
}
.round-effect:hover a {
text-decoration: none;
color:#FFF;
}
.activepage{
background:#DD4124;
color:#FFF!important;
}
.header-wave {
position: relative;
min-height: 200px;
background: transparent;
background-image: linear-gradient(155deg, #f4f4f4 0%, #f4f4f4 50%, #f4f4f4 100%);
}
.header-wave h1 {
color: white;
}
.svg-wave {
position: absolute;
bottom: 0;
width: 100%;
height: auto;
}
.section-wave{
\tposition: relative;
\tmargin: 0;
\tpadding: 0;
\tbackground: white;
\twidth: 100%;
\theight: 200px;
}
#worf{
\tposition: absolute;
\tbottom: 0;
\twidth: 100%;
\tz-index: 1;
}
#worf path{
fill: url(#grad1)
}
section.section-2{
\twidth: 100%;
\theight: 200px;
\tbackground: linear-gradient(to right, #dffdgg 0%,#f2f2f2 100%);
}
#client-logos .item {
\tmargin: 1px;
}
.cover-wrapper {
\tpadding: 5px 0px;
}
.client-inners img {
\theight: 100%;
\tobject-fit: contain;
}
.client-inners{
\tborder: 1px solid #ccc;
\theight: 90px;
\ttext-align: center;
\tpadding: 0px;
}
.owl-nav img {
\twidth: 34px;
}
.owl-prev img {
\tposition: absolute;
\tleft: -38px;
\ttop: 40px;
}
.owl-next img {
\tposition: absolute;
\tright: -38px;
\ttop: 40px;
}
.item-inner:hover{
\tbackground: #f8f8f8;
\tbox-shadow: 0px 0px 3px 1px #333;
}
.theme-bg-light{
border: 1px #CCC solid;
box-shadow:
inset 0px 11px 8px -10px #CCC,
inset 0px -11px 8px -10px #CCC;
}
.logo-partner .owl-stage-outer{
\tmax-height: 150px!important;
}
.item{
\tborder: none;
\tmin-height: 100px;
}
#client-logos .item{
\t/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;*/
}
.item:hover{
\tbackground: #f7f7f7;
}
.owl-dots{
\tdisplay: none;
}
.info-popop-home{
\tbackground: #d7d7d7; width: 25px; padding-top: 6px; color: #fff; height: 25px; border-radius: 50%;display: inline-block;
}
.go-corner {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
\t\t align-items: center;
-webkit-box-pack: center;
\t\t justify-content: center;
position: absolute;
width: 32px;
height: 32px;
overflow: hidden;
top: 0;
right: 0;
background-color: #00838d;
border-radius: 0 4px 0 32px;
}
.go-arrow {
margin-top: -4px;
margin-right: -4px;
color: white;
font-family: courier, sans;
}
.card4 {
display: block;
top: 0px;
position: relative;
width: 100%!important;
min-height: 200px;PPM
background-color: #ffffff;
border-radius: 4px;
padding: 32px 24px;
margin: 15px 0px 0px 0px;
text-decoration: none;
overflow: hidden;
border: 1px solid #cccccc;
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.card4 .go-corner {
background-color: #00838d;
height: 100%;
width: 16px;
padding-right: 9px;
border-radius: 0;
-webkit-transform: skew(6deg);
\t\t transform: skew(6deg);
margin-right: -36px;
-webkit-box-align: start;
\t\t align-items: start;
background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
}
.card4 .go-arrow {
-webkit-transform: skew(-6deg);
\t\t transform: skew(-6deg);
margin-left: -2px;
margin-top: 9px;
opacity: 0;
}
.card4:hover {
border: 1px solid #CD3D73;
}
.card4 h3 {
margin-top: 8px;
}
.card4:hover .go-corner {
margin-right: -12px;
}
.card4:hover .go-arrow {
opacity: 1;
}
.divider{
\tborder-top: 2px dashed #999;
}
.basis-member.staff {
}
.basis-member.staff .member-box {
position: relative;
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
}
.basis-member.staff .member-box .card-body {
position: relative;
height: 150px
}
.shadow-lg:hover{
\tbox-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.basis-member.staff .member-box .shape {
width: 200px;
height: 200px;
background: var(--primary);
opacity: 0.2;
position: absolute;
top: 0;
right: -100px;
transform: rotate(45deg);
}
.basis-member.staff .member-box .card-img-top {
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
border-top-left-radius: 0;
border-bottom: 5px solid var(--primary);
}
.basis-member.staff .member-box .member-title {
font-size: 20px;
font-weight: 600;
letter-spacing: -0.025em;
}
.header.shop .list-main span {
\tdisplay: inline-block;
\tcolor: #333;
\tfont-size: 13px;
\tfont-weight: 500;
\tborder-right: 1px solid #f0f0f0;
\tpadding: 0px 13px;
}
.header.shop .list-main span i {
\tdisplay: inline-block;
\tmargin-right: 4px;
\tfont-size: 15px;
\tcolor: #F7941D;
\tposition: relative;
\ttop: 1px;
}
.header.shop .list-main span:last-child{
\tpadding-right:0;
\tborder:none;
}
.header.shop .list-main span a{
\tcolor:#333;
}
.header.shop .list-main span a:hover{
\tcolor:#F7941D;
}
.feature_box_col_one{
\tdisplay: inline-block;
\ttext-decoration: none;
\tcolor: inherit;
}
.cardop-item {
\tbackground: #fff;
\ttext-align: center;
\tpadding: 30px 25px;
\t-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
\tbox-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
\tborder-radius: 0px;
\tmargin-bottom: 30px;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
\tdisplay: block;
}
.cardop-item:hover{
\tbackground:#fff;
\tbox-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
\tcursor: pointer;
\tdisplay: block;
}
.cardop-item:hover .cardop-item, .cardop-item:hover span.icon{
\tbackground: #f4f4f4;
\tborder-radius:10px;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
}
.cardop-item:hover h6, .cardop-item:hover p{
\tcolor:#333;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
}
.logo:hover span.icon{
\tbackground: green;
\tborder-radius:10px;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
\tcolor: #fff;
}
.logo .icon{
\tfont-size: 40px;
\tcolor: #f91942;
\twidth: 70px;
\theight: 70px;
\tpadding-top: 15px;
\tborder-radius: 50%;
\tbackground: #f4f4f4;
}
.cardop-item .icon{
\tfont-size: 40px;
\tmargin-bottom:25px;
\tcolor: #f91942;
\twidth: 90px;
\theight: 90px;
\tline-height: 96px;
\tborder-radius: 50px;
}
.cardop-item .feature_box_col_one{
\tbackground:rgba(247, 198, 5, 0.20);
\tcolor: #3565ae;
}
.cardop-item h6{
\tfont-weight: bold;
\tmargin-bottom: 7px;
}
.menucell {
width: 100%;
}
.menu-container {
margin: 0 auto;
background: #3565ae;
}
.menucell a.logo {
display: inline-block;
padding: 1.5em 3em;
width: 19%;
float: left;
}
.menucell img {
max-width: 100%;
}
.menu-mobile {
display: none;
padding: 20px;
}
.menu-mobile:after {
content: \"\\f394\";
font-family: \"Ionicons\";
font-size: 2.5rem;
padding: 0;
float: right;
position: relative;
top: 50%;
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
}
.menu-dropdown-icon:before {
content: \"\\f489\";
font-family: \"Ionicons\";
display: none;
cursor: pointer;
float: right;
padding: 1.5em 2em;
background: #fff;
color: #333;
}
.menucell > ul {
margin: 0 auto;
width: 100%;
list-style: none;
padding: 0;
position: relative;
/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
}
.menucell > ul:before,
.menucell > ul:after {
content: \"\";
display: table;
}
.menucell > ul:after {
clear: both;
}
.menucell > ul > li {
border-right: 1px solid #fff;
background: #fff;
padding: 0;
margin: 0;
}
.menucell > ul > li a {
text-decoration: none;
display: block;
padding: 7px 2px;
}
.menucell > ul > li:hover {
background: #fff;
text-align: left;
border-right: 1px solid #ddd;
}
.menucell > ul > li > ul {
display: none;
width: 100%;
background: #fff;
padding: 20px;
position: absolute;
z-index: 99;
right: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.menucell > ul > li > ul:before,
.menucell > ul > li > ul:after {
content: \"\";
display: table;
}
.menucell > ul > li > ul:after {
clear: both;
}
.menucell > ul > li > ul > li {
margin: 0;
padding-bottom: 0;
list-style: none;
width: 25%;
background: none;
float: left;
}
.menucell > ul > li > ul > li a {
color: #777;
padding: .2em 0;
width: 95%;
display: block;
border-bottom: 1px solid #ccc;
}
.menucell > ul > li > ul > li a:hover{
\tcolor:#03a9f4;
}
.menucell > ul > li > ul > li > ul {
display: block;
padding: 0;
margin: 10px 0 0;
list-style: none;
box-sizing: border-box;
}
.menucell > ul > li > ul > li > ul:before,
.menucell > ul > li > ul > li > ul:after {
content: \"\";
display: table;
}
.menucell > ul > li > ul > li > ul:after {
clear: both;
}
.menucell > ul > li > ul > li > ul > li {
float: left;
width: 100%;
padding: 10px 0;
margin: 0;
font-size: .8em;
}
.menucell > ul > li > ul > li > ul > li a {
border: 0;
font-size: 14px;
}
.menucell > ul > li > ul.normal-sub {
width: 300px;
left: auto;
padding: 10px 20px;
}
.menucell > ul > li > ul.normal-sub > li {
width: 100%;
}
.menucell > ul > li > ul.normal-sub > li a {
border: 0;
padding: 1em 0;
}
.menucell > ul > li a{
\tcolor: #333;
}
.menucell > ul > li a:hover{
\tcolor: #777;
}
.menucell ul li{
margin-top: 0px!important;
}
#demo {
margin: 20px auto;
max-width: 960px;
}
#demo h1 {
font-size: 2.4rem;
line-height: 3.2rem;
letter-spacing: 0;
font-weight: 300;
color: #212121;
text-transform: inherit;
margin-bottom: 1rem;
text-align: center;
}
#demo h2 {
font-size: 1.5rem;
line-height: 2.8rem;
letter-spacing: 0.01rem;
font-weight: 400;
color: #212121;
text-align: center;
}
.shadow-z-1 {
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
/* -- Material Design Table style -------------- */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 2rem;
background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
text-align: left;
padding: 1.6rem;
vertical-align: top;
border-top: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th {
font-weight: 400;
color: #757575;
vertical-align: bottom;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
background-color: #fff;
}
.table .no-border {
border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 0.8rem;
}
.table-bordered {
border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
.table-responsive-vertical > .table {
\tmargin-bottom: 0;
\tbackground-color: transparent;
}
.table-responsive-vertical > .table > thead,
.table-responsive-vertical > .table > tfoot {
\tdisplay: none;
}
.table-responsive-vertical > .table > tbody {
\tdisplay: block;
}
.table-responsive-vertical > .table > tbody > tr {
\tdisplay: block;
\tborder: 1px solid #e0e0e0;
\tborder-radius: 2px;
\tmargin-bottom: 1.6rem;
}
.table-responsive-vertical > .table > tbody > tr > td {
\tbackground-color: #fff;
\tdisplay: block;
\tvertical-align: middle;
\ttext-align: right;
}
.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
\tcontent: attr(data-title);
\tfloat: left;
\tfont-size: inherit;
\tfont-weight: 400;
\tcolor: #757575;
}
.table-responsive-vertical.shadow-z-1 {
\t-webkit-box-shadow: none;
\t-moz-box-shadow: none;
\tbox-shadow: none;
}
.table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
\tborder: none;
\t-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
\t-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
\tbox-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.table-responsive-vertical > .table-bordered {
\tborder: 0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td {
\tborder: 0;
\tborder-bottom: 1px solid #e0e0e0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
\tborder-bottom: 0;
}
.table-responsive-vertical > .table-striped > tbody > tr > td,
.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f5f5f5;
}
.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
.table-responsive-vertical > .table-hover > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
\tbackground-color: rgba(0, 0, 0, 0.12);
}
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fde0dc;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
\tbackground-color: #f9bdbb;
}
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fce4ec;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
\tbackground-color: #f8bbd0;
}
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f3e5f5;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
\tbackground-color: #e1bee7;
}
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
\tbackground-color: #ede7f6;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
\tbackground-color: #d1c4e9;
}
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e8eaf6;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
\tbackground-color: #c5cae9;
}
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e7e9fd;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
\tbackground-color: #d0d9ff;
}
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e1f5fe;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
\tbackground-color: #b3e5fc;
}
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e0f7fa;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
\tbackground-color: #b2ebf2;
}
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e0f2f1;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
\tbackground-color: #b2dfdb;
}
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
\tbackground-color: #d0f8ce;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
\tbackground-color: #a3e9a4;
}
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f1f8e9;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
\tbackground-color: #dcedc8;
}
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f9fbe7;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
\tbackground-color: #f0f4c3;
}
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fffde7;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
\tbackground-color: #fff9c4;
}
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fff8e1;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
\tbackground-color: #ffecb3;
}
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fff3e0;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
\tbackground-color: #ffe0b2;
}
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fbe9e7;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
\tbackground-color: #ffccbc;
}
}
.flat-busness, .button-flat {
padding: 10px;
outline: none;
text-decoration: none;
text-align: center;
border-radius: 40px;
background: #fff;
border: 2px solid #1e499b;
color: #1e499b;
letter-spacing: 1px;
text-shadow: 0;
font-size: 12px;
font-weight: bold;
cursor: pointer;
transition: all 0.25s ease;
\tmargin-top: 3px;
}
.flat-busness:hover, .button-flat:hover{
\tbackground: #f7941d;
\tcolor: #fff;
}
@media only screen and (min-width: 1100px){
\t.header.shop .search-bar {
\t\twidth: 660px!important;
\t}
\t.header.shop .search-bar input {
\t\twidth: 450px!important;
\t\tmargin-left: -60px;
\t}
}
.nice-select .list {
\tz-index: 1000!important;
}
.button--anchor {
background: none;
border: none;
padding: 0;
margin: 0;
}
.button--anchor:hover {
text-decoration: underline;
}
.button--primary {
box-sizing: border-box;
border: 1px solid #c49530;
border-radius: 3px;
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fee045), to(#fecb2a));
background: linear-gradient(to bottom, #fee045 5%, #fecb2a 100%);
height: 37px;
font-weight: bold;
font-size: 13px;
text-align: center;
padding: 7px;
}
.button--blue {
color: #1471da;
}
.hr-line {
display: flex;
}
.hr-line:before,
.hr-line:after {
content: '';
flex: 1;
border-bottom: 1px solid;
margin: auto 0.25em;
}
.btn-nav-search {
font-size: 12px;
border: 3px solid #ddd;
margin-right: -2px;
font-family: 'Montserrat', sans-serif!important;
text-align: center;
color: #030303;
background: linear-gradient(#FFFFFF,#E6E6E6);
border: 1px solid #CDCDCD;
border-radius: 3px;
display: inline-block;
\tpadding: 5px 10px;
\tfont-weight: bold;
}
input[type=\"checkbox\"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
border: 0.125rem #808080 solid;
border-radius: 4px;
cursor: pointer;
display: inline-block;
height: 1.25rem;
margin-right: 0.25rem;
position: relative;
-webkit-transition: all 0.25s;
transition: all 0.25s;
vertical-align: middle;
width: 1.25rem;
}
input[type=\"checkbox\"]::after {
background-image: url(\"data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpolygon%20id%3D%22Combined-Shape%22%20fill%3D%22white%22%20points%3D%2223%2056%2021%2054%200%2033%207%2026%2023%2042%2057%208%2064%2015%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E\");
background-position: center center;
background-repeat: no-repeat;
background-size: 0.75rem 0.75rem;
content: \"\";
height: 1rem;
left: 0;
opacity: 0;
position: absolute;
top: 0;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
width: 1rem;
}
input[type=\"checkbox\"]:hover {
background-color: #bfdde1;
border: 0.125rem #007788 solid;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
input[type=\"checkbox\"]:focus {
outline: none;
box-shadow: 0px 0px 8px rgba(0, 119, 136, 0.75);
}
input[type=\"checkbox\"]:checked {
background-color: #007788;
border: 0.125rem #007788 solid;
}
input[type=\"checkbox\"]:checked::after {
opacity: 1;
}
label {
display: inline-block;
vertical-align: middle;
}
.mbill-border{
\tbackground: #fff; border: 1px solid #ddd; margin-top: 15px; padding: 4px; border-radius: 5px;
}
.modal-dialog .modal-content .modal-body {
padding: 0px;
overflow-y: auto;
max-height: 510px;
height: auto;
}
/** Début style Offres spéciales **/
.kapsayici{
\twidth:100%;
\theight:auto;
\tposition:relative;
\tmargin-left:auto;
\tmargin-right:auto;
\tdisplay:block;
}
.kapsayici a{
\tcolor:#fff;
\ttext-decoration:none;
\tbackground-color:#000;
\tfont-family: 'Roboto', sans-serif;
}
.kapsayici a:hover{
\tcolor:#fff;
\ttext-decoration:none;
}
.slid3{
\twidth:100%;
\theight:250px;
\tbackground-color:#ccc;
\tdisplay:block;
\tposition:relative;
\tz-index:1;
}
.resim3{
\twidth:100%;
\theight:100%;
\tdisplay:block;
\tposition:absolute;
\ttransition:0.5s;
\tvertical-align: middle;
\tz-index:2;
}
.resim3:after{
\tposition: absolute;
\tcontent:\"\";
\theight:100%;
\twidth:100%;
\ttop:0;
\tleft:0;
\topacity:0.9;
\tbackground: linear-gradient(to bottom, transparent 40%,#000 90%);
}
.resim3 img{
\twidth:100%;
\theight:100%;
\tobject-fit: cover;
\tobject-position: 50% 15%;
}
.resim3 h2{
\tposition:absolute;
\tbottom:0px;
\tpadding:10px;
\tword-wrap: break-word;
\ttext-shadow: 6px 4px 12px #000;
\tfont-weight:900;
\tfont-size:24px;
\tz-index:222;
\ttransition:0.4s;
}
.resim3 p{
\tposition:absolute;
\tbottom:2px;
\tvisibility:hidden;
\tpadding:10px;
\tz-index:11;
\tword-wrap: break-word;
\ttext-shadow: 6px 4px 12px #000;
\tfont-size:16px;
\tcolor:#fff;
\twidth: 90%;
\ttransition:0.2s;
\toverflow: hidden;
\twhite-space: nowrap;
\ttext-overflow: ellipsis;
}
.emoji{
\ttop:-10px;
\tleft:-20px;
\tposition:absolute;
\tz-index:222;
}
.emoji img{
\twidth:55px;
\theight:55px;
\tpadding:4px;
}
.slid3 span.yazar3 img{
\tdisplay:inline;
\tborder-radius:100%;
\twidth:30px;
\theight:30px;
\tvertical-align:middle;
\tpadding-right:5px;
\tz-index:999;
}
.slid3 a:hover .resim3 h2{ bottom:30px; transition:0.4s;}
.slid3 a:hover .resim3 p{visibility: visible; z-index:222; transition:0.6s;}
.slid3 a:hover .resim3:after{ opacity:1;background: linear-gradient(to bottom, transparent 0%,#000 100%);}
.panel-offer{
\tborder: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;
}
.panel-offer:hover{
\tbackground: #f4f4f4;
}
/** Début File Input */
.file-input {
display: inline-block;
text-align: left;
background: #fff;
padding: 16px;
width: 450px;
position: relative;
border-radius: 3px;
}
.file-input > [type='file'] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
cursor: pointer;
}
.file-input > .button {
display: inline-block;
cursor: pointer;
background: #eee;
padding: 8px 16px;
border-radius: 2px;
margin-right: 8px;
}
.file-input:hover > .button {
background: dodgerblue;
color: white;
}
.file-input > .label {
color: #333;
white-space: nowrap;
opacity: .3;
}
.file-input.-chosen > .label {
opacity: 1;
}
/* responsive Search, Pagine & Filter Table */
.dataTables_filter {
float: right;
}
.table-hover > tbody > tr:hover {
background-color: #ccffff;
}
@media only screen and (min-width: 768px) {
.tablefilter {
width: 100% !important;
\tmargin: 15px 0px;
}
}
thead {
background: #f4f4f4;
border-radius: 10px 10px 0px 0px!important;
}
tfoot {
background: #f4f4f4;
border-radius: 0px 10px!important;
}
tr{
\tborder: 1px solid rgba(0,0,0,0.1)!important;
}
.table td:nth-child(2) {
overflow: hidden;
text-overflow: ellipsis;
}
.highlight {
background: #ffff99;
}
@media only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
.tablefilter,
.tablefilter thead,
.tablefilter tbody,
.tablefilter th,
.tablefilter td,
.tablefilter tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.tablefilter thead tr,
.tablefilter tfoot tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.tablefilter td {
/* Behave like a \"row\" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
}
.tablefilter td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
.tablefilter td:nth-child(1) {
background: #ccc;
height: 100%;
top: 0;
left: 0;
font-weight: bold;
}
}
.dt-bootstrap .row{
\twidth: 100%!important;
\tmargin-top: 5px;
\tmargin-bottom: 5px;
}
.dataTables_paginate ul li{
\tdisplay: inline!important;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
table.dataTable thead .sorting:after{
opacity: 0.5;
content: \"\\f0dc\"!important;
font-family: \"FontAwesome\"!important;
}
table.dataTable thead .sorting_asc:after{
\topacity: 0.5;
content: \"\\f0dc\"!important;
font-family: \"FontAwesome\"!important;
}
table.dataTable thead .sorting_desc:after{
\topacity: 0.5;
content: \"\\f0dc\"!important;
font-family: \"FontAwesome\"!important;
}
.tablefilter > thead > tr > th, .tablefilter > tbody > tr > th, .tablefilter > tfoot > tr > th, .tablefilter > thead > tr > td, .tablefilter > tbody > tr > td, .tablefilter > tfoot > tr > td {
padding: 7px 3px;
}
.tablefilter > tbody > tr > td {
\tborder-bottom: 1px solid #ddd!important;
\ttext-weight: normal!important;
\tborder-bottom-width: 1!important;
}
.star-ratings-css {
unicode-bidi: bidi-override;
color: #c5c5c5;
font-size: 25px;
height: 25px;
width: 100px;
margin: 0 auto;
position: relative;
padding: 0;
text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
color: #e7711b;
padding: 0;
position: absolute;
z-index: 0;
display: block;
top: 0;
left: 0;
overflow: hidden;
}
.star-ratings-css-bottom {
padding: -1;
display: block;
z-index: 0;
}
.star-ratings-sprite {
background: url(\"";
// line 3657
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/star-rating-sprite.png"), "html", null, true);
echo "\") repeat-x;
font-size: 0;
height: 21px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 110px;
margin: 0 auto;
}
.star-ratings-sprite-rating {
background: url(\"";
// line 3667
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("template/images/star-rating-sprite.png"), "html", null, true);
echo "\") repeat-x;
background-position: 0 100%;
float: left;
height: 21px;
display: block;
}
em {
font-style: italic;
}
.topic{
padding:20px;
padding-top:0px;
padding-bottom:0px;
border-bottom:solid 1px #ebebeb;
width: 100%;
}
.topic .open{
cursor:pointer;
display:block;
padding:0px;
}
.topic .open:hover{
opacity:0.7;
}
.expanded{
background-color:#f5f5f5;
transition: all .3s ease-in-out;
}
.question{
padding-top:30px;
padding-right: 40px;
padding-bottom:20px;
font-size: 18px;
font-weight:500;
color: #526ee4;
}
.answer{
font-size:16px;
line-height:26px;
display:none;
margin-bottom:30px;
text-align:justify;
padding-left:20px;
padding-right:20px;
}
.faq-t{
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: inline-block;
float:right;
position:relative;
top:-55px;
right:10px;
width: 10px;
height: 10px;
background: transparent;
border-left: 2px solid #ccc;
border-bottom: 2px solid #ccc;
transition: all .3s ease-in-out;
}
.faq-o{
top:-50px;
-moz-transform: rotate(-224deg);
-ms-transform: rotate(-224deg);
-webkit-transform: rotate(-224deg);
transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
.faq-t{display:none;}
.question{
padding-right: 0px;
}
main{
padding:10px;
}
.answer{
margin-bottom:30px;
padding-left:0px;
padding-right:0px;
}
}
.theme-bg-light{
\tborder: 1px #CCC solid;
\tbox-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
}
.flat-btn {
\tdisplay: inline-block;
\tpadding: 15px 20px;
\tfont-size: 13px;
\tfont-weight: 600;
\ttext-align: center;
\ttext-decoration: none;
\tborder-radius: 50px;
\tborder: 1px solid #E5DFEF;
\tcolor: #231A3B;
\ttransition: background .2s ease-in-out;
\tmargin-top: 15px;
}
.flat-btn:hover {
\tbackground: #E5DFEF;
\tcursor: pointer;
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px!important;
margin: 30px auto
}
.modal-sm {
max-width: 300px!important;
}
}
@media (min-width:992px) {
.modal-lg {
max-width: 800px!important;
}
}
.white-text-shadow{
\tcolor: #666;
/*text-shadow: 1px 1px 2px #000000;*/
margin-bottom: 10px;
\ttext-align: center;
\tdisplay: inline-block;
}
.white-text-shadow:hover{
\ttext-decoration: underline;
}
@media only screen and (max-width: 767px){
.slicknav_btn {
background: transparent;
padding: 0;
margin: 5px 15px 0px 0px;
\tposition: absolute;
right: 0px;
top: 0px;
}
.m-text-center{
\ttext-align: center!important;
}
.logo-small a img{
\theight: 50px;
\tmargin-top: -10px;
}
.open-menu{
\tposition: absolute;
\tleft: -15px!important; top: -7px!important;
}
.hero-slider .single-slider {
\theight: auto!important;
\tmin-height: 510px!important;
}
.hero-slider{
\theight: auto!important;
}
}
@media only screen and (min-width: 767px){
.m-text-center{
\ttext-align: left;
}
.open-menu{
\tdisplay: none!important;
}
.logo-small a img{
\theight: 80px;
\tmargin-top: -10px;
}
.hero-slider .single-slider {
\theight: 510px!important;
}
.hero-slider{
\theight: auto!important;
}
}
.menu-mob{
height: 100%!important;
width: 300px;
position: fixed;
left: -350px;
\ttop: 0px;
z-index: 1001;
background: #fff;
overflow: hidden;
text-align: left;
-webkit-transition: -webkit-transform 250ms ease-in-out;
transition: transform 250ms ease-in-out;
}
.activebtn {
-webkit-transform: translateX(350px);
-moz-transform: translateX(350px);
-o-transform: translateX(350px);
-ms-transform: translateX(350px);
transform: translateX(350px);
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
-moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.open-menu{
display: inline-block;
}
.open-menu button{
display: inline;
z-index: 0;
background: transparent;
border: none;
margin-top: 10px;
margin-left: 25px;
padding: 0px;
cursor: pointer;
}
.open-menu img{
width: 30px;
height: 30px;
}
.header-menu{
height: 60px;
background: #f4f4f4;
\tmargin-bottom: 7px;
\tpadding: 7px 10px;
}
.header-menu button {
position: absolute;
background: transparent;
border: none;
padding: 0px;
cursor: pointer;
\tfloat: right;
\ttop: 7px;
\tright: 7px;
}
.header-menu img {
width: 40px;
height: 40px;
}
.top-menu {
margin-top: 35px;
}
.top-menu a {
text-decoration: none;
color: black;
font-weight: 500;
font-size: 16rem;
display: block;
line-height: 40px;
padding-left: 35px;
\t transition: .2s;
}
/* Dropdown Button */
.dropbtn-prfl {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown-prfl {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content-prfl {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 10px;
}
/* Links inside the dropdown */
.dropdown-content-prfl a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-prfl a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown-prfl:hover .dropdown-content-prfl {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-prfl:hover .dropbtn-prfl {background-color: #3e8e41;}
.menu-mob .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
float: right;
position: absolute;
top: 15px;
right: 7px;
content: \"\";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}
aside{
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #f4f4f4;
opacity: 0;
visibility: hidden;
transition: all .5s ease;
z-index: 90000!important;
}
.open {
opacity: 1;
visibility: visible;
}
.close-nav {
position: fixed;
top: 20px;
left: 15px;
color: white;
z-index: 3;
cursor: pointer;
font-family: sans-serif;
box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
}
.close-nav:hover{
\tbackground: red!important;
\tcolor: #fff!important;
}
.hiden-scroll-bar-body{
\theight: 400px;
\toverflow-y: hidden;
}
.close-nav span,
.close-nav span:before,
.close-nav span:after {
border-radius: 4px;
height: 5px;
width: 35px;
background: white;
position: absolute;
display: block;
content: '';
}
.close-nav span {
background: transparent;
}
.close-nav span:before {
-webkit-transform: rotate(45deg);
\t\t transform: rotate(45deg);
}
.close-nav span:after {
-webkit-transform: rotate(-45deg);
\t\t transform: rotate(-45deg);
}
.outer-close {
position: absolute;
right: 0;
top: 0;
width: 85px;
height: 85px;
cursor: pointer;
}
.position-current-user, .position-current-user p{
\tbackground: #3565ae!important;
\tcolor: #fff!important;
}
.bg-struct{
\tbackground: #3565ae!important;
\tcolor: #fff!important;
}
.silly_scrollbar {
\theight:700px;
\t-webkit-box-shadow:0 0 3px #333;
\t-webkit-box-sizing: border-box;
\tpadding:0 14px;
\toverflow:auto;
}
.silly_scrollbar::-webkit-scrollbar {
\twidth: 12px;
}
.silly_scrollbar::-webkit-scrollbar-track {
\t-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
\tborder-radius: 10px;
}
.silly_scrollbar::-webkit-scrollbar-thumb {
\tborder-radius: 10px;
\t-webkit-box-shadow: inset 0 0 6px red;
}
.silly_scrollbar::-webkit-scrollbar-thumb:hover {
\t-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
/* The container - needed to position the dropdown content */
.dropdown-prfl {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content-prfl {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
margin-top: -5px; z-index: 50000;
}
/* Links inside the dropdown */
.dropdown-content-prfl a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-prfl a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown-prfl:hover .dropdown-content-prfl {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-prfl:hover .dropbtn-prfl {background-color: #3e8e41;}
.button-hover, .button-hover:hover, .button-hover:active, .button-hover:visited, .button-hover:focus {
outline: 0;
}
.button-hover:not(.btn-lang-footer):not(.btn-send-footer):not(.homepage-seecourses):not(.module-btn):not(.btn-download):not(.dropbtn12) {
height: 45px;
width: auto;
padding: 0 35px;
border-radius: 4px;
color: #6c6c6c;
border: 1px solid #c6c6c6;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 14px;
font-weight: bold;
line-height: 22px;
text-align: center;
transition: 0.3s cubic-bezier(0.25, 0.8, 0.95, 1);
transition: padding 0s;
background: transparent;
}
.button-hover:not(.btn-lang-footer):not(.btn-send-footer):not(.homepage-seecourses):not(.module-btn):not(.btn-download):hover {
background: linear-gradient(216.73deg, #7B00B9 0%, #7323DC 100%);
color: #fff;
border: 1px solid #7B00B9;
}
@media (min-width: 320px) and (max-width: 768px) {
.button-hover:not(.btn-lang-footer):not(.btn-send-footer):not(.homepage-seecourses):not(.module-btn):not(.btn-download):hover {
\tbackground: transparent;
\tcolor: #6c6c6c;
\tborder: 1px solid #c6c6c6;
}
}
/*
\t---------------------------------------------
\tStart Modal SPP
\t-------------------------------------------------
\t*/
\thtml.sppmodal-active, body.sppmodal-active {
\toverflow: hidden;
\t}
\t.sppmodal-container {
\tposition: fixed; /*Mettre à fixed si la classe sppmodal-active est appliqué à l'élément body*/
\tdisplay: table;
\theight:100%;
\twidth: 100%;
\ttop: 0;
\tleft: 0;
\ttransform: scale(0);
\tz-index: 1000;
\t}
\t.sppmodal-container.one {
\ttransform: scaleY(0.01) scaleX(0);
\tanimation: unfoldIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container.one .sppmodal-background .sppmodal {
\ttransform: scale(0);
\tanimation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container.one.out {
\ttransform: scale(1);
\tanimation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container.one.out .sppmodal-background .sppmodal {
\tanimation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container .sppmodal-background {
\tdisplay: table-cell;
\tbackground: rgba(247, 248, 251,0.8)!important;
\ttext-align: center;
\tvertical-align: middle;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal {
\tpadding: 10px;
\tdisplay: inline-block;
\tposition: relative;
\t\twidth: 600px;
\theight: auto;
\tmax-width: 100%!important;
\theight: 750px;
\toverflow-y: auto;
\toverflow-x: hidden;
\tpadding-bottom: 40px;
\t\tfont-family: Arial;
\t\tfont-size: 13px;
\t\tfont-weight: 400;
\t\ttext-align: center;
\t\tline-height: 18px;
\t\tcolor: #FFFFFF;
\t\tbackground-color: #FFFFFF;
\t\tbackground-repeat: repeat;
\t\tbackground-position: left top;
\t\tborder: 1px solid #F1F3F9;
\t\tborder-radius: 4px;
\t\tbox-shadow: 0px 2px 5px 1px #999999;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal h2 {
\tfont-size: 25px;
\tline-height: 25px;
\tmargin-bottom: 15px;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal p {
\tfont-size: 18px;
\tline-height: 22px;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal .sppmodal-svg {
\tposition: absolute;
\ttop: 0;
\tleft: 0;
\theight: 100%;
\twidth: 100%;
\tborder-radius: 3px;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal .sppmodal-svg rect {
\tstroke: #fff;
\tstroke-width: 2px;
\tstroke-dasharray: 778;
\tstroke-dashoffset: 778;
\t}
\t@keyframes unfoldIn {
\t0% {
\t\ttransform: scaleY(0.005) scaleX(0);
\t}
\t50% {
\t\ttransform: scaleY(0.005) scaleX(1);
\t}
\t100% {
\t\ttransform: scaleY(1) scaleX(1);
\t}
\t}
\t@keyframes unfoldOut {
\t0% {
\t\ttransform: scaleY(1) scaleX(1);
\t}
\t50% {
\t\ttransform: scaleY(0.005) scaleX(1);
\t}
\t100% {
\t\ttransform: scaleY(0.005) scaleX(0);
\t}
\t}
\t@keyframes zoomIn {
\t0% {
\t\ttransform: scale(0);
\t}
\t100% {
\t\ttransform: scale(1);
\t}
\t}
\t@keyframes zoomOut {
\t0% {
\t\ttransform: scale(1);
\t}
\t100% {
\t\ttransform: scale(0);
\t}
\t}
.form-alert-top{
z-index: 2; position: absolute; background: #caf3f7; border-top: 1px solid #ddd; bottom: 0px; width: 100%; left: 0px; height: 70px;
}
@media (max-width: 720px){
.sppmodal-container .sppmodal-background .sppmodal{
width: 100%!important;
height: calc(100vh)!important;
}
.form-alert-top{
display: none;
}
}
\t/*
\t--------------------------------------
\tEnd Modal SPP
\t--------------------------------------
\t*/
.btn-home {
font-family: \"Barlow\", sans-serif;
font-weight: 700;
font-size: 18px;
padding: 15px 40px;
background: #fff;
border: none;
cursor: pointer;
transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
z-index: 2;
border-radius: 50px;
overflow: hidden;
}
.btn-home:after {
content: \"\";
position: absolute;
transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-4 {
color: #252D4A;
border: 2px solid currentColor;
}
.btn-4:after {
border: solid #5568AA;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
transform: rotate(-45deg) translateY(-48%);
top: 48%;
right: 27%;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.btn-4:hover, .btn-4:focus {
color: #5568AA;
border: 2px solid transparent;
padding: 15px 70px;
}
.btn-4:hover:after, .btn-4:focus:after {
opacity: 1;
visibility: visible;
right: 18%;
}
.btn-4:focus {
border-color: currentColor;
}
.btn-4:hover{
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
form.formmodal_inscription_newletter .nice-select {
width: 100%!important;
}
.nice-select .list {
max-height: 250px!important;
overflow: auto!important;
}
.white-text-shadow{
color: white;
text-shadow: 2px 2px 4px #000000;
}
/* toggle-switch-1 */
.toggle-switch-1{
--width: 70px;
--height: 25px;
position: relative;
width: var(--width);
height: var(--height);
cursor: pointer;
}
.toggle-switch-1 input[type=checkbox]{
opacity: 0!important;
}
.toggle-switch-1 input{
position: relative;
z-index: 1;
appearance: none;
}
.toggle-switch-1 span{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #313237;
border-radius: var(--height);
transition: 0.5;
box-shadow: 0 1px 1px #313237;
}
.toggle-switch-1 input:checked ~ span{
background: #0a58ca;
box-shadow: 0 1px 1px #05be0566;
}
.toggle-switch-1 span i {
position: absolute;
width: 30px;
\theight: 18px;
aspect-ratio: 1;
background: #fff;
border-radius: 10px;
left: 4px;
top: 3px;
}
.toggle-switch-1 span i:before {
content: \"Non\";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #333;
text-transform: uppercase;
font-weight: 900;
font-style: normal;
font-size: 8px;
transition: 0.5s;
}
.toggle-switch-1 input:checked ~ span i{
left: 36px;
}
.toggle-switch-1 input:checked ~ span i:before{
content: \"Oui\";
color: #007FFF;
}
/*-----------End checkbox----------------*/
/*------------------ Begin Stepper Souscriptio ---------------------*/
.stepper {
clear: left;
float: left;
margin: 20px;
}
.stepper .step {
float: left;
font-size: 15px;
margin: 0 12px;
}
.stepper .divider1 {
border-bottom: 1px solid #cfcfcf;
float: left;
height: 12px;
margin: 0 12px;
width: 45px;
}
.stepper .circle {
background: #cfcfcf;
border-radius: 50%;
color: #ffffff;
float: left;
font-size: 13px;
height: 24px;
line-height: 24px;
text-align: center;
width: 24px;
}
.stepper .label {
color: #cfcfcf;
float: left;
line-height: 24px;
margin-left: 8px;
}
.stepper .active .circle {
background: #ef7521;
}
.stepper .active .label {
color: #5b5b5b;
font-weight: 400;
}
.stepper .complete .circle {
background: #ef7521;
}
.stepper .complete .icon {
font-size: 30px;
position: relative;
top: -3px;
}
.stepper .complete .label {
color: #5b5b5b;
font-weight: 400;
}
/*-----------------End stepper souscription ------------------*/
.animate__animated.animate__fadeIn {
--animate-duration: 0.3s;
}
.main_card {
transform: scale(0.9);
border-radius: 10px;
background: #fff;
}
.main_card h3 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
/* identical to box height */
color: #1A1B38;
}
.main_card .select-cards {
height: auto;
}
.main_card .select-cards .select {
width: 100%;
height: 95px;
background: #FFFFFF;
border: 1px solid #EAEAEA;
border-radius: 5px;
margin-bottom: 10px;
display: flex;
align-items: center;
cursor: pointer;
transition: 0.3s;
}
.main_card .select-cards .select .titles {
margin-left: 15px;
}
.main_card .select-cards .select .titles h4 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
/* identical to box height */
color: #1A1B38;
}
.main_card .select-cards .select .titles h5 {
font-family: Mulish;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
/* identical to box height */
color: #1A1B38;
margin-top: 1px;
}
.main_card .select-cards .select .check-box {
width: 33px;
height: 33px;
background: #FFFFFF;
border: 2px solid #BCBCBC;
border-radius: 50%;
margin-left: 25px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
.main_card .select-cards .select .check-box .check-dot {
width: 15px;
height: 15px;
background: #fff;
border-radius: 50%;
transition: 0.3s;
transform: scale(0);
}
.main_card .select-cards .select[data-selected=true] {
border-color: #000000;
}
.main_card .select-cards .select[data-selected=true] .check-box {
background: #000000;
border-color: #000;
background: #1d3cc6;
border-color: #1d3cc6;
}
.main_card .select-cards .select[data-selected=true] .check-box .check-dot {
width: 15px;
height: 15px;
transform: scale(1);
}
.main_card .select-btn {
height: 95px;
background: #1d3cc6;
border-radius: 5px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
cursor: pointer;
/* identical to box height */
text-align: center;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.stepper-item-1{
display: block;
}
.stepper-item-2{
display: none;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4644
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 4645
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4925
public function block_srcjavascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "srcjavascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "srcjavascript"));
// line 4926
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5025
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 5026
echo "
\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Theme/layoutbase.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 5659 => 5026, 5649 => 5025, 5638 => 4926, 5628 => 4925, 5617 => 4645, 5607 => 4644, 4636 => 3667, 4623 => 3657, 1110 => 147, 1104 => 144, 1100 => 143, 1096 => 142, 1091 => 140, 1086 => 138, 1082 => 137, 1078 => 136, 1074 => 135, 1070 => 134, 1066 => 133, 1062 => 132, 1058 => 131, 1052 => 128, 1047 => 126, 1042 => 124, 1037 => 122, 1032 => 120, 1027 => 118, 1022 => 116, 1017 => 114, 1012 => 112, 1007 => 110, 1003 => 109, 914 => 23, 907 => 18, 897 => 17, 884 => 13, 874 => 12, 855 => 9, 806 => 5231, 751 => 5179, 726 => 5157, 695 => 5129, 660 => 5097, 648 => 5088, 606 => 5049, 593 => 5039, 580 => 5028, 578 => 5025, 519 => 4969, 503 => 4956, 492 => 4948, 482 => 4941, 467 => 4928, 465 => 4925, 461 => 4924, 457 => 4923, 452 => 4921, 447 => 4919, 442 => 4917, 437 => 4915, 432 => 4913, 427 => 4911, 422 => 4909, 417 => 4907, 411 => 4904, 405 => 4901, 400 => 4899, 395 => 4897, 390 => 4895, 383 => 4891, 369 => 4882, 356 => 4871, 354 => 4870, 340 => 4859, 329 => 4851, 320 => 4845, 313 => 4841, 296 => 4827, 182 => 4716, 170 => 4707, 159 => 4699, 114 => 4657, 109 => 4655, 99 => 4647, 97 => 4644, 92 => 4642, 76 => 4628, 74 => 17, 70 => 15, 68 => 12, 64 => 10, 62 => 9, 58 => 8, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no\"/>
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>
<meta name=\"msapplication-tap-highlight\" content=\"no\"/>
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:relicon\")) }}
{% block meta %} {% endblock %}
<title>
{% block title %}
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:relicon\", {'position': 'title'})) }}
{% endblock %}
</title>
{% block stylesheets %}
<!-- Web Font -->
<link href=\"https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap\" rel=\"stylesheet\"/>
<link href=\"https://fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\"/>
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:variablesCss\")) }}
\t<style>
\t\t.header.shop .all-category{
\t\t\tbackground: var(--bg-principal)!important;
color: var(--text-principal)!important;
\t\t}
.header.shop .header-inner {
background: var(--bg-secondaire)!important;
color: var(--text-secondaire)!important;
}
.header.shop .list-main span i{
color: var(--text-icon-color)!important;
}
.header.shop .list-main span a:hover{
color: var(--text-icon-color)!important;
}
.header.shop .nice-select .list li:hover, .header.shop .nav li .dropdown li:hover a, .header.shop .nav li a:hover, .header.shop .main-category li a:hover{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.sticky .header-inner .nav li a {
color: var(--text-secondaire)!important;
}
.owl-theme .owl-nav [class*='owl-'], .header.shop .nav li .new{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .nav li .new::before{
border: 4px solid var(--bg-principal)!important;
}
.header.shop .main-category li .mega-menu .single-menu .title-link{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .main-category li .mega-menu .single-menu .title-link:hover{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .main-category li .mega-menu {
border-left: 3px solid var(--bg-principal)!important;
}
.header.shop .main-category li .mega-menu .single-menu .image{
overflow: hidden;
text-align: center!important;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
padding: 15px 10px;
}
.header.shop .main-category li .mega-menu .single-menu img {
display: inline-block!important;
cursor: pointer;
}
.header.shop .topbar{
background: var(--bg-principal)!important;
}
.header.shop .list-main span a, .principal-link{
color: var(--text-principal)!important;
}
.header.shop .list-main span a:hover, .principal-link:hover{
background: var(--bg-secondaire)!important;
color: var(--text-secondaire)!important;
}
.call-action-post, .header.shop .right-bar .sinlge-bar .single-icon .total-count{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header.shop .list-main span i{
color: var(--text-principal)!important;
}
.header.shop .nav li.menu-dd-coustom:hover a.target-dd {
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.header .shopping .dropdown-cart-header a:hover, .header.shop .right-bar .sinlge-bar .single-icon:hover{
color: var(--bg-principal)!important;
}
.header .shopping-item .bottom .btn:hover, .header.shop .search-bar .btnn:hover{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
\t</style>
<!-- Bootstrap -->
\t<link rel=\"stylesheet\" href=\"{{ asset('template/css/bootstrap.css') }}\"/>
\t<link href=\"{{ asset('template/css/afhstyle.css') }}\" type=\"text/css\" rel=\"stylesheet\" media=\"screen,projection\"/>
\t<!-- Magnific Popup -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/magnific-popup.min.css') }}\"/>
\t<!-- Font Awesome -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/font-awesome.css') }}\"/>
\t<!-- Fancybox -->
\t<link rel=\"stylesheet\" href=\"{{ asset('template/css/jquery.fancybox.min.css') }}\"/>
\t<!-- Themify Icons -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/themify-icons.css') }}\"/>
\t<!-- Nice Select CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/niceselect.css') }}\"/>
\t<!-- Animate CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/animate.css') }}\"/>
\t<!-- Flex Slider CSS -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/flex-slider.min.css') }}\"/>
\t<!-- Owl Carousel -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/owl-carousel.css') }}\"/>
\t<!-- Slicknav -->
<link rel=\"stylesheet\" href=\"{{ asset('template/css/slicknav.min.css') }}\"/>
\t<!-- Eshop StyleSheet -->
\t<link rel=\"stylesheet\" href=\"{{ asset('template/css/reset.css') }}\"/>
\t<link rel=\"stylesheet\" href=\"{{ asset('template/css/style.css') }}\"/>
<link rel=\"stylesheet\" href=\"{{ asset('template/css/responsive.css') }}\"/>
\t<link rel=\"stylesheet\" href=\"{{ asset('autocomplete/css/jquery.auto-complete.css') }}\"/>
<link rel=\"stylesheet\" href=\"{{ asset('template/css/bootstrap-icons.css') }}\"/>
\t<script src=\"{{ asset('template/js/jquery.min.js') }}\"></script>
\t<script src=\"{{ asset('template/js/jquery.newsTicker.js') }}\"></script>
\t<script src=\"{{ asset('template/js/lottieflow.min.js') }}\" type=\"text/javascript\"></script>
\t<!-- Owl Carousel JS -->
\t<script src=\"{{ asset('template/js/owl.carousel.min.js') }}\"></script>
\t<link rel=\"stylesheet\" href=\"{{ asset('template/notify/themes/alertify.core.css') }}\"/>
\t<link rel=\"stylesheet\" href=\"{{ asset('template/notify/themes/alertify.default.css') }}\" id=\"toggleCSS\"/>
<script src=\"{{ asset('template/notify/lib/alertify.min.js') }}\"></script>
\t<script>
\t\tfunction resetNotif(){
\t\t\t\$(\"#toggleCSS\").attr(\"href\", \"{{ asset('template/notify/themes/alertify.default.css') }}\");
\t\t\talertify.set({
\t\t\t\tlabels : {
\t\t\t\t\tok : \"OK\",
\t\t\t\t\tcancel : \"Cancel\"
\t\t\t\t},
\t\t\t\tdelay : 5000,
\t\t\t\tbuttonReverse : false,
\t\t\t\tbuttonFocus : \"ok\"
\t\t\t});
\t\t}
\t</script>
<style>
.hover-offer, .hover-offer h2 {
\ttext-align: left;
}
.hover-offer, .hover-offer .overlay2 {
\twidth: 95%;
\tmax-width: 450px;
\theight: auto;
\toverflow: hidden
}
.hover-offer button.info, .hover-offer h2 {
\ttext-transform: uppercase;
\tcolor: #fff
}
.hover-offer {
cursor: pointer;
\tmargin-bottom: 20px;
\tborder-radius: 2px;
\twidth: 100%;
\t min-width: 267px;
\tmax-height: 350px;
\tmax-width: 400px;
\tmargin-left: auto;
\tmargin-right: auto;
}
.hover-offer .overlay2 {
\tposition: absolute;
\ttop: 0;
\tleft: 0
}
.hover-offer img {
\tdisplay: block;
\tposition: relative;
}
.offer-content {
position: absolute;
z-index: 10;
/* height: 100%; */
width: 94%;
/* max-height: 239px; */
bottom: 0;
padding: 5% 4% 14% 7%;
color: #FFF;
background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 80%);
background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 80%);
background-image:-webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 80%);
/* background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%); */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#000', endColorstr='transparent', GradientType=1 );
/* -webkit-transition: all .3s ease-out 0s; */
-moz-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
margin-bottom: 20px;
margin-top: 1px;
top: 0;
}
.offer-content h4 {
\tfont-size: 170% !important;
\tmargin-top: 10px;
\tmargin-bottom: 16px;
\tfont-weight: 700;
\tmargin-top: 20px;
}
.offer-content .price {
\tfont-size: 20px;
\tcolor: #fff;
\ttext-align: left;
\tpadding-top: 2%;
}
.ehover1 img {
\t-webkit-transition: all .4s linear;
\ttransition: all .4s linear
}
.ehover1 .overlay2 {
\t-webkit-transition: all .4s ease-in-out;
\ttransition: all .4s ease-in-out
}
.ehover1:hover img {
\t-ms-transform: scale(1.2);
\t-webkit-transform: scale(1.2);
\ttransform: scale(1.2)
}
.ehover1:hover .overlay2 {
\topacity: 1
}
.offer-content .price-offer {
\tfont-size: 32px;
\tcolor: #fff;
\tmargin-top: 10px;
}
.flights-icon {
\tborder: 1px solid #ffffff;
\tborder-radius: 100%;
\tdisplay: block;
\tfont-family: \"theme-icons\";
\tfont-size: 20px !important;
\theight: 38px;
\tline-height: 38px !important;
\ttext-align: center;
\twidth: 38px;
}
p.detail {
\tfont-size: 118%;
\tline-height: 38px;
}
p.price-offer {
\tfont-size: 16px;
\tcolor: #fff;
\tfont-weight: 500;
\tline-height: 23px;
}
p.price-offer span {
\tfont-size: 16px;
}
/* RIBBON */
.ribbon {
\tposition: absolute;
\tz-index: 10;
\tpadding: 0px 7px;
\t/* margin-left: 62.5%; */
/* margin-right: 12.0%; */
\tborder-top-left-radius: 2px;
\tborder-bottom-left-radius: 2px;
\tfont-size: 15px;
\tline-height: 32px;
\tfont-weight: bold;
\ttext-align: center;
\tcolor: #fff;
\ttext-shadow: 0 1px 1px rgba(0,0,0,0.2);
\t-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
\t-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
\tbox-shadow: 0 1px 1px rgba(0,0,0,0.2);
\tzoom: 1;
\t/* top: 8%; */
right: -3%;
\t/* left: 61%; */
\tmin-width: 40%;
\tmax-width: 50%;
\theight: 32px;
}
.orange {
\tbackground: #FF9600;
}
.blue {
\tbackground: #3398d9
}
.green {
\tbackground: #66b94d;
}
.ribbon:after {
\tcontent: \"\";
\tposition: absolute;
\tz-index: -20;
\ttop: 100%;
\tleft: auto;
\tborder-style: solid;
\tborder-width: 0 0 10px 10px;
\tright: 0;
}
.orange:after {
\tborder-color: transparent #DC5F0B;
}
.blue:after {
\tborder-color: transparent #1e5b82;
}
.green:after {
\tborder-color: transparent #3e7030;
}
.no-ribbon {
\theight: 41px;
\tposition: absolute;
\tz-index: 2000;
}
/*END OF RIBBON */
.button2 {
\tmargin: 0 auto;
\t/* width: 145px; */
\theight: 40px;
\tbackground: rgba(0, 0, 0, 0.5);
\toverflow: hidden;
\ttext-align: center;
\ttransition: .2s;
\tcursor: pointer;
\tborder-radius: 4px !important;
\tfloat: left;
\tborder: 1px solid white;
\tfont-size: 17px;
\tmargin-top: 20px;
\tfont-weight: 400;
\tpadding: 20px 20px;
\tline-height: 0em;
\tposition: absolute;
right: 7%;
bottom: 7%;
}
@media (max-width: 768px) {
.offer-content h4 {
\tfont-size: 150% !important;
}
p.detail {
\tfont-size: 140%;
\ttext-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
\tline-height: 18px;
}
.offer-content {
position: absolute;
z-index: 10;
min-width:279px;
max-width: 400px;
width: 89%;
bottom: 0;
color: #FFF;
padding: 5% 7% 14% 7%;
}
.hover-offer {
\twidth:95%;
min-width: 280px;
min-height: auto;
max-height: 550px;
/*max-width: 640px;*/
\t/* margin-left: auto; */
\tmargin-right: auto;
\t/* height: 100%; */
/* width: auto; */
}
.col-xs-offset-1 {
\tmargin-left: 0;
}
.ribbon {
\twidth: 60%;
\t left: 52.5%;
}
}
@media (max-width: 545px) {
.button2 {
width: 80%;
padding: 23px;
font-size: 23px;
margin-right: 2%;
bottom: 2%;
}
.ribbon {
\twidth: 49.9%;
left: 53.4%;
}
}
.hover-offer {
\tposition: initial
}
.col-lg-3, .col-md-4, .col-sm-6, .col-xs-12 {
\tpadding: 0 10px
}
@media (min-width: 1024px) {
.offer-content:hover {
box-shadow: none
}
.offer-content:hover figcaption {
background-image: none
}
}
/*------------ END OF OFFERS ✂----------------------✂*/
.coustom-my-text{
\ttext-align: left;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.mega-menu{
\tbox-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
\tz-index: 50000;
}
.main-category{
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.display-vertical-menu{
\topacity: 0;
\tvisibility: hidden;
}
.row{
\tmargin: 0px;
}
.breadcrumbs {
list-style: none;
margin: 0;
padding: 0;
}
.breadcrumbs li {
list-style: none;
margin: 0;
padding: 0;
display: block;
float: left;
font-family: 'Montserrat', sans-serif!important;
font-size: 13px;
text-transform: capitalize;
font-weight: 700;
letter-spacing: .05em;
line-height: 20px;
color: hsl(0, 0%, 30%);
}
.breadcrumbs li a {
display: block;
padding: 0 40px 0 0px;
color: hsl(0, 0%, 30%);
text-decoration: none;
height: 20px;
font-weight: 700;
letter-spacing: .05em;
line-height: 20px;
position: relative;
perspective: 700px;
}
.breadcrumbs li a:after {
content: '';
width: 20px;
height: 20px;
border-color: #333;
border-style: solid;
border-width: 1px 1px 0 0;
-webkit-backface-visibility: hidden;
outline: 1px solid transparent;
position: absolute;
right: 20px;
-webkit-transition: all .15s ease;
\t -moz-transition: all .15s ease;
\t -ms-transition: all .15s ease;
\t\t transition: all .15s ease;
-webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
\t -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
\t -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
\t\t transform: rotateZ(45deg) skew(10deg, 10deg);
}
.breadcrumbs li a:hover:after {
right: 15px;
-webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
\t -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
\t -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
\t\t transform: rotateZ(45deg) skew(-10deg, -10deg);
}
.btn-afh-flat {
\tfont-size: 12px;
\tborder: 3px solid #ddd;
\tmargin-right: -2px;
\tfont-family: 'Montserrat', sans-serif!important;
\ttext-align: center;
\tcolor: #030303;
\tbackground: linear-gradient(#FFFFFF,#E6E6E6);
\tborder: 1px solid #CDCDCD;
\tborder-radius: 3px;
\tdisplay: inline-block;
\tpadding: 4px 7px;
}
.search-form-left-side .nice-select{
\twidth: 100%!important;
}
.search-form-top-side .nice-select{
\twidth: 100%!important;
}
.form-post-product .nice-select{
\twidth: 100%!important;
}
.product-grid {
font-family: Raleway,sans-serif;
text-align: center;
padding: 0 0 72px;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
z-index: 1;
}
.product-grid .product-image {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid .product-image a {
display: block;
}
.product-grid .product-image img {
width: 100%;
height: auto;
}
.product-grid .pic-1 {
opacity: 1;
-webkit-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
}
.product-grid:hover .pic-1 {
opacity: 1;
}
.product-grid .pic-2 {
opacity: 0;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
}
.product-grid:hover .pic-2 {
opacity: 1;
}
.product-grid .social {
width: 150px;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
position: absolute;
top: 60%;
left: 50%;
z-index: 1;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid:hover .social {
opacity: 1;
top: 50%;
}
.product-grid .social li {
display: inline-block;
}
.product-grid .social li a {
color: #fff;
background-color: #333;
font-size: 16px;
line-height: 40px;
text-align: center;
height: 40px;
width: 40px;
margin: 0 2px;
display: block;
position: relative;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-grid .social li a:hover {
color: #fff;
background-color: #ef5777;
}
.product-grid .social li a:after, .product-grid .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #000;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
padding: 1px 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -20px;
z-index: -1;
}
.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
opacity: 1;
}
.product-grid .product-discount-label, .product-grid .product-new-label {
color: #fff;
background-color: #ef5777;
font-size: 12px;
text-transform: uppercase;
padding: 2px 7px;
display: block;
position: absolute;
top: 10px;
left: 0;
}
.product-grid .product-discount-label {
background-color: #333;
left: auto;
right: 0;
}
.product-grid .rating {
color: #FFD200;
font-size: 12px;
padding: 12px 0 0;
margin: 0;
list-style: none;
position: relative;
z-index: -1;
}
.product-grid .rating li.disable {
color: rgba(0, 0, 0, 0.2);
}
.product-grid .product-content {
background-color: #fff;
text-align: center;
padding: 12px 0;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
bottom: -27px;
z-index: 1;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid:hover .product-content {
bottom: 0;
}
.product-grid .title {
font-size: 13px;
font-weight: 400;
letter-spacing: .5px;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid .title a {
color: #828282;
}
.product-grid .title a:hover {
color: #ef5777;
}
.product-grid:hover .title a {
color: #ef5777;
}
.product-grid .price {
color: #333;
font-size: 17px;
font-family: Montserrat,sans-serif;
font-weight: 700;
letter-spacing: .6px;
margin-bottom: 8px;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid .price span {
color: #999;
font-size: 13px;
font-weight: 400;
text-decoration: line-through;
margin-left: 3px;
display: inline-block;
}
.product-grid .add-to-cart {
color: #000;
font-size: 13px;
font-weight: 600;
}
@media only screen and (max-width: 990px) {
.product-grid {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-2 **********************/
.demo {
padding: 45px 0;
}
.product-grid2 {
font-family: 'Open Sans',sans-serif;
position: relative;
}
.product-grid2 .product-image2 {
overflow: hidden;
position: relative;
}
.product-grid2 .product-image2 a {
display: block;
}
.product-grid2 .product-image2 img {
width: 100%;
height: auto;
}
.product-image2 .pic-1 {
opacity: 1;
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid2:hover .product-image2 .pic-1 {
opacity: 0;
}
.product-image2 .pic-2 {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid2:hover .product-image2 .pic-2 {
opacity: 1;
}
.product-grid2 .social {
padding: 0;
margin: 0;
position: absolute;
bottom: 50px;
right: 25px;
z-index: 1;
}
.product-grid2 .social li {
margin: 0 0 10px;
display: block;
-webkit-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid2:hover .social li {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.product-grid2:hover .social li:nth-child(2) {
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.product-grid2:hover .social li:nth-child(3) {
-webkit-transition-delay: .25s;
transition-delay: .25s;
}
.product-grid2 .social li a {
color: #505050;
background-color: #fff;
font-size: 17px;
line-height: 45px;
text-align: center;
height: 45px;
width: 45px;
border-radius: 50%;
display: block;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid2 .social li a:hover {
color: #fff;
background-color: #3498db;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.product-grid2 .social li a:after, .product-grid2 .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #000;
font-size: 12px;
line-height: 22px;
border-radius: 3px;
padding: 0 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid2 .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -22px;
z-index: -1;
}
.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
opacity: 1;
}
.product-grid2 .add-to-cart {
color: #fff;
background-color: #404040;
font-size: 15px;
text-align: center;
width: 100%;
padding: 10px 0;
display: block;
position: absolute;
left: 0;
bottom: -100%;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid2 .add-to-cart:hover {
background-color: #3498db;
text-decoration: none;
}
.product-grid2:hover .add-to-cart {
bottom: 0;
}
.product-grid2 .product-new-label {
background-color: #3498db;
color: #fff;
font-size: 17px;
padding: 5px 10px;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid2:hover .product-new-label {
opacity: 0;
}
.product-grid2 .product-content {
padding: 20px 10px;
text-align: center;
}
.product-grid2 .title {
font-size: 17px;
margin: 0 0 7px;
}
.product-grid2 .title a {
color: #303030;
}
.product-grid2 .title a:hover {
color: #3498db;
}
.product-grid2 .price {
color: #303030;
font-size: 15px;
}
@media screen and (max-width: 990px) {
.product-grid2 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-3 **********************/
.product-grid3 {
font-family: Roboto,sans-serif;
text-align: center;
position: relative;
z-index: 1;
}
.product-grid3:before {
content: \"\";
height: 81%;
width: 100%;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: -1;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid3:hover:before {
opacity: 1;
height: 100%;
}
.product-grid3 .product-image3 {
position: relative;
}
.product-grid3 .product-image3 a {
display: block;
}
.product-grid3 .product-image3 img {
width: 100%;
height: auto;
}
.product-grid3 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid3:hover .pic-1 {
opacity: 0;
}
.product-grid3 .pic-2 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid3:hover .pic-2 {
opacity: 1;
}
.product-grid3 .social {
width: 120px;
padding: 0;
margin: 0 auto;
list-style: none;
opacity: 0;
position: absolute;
right: 0;
left: 0;
bottom: -23px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid3:hover .social {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {
opacity: 0;
}
.product-grid3 .social li {
display: inline-block;
}
.product-grid3 .social li a {
color: #e67e22;
background: #fff;
font-size: 18px;
line-height: 50px;
width: 50px;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
margin: 0 2px;
display: block;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid3 .social li a:hover {
background: #e67e22;
color: #fff;
}
.product-grid3 .product-discount-label, .product-grid3 .product-new-label {
background-color: #e67e22;
color: #fff;
font-size: 17px;
padding: 2px 10px;
position: absolute;
right: 10px;
top: 10px;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid3 .product-content {
z-index: -1;
padding: 15px;
text-align: left;
}
.product-grid3 .title {
font-size: 14px;
text-transform: capitalize;
margin: 0 0 7px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid3 .title a {
color: #414141;
}
.product-grid3 .price {
color: #000;
font-size: 16px;
letter-spacing: 1px;
font-weight: 600;
margin-right: 2px;
display: inline-block;
}
.product-grid3 .price span {
color: #909090;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-decoration: line-through;
text-align: left;
display: inline-block;
margin-top: -2px;
}
.product-grid3 .rating {
padding: 0;
margin: -22px 0 0;
list-style: none;
text-align: right;
display: block;
}
.product-grid3 .rating li {
color: #ffd200;
font-size: 13px;
display: inline-block;
}
.product-grid3 .rating li.disable {
color: #dcdcdc;
}
@media only screen and (max-width: 1200px) {
.product-grid3 .rating {
margin: 0;
}
}
@media only screen and (max-width: 990px) {
.product-grid3 {
margin-bottom: 30px;
}
.product-grid3 .rating {
margin: -22px 0 0;
}
}
@media only screen and (max-width: 359px) {
.product-grid3 .rating {
margin: 0;
}
}
/********************* Shopping Demo-4 **********************/
.product-grid4 {
position: relative;
font-family: Poppins,sans-serif;
text-align: center;
border-radius: 5px;
overflow: hidden;
z-index: 1;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
box-shadow:0 4px 10px -6px #0005;
}
.product-grid4 .product-image4 {
position: relative;
}
.product-grid4:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-grid4 .product-image4 a {
display: block;
}
.product-grid4 .product-image4 img {
width: 100%;
height: auto;
}
.product-grid4 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid4:hover .pic-1 {
opacity: 0;
}
.product-grid4 .pic-2 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid4:hover .pic-2 {
opacity: 1;
}
.product-grid4 .social {
width: 180px;
padding: 0;
margin: 0 auto;
list-style: none;
position: absolute;
right: 0;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid4 .social li {
display: inline-block;
opacity: 0;
-webkit-transition: all .7s;
transition: all .7s;
}
.product-grid4 .social li:nth-child(1) {
-webkit-transition-delay: .15s;
transition-delay: .15s;
}
.product-grid4 .social li:nth-child(2) {
-webkit-transition-delay: .3s;
transition-delay: .3s;
}
.product-grid4 .social li:nth-child(3) {
-webkit-transition-delay: .45s;
transition-delay: .45s;
}
.product-grid4:hover .social li {
opacity: 1;
}
.product-grid4 .social li a {
color: #222;
background: #fff;
font-size: 17px;
line-height: 36px;
width: 40px;
height: 36px;
border-radius: 2px;
margin: 0 5px;
display: block;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid4 .social li a:hover {
color: #fff;
background: #16a085;
}
.product-grid4 .social li a:after, .product-grid4 .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #000;
font-size: 12px;
line-height: 20px;
border-radius: 3px;
padding: 0 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid4 .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -22px;
z-index: -1;
}
.product-grid4 .social li a:hover:after, .product-grid4 .social li a:hover:before {
opacity: 1;
}
.product-grid4 .product-discount-label, .product-grid4 .product-new-label {
color: #fff;
background-color: #16a085;
font-size: 13px;
font-weight: 800;
text-transform: uppercase;
line-height: 45px;
height: 45px;
width: 45px;
border-radius: 50%;
position: absolute;
left: 10px;
top: 15px;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid4 .product-discount-label {
left: auto;
right: 10px;
background-color: #d7292a;
}
.product-grid4:hover .product-new-label {
opacity: 0;
}
.product-grid4 .product-content {
padding: 25px;
}
.product-grid4 .title {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
margin: 0 0 7px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid4 .title a {
color: #222;
}
.product-grid4 .title a:hover {
color: #16a085;
}
.product-grid4 .price {
color: #16a085;
font-size: 17px;
font-weight: 700;
margin: 0 2px 15px 0;
display: block;
}
.product-grid4 .price span {
color: #909090;
font-size: 13px;
font-weight: 400;
letter-spacing: 0;
text-decoration: line-through;
text-align: left;
vertical-align: middle;
display: inline-block;
}
.product-grid4 .add-to-cart {
border: 1px solid #e5e5e5;
display: inline-block;
padding: 10px 20px;
color: #888;
font-weight: 600;
font-size: 14px;
border-radius: 4px;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid4:hover .add-to-cart {
border: 1px solid transparent;
background: #16a085;
color: #fff;
}
.product-grid4 .add-to-cart:hover {
background-color: #505050;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 990px) {
.product-grid4 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1, .product-image5 .pic-2 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid5 {
font-family: Poppins,sans-serif;
position: relative;
}
.product-grid5 .product-image5 {
overflow: hidden;
position: relative;
}
.product-grid5 .product-image5 a {
display: block;
}
.product-grid5 .product-image5 img {
width: 100%;
height: auto;
}
.product-image5 .pic-1 {
opacity: 1;
}
.product-grid5:hover .product-image5 .pic-1 {
opacity: 0;
}
.product-image5 .pic-2 {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
left: 0;
}
.product-grid5:hover .product-image5 .pic-2 {
opacity: 1;
}
.product-grid5 .social {
padding: 0;
margin: 0;
position: absolute;
top: 10px;
right: 10px;
}
.product-grid5 .social li {
display: block;
margin: 0 0 10px;
-webkit-transition: all .5s;
transition: all .5s;
}
.product-grid5 .social li:nth-child(2) {
opacity: 0;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.product-grid5:hover .social li:nth-child(2) {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.product-grid5 .social li:nth-child(3) {
opacity: 0;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.product-grid5:hover .social li:nth-child(3) {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.product-grid5 .social li a {
color: #888;
background: #fff;
font-size: 14px;
text-align: center;
line-height: 40px;
height: 40px;
width: 40px;
border-radius: 50%;
display: block;
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
}
.product-grid5 .social li a:hover {
color: #fff;
background: #1e3799;
}
.product-grid5 .select-options {
color: #777;
background-color: #fff;
font-size: 13px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
padding: 15px 5px;
margin: 0 auto;
opacity: 0;
display: block;
position: absolute;
width: 92%;
left: 0;
bottom: -100px;
right: 0;
-webkit-transition: .5s ease 0s;
transition: .5s ease 0s;
}
.product-grid5 .select-options:hover {
color: #fff;
background-color: #1e3799;
text-decoration: none;
}
.product-grid5:hover .select-options {
opacity: 1;
bottom: 10px;
}
.product-grid5 .product-content {
padding: 20px 10px;
}
.product-grid5 .title {
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid5 .title a {
color: #222;
}
.product-grid5 .title a:hover {
color: #1e3799;
}
.product-grid5 .price {
color: #222;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
}
@media only screen and (max-width: 990px) {
.product-grid5 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-6 **********************/
.product-grid6 {
overflow: hidden;
font-family: 'Open Sans',sans-serif;
text-align: center;
position: relative;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6 .product-image6 {
overflow: hidden;
}
.product-grid6:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.product-grid6 .product-image6 a {
display: block;
}
.product-grid6 .product-image6 img {
width: 100%;
height: auto;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6:hover .product-image6 img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.product-grid6 .product-content {
padding: 12px 12px 15px;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6:hover .product-content {
opacity: 0;
}
.product-grid6 .title {
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid6 .title a {
color: #000;
}
.product-grid6 .title a:hover {
color: #2e86de;
}
.product-grid6 .price {
font-size: 18px;
font-weight: 600;
color: #2e86de;
}
.product-grid6 .price span {
color: #999;
font-size: 15px;
font-weight: 400;
text-decoration: line-through;
margin-left: 7px;
display: inline-block;
}
.product-grid6 .social {
background-color: #fff;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
bottom: -50%;
left: 50%;
z-index: 1;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid6:hover .social {
opacity: 1;
bottom: 20px;
}
.product-grid6 .social li {
display: inline-block;
}
.product-grid6 .social li a {
color: #909090;
font-size: 16px;
line-height: 45px;
text-align: center;
height: 45px;
width: 45px;
margin: 0 7px;
border: 1px solid #909090;
border-radius: 50px;
display: block;
position: relative;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-grid6 .social li a:hover {
color: #fff;
background-color: #2e86de;
width: 80px;
}
.product-grid6 .social li a:after, .product-grid6 .social li a:before {
content: attr(data-tip);
color: #fff;
background-color: #2e86de;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
padding: 1px 5px;
border-radius: 5px;
white-space: nowrap;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -30px;
}
.product-grid6 .social li a:after {
content: '';
height: 15px;
width: 15px;
border-radius: 0;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -20px;
z-index: -1;
}
.product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
opacity: 1;
}
@media only screen and (max-width: 990px) {
.product-grid6 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-7 **********************/
.product-grid7 {
font-family: 'Roboto Slab',serif;
position: relative;
z-index: 1;
}
.product-grid7 .product-image7 {
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
-webkit-perspective: 1500px;
perspective: 1500px;
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid7 .product-image7 a {
display: block;
}
.product-grid7 .product-image7 img {
width: 100%;
height: auto;
}
.product-grid7 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid7 .pic-2 {
opacity: 0;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid7:hover .pic-2 {
opacity: 1;
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.product-grid7 .social {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
bottom: 3px;
left: -20%;
z-index: 1;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid7:hover .social {
left: 17px;
}
.product-grid7 .social li a {
color: #fff;
background-color: #333;
font-size: 16px;
line-height: 40px;
text-align: center;
height: 40px;
width: 40px;
margin: 15px 0;
border-radius: 50%;
display: block;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.product-grid7 .social li a:hover {
color: #fff;
background-color: #78e08f;
}
.product-grid7 .product-new-label {
color: #fff;
background-color: #333;
padding: 5px 10px;
border-radius: 5px;
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.product-grid7 .product-content {
text-align: center;
padding: 20px 0 0;
}
.product-grid7 .title {
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 10px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid7 .title a {
color: #333;
}
.product-grid7 .title a:hover {
color: #78e08f;
}
.product-grid7 .rating {
color: #78e08f;
font-size: 12px;
padding: 0;
margin: 0 0 10px;
list-style: none;
}
.product-grid7 .price {
color: #333;
font-size: 20px;
font-family: Lora,serif;
font-weight: 700;
margin-bottom: 8px;
text-align: center;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid7 .price span {
color: #999;
font-size: 14px;
font-weight: 700;
text-decoration: line-through;
margin-left: 7px;
display: inline-block;
}
@media only screen and (max-width: 990px) {
.product-grid7 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-8 **********************/
.product-grid8 {
font-family: Poppins,sans-serif;
position: relative;
z-index: 1;
}
.product-grid8 .product-image8 {
border: 1px solid #e4e9ef;
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid8:hover .product-image8 {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.product-grid8 .product-image8 a {
display: block;
}
.product-grid8 .product-image8 img {
width: 100%;
height: auto;
}
.product-grid8 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid8:hover .pic-1 {
opacity: 0;
}
.product-grid8 .pic-2 {
opacity: 0;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid8:hover .pic-2 {
opacity: 1;
}
.product-grid8 .social {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
bottom: 13px;
right: 13px;
z-index: 1;
}
.product-grid8 .social li {
opacity: 0;
-webkit-transform: translateY(3px);
transform: translateY(3px);
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid8:hover .social li {
margin: 0 0 10px;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.product-grid8:hover .social li:nth-child(1) {
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.product-grid8:hover .social li:nth-child(2) {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.product-grid8:hover .social li:nth-child(3) {
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.product-grid8 .social li a {
color: grey;
font-size: 17px;
line-height: 40px;
text-align: center;
height: 40px;
width: 40px;
border: 1px solid grey;
display: block;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.product-grid8 .social li a:hover {
color: #000;
border-color: #000;
}
.product-grid8 .product-discount-label {
display: block;
padding: 4px 15px 4px 30px;
color: #fff;
background-color: #0081c2;
position: absolute;
top: 10px;
right: 0;
-webkit-clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}
.product-grid8 .product-content {
padding: 20px 0 0;
}
.product-grid8 .price {
color: #000;
font-size: 19px;
font-weight: 400;
margin-bottom: 8px;
text-align: left;
-webkit-transition: all .3s;
transition: all .3s;
}
.product-grid8 .price span {
color: #999;
font-size: 14px;
font-weight: 500;
text-decoration: line-through;
margin-left: 7px;
display: inline-block;
}
.product-grid8 .product-shipping {
color: rgba(0, 0, 0, 0.5);
font-size: 15px;
padding-left: 35px;
margin: 0 0 15px;
display: block;
position: relative;
}
.product-grid8 .product-shipping:before {
content: '';
height: 1px;
width: 25px;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 0;
}
.product-grid8 .title {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin: 0 0 30px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid8 .title a {
color: #000;
}
.product-grid8 .title a:hover {
color: #0081c2;
}
.product-grid8 .all-deals {
display: block;
color: #fff;
background-color: #2e353b;
font-size: 15px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
padding: 22px 5px;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid8 .all-deals .icon {
margin-left: 7px;
}
.product-grid8 .all-deals:hover {
background-color: #0081c2;
}
@media only screen and (max-width: 990px) {
.product-grid8 {
margin-bottom: 30px;
}
}
/********************* Shopping Demo-9 **********************/
.product-grid9 {
position: relative;
font-family: Poppins,sans-serif;
z-index: 1;
}
.product-grid9 .product-image9 {
position: relative;
}
.product-grid9 .product-image9 a {
display: block;
}
.product-grid9 .product-image9 img {
width: 100%;
height: auto;
}
.product-grid9 .pic-1 {
opacity: 1;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid9:hover .pic-1 {
opacity: 0;
}
.product-grid9 .pic-2 {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s;
}
.product-grid9:hover .pic-2 {
opacity: 1;
}
.product-grid9 .product-full-view {
color: #505050;
background-color: #fff;
font-size: 16px;
height: 45px;
width: 45px;
padding: 18px;
border-radius: 100px 0 0;
display: block;
opacity: 0;
position: absolute;
right: 0;
bottom: 0;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid9 .product-full-view:hover {
color: #c0392b;
}
.product-grid9:hover .product-full-view {
opacity: 1;
}
.product-grid9 .product-content {
padding: 12px 12px 0;
overflow: hidden;
position: relative;
}
.product-content .rating {
padding: 0;
margin: 0 0 7px;
list-style: none;
}
.product-grid9 .rating li {
font-size: 12px;
color: #ffd200;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid9 .rating li.disable {
color: rgba(0, 0, 0, 0.2);
}
.product-grid9 .title {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
margin: 0 0 3px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.product-grid9 .title a {
color: rgba(0, 0, 0, 0.5);
}
.product-grid9 .title a:hover {
color: #c0392b;
}
.product-grid9 .price {
color: #000;
font-size: 17px;
margin: 0;
display: block;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid9:hover .price {
opacity: 0;
}
.product-grid9 .add-to-cart {
display: block;
color: #c0392b;
font-weight: 600;
font-size: 14px;
opacity: 0;
position: absolute;
left: 10px;
bottom: -20px;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.product-grid9:hover .add-to-cart {
opacity: 1;
bottom: 0;
}
@media only screen and (max-width: 990px) {
.product-grid9 {
margin-bottom: 30px;
}
}
.dropdown-btn {
position: relative;
display: inline-block;
z-index: 10;
width: 100%; height: 100%; cursor: pointer;
color: #333;
padding-top: 3px;
}
.dropdown__menu {
display: none;
position: absolute;
top: 100%;
right: 0;
min-width: 200px;
background: #fff;
margin-top: 10px;
border: 1px solid #F4F5F7;
border-radius: 4px;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
text-align: left!important;
}
.dropdown__menu--active {
display: block;
}
.dropdown__option {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #000;
transition: all .2s ease-in-out;
line-height: 13px;
text-transform: capitalize;
}
.dropdown__option:hover {
background: #F4F5F7;
padding-left: 20px !important;
}
.dropdown__option:not(:last-child) {
border-bottom: 1px solid #F4F5F7;
}
.product-discount-label{
background: #f5f5f5!important; color: #333; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.flex-container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.flex-container > div {
padding-top:10px;
}
.paginate-ctn{
display: flex;
}
.round-effect{
color:#DD4124;
cursor:pointer;
\t/* border:1px solid red; */
font-size:16px;
text-align:center;
padding-left:10px;
padding-right:10px;
padding-top:9px;
border-radius: 50%;
height: 40px;
width: 40px;
margin:5px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
text-decoration: none;
}
.round-effect:hover{
text-decoration: none;
background:#DD4124;
color:#FFF;
}
.round-effect:hover a {
text-decoration: none;
color:#FFF;
}
.activepage{
background:#DD4124;
color:#FFF!important;
}
.header-wave {
position: relative;
min-height: 200px;
background: transparent;
background-image: linear-gradient(155deg, #f4f4f4 0%, #f4f4f4 50%, #f4f4f4 100%);
}
.header-wave h1 {
color: white;
}
.svg-wave {
position: absolute;
bottom: 0;
width: 100%;
height: auto;
}
.section-wave{
\tposition: relative;
\tmargin: 0;
\tpadding: 0;
\tbackground: white;
\twidth: 100%;
\theight: 200px;
}
#worf{
\tposition: absolute;
\tbottom: 0;
\twidth: 100%;
\tz-index: 1;
}
#worf path{
fill: url(#grad1)
}
section.section-2{
\twidth: 100%;
\theight: 200px;
\tbackground: linear-gradient(to right, #dffdgg 0%,#f2f2f2 100%);
}
#client-logos .item {
\tmargin: 1px;
}
.cover-wrapper {
\tpadding: 5px 0px;
}
.client-inners img {
\theight: 100%;
\tobject-fit: contain;
}
.client-inners{
\tborder: 1px solid #ccc;
\theight: 90px;
\ttext-align: center;
\tpadding: 0px;
}
.owl-nav img {
\twidth: 34px;
}
.owl-prev img {
\tposition: absolute;
\tleft: -38px;
\ttop: 40px;
}
.owl-next img {
\tposition: absolute;
\tright: -38px;
\ttop: 40px;
}
.item-inner:hover{
\tbackground: #f8f8f8;
\tbox-shadow: 0px 0px 3px 1px #333;
}
.theme-bg-light{
border: 1px #CCC solid;
box-shadow:
inset 0px 11px 8px -10px #CCC,
inset 0px -11px 8px -10px #CCC;
}
.logo-partner .owl-stage-outer{
\tmax-height: 150px!important;
}
.item{
\tborder: none;
\tmin-height: 100px;
}
#client-logos .item{
\t/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;*/
}
.item:hover{
\tbackground: #f7f7f7;
}
.owl-dots{
\tdisplay: none;
}
.info-popop-home{
\tbackground: #d7d7d7; width: 25px; padding-top: 6px; color: #fff; height: 25px; border-radius: 50%;display: inline-block;
}
.go-corner {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
\t\t align-items: center;
-webkit-box-pack: center;
\t\t justify-content: center;
position: absolute;
width: 32px;
height: 32px;
overflow: hidden;
top: 0;
right: 0;
background-color: #00838d;
border-radius: 0 4px 0 32px;
}
.go-arrow {
margin-top: -4px;
margin-right: -4px;
color: white;
font-family: courier, sans;
}
.card4 {
display: block;
top: 0px;
position: relative;
width: 100%!important;
min-height: 200px;PPM
background-color: #ffffff;
border-radius: 4px;
padding: 32px 24px;
margin: 15px 0px 0px 0px;
text-decoration: none;
overflow: hidden;
border: 1px solid #cccccc;
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.card4 .go-corner {
background-color: #00838d;
height: 100%;
width: 16px;
padding-right: 9px;
border-radius: 0;
-webkit-transform: skew(6deg);
\t\t transform: skew(6deg);
margin-right: -36px;
-webkit-box-align: start;
\t\t align-items: start;
background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
}
.card4 .go-arrow {
-webkit-transform: skew(-6deg);
\t\t transform: skew(-6deg);
margin-left: -2px;
margin-top: 9px;
opacity: 0;
}
.card4:hover {
border: 1px solid #CD3D73;
}
.card4 h3 {
margin-top: 8px;
}
.card4:hover .go-corner {
margin-right: -12px;
}
.card4:hover .go-arrow {
opacity: 1;
}
.divider{
\tborder-top: 2px dashed #999;
}
.basis-member.staff {
}
.basis-member.staff .member-box {
position: relative;
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
}
.basis-member.staff .member-box .card-body {
position: relative;
height: 150px
}
.shadow-lg:hover{
\tbox-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.basis-member.staff .member-box .shape {
width: 200px;
height: 200px;
background: var(--primary);
opacity: 0.2;
position: absolute;
top: 0;
right: -100px;
transform: rotate(45deg);
}
.basis-member.staff .member-box .card-img-top {
position: relative;
width: 150px;
height: 150px;
border-radius: 50%;
border-top-left-radius: 0;
border-bottom: 5px solid var(--primary);
}
.basis-member.staff .member-box .member-title {
font-size: 20px;
font-weight: 600;
letter-spacing: -0.025em;
}
.header.shop .list-main span {
\tdisplay: inline-block;
\tcolor: #333;
\tfont-size: 13px;
\tfont-weight: 500;
\tborder-right: 1px solid #f0f0f0;
\tpadding: 0px 13px;
}
.header.shop .list-main span i {
\tdisplay: inline-block;
\tmargin-right: 4px;
\tfont-size: 15px;
\tcolor: #F7941D;
\tposition: relative;
\ttop: 1px;
}
.header.shop .list-main span:last-child{
\tpadding-right:0;
\tborder:none;
}
.header.shop .list-main span a{
\tcolor:#333;
}
.header.shop .list-main span a:hover{
\tcolor:#F7941D;
}
.feature_box_col_one{
\tdisplay: inline-block;
\ttext-decoration: none;
\tcolor: inherit;
}
.cardop-item {
\tbackground: #fff;
\ttext-align: center;
\tpadding: 30px 25px;
\t-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
\tbox-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
\tborder-radius: 0px;
\tmargin-bottom: 30px;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
\tdisplay: block;
}
.cardop-item:hover{
\tbackground:#fff;
\tbox-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
\tcursor: pointer;
\tdisplay: block;
}
.cardop-item:hover .cardop-item, .cardop-item:hover span.icon{
\tbackground: #f4f4f4;
\tborder-radius:10px;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
}
.cardop-item:hover h6, .cardop-item:hover p{
\tcolor:#333;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
}
.logo:hover span.icon{
\tbackground: green;
\tborder-radius:10px;
\t-webkit-transition: all .5s ease 0;
\ttransition: all .5s ease 0;
\ttransition: all 0.5s ease 0s;
\tcolor: #fff;
}
.logo .icon{
\tfont-size: 40px;
\tcolor: #f91942;
\twidth: 70px;
\theight: 70px;
\tpadding-top: 15px;
\tborder-radius: 50%;
\tbackground: #f4f4f4;
}
.cardop-item .icon{
\tfont-size: 40px;
\tmargin-bottom:25px;
\tcolor: #f91942;
\twidth: 90px;
\theight: 90px;
\tline-height: 96px;
\tborder-radius: 50px;
}
.cardop-item .feature_box_col_one{
\tbackground:rgba(247, 198, 5, 0.20);
\tcolor: #3565ae;
}
.cardop-item h6{
\tfont-weight: bold;
\tmargin-bottom: 7px;
}
.menucell {
width: 100%;
}
.menu-container {
margin: 0 auto;
background: #3565ae;
}
.menucell a.logo {
display: inline-block;
padding: 1.5em 3em;
width: 19%;
float: left;
}
.menucell img {
max-width: 100%;
}
.menu-mobile {
display: none;
padding: 20px;
}
.menu-mobile:after {
content: \"\\f394\";
font-family: \"Ionicons\";
font-size: 2.5rem;
padding: 0;
float: right;
position: relative;
top: 50%;
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
}
.menu-dropdown-icon:before {
content: \"\\f489\";
font-family: \"Ionicons\";
display: none;
cursor: pointer;
float: right;
padding: 1.5em 2em;
background: #fff;
color: #333;
}
.menucell > ul {
margin: 0 auto;
width: 100%;
list-style: none;
padding: 0;
position: relative;
/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
}
.menucell > ul:before,
.menucell > ul:after {
content: \"\";
display: table;
}
.menucell > ul:after {
clear: both;
}
.menucell > ul > li {
border-right: 1px solid #fff;
background: #fff;
padding: 0;
margin: 0;
}
.menucell > ul > li a {
text-decoration: none;
display: block;
padding: 7px 2px;
}
.menucell > ul > li:hover {
background: #fff;
text-align: left;
border-right: 1px solid #ddd;
}
.menucell > ul > li > ul {
display: none;
width: 100%;
background: #fff;
padding: 20px;
position: absolute;
z-index: 99;
right: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
box-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.menucell > ul > li > ul:before,
.menucell > ul > li > ul:after {
content: \"\";
display: table;
}
.menucell > ul > li > ul:after {
clear: both;
}
.menucell > ul > li > ul > li {
margin: 0;
padding-bottom: 0;
list-style: none;
width: 25%;
background: none;
float: left;
}
.menucell > ul > li > ul > li a {
color: #777;
padding: .2em 0;
width: 95%;
display: block;
border-bottom: 1px solid #ccc;
}
.menucell > ul > li > ul > li a:hover{
\tcolor:#03a9f4;
}
.menucell > ul > li > ul > li > ul {
display: block;
padding: 0;
margin: 10px 0 0;
list-style: none;
box-sizing: border-box;
}
.menucell > ul > li > ul > li > ul:before,
.menucell > ul > li > ul > li > ul:after {
content: \"\";
display: table;
}
.menucell > ul > li > ul > li > ul:after {
clear: both;
}
.menucell > ul > li > ul > li > ul > li {
float: left;
width: 100%;
padding: 10px 0;
margin: 0;
font-size: .8em;
}
.menucell > ul > li > ul > li > ul > li a {
border: 0;
font-size: 14px;
}
.menucell > ul > li > ul.normal-sub {
width: 300px;
left: auto;
padding: 10px 20px;
}
.menucell > ul > li > ul.normal-sub > li {
width: 100%;
}
.menucell > ul > li > ul.normal-sub > li a {
border: 0;
padding: 1em 0;
}
.menucell > ul > li a{
\tcolor: #333;
}
.menucell > ul > li a:hover{
\tcolor: #777;
}
.menucell ul li{
margin-top: 0px!important;
}
#demo {
margin: 20px auto;
max-width: 960px;
}
#demo h1 {
font-size: 2.4rem;
line-height: 3.2rem;
letter-spacing: 0;
font-weight: 300;
color: #212121;
text-transform: inherit;
margin-bottom: 1rem;
text-align: center;
}
#demo h2 {
font-size: 1.5rem;
line-height: 2.8rem;
letter-spacing: 0.01rem;
font-weight: 400;
color: #212121;
text-align: center;
}
.shadow-z-1 {
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
/* -- Material Design Table style -------------- */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 2rem;
background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
text-align: left;
padding: 1.6rem;
vertical-align: top;
border-top: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.table > thead > tr > th {
font-weight: 400;
color: #757575;
vertical-align: bottom;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
background-color: #fff;
}
.table .no-border {
border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 0.8rem;
}
.table-bordered {
border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
.table-responsive-vertical > .table {
\tmargin-bottom: 0;
\tbackground-color: transparent;
}
.table-responsive-vertical > .table > thead,
.table-responsive-vertical > .table > tfoot {
\tdisplay: none;
}
.table-responsive-vertical > .table > tbody {
\tdisplay: block;
}
.table-responsive-vertical > .table > tbody > tr {
\tdisplay: block;
\tborder: 1px solid #e0e0e0;
\tborder-radius: 2px;
\tmargin-bottom: 1.6rem;
}
.table-responsive-vertical > .table > tbody > tr > td {
\tbackground-color: #fff;
\tdisplay: block;
\tvertical-align: middle;
\ttext-align: right;
}
.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
\tcontent: attr(data-title);
\tfloat: left;
\tfont-size: inherit;
\tfont-weight: 400;
\tcolor: #757575;
}
.table-responsive-vertical.shadow-z-1 {
\t-webkit-box-shadow: none;
\t-moz-box-shadow: none;
\tbox-shadow: none;
}
.table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
\tborder: none;
\t-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
\t-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
\tbox-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.table-responsive-vertical > .table-bordered {
\tborder: 0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td {
\tborder: 0;
\tborder-bottom: 1px solid #e0e0e0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
\tborder-bottom: 0;
}
.table-responsive-vertical > .table-striped > tbody > tr > td,
.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f5f5f5;
}
.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
.table-responsive-vertical > .table-hover > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
\tbackground-color: rgba(0, 0, 0, 0.12);
}
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fde0dc;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
\tbackground-color: #f9bdbb;
}
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fce4ec;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
\tbackground-color: #f8bbd0;
}
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f3e5f5;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
\tbackground-color: #e1bee7;
}
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
\tbackground-color: #ede7f6;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
\tbackground-color: #d1c4e9;
}
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e8eaf6;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
\tbackground-color: #c5cae9;
}
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e7e9fd;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
\tbackground-color: #d0d9ff;
}
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e1f5fe;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
\tbackground-color: #b3e5fc;
}
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e0f7fa;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
\tbackground-color: #b2ebf2;
}
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
\tbackground-color: #e0f2f1;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
\tbackground-color: #b2dfdb;
}
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
\tbackground-color: #d0f8ce;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
\tbackground-color: #a3e9a4;
}
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f1f8e9;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
\tbackground-color: #dcedc8;
}
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
\tbackground-color: #f9fbe7;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
\tbackground-color: #f0f4c3;
}
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fffde7;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
\tbackground-color: #fff9c4;
}
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fff8e1;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
\tbackground-color: #ffecb3;
}
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fff3e0;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
\tbackground-color: #ffe0b2;
}
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
\tbackground-color: #fbe9e7;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
\tbackground-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
\tbackground-color: #ffccbc;
}
}
.flat-busness, .button-flat {
padding: 10px;
outline: none;
text-decoration: none;
text-align: center;
border-radius: 40px;
background: #fff;
border: 2px solid #1e499b;
color: #1e499b;
letter-spacing: 1px;
text-shadow: 0;
font-size: 12px;
font-weight: bold;
cursor: pointer;
transition: all 0.25s ease;
\tmargin-top: 3px;
}
.flat-busness:hover, .button-flat:hover{
\tbackground: #f7941d;
\tcolor: #fff;
}
@media only screen and (min-width: 1100px){
\t.header.shop .search-bar {
\t\twidth: 660px!important;
\t}
\t.header.shop .search-bar input {
\t\twidth: 450px!important;
\t\tmargin-left: -60px;
\t}
}
.nice-select .list {
\tz-index: 1000!important;
}
.button--anchor {
background: none;
border: none;
padding: 0;
margin: 0;
}
.button--anchor:hover {
text-decoration: underline;
}
.button--primary {
box-sizing: border-box;
border: 1px solid #c49530;
border-radius: 3px;
box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fee045), to(#fecb2a));
background: linear-gradient(to bottom, #fee045 5%, #fecb2a 100%);
height: 37px;
font-weight: bold;
font-size: 13px;
text-align: center;
padding: 7px;
}
.button--blue {
color: #1471da;
}
.hr-line {
display: flex;
}
.hr-line:before,
.hr-line:after {
content: '';
flex: 1;
border-bottom: 1px solid;
margin: auto 0.25em;
}
.btn-nav-search {
font-size: 12px;
border: 3px solid #ddd;
margin-right: -2px;
font-family: 'Montserrat', sans-serif!important;
text-align: center;
color: #030303;
background: linear-gradient(#FFFFFF,#E6E6E6);
border: 1px solid #CDCDCD;
border-radius: 3px;
display: inline-block;
\tpadding: 5px 10px;
\tfont-weight: bold;
}
input[type=\"checkbox\"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: white;
border: 0.125rem #808080 solid;
border-radius: 4px;
cursor: pointer;
display: inline-block;
height: 1.25rem;
margin-right: 0.25rem;
position: relative;
-webkit-transition: all 0.25s;
transition: all 0.25s;
vertical-align: middle;
width: 1.25rem;
}
input[type=\"checkbox\"]::after {
background-image: url(\"data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%220%200%2064%2064%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpolygon%20id%3D%22Combined-Shape%22%20fill%3D%22white%22%20points%3D%2223%2056%2021%2054%200%2033%207%2026%2023%2042%2057%208%2064%2015%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E\");
background-position: center center;
background-repeat: no-repeat;
background-size: 0.75rem 0.75rem;
content: \"\";
height: 1rem;
left: 0;
opacity: 0;
position: absolute;
top: 0;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
width: 1rem;
}
input[type=\"checkbox\"]:hover {
background-color: #bfdde1;
border: 0.125rem #007788 solid;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
input[type=\"checkbox\"]:focus {
outline: none;
box-shadow: 0px 0px 8px rgba(0, 119, 136, 0.75);
}
input[type=\"checkbox\"]:checked {
background-color: #007788;
border: 0.125rem #007788 solid;
}
input[type=\"checkbox\"]:checked::after {
opacity: 1;
}
label {
display: inline-block;
vertical-align: middle;
}
.mbill-border{
\tbackground: #fff; border: 1px solid #ddd; margin-top: 15px; padding: 4px; border-radius: 5px;
}
.modal-dialog .modal-content .modal-body {
padding: 0px;
overflow-y: auto;
max-height: 510px;
height: auto;
}
/** Début style Offres spéciales **/
.kapsayici{
\twidth:100%;
\theight:auto;
\tposition:relative;
\tmargin-left:auto;
\tmargin-right:auto;
\tdisplay:block;
}
.kapsayici a{
\tcolor:#fff;
\ttext-decoration:none;
\tbackground-color:#000;
\tfont-family: 'Roboto', sans-serif;
}
.kapsayici a:hover{
\tcolor:#fff;
\ttext-decoration:none;
}
.slid3{
\twidth:100%;
\theight:250px;
\tbackground-color:#ccc;
\tdisplay:block;
\tposition:relative;
\tz-index:1;
}
.resim3{
\twidth:100%;
\theight:100%;
\tdisplay:block;
\tposition:absolute;
\ttransition:0.5s;
\tvertical-align: middle;
\tz-index:2;
}
.resim3:after{
\tposition: absolute;
\tcontent:\"\";
\theight:100%;
\twidth:100%;
\ttop:0;
\tleft:0;
\topacity:0.9;
\tbackground: linear-gradient(to bottom, transparent 40%,#000 90%);
}
.resim3 img{
\twidth:100%;
\theight:100%;
\tobject-fit: cover;
\tobject-position: 50% 15%;
}
.resim3 h2{
\tposition:absolute;
\tbottom:0px;
\tpadding:10px;
\tword-wrap: break-word;
\ttext-shadow: 6px 4px 12px #000;
\tfont-weight:900;
\tfont-size:24px;
\tz-index:222;
\ttransition:0.4s;
}
.resim3 p{
\tposition:absolute;
\tbottom:2px;
\tvisibility:hidden;
\tpadding:10px;
\tz-index:11;
\tword-wrap: break-word;
\ttext-shadow: 6px 4px 12px #000;
\tfont-size:16px;
\tcolor:#fff;
\twidth: 90%;
\ttransition:0.2s;
\toverflow: hidden;
\twhite-space: nowrap;
\ttext-overflow: ellipsis;
}
.emoji{
\ttop:-10px;
\tleft:-20px;
\tposition:absolute;
\tz-index:222;
}
.emoji img{
\twidth:55px;
\theight:55px;
\tpadding:4px;
}
.slid3 span.yazar3 img{
\tdisplay:inline;
\tborder-radius:100%;
\twidth:30px;
\theight:30px;
\tvertical-align:middle;
\tpadding-right:5px;
\tz-index:999;
}
.slid3 a:hover .resim3 h2{ bottom:30px; transition:0.4s;}
.slid3 a:hover .resim3 p{visibility: visible; z-index:222; transition:0.6s;}
.slid3 a:hover .resim3:after{ opacity:1;background: linear-gradient(to bottom, transparent 0%,#000 100%);}
.panel-offer{
\tborder: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;
}
.panel-offer:hover{
\tbackground: #f4f4f4;
}
/** Début File Input */
.file-input {
display: inline-block;
text-align: left;
background: #fff;
padding: 16px;
width: 450px;
position: relative;
border-radius: 3px;
}
.file-input > [type='file'] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 10;
cursor: pointer;
}
.file-input > .button {
display: inline-block;
cursor: pointer;
background: #eee;
padding: 8px 16px;
border-radius: 2px;
margin-right: 8px;
}
.file-input:hover > .button {
background: dodgerblue;
color: white;
}
.file-input > .label {
color: #333;
white-space: nowrap;
opacity: .3;
}
.file-input.-chosen > .label {
opacity: 1;
}
/* responsive Search, Pagine & Filter Table */
.dataTables_filter {
float: right;
}
.table-hover > tbody > tr:hover {
background-color: #ccffff;
}
@media only screen and (min-width: 768px) {
.tablefilter {
width: 100% !important;
\tmargin: 15px 0px;
}
}
thead {
background: #f4f4f4;
border-radius: 10px 10px 0px 0px!important;
}
tfoot {
background: #f4f4f4;
border-radius: 0px 10px!important;
}
tr{
\tborder: 1px solid rgba(0,0,0,0.1)!important;
}
.table td:nth-child(2) {
overflow: hidden;
text-overflow: ellipsis;
}
.highlight {
background: #ffff99;
}
@media only screen and (max-width: 767px) {
/* Force table to not be like tables anymore */
.tablefilter,
.tablefilter thead,
.tablefilter tbody,
.tablefilter th,
.tablefilter td,
.tablefilter tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.tablefilter thead tr,
.tablefilter tfoot tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.tablefilter td {
/* Behave like a \"row\" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
}
.tablefilter td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
.tablefilter td:nth-child(1) {
background: #ccc;
height: 100%;
top: 0;
left: 0;
font-weight: bold;
}
}
.dt-bootstrap .row{
\twidth: 100%!important;
\tmargin-top: 5px;
\tmargin-bottom: 5px;
}
.dataTables_paginate ul li{
\tdisplay: inline!important;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
table.dataTable thead .sorting:after{
opacity: 0.5;
content: \"\\f0dc\"!important;
font-family: \"FontAwesome\"!important;
}
table.dataTable thead .sorting_asc:after{
\topacity: 0.5;
content: \"\\f0dc\"!important;
font-family: \"FontAwesome\"!important;
}
table.dataTable thead .sorting_desc:after{
\topacity: 0.5;
content: \"\\f0dc\"!important;
font-family: \"FontAwesome\"!important;
}
.tablefilter > thead > tr > th, .tablefilter > tbody > tr > th, .tablefilter > tfoot > tr > th, .tablefilter > thead > tr > td, .tablefilter > tbody > tr > td, .tablefilter > tfoot > tr > td {
padding: 7px 3px;
}
.tablefilter > tbody > tr > td {
\tborder-bottom: 1px solid #ddd!important;
\ttext-weight: normal!important;
\tborder-bottom-width: 1!important;
}
.star-ratings-css {
unicode-bidi: bidi-override;
color: #c5c5c5;
font-size: 25px;
height: 25px;
width: 100px;
margin: 0 auto;
position: relative;
padding: 0;
text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
color: #e7711b;
padding: 0;
position: absolute;
z-index: 0;
display: block;
top: 0;
left: 0;
overflow: hidden;
}
.star-ratings-css-bottom {
padding: -1;
display: block;
z-index: 0;
}
.star-ratings-sprite {
background: url(\"{{ asset('template/images/star-rating-sprite.png') }}\") repeat-x;
font-size: 0;
height: 21px;
line-height: 0;
overflow: hidden;
text-indent: -999em;
width: 110px;
margin: 0 auto;
}
.star-ratings-sprite-rating {
background: url(\"{{ asset('template/images/star-rating-sprite.png') }}\") repeat-x;
background-position: 0 100%;
float: left;
height: 21px;
display: block;
}
em {
font-style: italic;
}
.topic{
padding:20px;
padding-top:0px;
padding-bottom:0px;
border-bottom:solid 1px #ebebeb;
width: 100%;
}
.topic .open{
cursor:pointer;
display:block;
padding:0px;
}
.topic .open:hover{
opacity:0.7;
}
.expanded{
background-color:#f5f5f5;
transition: all .3s ease-in-out;
}
.question{
padding-top:30px;
padding-right: 40px;
padding-bottom:20px;
font-size: 18px;
font-weight:500;
color: #526ee4;
}
.answer{
font-size:16px;
line-height:26px;
display:none;
margin-bottom:30px;
text-align:justify;
padding-left:20px;
padding-right:20px;
}
.faq-t{
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: inline-block;
float:right;
position:relative;
top:-55px;
right:10px;
width: 10px;
height: 10px;
background: transparent;
border-left: 2px solid #ccc;
border-bottom: 2px solid #ccc;
transition: all .3s ease-in-out;
}
.faq-o{
top:-50px;
-moz-transform: rotate(-224deg);
-ms-transform: rotate(-224deg);
-webkit-transform: rotate(-224deg);
transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
.faq-t{display:none;}
.question{
padding-right: 0px;
}
main{
padding:10px;
}
.answer{
margin-bottom:30px;
padding-left:0px;
padding-right:0px;
}
}
.theme-bg-light{
\tborder: 1px #CCC solid;
\tbox-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
}
.flat-btn {
\tdisplay: inline-block;
\tpadding: 15px 20px;
\tfont-size: 13px;
\tfont-weight: 600;
\ttext-align: center;
\ttext-decoration: none;
\tborder-radius: 50px;
\tborder: 1px solid #E5DFEF;
\tcolor: #231A3B;
\ttransition: background .2s ease-in-out;
\tmargin-top: 15px;
}
.flat-btn:hover {
\tbackground: #E5DFEF;
\tcursor: pointer;
}
@media (min-width:576px) {
.modal-dialog {
max-width: 500px!important;
margin: 30px auto
}
.modal-sm {
max-width: 300px!important;
}
}
@media (min-width:992px) {
.modal-lg {
max-width: 800px!important;
}
}
.white-text-shadow{
\tcolor: #666;
/*text-shadow: 1px 1px 2px #000000;*/
margin-bottom: 10px;
\ttext-align: center;
\tdisplay: inline-block;
}
.white-text-shadow:hover{
\ttext-decoration: underline;
}
@media only screen and (max-width: 767px){
.slicknav_btn {
background: transparent;
padding: 0;
margin: 5px 15px 0px 0px;
\tposition: absolute;
right: 0px;
top: 0px;
}
.m-text-center{
\ttext-align: center!important;
}
.logo-small a img{
\theight: 50px;
\tmargin-top: -10px;
}
.open-menu{
\tposition: absolute;
\tleft: -15px!important; top: -7px!important;
}
.hero-slider .single-slider {
\theight: auto!important;
\tmin-height: 510px!important;
}
.hero-slider{
\theight: auto!important;
}
}
@media only screen and (min-width: 767px){
.m-text-center{
\ttext-align: left;
}
.open-menu{
\tdisplay: none!important;
}
.logo-small a img{
\theight: 80px;
\tmargin-top: -10px;
}
.hero-slider .single-slider {
\theight: 510px!important;
}
.hero-slider{
\theight: auto!important;
}
}
.menu-mob{
height: 100%!important;
width: 300px;
position: fixed;
left: -350px;
\ttop: 0px;
z-index: 1001;
background: #fff;
overflow: hidden;
text-align: left;
-webkit-transition: -webkit-transform 250ms ease-in-out;
transition: transform 250ms ease-in-out;
}
.activebtn {
-webkit-transform: translateX(350px);
-moz-transform: translateX(350px);
-o-transform: translateX(350px);
-ms-transform: translateX(350px);
transform: translateX(350px);
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
-moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.open-menu{
display: inline-block;
}
.open-menu button{
display: inline;
z-index: 0;
background: transparent;
border: none;
margin-top: 10px;
margin-left: 25px;
padding: 0px;
cursor: pointer;
}
.open-menu img{
width: 30px;
height: 30px;
}
.header-menu{
height: 60px;
background: #f4f4f4;
\tmargin-bottom: 7px;
\tpadding: 7px 10px;
}
.header-menu button {
position: absolute;
background: transparent;
border: none;
padding: 0px;
cursor: pointer;
\tfloat: right;
\ttop: 7px;
\tright: 7px;
}
.header-menu img {
width: 40px;
height: 40px;
}
.top-menu {
margin-top: 35px;
}
.top-menu a {
text-decoration: none;
color: black;
font-weight: 500;
font-size: 16rem;
display: block;
line-height: 40px;
padding-left: 35px;
\t transition: .2s;
}
/* Dropdown Button */
.dropbtn-prfl {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown-prfl {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content-prfl {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 10px;
}
/* Links inside the dropdown */
.dropdown-content-prfl a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-prfl a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown-prfl:hover .dropdown-content-prfl {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-prfl:hover .dropbtn-prfl {background-color: #3e8e41;}
.menu-mob .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
float: right;
position: absolute;
top: 15px;
right: 7px;
content: \"\";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}
aside{
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #f4f4f4;
opacity: 0;
visibility: hidden;
transition: all .5s ease;
z-index: 90000!important;
}
.open {
opacity: 1;
visibility: visible;
}
.close-nav {
position: fixed;
top: 20px;
left: 15px;
color: white;
z-index: 3;
cursor: pointer;
font-family: sans-serif;
box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
}
.close-nav:hover{
\tbackground: red!important;
\tcolor: #fff!important;
}
.hiden-scroll-bar-body{
\theight: 400px;
\toverflow-y: hidden;
}
.close-nav span,
.close-nav span:before,
.close-nav span:after {
border-radius: 4px;
height: 5px;
width: 35px;
background: white;
position: absolute;
display: block;
content: '';
}
.close-nav span {
background: transparent;
}
.close-nav span:before {
-webkit-transform: rotate(45deg);
\t\t transform: rotate(45deg);
}
.close-nav span:after {
-webkit-transform: rotate(-45deg);
\t\t transform: rotate(-45deg);
}
.outer-close {
position: absolute;
right: 0;
top: 0;
width: 85px;
height: 85px;
cursor: pointer;
}
.position-current-user, .position-current-user p{
\tbackground: #3565ae!important;
\tcolor: #fff!important;
}
.bg-struct{
\tbackground: #3565ae!important;
\tcolor: #fff!important;
}
.silly_scrollbar {
\theight:700px;
\t-webkit-box-shadow:0 0 3px #333;
\t-webkit-box-sizing: border-box;
\tpadding:0 14px;
\toverflow:auto;
}
.silly_scrollbar::-webkit-scrollbar {
\twidth: 12px;
}
.silly_scrollbar::-webkit-scrollbar-track {
\t-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
\tborder-radius: 10px;
}
.silly_scrollbar::-webkit-scrollbar-thumb {
\tborder-radius: 10px;
\t-webkit-box-shadow: inset 0 0 6px red;
}
.silly_scrollbar::-webkit-scrollbar-thumb:hover {
\t-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
/* The container - needed to position the dropdown content */
.dropdown-prfl {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content-prfl {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
margin-top: -5px; z-index: 50000;
}
/* Links inside the dropdown */
.dropdown-content-prfl a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-prfl a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown-prfl:hover .dropdown-content-prfl {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-prfl:hover .dropbtn-prfl {background-color: #3e8e41;}
.button-hover, .button-hover:hover, .button-hover:active, .button-hover:visited, .button-hover:focus {
outline: 0;
}
.button-hover:not(.btn-lang-footer):not(.btn-send-footer):not(.homepage-seecourses):not(.module-btn):not(.btn-download):not(.dropbtn12) {
height: 45px;
width: auto;
padding: 0 35px;
border-radius: 4px;
color: #6c6c6c;
border: 1px solid #c6c6c6;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 14px;
font-weight: bold;
line-height: 22px;
text-align: center;
transition: 0.3s cubic-bezier(0.25, 0.8, 0.95, 1);
transition: padding 0s;
background: transparent;
}
.button-hover:not(.btn-lang-footer):not(.btn-send-footer):not(.homepage-seecourses):not(.module-btn):not(.btn-download):hover {
background: linear-gradient(216.73deg, #7B00B9 0%, #7323DC 100%);
color: #fff;
border: 1px solid #7B00B9;
}
@media (min-width: 320px) and (max-width: 768px) {
.button-hover:not(.btn-lang-footer):not(.btn-send-footer):not(.homepage-seecourses):not(.module-btn):not(.btn-download):hover {
\tbackground: transparent;
\tcolor: #6c6c6c;
\tborder: 1px solid #c6c6c6;
}
}
/*
\t---------------------------------------------
\tStart Modal SPP
\t-------------------------------------------------
\t*/
\thtml.sppmodal-active, body.sppmodal-active {
\toverflow: hidden;
\t}
\t.sppmodal-container {
\tposition: fixed; /*Mettre à fixed si la classe sppmodal-active est appliqué à l'élément body*/
\tdisplay: table;
\theight:100%;
\twidth: 100%;
\ttop: 0;
\tleft: 0;
\ttransform: scale(0);
\tz-index: 1000;
\t}
\t.sppmodal-container.one {
\ttransform: scaleY(0.01) scaleX(0);
\tanimation: unfoldIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container.one .sppmodal-background .sppmodal {
\ttransform: scale(0);
\tanimation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container.one.out {
\ttransform: scale(1);
\tanimation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container.one.out .sppmodal-background .sppmodal {
\tanimation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
\t}
\t.sppmodal-container .sppmodal-background {
\tdisplay: table-cell;
\tbackground: rgba(247, 248, 251,0.8)!important;
\ttext-align: center;
\tvertical-align: middle;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal {
\tpadding: 10px;
\tdisplay: inline-block;
\tposition: relative;
\t\twidth: 600px;
\theight: auto;
\tmax-width: 100%!important;
\theight: 750px;
\toverflow-y: auto;
\toverflow-x: hidden;
\tpadding-bottom: 40px;
\t\tfont-family: Arial;
\t\tfont-size: 13px;
\t\tfont-weight: 400;
\t\ttext-align: center;
\t\tline-height: 18px;
\t\tcolor: #FFFFFF;
\t\tbackground-color: #FFFFFF;
\t\tbackground-repeat: repeat;
\t\tbackground-position: left top;
\t\tborder: 1px solid #F1F3F9;
\t\tborder-radius: 4px;
\t\tbox-shadow: 0px 2px 5px 1px #999999;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal h2 {
\tfont-size: 25px;
\tline-height: 25px;
\tmargin-bottom: 15px;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal p {
\tfont-size: 18px;
\tline-height: 22px;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal .sppmodal-svg {
\tposition: absolute;
\ttop: 0;
\tleft: 0;
\theight: 100%;
\twidth: 100%;
\tborder-radius: 3px;
\t}
\t.sppmodal-container .sppmodal-background .sppmodal .sppmodal-svg rect {
\tstroke: #fff;
\tstroke-width: 2px;
\tstroke-dasharray: 778;
\tstroke-dashoffset: 778;
\t}
\t@keyframes unfoldIn {
\t0% {
\t\ttransform: scaleY(0.005) scaleX(0);
\t}
\t50% {
\t\ttransform: scaleY(0.005) scaleX(1);
\t}
\t100% {
\t\ttransform: scaleY(1) scaleX(1);
\t}
\t}
\t@keyframes unfoldOut {
\t0% {
\t\ttransform: scaleY(1) scaleX(1);
\t}
\t50% {
\t\ttransform: scaleY(0.005) scaleX(1);
\t}
\t100% {
\t\ttransform: scaleY(0.005) scaleX(0);
\t}
\t}
\t@keyframes zoomIn {
\t0% {
\t\ttransform: scale(0);
\t}
\t100% {
\t\ttransform: scale(1);
\t}
\t}
\t@keyframes zoomOut {
\t0% {
\t\ttransform: scale(1);
\t}
\t100% {
\t\ttransform: scale(0);
\t}
\t}
.form-alert-top{
z-index: 2; position: absolute; background: #caf3f7; border-top: 1px solid #ddd; bottom: 0px; width: 100%; left: 0px; height: 70px;
}
@media (max-width: 720px){
.sppmodal-container .sppmodal-background .sppmodal{
width: 100%!important;
height: calc(100vh)!important;
}
.form-alert-top{
display: none;
}
}
\t/*
\t--------------------------------------
\tEnd Modal SPP
\t--------------------------------------
\t*/
.btn-home {
font-family: \"Barlow\", sans-serif;
font-weight: 700;
font-size: 18px;
padding: 15px 40px;
background: #fff;
border: none;
cursor: pointer;
transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
z-index: 2;
border-radius: 50px;
overflow: hidden;
}
.btn-home:after {
content: \"\";
position: absolute;
transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-4 {
color: #252D4A;
border: 2px solid currentColor;
}
.btn-4:after {
border: solid #5568AA;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
transform: rotate(-45deg) translateY(-48%);
top: 48%;
right: 27%;
opacity: 0;
visibility: hidden;
z-index: -1;
}
.btn-4:hover, .btn-4:focus {
color: #5568AA;
border: 2px solid transparent;
padding: 15px 70px;
}
.btn-4:hover:after, .btn-4:focus:after {
opacity: 1;
visibility: visible;
right: 18%;
}
.btn-4:focus {
border-color: currentColor;
}
.btn-4:hover{
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
form.formmodal_inscription_newletter .nice-select {
width: 100%!important;
}
.nice-select .list {
max-height: 250px!important;
overflow: auto!important;
}
.white-text-shadow{
color: white;
text-shadow: 2px 2px 4px #000000;
}
/* toggle-switch-1 */
.toggle-switch-1{
--width: 70px;
--height: 25px;
position: relative;
width: var(--width);
height: var(--height);
cursor: pointer;
}
.toggle-switch-1 input[type=checkbox]{
opacity: 0!important;
}
.toggle-switch-1 input{
position: relative;
z-index: 1;
appearance: none;
}
.toggle-switch-1 span{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #313237;
border-radius: var(--height);
transition: 0.5;
box-shadow: 0 1px 1px #313237;
}
.toggle-switch-1 input:checked ~ span{
background: #0a58ca;
box-shadow: 0 1px 1px #05be0566;
}
.toggle-switch-1 span i {
position: absolute;
width: 30px;
\theight: 18px;
aspect-ratio: 1;
background: #fff;
border-radius: 10px;
left: 4px;
top: 3px;
}
.toggle-switch-1 span i:before {
content: \"Non\";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #333;
text-transform: uppercase;
font-weight: 900;
font-style: normal;
font-size: 8px;
transition: 0.5s;
}
.toggle-switch-1 input:checked ~ span i{
left: 36px;
}
.toggle-switch-1 input:checked ~ span i:before{
content: \"Oui\";
color: #007FFF;
}
/*-----------End checkbox----------------*/
/*------------------ Begin Stepper Souscriptio ---------------------*/
.stepper {
clear: left;
float: left;
margin: 20px;
}
.stepper .step {
float: left;
font-size: 15px;
margin: 0 12px;
}
.stepper .divider1 {
border-bottom: 1px solid #cfcfcf;
float: left;
height: 12px;
margin: 0 12px;
width: 45px;
}
.stepper .circle {
background: #cfcfcf;
border-radius: 50%;
color: #ffffff;
float: left;
font-size: 13px;
height: 24px;
line-height: 24px;
text-align: center;
width: 24px;
}
.stepper .label {
color: #cfcfcf;
float: left;
line-height: 24px;
margin-left: 8px;
}
.stepper .active .circle {
background: #ef7521;
}
.stepper .active .label {
color: #5b5b5b;
font-weight: 400;
}
.stepper .complete .circle {
background: #ef7521;
}
.stepper .complete .icon {
font-size: 30px;
position: relative;
top: -3px;
}
.stepper .complete .label {
color: #5b5b5b;
font-weight: 400;
}
/*-----------------End stepper souscription ------------------*/
.animate__animated.animate__fadeIn {
--animate-duration: 0.3s;
}
.main_card {
transform: scale(0.9);
border-radius: 10px;
background: #fff;
}
.main_card h3 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
/* identical to box height */
color: #1A1B38;
}
.main_card .select-cards {
height: auto;
}
.main_card .select-cards .select {
width: 100%;
height: 95px;
background: #FFFFFF;
border: 1px solid #EAEAEA;
border-radius: 5px;
margin-bottom: 10px;
display: flex;
align-items: center;
cursor: pointer;
transition: 0.3s;
}
.main_card .select-cards .select .titles {
margin-left: 15px;
}
.main_card .select-cards .select .titles h4 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
/* identical to box height */
color: #1A1B38;
}
.main_card .select-cards .select .titles h5 {
font-family: Mulish;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
/* identical to box height */
color: #1A1B38;
margin-top: 1px;
}
.main_card .select-cards .select .check-box {
width: 33px;
height: 33px;
background: #FFFFFF;
border: 2px solid #BCBCBC;
border-radius: 50%;
margin-left: 25px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
.main_card .select-cards .select .check-box .check-dot {
width: 15px;
height: 15px;
background: #fff;
border-radius: 50%;
transition: 0.3s;
transform: scale(0);
}
.main_card .select-cards .select[data-selected=true] {
border-color: #000000;
}
.main_card .select-cards .select[data-selected=true] .check-box {
background: #000000;
border-color: #000;
background: #1d3cc6;
border-color: #1d3cc6;
}
.main_card .select-cards .select[data-selected=true] .check-box .check-dot {
width: 15px;
height: 15px;
transform: scale(1);
}
.main_card .select-btn {
height: 95px;
background: #1d3cc6;
border-radius: 5px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
cursor: pointer;
/* identical to box height */
text-align: center;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.stepper-item-1{
display: block;
}
.stepper-item-2{
display: none;
}
</style>
{% endblock %}
</head>
<body class=\"js\">
<!-- Preloader -->
\t<div class=\"preloader\">
\t\t<div class=\"preloader-inner\">
\t\t\t<div class=\"preloader-icon\">
\t\t\t\t<span></span>
\t\t\t\t<span></span>
\t\t\t</div>
\t\t</div>
\t</div>
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:menubare\", {'position': 'accueil', 'menudisplay': menudisplay|default(1) })) }}
{% block body %}
{% endblock %}
<div id=\"sppmodal-container-newsletter\" class=\"sppmodal-container\">
\t<div class=\"sppmodal-background\">
\t\t<div class=\"sppmodal\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<a href=\"#!\" class=\"pull-right close-sppmodal-newsletter\" data-original-title=\"\" title=\"\">
\t\t\t\t\t\t<img src=\"{{ asset('template/images/close.svg') }}\" class=\"img-size-15\" style=\"height: 15px;\">
\t\t\t\t\t</a>
\t\t\t\t\t<h3 class=\"text-left\" style=\"font-family: OpenSans-Bold; color: #333; padding: 0px;margin: 0px;\">Services {{ site }}</h3>
\t\t\t\t</div>
\t\t\t\t<div class=\"col-md-12\">
\t\t\t\t\t<hr style=\"margin-bottom: 0px;\">
\t\t\t\t</div>
<div class=\"col-md-12\">
<div class=\"stepper\">
<div class=\"step complete\">
<div class=\"circle\">
<div class=\"bi bi-check2\"></div>
</div>
<div class=\"label\">Etape 1</div>
</div>
<div class=\"divider1\"></div>
<div class=\"step active\" id=\"stepper-indicator-1\">
<div class=\"circle\">2</div>
<div class=\"label\">Etape 2</div>
</div>
<div class=\"divider1\"></div>
<div class=\"step\" id=\"stepper-indicator-2\">
<div class=\"circle\">3</div>
<div class=\"label\">Etape 3</div>
</div>
</div>
</div>
\t\t\t\t<div class=\"col-md-12\">
<div class=\"stepper-item-1\">
\t\t\t\t\t<div class=\"row text-left\">
\t\t\t\t\t\t<div class=\"col-sm-12 offset-md-1 col-md-10\">
<div class=\"main_card\">
<h3> Chosissez un service</h3>
<div class=\"select-cards\">
<div class=\"select\" id=\"item-discovery-online\" value=\"discovery\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Souscription <strong>DISCOVERY Online</strong></h4>
<h5>3000 {{ devise }}/mois</h5>
</div>
</div>
<div class=\"select\" id=\"item-professional-desktop\" data-selected=\"true\" value=\"professional\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Souscription <strong>PROFESSIONAL Desktop</strong></h4>
<h5>12 500 {{ devise }}/mois</h5>
</div>
</div>
<div class=\"select\" id=\"item-premium-desktop\" value=\"premium\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Souscription <strong>PREMIUM Desktop</strong></h4>
<h5>22 500 {{ devise }}/mois</h5>
</div>
</div>
<!-- div class=\"select\" id=\"item-contact\" value=\"contact\">
<div class=\"check-box\"><div class=\"check-dot\"></div></div>
<div class=\"titles\">
<h4>Contacter le service client</h4>
<h5>Appel, Email & Whatsapp</h5>
</div>
</div -->
</div>
</div>
</div>
</div>
<div class=\"row\" style=\"margin-top: 120px;\">
<div class=\"col-md-6 col-6 text-left\">
<button type=\"button\" class=\"button-hover\" name=\"button\" disabled=\"\"><span class=\"fa fa-arrow-left\"></span> Précédent </button>
</div>
<div class=\"col-md-6 col-6 text-right\">
<button type=\"button\" class=\"button-hover\" id=\"submit-service-choice\" name=\"button\"> Enregistrer <span class=\"fa fa-arrow-right\"></span></button>
</div>
</div>
</div>
<div class=\"stepper-item-2\">
<div class=\"row text-left\">
<div class=\"col-sm-12 offset-md-1 col-md-10\">
\t\t\t\t\t\t <form method=\"post\" action=\"#!\" class=\"formmodal_inscription_newletter\" style=\"color: #333;\">
<div id=\"sommaire_commande\">
<h2>Souscription Offre Premium - 22 500 XAF/mois</h2>
<input type=\"hidden\" name=\"offreClient\" id=\"\"/>
</div>
<div class=\"row\" style=\"margin: 0px -15px;\">
<div class=\"col-md-6\">
<div class=\"form-group\">
<input type=\"text\" class=\"form-control\" name=\"usernom\" id=\"prenom_client\" placeholder=\"Nom\" required=\"\">
</div>
</div>
<div class=\"col-md-6\">
<div class=\"form-group\">
<input type=\"text\" class=\"form-control\" name=\"userprenom\" id=\"prenom_client\" placeholder=\"Prenom\" required=\"\">
</div>
</div>
</div>
<div class=\"form-group\">
<input type=\"email\" class=\"form-control\" name=\"email\" id=\"email_client\" placeholder=\"Votre E-mail\" required=\"\">
</div>
<div class=\"form-group\">
<label for=\"number_client\">Téléphone avec code indicatif: ex: +237 658 45 52 41</label>
<input type=\"text\" class=\"form-control\" name=\"number\" id=\"number_client\" placeholder=\"Numéro de Téléphone\" required=\"\">
</div>
<div class=\"form-group\">
<label for=\"typecontact_client\">Comment souhaitez-vous être contacter</label>
<select class=\"form-control\" name=\"typeContact\" id=\"typecontact_client\" style=\"width: 100%;\">
<option value=\"appelonly\">Appel Uniquement</option>
<option value=\"emailonly\">Email Uniquement</option>
</select>
</div>
<div class=\"form-group\">
<label for=\"calldate_client\">Quand souhaitez vous être contactez ?</label>
<div class=\"row\" style=\"margin: 0px -15px;\">
<div class=\"col-md-6\">
<input type=\"date\" class=\"form-control\" name=\"calldate\" id=\"calldate_client\" required=\"\">
</div>
<div class=\"col-md-6\">
<input type=\"time\" class=\"form-control\" name=\"calltime\" id=\"calldate_client\" required=\"\">
</div>
</div>
</div>
<div class=\"form-group mb-3\">
<textarea class=\"form-control\" name=\"website\" rows=\"3\" placeholder=\"Que pouvons nous faire pour vous ?\"></textarea>
</div>
<!--div class=\"form-group text-center\">
<button class=\"btn-home btn-4 btn-mulberry\">
C'est parti
</button>
</div -->
<div class=\"row\">
<div class=\"col-md-6 col-6 text-left\" style=\"padding: 0px;\">
<button type=\"button\" class=\"button-hover\" name=\"button\" onclick=\"backOffertList()\"><span class=\"fa fa-arrow-left\"></span> Précédent </button>
</div>
<div class=\"col-md-6 col-6 text-right\" style=\"padding: 0px;\">
<button type=\"submit\" class=\"button-hover\" id=\"submit-service-choice\" name=\"button\"> Suivant <span class=\"fa fa-arrow-right\"></span></button>
</div>
</div>
\t\t\t\t\t\t
\t\t\t\t\t\t</form>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"clearfix\"></div>
\t\t\t\t\t</div>
\t\t\t\t</div>
</div>
\t\t\t\t<div style=\"col-md-12\">
\t\t\t\t\t<div class=\"text-center form-alert-top\" style=\"\">
\t\t\t\t\t\t<img src=\"{{ asset('template/images/images-newsletter.jpg') }}\" alt=\"\" style=\"height: 60px;\">
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
</div>
\t<div class=\"content-alert-action-market-user\" value=\"0\" name=\"0\" style=\"display: none;\"></div>
\t<div class=\"panel-result-action-market-user\" style=\"display: none; position: fixed; z-index: 90000; width: 100%; text-align: center; top: 40%;\">
\t\t<span style=\"display: inline-block; width: 80px; height: 80px; background: transparent; text-align: center; padding-top: 25px;\">
\t\t\t<div data-w-id=\"bdd6bb74-6a76-cc2b-93ad-7ae71601b802\" data-animation-type=\"lottie\" data-src=\"{{ asset('template/js/dataloader.json') }}\" data-loop=\"1\" data-direction=\"1\" data-autoplay=\"1\" data-is-ix2-target=\"0\" data-renderer=\"svg\" data-default-duration=\"26.2\" data-duration=\"0\" style=\"height: 100px;\"></div>
\t\t</span>
\t</div>
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:cardmenu\")) }}
<div class=\"modal fade\" data-backdrop=\"true\" id=\"modal-souscription-offert\">
\t<div class=\"modal-dialog modal-lg\" style=\"border-radius: 10px;\">
\t<div class=\"modal-content\" style=\"border-radius: 10px; margin: 0px;\">
\t
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:headermodal\", {'title': ''})) }}
\t\t
\t\t<div class=\"modal-body\" style=\"background: #f5f7f8!important; padding: 15px 0px;\">
\t\t\t<div class=\"row\">
\t\t\t <div class=\"col-md-12\">
\t\t\t\t<div class=\"wait-chargement-content-module\" style=\"text-align: center; padding-top: 30px;\">
\t\t\t\t<h5>
\t\t\t\t\tPatientez un moment pendant le chargement des données</br>
\t\t\t\t\t<img src=\"{{ asset('template/images/loader1.gif') }}\" alt=\"image\" style=\"height: 60px; width: 60px;\">
</h5>
\t\t\t\t</div>
\t\t\t\t<div class=\"content-module-loading\" style=\"display: none;\">
\t\t\t\t</div>
\t\t\t </div>
\t\t\t</div>
\t\t</div>
\t\t<div class=\"modal-footer color-top\" style=\"text-align: right; border-top: 4px solid #37c0fb; display: block;\">
\t\t\t{% include \"Theme/General/Template/Menu/social.html.twig\" %}
\t\t</div>
\t</div>
\t</div>
\t</div>
<aside>
<div class=\"outer-close toggle-overlay\">
\t<a class=\"close-nav text-center open-scroll-bar-body\" style=\"background: #fff; color: #333; display: inline-block; height: 40px; width: 40px; border-radius: 20px; padding-top: 7px;\"><i class=\"fa fa-arrow-left\"></i></a>
<div style=\"position: fixed; z-index: 3; bottom: 0px; width: 100%; left: 0px; background: #fff; padding: 7px 10px;\">
\t<div style=\"font-size: 12px;\">© 2014 - {{ \"now\"|date('Y') }} - {{ site }}</div>
</div>
</div>
<div class=\"row content-article-tech\">
</div>
</aside>
{{ render(controller(\"App\\\\Controller\\\\General\\\\Template\\\\MenuController:footer\", {'position': 'accueil'})) }}
<!-- Jquery -->
<script src=\"{{ asset('template/js/jquery-migrate-3.0.0.js') }}\"></script>
<script src=\"{{ asset('template/js/jquery-ui.min.js') }}\"></script>
<!-- Popper JS -->
<script src=\"{{ asset('template/js/popper.min.js') }}\"></script>
<!-- Bootstrap JS -->
<script src=\"{{ asset('template/js/bootstrap.min.js') }}\"></script>
<!-- Slicknav JS -->
<script src=\"{{ asset('template/js/slicknav.min.js') }}\"></script>
<!-- Magnific Popup JS -->
<script src=\"{{ asset('template/js/magnific-popup.js') }}\"></script>
<!-- Waypoints JS -->
<script src=\"{{ asset('template/js/waypoints.min.js') }}\"></script>
<!-- Countdown JS -->
<script src=\"{{ asset('template/js/finalcountdown.min.js') }}\"></script>
<!-- Nice Select JS -->
<script src=\"{{ asset('template/js/nicesellect.js') }}\"></script>
<!-- Flex Slider JS -->
<script src=\"{{ asset('template/js/flex-slider.js') }}\"></script>
<!-- ScrollUp JS -->
<script src=\"{{ asset('template/js/scrollup.js') }}\"></script>
<!-- Onepage Nav JS -->
<script src=\"{{ asset('template/js/onepage-nav.min.js') }}\"></script>
<!-- Easing JS -->
<script src=\"{{ asset('template/js/easing.js') }}\"></script>
<!-- Active JS -->
<script src=\"{{ asset('template/js/active.js') }}\"></script>
<script src=\"{{ asset('autocomplete/js/jquery.auto-complete.js') }}\" type=\"text/javascript\"></script>
{% block srcjavascript %}
{% endblock %}
<script type=\"text/javascript\">
function modalSusccriptionSetting(itemsetting)
{
\$('.select-cards .select').attr('data-selected', false);
//alert(itemsetting)
if(itemsetting == \"discovery\")
{
\$('#item-discovery-online').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Discovery Online - 3000 {{ devise }}/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"discovery\");
}else if(itemsetting == \"professional\")
{
\$('#item-professional-desktop').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Professional Desktop - 12 500 {{ devise }}/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"professional\");
}else if(itemsetting == \"premium\")
{
\$('#item-premium-desktop').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Premium Desktop - 12 500 {{ devise }}/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"premium\");
}else{
//\$('#item-contact').attr('data-selected', true);
//\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
//\$(\"#sommaire_commande h2\").html(\"Contactez le service client\");
//\$(\"#sommaire_commande input\").attr(\"value\",\"contact\");
\$('#item-professional-desktop').attr('data-selected', true);
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"professional\")');
\$(\"#sommaire_commande h2\").html(\"Souscription Offre Professional Desktop - 12 500 {{ devise }}/mois\");
\$(\"#sommaire_commande input\").attr(\"value\",\"professional\");
}
if(itemsetting != \"contact\")
{
\$(\".stepper-item-1\").hide();
\$(\".stepper-item-2\").show();
\$(\"#stepper-indicator-1\").removeClass(\"active\");
\$(\"#stepper-indicator-2\").addClass(\"active\");
\$(\"#stepper-indicator-1\").addClass(\"complete\");
}
}
var select_card = document.querySelectorAll(\".select\");
var title = document.getElementById(\"title\");
var price = document.getElementById(\"price\");
var selected=2;
var reset = ()=>{
select_card.forEach((k)=>{
k.setAttribute(\"data-selected\", \"false\");
})
}
select_card.forEach((a,i)=>{
a.addEventListener(\"click\",(e)=>{
reset();
a.setAttribute(\"data-selected\", \"true\")
var itemsetting = a.getAttribute('value');
if(itemsetting == \"discovery\")
{
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
}else if(itemsetting == \"professional\")
{
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
}else if(itemsetting == \"premium\")
{
\$('#submit-service-choice').attr('onclick', 'modalSusccriptionSetting(\"'+itemsetting+'\")');
}
selected=i+1;
})
})
function backOffertList(){
\$(\".stepper-item-1\").show();
\$(\".stepper-item-2\").hide();
\$(\"#stepper-indicator-1\").addClass(\"active\");
\$(\"#stepper-indicator-2\").removeClass(\"active\");
\$(\"#stepper-indicator-1\").removeClass(\"complete\");
};
\t{% block javascript %}
\t{% endblock %}
\t\$(function(){
\t\t\$(\".dropdown-btn\").click(function(){
\t\t var menu = \$(this).find('.dropdown__menu');
\t\t if (menu) {
\t\t\tmenu.toggleClass(\"dropdown__menu--active\");
\t\t }
\t\t});
\t\t
\t\t\$(\"form.update-method-paiement\").submit(function(){
\t\t\tvar email = \$(this).find('input').val();
\t\t\tif({{ regexmail }}.test(email))
\t\t\t{
\t\t\t\tvar height = (\$(window).height() + \$(window).scrollTop());
\t\t\t\tvar width = \$(window).width() + 100;
\t\t\t\tvar scrolltop = \$(window).scrollTop();
\t\t\t\t\$('.panel-result-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 9000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t\t\t\$.post('{{ path('users_user_update_newsletter_list') }}', { email: email }, function(data){
\t\t\t\t if(data == 0)
\t\t\t\t {
resetNotif();
alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, Les données envoyées n\\'ont pas été reçu</div>');
\t\t\t\t }else if(data == 2){
\t\t\t\t\t resetNotif();
\t\t\t\t\t alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, Cette adresse existe déjà !</div>');
\t\t\t\t }else if(data == 3){
\t\t\t\t\t resetNotif();
\t\t\t\t\t alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, L\\'adresse Email entrée est incorete !</div>');
\t\t\t\t }else{
resetNotif();
alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-check\"></span> Opération effectuée avec succès !</div><div>'+data+'</div>');
\t\t\t\t }
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t\t});
\t\t\t\t
\t\t\t}else{
\t\t\t\tresetNotif();
\t\t\t\talertify.alert('<div style=\"margin-bottom: 50px; text-decoration: underline;\"><span class=\"fa fa-frown-o\"></span> Echec, L\\'adresse Email entrée est incorete.</div>');
\t\t\t}
\t\t\t
\t\t\treturn false;
\t\t});
\$(\"form.formmodal_inscription_newletter\").submit(function(){
\t\t\tvar usernom = \$(this).find('input[name=\"usernom\"]').val();
var userprenom = \$(this).find('input[name=\"userprenom\"]').val();
var email = \$(this).find('input[name=\"email\"]').val();
var website = \$(this).find('textarea[name=\"website\"]').val();
var number = \$(this).find('input[name=\"number\"]').val();
var offreClient = \$(this).find('input[name=\"offreClient\"]').val();
var calldate = \$(this).find('input[name=\"calldate\"]').val();
var calltime = \$(this).find('input[name=\"calltime\"]').val();
var typeContact = \$(this).find('select[name=\"typeContact\"]').val();
\t\t\tif({{ regexmail }}.test(email))
\t\t\t{
\t\t\t\tvar height = (\$(window).height() + \$(window).scrollTop());
\t\t\t\tvar width = \$(window).width() + 100;
\t\t\t\tvar scrolltop = \$(window).scrollTop();
\t\t\t\t\$('.panel-result-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').show();
\t\t\t\t\$('.content-alert-action-market-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 9000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t\t\t\$.post('{{ path('users_user_update_newsletter_list', {'type': 2}) }}', { usernom: usernom, userprenom: userprenom, email: email, website: website, number: number, offreClient: offreClient, calldate: calldate, calltime: calltime, typeContact: typeContact }, function(data){
\t\t\t\t if(data == 0)
\t\t\t\t {
\t\t\t\t\tresetNotif();
\t\t\t\t\talertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-frown-o\"></span> Echec, Les données envoyées n\\'ont pas été reçu</div>');
\t\t\t\t }else{
resetNotif();
alertify.alert('<div style=\"margin-bottom: 20px;\"><span class=\"fa fa-check\"></span> Opération effectuée avec succès !</div>');
\$('#sppmodal-container-newsletter').addClass('out');
\t\t\t \$('body').removeClass('sppmodal-active');
\t\t\t\t }
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t\t});
\t\t\t\t
\t\t\t}else{
\t\t\t\tresetNotif();
\t\t\t\talertify.alert('<div style=\"margin-bottom: 50px; text-decoration: underline;\"><span class=\"fa fa-frown-o\"></span> Echec, L\\'adresse Email entrée est incorete.</div>');
\t\t\t}
\t\t\t
\t\t\treturn false;
\t\t});
\t\tvar box = \$('.menu-mob');
\t\tvar button = \$('.open-menu, .header-menu');
\t\tbutton.on('click', function(){
\t\t\tbox.toggleClass('activebtn');
\t\t});
\t\t\$(\"[data-toggle=popover]\").popover();
\t\tvar jsonresult = {{ render(controller(\"App\\\\Controller\\\\Produit\\\\Produit\\\\ProduitController:autorechercheproduit\", { taille: 10})) }};
\t\tvar j = 0;
\t\tvar searchchoices = [];
\t\tfor(var n in jsonresult){
\t\t\tnom = jsonresult[n].nom;
\t\t\tdrapeau = jsonresult[n].drapeau;
\t\t\tslogan = jsonresult[n].slogan;
\t\t\trelation = jsonresult[n].relation;
\t\t\tlink = jsonresult[n].link;
\t\t\tnum = nom+\":\"+drapeau;
\t\t\tcourantelem = [nom,drapeau,slogan,relation,link];
\t\t\tsearchchoices[j] = courantelem;
\t\t\tj++;
\t\t}
\t\t\$('.recherche-plateforme').autoComplete({
\t\t\tminChars: 0,
\t\t\tsource: function(term, suggest){
\t\t\t\tterm = term.toLowerCase();
\t\t\t\tvar suggestions = [];
\t\t\t\tfor (i=0;i< searchchoices.length;i++)
\t\t\t\t\tif (~(searchchoices[i][0]+' '+searchchoices[i][1]).toLowerCase().indexOf(term)) suggestions.push(searchchoices[i]);
\t\t\t\tsuggest(suggestions);
\t\t\t},
\t\t\trenderItem: function (item, search){
\t\t\t\tsearch = search.replace(/[-\\/\\\\^\$*+?.()|[\\]{}]/g, '\\\\\$&');
\t\t\t\tvar re = new RegExp(\"(\" + search.split(' ').join('|') + \")\", \"gi\");
\t\t\t\treturn '<div class=\"autocomplete-suggestion\" data-langname=\"'+item[0]+'\" data-lang=\"'+item[1]+'\" data-link=\"'+item[4]+'\" data-val=\"'+search+'\" style=\"border-bottom: 1px solid #CCC; cursor: pointer;\"><a href=\"#!\" style=\"margin: 1px 3px; color: #CCC;\"><img src=\"{{ asset('') }}'+item[1]+'\" style=\"width: 40px; height: 40px; margin-right: 4px; margin-top: 4px;\" class=\"pull-left\" > <strong style=\"color: #333\">'+item[0].replace(re, \"<b>\$1</b>\")+'</strong></br><span>'+item[2]+' <span class=\"pull-right\">'+item[3]+'</span></span></a></div>';
\t\t\t},
\t\t\tonSelect: function(e, term, item){
\t\t\t\t\$('.recherche-plateforme').val(item.data('langname'));
\t\t\t\tdocument.location.href= item.data('link');
\t\t\t},
\t\t\tcache: false
\t\t});
\t\tvar bloquerfunction = false;
\t\tfunction rechercheprojetanduser()
\t\t{
\t\tif( bloquerfunction == false && \$('.recherche-plateforme').val().length >= 1 )// on vérifier si l'utilisateur a entré plus de 5 caractères
\t\t{
\t\t var libre = \$('.recherche-plateforme').attr('etat'); // on initialise la variable libre
\t\t var donnee = \$('.recherche-plateforme').val(); //on récupère la donnée
\t\t if (libre == 0 && donnee != \$('.recherche-plateforme').attr('lastresult')){ // on vérifier si la requête précedente est rétournée et que la recherche ne corespnd pas à la dernière effectuée
\t\t \$('.recherche-plateforme').attr('etat',1); // on bloque d'autres recherches
\t\t \$('.recherche-plateforme').attr('lastresult',donnee); // on enregistre la recherche effectuer.
\t\t\tsecondTimestamp = new Date().getTime();
\t\t\t\$.ajax({
\t\t\t\turl : '{{ path('produit_produit_auto_recherche_produits_andprojet_plateforme', {'taille': 300}) }}',
\t\t\t\ttype : 'POST',
\t\t\t\tdata : 'donnee='+ donnee +'×tamp='+secondTimestamp+'',
\t\t\t\tdataType : 'json',
\t\t\t\tsuccess : function(data, statut){
\t\t\t\t\t \$('.recherche-plateforme').attr('etat',0); // on libère d'autre recherches
\t\t\t\t\t jsonresult = data;
\t\t\t\t\t\tj = 0;
\t\t\t\t\t\tsearchchoices = [];
\t\t\t\t\t\tfor(var n in jsonresult){
\t\t\t\t\t\t\tnom = jsonresult[n].nom;
\t\t\t\t\t\t\tdrapeau = jsonresult[n].drapeau;
\t\t\t\t\t\t\tslogan = jsonresult[n].slogan;
\t\t\t\t\t\t\trelation = jsonresult[n].relation;
\t\t\t\t\t\t\tlink = jsonresult[n].link;
\t\t\t\t\t\t\tnum = nom+\":\"+drapeau;
\t\t\t\t\t\t\tcourantelem = [nom,drapeau,slogan,relation,link];
\t\t\t\t\t\t\tsearchchoices[j] = courantelem;
\t\t\t\t\t\t\tj++;
\t\t\t\t\t\t}
\t\t\t\t\t setTimeout(function() { rechercheprojetanduser(); }, 100); // on relance la fonction après 200 ms.
\t\t\t\t}
\t\t\t});
\t\t }else{
\t\t setTimeout(function() { rechercheprojetanduser(); }, 100);
\t\t }
\t\t}else{
\t\t\tsetTimeout(function() { rechercheprojetanduser(); }, 100);
\t\t}
\t\t}
\t\t\$('.recherche-plateforme').focus(function(){
\t\t\tbloquerfunction = false;
\t\t\trechercheprojetanduser();
\t\t});
\t\t\$('.open-scroll-bar-body').click(function(){
\t\t\t\$('aside').toggleClass('open');
\t\t\t\$('.content-article-tech').html('');
\t\t});
\t\t\$('.overlay-article-market').click(function(){
\t\t var id = \$(this).attr('value');
\t\t var height = (\$(window).height() + \$(window).scrollTop());
\t\t var width = \$(window).width() + 100;
\t\t var scrolltop = \$(window).scrollTop();
\t\t \$('.panel-result-action-market-user').show();
\t\t \$('.content-alert-action-market-user').show();
\t\t \$('.content-alert-action-market-user').html('<div style=\"position: fixed; top: 0px; margin-bottom: '+scrolltop+'px; left: 0px; z-index: 1000; width: '+width+'px; height: '+height+'px; background: rgba(0,0,0,0.5);\"></div>');
\t\t \$.post('{{ path('produit_service_detail_article_support') }}',{ id: id }, function(data){
\t\t\t if(data != 0)
\t\t\t {
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t\t \$('.content-article-tech').html(data);
\t\t\t\t \$('aside').toggleClass('open');
\t\t\t }else{
\t\t\t\t resetNotif();
\t\t\t\t alertify.alert(\"Echec, Une erreur a été rencontrée lors de l\\'enregistrement de la commande.\");
\t\t\t\t \$('.panel-result-action-market-user').hide();
\t\t\t\t \$('.content-alert-action-market-user').hide();
\t\t\t }
\t\t });
\t\t});
\t});
</script>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<!--script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-595f8e9fdd98b073\"></script-->
<!--Start of Tawk.to Script-->
<script type=\"text/javascript\">
\tvar Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
\t(function(){
\tvar s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5f037606760b2b560e6fd915/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
\t})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>
", "Theme/layoutbase.html.twig", "/home/afhunt/domains/mbill.afhunt.com/public_html/market/templates/Theme/layoutbase.html.twig");
}
}