<!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")) }}
<style>
.header.shop .all-category{
background: var(--bg-principal)!important;
color: var(--text-principal)!important;
}
.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;
}
</style>
<!-- Bootstrap -->
<link rel="stylesheet" href="{{ asset('template/css/bootstrap.css') }}"/>
<link href="{{ asset('template/css/afhstyle.css') }}" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Magnific Popup -->
<link rel="stylesheet" href="{{ asset('template/css/magnific-popup.min.css') }}"/>
<!-- Font Awesome -->
<link rel="stylesheet" href="{{ asset('template/css/font-awesome.css') }}"/>
<!-- Fancybox -->
<link rel="stylesheet" href="{{ asset('template/css/jquery.fancybox.min.css') }}"/>
<!-- Themify Icons -->
<link rel="stylesheet" href="{{ asset('template/css/themify-icons.css') }}"/>
<!-- Nice Select CSS -->
<link rel="stylesheet" href="{{ asset('template/css/niceselect.css') }}"/>
<!-- Animate CSS -->
<link rel="stylesheet" href="{{ asset('template/css/animate.css') }}"/>
<!-- Flex Slider CSS -->
<link rel="stylesheet" href="{{ asset('template/css/flex-slider.min.css') }}"/>
<!-- Owl Carousel -->
<link rel="stylesheet" href="{{ asset('template/css/owl-carousel.css') }}"/>
<!-- Slicknav -->
<link rel="stylesheet" href="{{ asset('template/css/slicknav.min.css') }}"/>
<!-- Eshop StyleSheet -->
<link rel="stylesheet" href="{{ asset('template/css/reset.css') }}"/>
<link rel="stylesheet" href="{{ asset('template/css/style.css') }}"/>
<link rel="stylesheet" href="{{ asset('template/css/responsive.css') }}"/>
<link rel="stylesheet" href="{{ asset('autocomplete/css/jquery.auto-complete.css') }}"/>
<link rel="stylesheet" href="{{ asset('template/css/bootstrap-icons.css') }}"/>
<script src="{{ asset('template/js/jquery.min.js') }}"></script>
<script src="{{ asset('template/js/jquery.newsTicker.js') }}"></script>
<script src="{{ asset('template/js/lottieflow.min.js') }}" type="text/javascript"></script>
<!-- Owl Carousel JS -->
<script src="{{ asset('template/js/owl.carousel.min.js') }}"></script>
<link rel="stylesheet" href="{{ asset('template/notify/themes/alertify.core.css') }}"/>
<link rel="stylesheet" href="{{ asset('template/notify/themes/alertify.default.css') }}" id="toggleCSS"/>
<script src="{{ asset('template/notify/lib/alertify.min.js') }}"></script>
<script>
function resetNotif(){
$("#toggleCSS").attr("href", "{{ asset('template/notify/themes/alertify.default.css') }}");
alertify.set({
labels : {
ok : "OK",
cancel : "Cancel"
},
delay : 5000,
buttonReverse : false,
buttonFocus : "ok"
});
}
</script>
<style>
.hover-offer, .hover-offer h2 {
text-align: left;
}
.hover-offer, .hover-offer .overlay2 {
width: 95%;
max-width: 450px;
height: auto;
overflow: hidden
}
.hover-offer button.info, .hover-offer h2 {
text-transform: uppercase;
color: #fff
}
.hover-offer {
cursor: pointer;
margin-bottom: 20px;
border-radius: 2px;
width: 100%;
min-width: 267px;
max-height: 350px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.hover-offer .overlay2 {
position: absolute;
top: 0;
left: 0
}
.hover-offer img {
display: block;
position: 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 {
font-size: 170% !important;
margin-top: 10px;
margin-bottom: 16px;
font-weight: 700;
margin-top: 20px;
}
.offer-content .price {
font-size: 20px;
color: #fff;
text-align: left;
padding-top: 2%;
}
.ehover1 img {
-webkit-transition: all .4s linear;
transition: all .4s linear
}
.ehover1 .overlay2 {
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.ehover1:hover img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.ehover1:hover .overlay2 {
opacity: 1
}
.offer-content .price-offer {
font-size: 32px;
color: #fff;
margin-top: 10px;
}
.flights-icon {
border: 1px solid #ffffff;
border-radius: 100%;
display: block;
font-family: "theme-icons";
font-size: 20px !important;
height: 38px;
line-height: 38px !important;
text-align: center;
width: 38px;
}
p.detail {
font-size: 118%;
line-height: 38px;
}
p.price-offer {
font-size: 16px;
color: #fff;
font-weight: 500;
line-height: 23px;
}
p.price-offer span {
font-size: 16px;
}
/* RIBBON */
.ribbon {
position: absolute;
z-index: 10;
padding: 0px 7px;
/* margin-left: 62.5%; */
/* margin-right: 12.0%; */
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
font-size: 15px;
line-height: 32px;
font-weight: bold;
text-align: center;
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.2);
zoom: 1;
/* top: 8%; */
right: -3%;
/* left: 61%; */
min-width: 40%;
max-width: 50%;
height: 32px;
}
.orange {
background: #FF9600;
}
.blue {
background: #3398d9
}
.green {
background: #66b94d;
}
.ribbon:after {
content: "";
position: absolute;
z-index: -20;
top: 100%;
left: auto;
border-style: solid;
border-width: 0 0 10px 10px;
right: 0;
}
.orange:after {
border-color: transparent #DC5F0B;
}
.blue:after {
border-color: transparent #1e5b82;
}
.green:after {
border-color: transparent #3e7030;
}
.no-ribbon {
height: 41px;
position: absolute;
z-index: 2000;
}
/*END OF RIBBON */
.button2 {
margin: 0 auto;
/* width: 145px; */
height: 40px;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
text-align: center;
transition: .2s;
cursor: pointer;
border-radius: 4px !important;
float: left;
border: 1px solid white;
font-size: 17px;
margin-top: 20px;
font-weight: 400;
padding: 20px 20px;
line-height: 0em;
position: absolute;
right: 7%;
bottom: 7%;
}
@media (max-width: 768px) {
.offer-content h4 {
font-size: 150% !important;
}
p.detail {
font-size: 140%;
text-shadow: 1px 1px 9px rgba(0, 0, 0, 1);
line-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 {
width:95%;
min-width: 280px;
min-height: auto;
max-height: 550px;
/*max-width: 640px;*/
/* margin-left: auto; */
margin-right: auto;
/* height: 100%; */
/* width: auto; */
}
.col-xs-offset-1 {
margin-left: 0;
}
.ribbon {
width: 60%;
left: 52.5%;
}
}
@media (max-width: 545px) {
.button2 {
width: 80%;
padding: 23px;
font-size: 23px;
margin-right: 2%;
bottom: 2%;
}
.ribbon {
width: 49.9%;
left: 53.4%;
}
}
.hover-offer {
position: initial
}
.col-lg-3, .col-md-4, .col-sm-6, .col-xs-12 {
padding: 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{
text-align: left;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.mega-menu{
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
z-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{
opacity: 0;
visibility: hidden;
}
.row{
margin: 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;
-moz-transition: all .15s ease;
-ms-transition: all .15s ease;
transition: all .15s ease;
-webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
-moz-transform: rotateZ(45deg) skew(10deg, 10deg);
-ms-transform: rotateZ(45deg) skew(10deg, 10deg);
transform: rotateZ(45deg) skew(10deg, 10deg);
}
.breadcrumbs li a:hover:after {
right: 15px;
-webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
-moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
-ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
transform: rotateZ(45deg) skew(-10deg, -10deg);
}
.btn-afh-flat {
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;
padding: 4px 7px;
}
.search-form-left-side .nice-select{
width: 100%!important;
}
.search-form-top-side .nice-select{
width: 100%!important;
}
.form-post-product .nice-select{
width: 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;
/* 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{
position: relative;
margin: 0;
padding: 0;
background: white;
width: 100%;
height: 200px;
}
#worf{
position: absolute;
bottom: 0;
width: 100%;
z-index: 1;
}
#worf path{
fill: url(#grad1)
}
section.section-2{
width: 100%;
height: 200px;
background: linear-gradient(to right, #dffdgg 0%,#f2f2f2 100%);
}
#client-logos .item {
margin: 1px;
}
.cover-wrapper {
padding: 5px 0px;
}
.client-inners img {
height: 100%;
object-fit: contain;
}
.client-inners{
border: 1px solid #ccc;
height: 90px;
text-align: center;
padding: 0px;
}
.owl-nav img {
width: 34px;
}
.owl-prev img {
position: absolute;
left: -38px;
top: 40px;
}
.owl-next img {
position: absolute;
right: -38px;
top: 40px;
}
.item-inner:hover{
background: #f8f8f8;
box-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{
max-height: 150px!important;
}
.item{
border: none;
min-height: 100px;
}
#client-logos .item{
/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23)!important;*/
}
.item:hover{
background: #f7f7f7;
}
.owl-dots{
display: none;
}
.info-popop-home{
background: #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;
align-items: center;
-webkit-box-pack: center;
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);
transform: skew(6deg);
margin-right: -36px;
-webkit-box-align: start;
align-items: start;
background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
}
.card4 .go-arrow {
-webkit-transform: skew(-6deg);
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{
border-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{
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);
}
.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 {
display: inline-block;
color: #333;
font-size: 13px;
font-weight: 500;
border-right: 1px solid #f0f0f0;
padding: 0px 13px;
}
.header.shop .list-main span i {
display: inline-block;
margin-right: 4px;
font-size: 15px;
color: #F7941D;
position: relative;
top: 1px;
}
.header.shop .list-main span:last-child{
padding-right:0;
border:none;
}
.header.shop .list-main span a{
color:#333;
}
.header.shop .list-main span a:hover{
color:#F7941D;
}
.feature_box_col_one{
display: inline-block;
text-decoration: none;
color: inherit;
}
.cardop-item {
background: #fff;
text-align: center;
padding: 30px 25px;
-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
border-radius: 0px;
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
display: block;
}
.cardop-item:hover{
background:#fff;
box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
cursor: pointer;
display: block;
}
.cardop-item:hover .cardop-item, .cardop-item:hover span.icon{
background: #f4f4f4;
border-radius:10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.cardop-item:hover h6, .cardop-item:hover p{
color:#333;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.logo:hover span.icon{
background: green;
border-radius:10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
color: #fff;
}
.logo .icon{
font-size: 40px;
color: #f91942;
width: 70px;
height: 70px;
padding-top: 15px;
border-radius: 50%;
background: #f4f4f4;
}
.cardop-item .icon{
font-size: 40px;
margin-bottom:25px;
color: #f91942;
width: 90px;
height: 90px;
line-height: 96px;
border-radius: 50px;
}
.cardop-item .feature_box_col_one{
background:rgba(247, 198, 5, 0.20);
color: #3565ae;
}
.cardop-item h6{
font-weight: bold;
margin-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{
color:#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{
color: #333;
}
.menucell > ul > li a:hover{
color: #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 {
margin-bottom: 0;
background-color: transparent;
}
.table-responsive-vertical > .table > thead,
.table-responsive-vertical > .table > tfoot {
display: none;
}
.table-responsive-vertical > .table > tbody {
display: block;
}
.table-responsive-vertical > .table > tbody > tr {
display: block;
border: 1px solid #e0e0e0;
border-radius: 2px;
margin-bottom: 1.6rem;
}
.table-responsive-vertical > .table > tbody > tr > td {
background-color: #fff;
display: block;
vertical-align: middle;
text-align: right;
}
.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
content: attr(data-title);
float: left;
font-size: inherit;
font-weight: 400;
color: #757575;
}
.table-responsive-vertical.shadow-z-1 {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
border: none;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
box-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 {
border: 0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td {
border: 0;
border-bottom: 1px solid #e0e0e0;
}
.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
border-bottom: 0;
}
.table-responsive-vertical > .table-striped > tbody > tr > td,
.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
background-color: #fff;
}
.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
background-color: #f5f5f5;
}
.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
.table-responsive-vertical > .table-hover > tbody > tr:hover {
background-color: #fff;
}
.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
background-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) {
background-color: #fff;
}
.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
background-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 {
background-color: #fff;
}
.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
background-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;
margin-top: 3px;
}
.flat-busness:hover, .button-flat:hover{
background: #f7941d;
color: #fff;
}
@media only screen and (min-width: 1100px){
.header.shop .search-bar {
width: 660px!important;
}
.header.shop .search-bar input {
width: 450px!important;
margin-left: -60px;
}
}
.nice-select .list {
z-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;
padding: 5px 10px;
font-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{
background: #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{
width:100%;
height:auto;
position:relative;
margin-left:auto;
margin-right:auto;
display:block;
}
.kapsayici a{
color:#fff;
text-decoration:none;
background-color:#000;
font-family: 'Roboto', sans-serif;
}
.kapsayici a:hover{
color:#fff;
text-decoration:none;
}
.slid3{
width:100%;
height:250px;
background-color:#ccc;
display:block;
position:relative;
z-index:1;
}
.resim3{
width:100%;
height:100%;
display:block;
position:absolute;
transition:0.5s;
vertical-align: middle;
z-index:2;
}
.resim3:after{
position: absolute;
content:"";
height:100%;
width:100%;
top:0;
left:0;
opacity:0.9;
background: linear-gradient(to bottom, transparent 40%,#000 90%);
}
.resim3 img{
width:100%;
height:100%;
object-fit: cover;
object-position: 50% 15%;
}
.resim3 h2{
position:absolute;
bottom:0px;
padding:10px;
word-wrap: break-word;
text-shadow: 6px 4px 12px #000;
font-weight:900;
font-size:24px;
z-index:222;
transition:0.4s;
}
.resim3 p{
position:absolute;
bottom:2px;
visibility:hidden;
padding:10px;
z-index:11;
word-wrap: break-word;
text-shadow: 6px 4px 12px #000;
font-size:16px;
color:#fff;
width: 90%;
transition:0.2s;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.emoji{
top:-10px;
left:-20px;
position:absolute;
z-index:222;
}
.emoji img{
width:55px;
height:55px;
padding:4px;
}
.slid3 span.yazar3 img{
display:inline;
border-radius:100%;
width:30px;
height:30px;
vertical-align:middle;
padding-right:5px;
z-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{
border: 1px solid #ddd; padding-top: 15px; padding-bottom: 15px;
}
.panel-offer:hover{
background: #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;
margin: 15px 0px;
}
}
thead {
background: #f4f4f4;
border-radius: 10px 10px 0px 0px!important;
}
tfoot {
background: #f4f4f4;
border-radius: 0px 10px!important;
}
tr{
border: 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{
width: 100%!important;
margin-top: 5px;
margin-bottom: 5px;
}
.dataTables_paginate ul li{
display: 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{
opacity: 0.5;
content: "\f0dc"!important;
font-family: "FontAwesome"!important;
}
table.dataTable thead .sorting_desc:after{
opacity: 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 {
border-bottom: 1px solid #ddd!important;
text-weight: normal!important;
border-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{
border: 1px #CCC solid;
box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
}
.flat-btn {
display: inline-block;
padding: 15px 20px;
font-size: 13px;
font-weight: 600;
text-align: center;
text-decoration: none;
border-radius: 50px;
border: 1px solid #E5DFEF;
color: #231A3B;
transition: background .2s ease-in-out;
margin-top: 15px;
}
.flat-btn:hover {
background: #E5DFEF;
cursor: 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{
color: #666;
/*text-shadow: 1px 1px 2px #000000;*/
margin-bottom: 10px;
text-align: center;
display: inline-block;
}
.white-text-shadow:hover{
text-decoration: underline;
}
@media only screen and (max-width: 767px){
.slicknav_btn {
background: transparent;
padding: 0;
margin: 5px 15px 0px 0px;
position: absolute;
right: 0px;
top: 0px;
}
.m-text-center{
text-align: center!important;
}
.logo-small a img{
height: 50px;
margin-top: -10px;
}
.open-menu{
position: absolute;
left: -15px!important; top: -7px!important;
}
.hero-slider .single-slider {
height: auto!important;
min-height: 510px!important;
}
.hero-slider{
height: auto!important;
}
}
@media only screen and (min-width: 767px){
.m-text-center{
text-align: left;
}
.open-menu{
display: none!important;
}
.logo-small a img{
height: 80px;
margin-top: -10px;
}
.hero-slider .single-slider {
height: 510px!important;
}
.hero-slider{
height: auto!important;
}
}
.menu-mob{
height: 100%!important;
width: 300px;
position: fixed;
left: -350px;
top: 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;
margin-bottom: 7px;
padding: 7px 10px;
}
.header-menu button {
position: absolute;
background: transparent;
border: none;
padding: 0px;
cursor: pointer;
float: right;
top: 7px;
right: 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;
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{
background: red!important;
color: #fff!important;
}
.hiden-scroll-bar-body{
height: 400px;
overflow-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);
transform: rotate(45deg);
}
.close-nav span:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.outer-close {
position: absolute;
right: 0;
top: 0;
width: 85px;
height: 85px;
cursor: pointer;
}
.position-current-user, .position-current-user p{
background: #3565ae!important;
color: #fff!important;
}
.bg-struct{
background: #3565ae!important;
color: #fff!important;
}
.silly_scrollbar {
height:700px;
-webkit-box-shadow:0 0 3px #333;
-webkit-box-sizing: border-box;
padding:0 14px;
overflow:auto;
}
.silly_scrollbar::-webkit-scrollbar {
width: 12px;
}
.silly_scrollbar::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
.silly_scrollbar::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px red;
}
.silly_scrollbar::-webkit-scrollbar-thumb:hover {
-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 {
background: transparent;
color: #6c6c6c;
border: 1px solid #c6c6c6;
}
}
/*
---------------------------------------------
Start Modal SPP
-------------------------------------------------
*/
html.sppmodal-active, body.sppmodal-active {
overflow: hidden;
}
.sppmodal-container {
position: fixed; /*Mettre à fixed si la classe sppmodal-active est appliqué à l'élément body*/
display: table;
height:100%;
width: 100%;
top: 0;
left: 0;
transform: scale(0);
z-index: 1000;
}
.sppmodal-container.one {
transform: scaleY(0.01) scaleX(0);
animation: unfoldIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.sppmodal-container.one .sppmodal-background .sppmodal {
transform: scale(0);
animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.sppmodal-container.one.out {
transform: scale(1);
animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.sppmodal-container.one.out .sppmodal-background .sppmodal {
animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.sppmodal-container .sppmodal-background {
display: table-cell;
background: rgba(247, 248, 251,0.8)!important;
text-align: center;
vertical-align: middle;
}
.sppmodal-container .sppmodal-background .sppmodal {
padding: 10px;
display: inline-block;
position: relative;
width: 600px;
height: auto;
max-width: 100%!important;
height: 750px;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 40px;
font-family: Arial;
font-size: 13px;
font-weight: 400;
text-align: center;
line-height: 18px;
color: #FFFFFF;
background-color: #FFFFFF;
background-repeat: repeat;
background-position: left top;
border: 1px solid #F1F3F9;
border-radius: 4px;
box-shadow: 0px 2px 5px 1px #999999;
}
.sppmodal-container .sppmodal-background .sppmodal h2 {
font-size: 25px;
line-height: 25px;
margin-bottom: 15px;
}
.sppmodal-container .sppmodal-background .sppmodal p {
font-size: 18px;
line-height: 22px;
}
.sppmodal-container .sppmodal-background .sppmodal .sppmodal-svg {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border-radius: 3px;
}
.sppmodal-container .sppmodal-background .sppmodal .sppmodal-svg rect {
stroke: #fff;
stroke-width: 2px;
stroke-dasharray: 778;
stroke-dashoffset: 778;
}
@keyframes unfoldIn {
0% {
transform: scaleY(0.005) scaleX(0);
}
50% {
transform: scaleY(0.005) scaleX(1);
}
100% {
transform: scaleY(1) scaleX(1);
}
}
@keyframes unfoldOut {
0% {
transform: scaleY(1) scaleX(1);
}
50% {
transform: scaleY(0.005) scaleX(1);
}
100% {
transform: scaleY(0.005) scaleX(0);
}
}
@keyframes zoomIn {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes zoomOut {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
.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;
}
}
/*
--------------------------------------
End Modal SPP
--------------------------------------
*/
.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;
height: 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 -->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</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">
<div class="sppmodal-background">
<div class="sppmodal">
<div class="row">
<div class="col-md-12">
<a href="#!" class="pull-right close-sppmodal-newsletter" data-original-title="" title="">
<img src="{{ asset('template/images/close.svg') }}" class="img-size-15" style="height: 15px;">
</a>
<h3 class="text-left" style="font-family: OpenSans-Bold; color: #333; padding: 0px;margin: 0px;">Services {{ site }}</h3>
</div>
<div class="col-md-12">
<hr style="margin-bottom: 0px;">
</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>
<div class="col-md-12">
<div class="stepper-item-1">
<div class="row text-left">
<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">
<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>
</form>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div style="col-md-12">
<div class="text-center form-alert-top" style="">
<img src="{{ asset('template/images/images-newsletter.jpg') }}" alt="" style="height: 60px;">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="content-alert-action-market-user" value="0" name="0" style="display: none;"></div>
<div class="panel-result-action-market-user" style="display: none; position: fixed; z-index: 90000; width: 100%; text-align: center; top: 40%;">
<span style="display: inline-block; width: 80px; height: 80px; background: transparent; text-align: center; padding-top: 25px;">
<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>
</span>
</div>
{{ render(controller("App\\Controller\\General\\Template\\MenuController:cardmenu")) }}
<div class="modal fade" data-backdrop="true" id="modal-souscription-offert">
<div class="modal-dialog modal-lg" style="border-radius: 10px;">
<div class="modal-content" style="border-radius: 10px; margin: 0px;">
{{ render(controller("App\\Controller\\General\\Template\\MenuController:headermodal", {'title': ''})) }}
<div class="modal-body" style="background: #f5f7f8!important; padding: 15px 0px;">
<div class="row">
<div class="col-md-12">
<div class="wait-chargement-content-module" style="text-align: center; padding-top: 30px;">
<h5>
Patientez un moment pendant le chargement des données</br>
<img src="{{ asset('template/images/loader1.gif') }}" alt="image" style="height: 60px; width: 60px;">
</h5>
</div>
<div class="content-module-loading" style="display: none;">
</div>
</div>
</div>
</div>
<div class="modal-footer color-top" style="text-align: right; border-top: 4px solid #37c0fb; display: block;">
{% include "Theme/General/Template/Menu/social.html.twig" %}
</div>
</div>
</div>
</div>
<aside>
<div class="outer-close toggle-overlay">
<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;">
<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");
};
{% block javascript %}
{% endblock %}
$(function(){
$(".dropdown-btn").click(function(){
var menu = $(this).find('.dropdown__menu');
if (menu) {
menu.toggleClass("dropdown__menu--active");
}
});
$("form.update-method-paiement").submit(function(){
var email = $(this).find('input').val();
if({{ regexmail }}.test(email))
{
var height = ($(window).height() + $(window).scrollTop());
var width = $(window).width() + 100;
var scrolltop = $(window).scrollTop();
$('.panel-result-action-market-user').show();
$('.content-alert-action-market-user').show();
$('.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>');
$.post('{{ path('users_user_update_newsletter_list') }}', { email: email }, function(data){
if(data == 0)
{
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>');
}else if(data == 2){
resetNotif();
alertify.alert('<div style="margin-bottom: 20px;"><span class="fa fa-frown-o"></span> Echec, Cette adresse existe déjà !</div>');
}else if(data == 3){
resetNotif();
alertify.alert('<div style="margin-bottom: 20px;"><span class="fa fa-frown-o"></span> Echec, L\'adresse Email entrée est incorete !</div>');
}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>');
}
$('.panel-result-action-market-user').hide();
$('.content-alert-action-market-user').hide();
});
}else{
resetNotif();
alertify.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>');
}
return false;
});
$("form.formmodal_inscription_newletter").submit(function(){
var 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();
if({{ regexmail }}.test(email))
{
var height = ($(window).height() + $(window).scrollTop());
var width = $(window).width() + 100;
var scrolltop = $(window).scrollTop();
$('.panel-result-action-market-user').show();
$('.content-alert-action-market-user').show();
$('.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>');
$.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){
if(data == 0)
{
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>');
}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');
$('body').removeClass('sppmodal-active');
}
$('.panel-result-action-market-user').hide();
$('.content-alert-action-market-user').hide();
});
}else{
resetNotif();
alertify.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>');
}
return false;
});
var box = $('.menu-mob');
var button = $('.open-menu, .header-menu');
button.on('click', function(){
box.toggleClass('activebtn');
});
$("[data-toggle=popover]").popover();
var jsonresult = {{ render(controller("App\\Controller\\Produit\\Produit\\ProduitController:autorechercheproduit", { taille: 10})) }};
var j = 0;
var searchchoices = [];
for(var n in jsonresult){
nom = jsonresult[n].nom;
drapeau = jsonresult[n].drapeau;
slogan = jsonresult[n].slogan;
relation = jsonresult[n].relation;
link = jsonresult[n].link;
num = nom+":"+drapeau;
courantelem = [nom,drapeau,slogan,relation,link];
searchchoices[j] = courantelem;
j++;
}
$('.recherche-plateforme').autoComplete({
minChars: 0,
source: function(term, suggest){
term = term.toLowerCase();
var suggestions = [];
for (i=0;i< searchchoices.length;i++)
if (~(searchchoices[i][0]+' '+searchchoices[i][1]).toLowerCase().indexOf(term)) suggestions.push(searchchoices[i]);
suggest(suggestions);
},
renderItem: function (item, search){
search = search.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
var re = new RegExp("(" + search.split(' ').join('|') + ")", "gi");
return '<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>';
},
onSelect: function(e, term, item){
$('.recherche-plateforme').val(item.data('langname'));
document.location.href= item.data('link');
},
cache: false
});
var bloquerfunction = false;
function rechercheprojetanduser()
{
if( bloquerfunction == false && $('.recherche-plateforme').val().length >= 1 )// on vérifier si l'utilisateur a entré plus de 5 caractères
{
var libre = $('.recherche-plateforme').attr('etat'); // on initialise la variable libre
var donnee = $('.recherche-plateforme').val(); //on récupère la donnée
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
$('.recherche-plateforme').attr('etat',1); // on bloque d'autres recherches
$('.recherche-plateforme').attr('lastresult',donnee); // on enregistre la recherche effectuer.
secondTimestamp = new Date().getTime();
$.ajax({
url : '{{ path('produit_produit_auto_recherche_produits_andprojet_plateforme', {'taille': 300}) }}',
type : 'POST',
data : 'donnee='+ donnee +'×tamp='+secondTimestamp+'',
dataType : 'json',
success : function(data, statut){
$('.recherche-plateforme').attr('etat',0); // on libère d'autre recherches
jsonresult = data;
j = 0;
searchchoices = [];
for(var n in jsonresult){
nom = jsonresult[n].nom;
drapeau = jsonresult[n].drapeau;
slogan = jsonresult[n].slogan;
relation = jsonresult[n].relation;
link = jsonresult[n].link;
num = nom+":"+drapeau;
courantelem = [nom,drapeau,slogan,relation,link];
searchchoices[j] = courantelem;
j++;
}
setTimeout(function() { rechercheprojetanduser(); }, 100); // on relance la fonction après 200 ms.
}
});
}else{
setTimeout(function() { rechercheprojetanduser(); }, 100);
}
}else{
setTimeout(function() { rechercheprojetanduser(); }, 100);
}
}
$('.recherche-plateforme').focus(function(){
bloquerfunction = false;
rechercheprojetanduser();
});
$('.open-scroll-bar-body').click(function(){
$('aside').toggleClass('open');
$('.content-article-tech').html('');
});
$('.overlay-article-market').click(function(){
var id = $(this).attr('value');
var height = ($(window).height() + $(window).scrollTop());
var width = $(window).width() + 100;
var scrolltop = $(window).scrollTop();
$('.panel-result-action-market-user').show();
$('.content-alert-action-market-user').show();
$('.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>');
$.post('{{ path('produit_service_detail_article_support') }}',{ id: id }, function(data){
if(data != 0)
{
$('.panel-result-action-market-user').hide();
$('.content-alert-action-market-user').hide();
$('.content-article-tech').html(data);
$('aside').toggleClass('open');
}else{
resetNotif();
alertify.alert("Echec, Une erreur a été rencontrée lors de l\'enregistrement de la commande.");
$('.panel-result-action-market-user').hide();
$('.content-alert-action-market-user').hide();
}
});
});
});
</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">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var 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);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>