@font-face {
    font-family: 'Helvetica';
    src: url(../font/Helvetica.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url(../font/Helvetica-Bold.ttf) format('truetype');
    font-weight: bold;
}
body {
    /*font-family: Poppins,Arial,Helvetica,sans-serif;*/
    font-family: 'Poppins',Arial,Helvetica,sans-serif;
    line-height: 22px;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
a {color: #000;text-decoration: none}
a:hover { color: #D8BB78; text-decoration: none }
.button-filter-prod a:hover {
    color: #D8BB78;
    background-color: #fdf6ec;
    text-decoration: none
}
img {max-width: 100%}
/* .topbar {
	background: #222222;
} */
.topbar .wrap-topbar .topbar-left{
	float: left
}
.topbar .wrap-topbar .topbar-right{
	float: right
}
.topbar .wrap-topbar .nav .nav-item .nav-link{
    font-family: 'Poppins',Arial,Helvetica,sans-serif;
    line-height: 34px;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 13px;
    color: #bababa;
	text-transform: uppercase;
	padding: 8px 0;
	margin-right: 16px;
}
.topbar .wrap-topbar .nav .nav-item:last-child .nav-link {
	margin-right: 0
}
.topbar .wrap-topbar .nav .nav-item.dropdown .dropdown-menu {
	left: auto!important;
	right: 0!important;
    top: 100%!important;
	transform: none!important;
}
.topbar .wrap-topbar .nav .nav-item.dropdown .dropdown-item {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .6px;
    color: #000;
    padding: 4px 14px;
}
.wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
}
.header-logo .header-block {
    width: 240px;
}
.wrap-header .header-position {
    padding-left: 15px;
    padding-right: 15px;
}
.header-action .header-link {
	display: inline-block
}
.header-action .header-link.header-cart {
    position: relative;
}
.form-inline.header-form {
	height: 50px;
	width: 450px;
	background-color: #fff;
    border: 1px solid #ddd;
	position: relative
}
.form-inline.header-form .form-control {
    border: none;
	display: block;
	width: 100%;
	height: 48px;
    line-height: 28px;
    color: #999;
    padding: 12px 50px 12px 20px;
    font-size: 14px;
}
.form-inline.header-form .btn_find {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 26px;
    background: transparent;
    line-height: 1;
    padding: 0;
	color: #D8BB78;
}
.form-inline.header-form .btn_find:focus {
	box-shadow: none
}
.wrap-header .header-position.header-action {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.header-action .header-link .btn {
    font-size: 14px;
	font-weight: 300;
    color: #000;
}
.header-action .header-link .btn_alt {
    border: 1px solid #000;
    margin: 0 15px 0 5px;
}
.header-action .header-cart.header-link > a {
    font-size: 12px;
    color: #000;
    display: inline-block;
	text-align: center;
	text-decoration: none;
    position: relative;
}
.header-action .header-cart.header-link > a i.fa {
    font-size: 20px;
}
.header-action .header-cart.header-link a .label-cart {
	display: block;
}
.header-action .header-cart.header-link a .badge {
	position: absolute;
	top: 10px;
	right: -5px;
	padding: 3px;
	border-radius: 50%;
	min-width: 18px;
    height: 18px;
    font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: #db6b83;
}
/* .header-wrapper .main_navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
} */
.header-wrapper .main_navigation .navbar_main {
	padding: 0
}
.navbar_main .nav-item {
	margin: 0 15px; /* old marjin is 25px */
}
.navbar_main .nav-item:nth-child(2) {
	margin-left: 0
}
.navbar_main .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
    letter-spacing: .6px;
	padding: 0;
    border-bottom: 2px solid transparent;
    color: #000;
	transition: all .3s ease;
    color: #fff;
}
.navbar_main .nav-item .nav-link:hover {
    border-color: #D8BB78;
    color: #D8BB78;
}
.mobile-search {display: none}
/* .navbar_main .nav-item:nth-last-child(-n+2) {
    display: none;
} */
.navbar_main .nav-item .dropdown-menu {
    border-radius: 0;
    margin: 0;
}
.navbar_main .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .6px;
    color: #000;
    padding: 4px 14px;
}
.wrap-header .navbar-toggler {
    display: none;
}
/***********End Header Navbar***********/
.slidehome .item_content {
    position: relative;
	overflow: hidden;
    height: 840px;
}
.slidehome .item_content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slidehome .item_content>.container {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
}
.slidehome .item_content .item_text {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}
.slidehome .item_content .item_text .slide-title {
    line-height: normal;
    font-family: 'Helvetica';
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
.slidehome .item_content .item_text .slide-title span {
    color: #D8BB78;
}
.slidehome .item_content .item_text .slide-desc {
    font-family: 'Helvetica';
    font-size: 25px;
    line-height: 1.7; 
    color: #fff;
	text-transform: uppercase;
    display: block;
	max-width: 550px;
    margin-bottom: 15px;
}
.slidehome .item_content .item_text .btn_slide {
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    padding: 10px 20px;
    color: #fff !important;
    background-color: #fe0000;
    transition: all 0.3s ease-in-out;
    margin-top: 50px;
}
.s-car-slide {
    position: absolute;
    top: 70%;
    width: 100%;
    z-index: 2;
}
.s-car-slide p {
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.06px;
    color: #ffffff;
}
.s-car-slide h4 {
    font-family: 'Helvetica';
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    color: #D8BB78;
}
.s-forms-slide {
    position: absolute;
    width: 100%;
    /* top: 100%; */
    bottom: 0%;
    z-index: 3;
    padding: 40px 15px;
    background-color: #ffffff52;
}
.form-s-loctain1{
    display: flex;
}
.s-forms-slide .col-s-loca {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.s-forms-slide .col-s-loca .form-control {
    height: 50px !important;
    border: 1px solid #fff;
}
.btn_slide:hover {
    color: #dc6978;
    background: #fff;
}
.main_slider {
    position: relative;
}
.slidehome .item_content::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: 1;
}
.btn-ser-loca1 {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #D8BB78;
    font-family: 'Helvetica';
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
section.main_slider .owl-dot span {
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    width: inherit !important;
    height: inherit !important;
    border-radius: 0 !important;
    padding-bottom: 1px;
    background-color: transparent !important;
}
section.main_slider .owl-dot.active span {
    border-bottom: 2px solid #D8BB78;
    background-color: transparent !important;
}
section.main_slider .owl-dots {
    position: absolute;
    width: 100%;
    top: 72%;
    right: 13%;
    text-align: end!important;
}
.navtrue {position: relative}
.navtrue.owl-theme .owl-nav {
    margin-top: 0;
}
.navtrue.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 60px;
	color: #000;
	background: rgb(255, 255, 255);
	opacity: .5;
	border-radius: 0;
	margin: 0;
	overflow: hidden
}
.navtrue.owl-theme .owl-nav [class*=owl-]:focus {
	box-shadow: none;
	outline: none
}
.navtrue.owl-theme .owl-nav .owl-prev {
	left: 20px;
}
.navtrue.owl-theme .owl-nav .owl-next {
	right: 20px;
}
.navtrue.owl-theme .owl-nav [class*=owl-] span {
    line-height: 45px;
    height: 50px;
    overflow: hidden;
    display: block;
}
/**********-End Slide Home-**********/

.service_box {
    display: flex;
}
.service_item .service_box {
	border-right: 1px solid rgba(220, 105, 120, 0.3);
}
.service_item:last-child .service_box {
	border: none
}
.service_box_icon {
    width: 40px;
    text-align: center;
	margin: 0 10px 0 0; 
}
.service_box_icon i.icon_check {
    display: inline-block;
    width: 15px;
    height: 40px;
    border-right: 2px solid #dc6978;
    border-bottom: 2px solid #dc6978;
    margin: 0;
    transform: rotate(45deg);
}
.service_box_txt {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 7px 0;
}
.service_box_txt h2 {
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.service_box_txt p {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: normal;
    color: #dc6978;
    margin: 0;
}
/**********************************/
.grid_products {margin: 70px auto 50px}
.grid_products >.row {margin: 0 -10px}
.grid_products > .row > .product_item {
	padding: 0 10px;
	margin: 0 0 20px
}
.desc_ecom {
	text-align: center;
	margin: 0 0 30px
}
.desc_ecom h1 {
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
	margin: 0 0 10px
}
.desc_ecom h1 span{
    color: #dc6978;
}
.desc_ecom p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: normal;
    color: #dc6978;
	margin: 0
}
h2.section_title {
    font-family: Poppins;
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
/* h2.section_title::after {
	content: "";
    position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background: #dc6978
} */
.head-page-loca img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_item .product_inside {
    padding: 5px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	transition: all .3s ease-in-out;
    /* height: 610px; */
}
.product_item:hover .product_inside {
	box-shadow: 0px 1px 51px 0px #d9d6d9
}
.product_item .product_photo {
	position: relative;
	margin: 0 0 15px;
    height: 315px;
    overflow: hidden;
}
/* .product_item .product_photo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
	transition: all .3s ease-in-out
} */
/* .product_item:hover .product_photo::before {
    background: rgba(219,229,231,.8);
} */
.product_item .product_photo img {width: 100%}
.product_item .product-item-btn{
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
	transition: all .3s ease-in-out
}
.product_item:hover .product-item-btn{
	opacity: 1;
	top: 50%;
}
.product_item .product-item-btn .btn{
	font-size: 22px;
	color: #000;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #fff;
	padding: 0;
	border-radius: 50%;
	margin: 0 4px;
	transition: all .3s ease-in-out .1s
}
.product_item .product-item-btn .btn-detail{
	margin-top: 60px;
}
.product_item:hover .product-item-btn .btn-detail{
	margin-top: 0;
}
.product-item-name {
    padding: 30px;
}
.product-item-name a {
    display: block;
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.26px;
    text-align: left;
    color: #333 !important;
    height: 68px;
    overflow: hidden;
}
.active .product-item-name a { color:#333 !important; }
.text-model-car {
    font-family: Poppins;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    color:#333;
}
.product-tag {
	margin: 0 0 8px
}
.btn.price-wrapper {
    background-color: #D8BB78;
    border: none;
    padding: 10px 60px;
}
.prop-cars {
    display: flex;
    padding: 15px 30px 1px;
    border-top: 1px solid #707070;
}


.product-tag a {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: #dc6978;
    text-decoration: none;
}
.prop-cars p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #999999;
}
.prop-cars p:not(:last-child) {
    margin-right: 10px;
}
.prop-cars p i {
    margin-right: 8px;
}
.price-box {
    font-family: Poppins;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.price-box .special-price {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: left;
    color: #fff;
}
.price-box .old-price {
    display: inline-block;
	text-decoration: line-through
}
/************End Grid Product************/
.catg-item {
    margin-bottom: 30px;
}
.catg-item .item {
    height: auto;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.17);
    max-height: 480px;
    overflow: hidden;
    position: relative;
}
.catg-item .item:before {
    background-color: rgba(0,0,0,.1);
    content: "";
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate3d(1,1,0,100deg);
    -moz-transform: rotate3d(1,1,0,100deg);
    -o-transform: rotate3d(1,1,0,100deg);
    transform: rotate3d(1,1,0,100deg);
    border-radius: 4px;
    transition: all .4s linear;
}
.catg-item:hover .item:before {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,0,0);
    -moz-transform: rotate3d(0,0,0,0);
    -o-transform: rotate3d(0,0,0,0);
    transform: rotate3d(0,0,0,0);
}
.catg-item .item img {
    width: 100%;
}
.catg-item .item .caption {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 100%;
    text-align: right;
}
.catg-item .item .caption .v_pos {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
}
.catg-item.item_lg .item .caption .v_pos {
    top: auto;
    bottom: 25px;
    transform: none;
}
.text-titr {
    font-family: 'Helvetica';
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: block;
}
.btn-vplus {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    color: #dc6978;
    background: #fff;
    padding: 8px 12px;
}
.btn-vplus:hover {
    color: #dc6978;
    background: #fff;
}
/************End Category************/
.our_ideas {
    margin: 0 auto 60px;
}
.idea_wrapper {
    position: relative;
    padding: 16px 20px;
}
.idea:first-child .idea_wrapper {
	padding-right: 10px
}
.idea:last-child .idea_wrapper {
	padding-left: 10px
}
.idea:nth-child(2) .idea_wrapper {
	padding: 0
}
.idea_wrapper img {
    width: 100%;
}
.idea:nth-child(2) .idea_wrapper img {
    transform: scale(1.05);
}
.idea_title {
    position: absolute;
    top: 10%;
    left: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
.idea_title h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #dc6978;
    text-align: center;
    margin: 0;
}
.idea_wrapper .idea_box {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translateY(-50%);
    background: #fff;
    padding: 30px 15px;
}
.idea_wrapper .idea_box::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    border: 1px solid #eee;
    z-index: -1;
}
.idea_wrapper .idea_box h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #000;
    text-align: center;
	margin: 0
}
.idea_wrapper .idea_box h3 a {
    color: #000;
	text-decoration: none
}
/************ End Ideas ************/
.slide_avis.owl-carousel {
    max-width: 1150px;
    margin: 0 auto 50px;
	position: relative
}
.avis_item {
    display: flex;
}
.pic_clt {
    width: 11%;
    min-width: 70px;
    max-width: 110px;
    margin: 0 15px 0 0;
}
.owl-carousel .owl-item .pic_clt img {
    border-radius: 50%;
}
.avis_clt p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin: 0 0 20px;
}
.avis_clt .name {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #9fbfca;
    margin: 0;
}
.avis_clt .fonct {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #c79097;
    margin: 0;
}
.slide_avis.owl-theme .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
}
.slide_avis.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.slide_avis.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #d6ebee;
}
.slide_avis.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #d6ebee;
}
.slide_avis.owl-theme .owl-dots .owl-dot.active span, .slide_avis.owl-theme .owl-dots .owl-dot:hover span {
    background: #a1c2c7;
}
/************End Avis************/

.our_blog .post {
	margin-bottom: 30px
}
.post .post_pic {
    margin: 0 0 20px;
}
.post .post_pic img {
    width: 100%;
}
.post .post_tag {
	font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    color: #9fbfca;
	text-transform: uppercase;
    margin: 0;
}
.post .post_tag a{
	text-decoration: none;
    color: #9fbfca;
}
.post .post_title {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: .5px;
    color: #000;
    margin: 0 0 12px;
}
.post .post_title a{
	text-decoration: none;
    color: #000;
}
.post .post_info h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    text-align: left;
    color: #333333;
    margin: 0;
}
.post .post_info p {
    font-family: Poppins;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    text-align: left;
    color: #D8BB78;
    margin: 0px;
}
.post .post_info i.fa{
    margin: 0 8px 0 15px;
}
/************End Blog************/
.our_partners {
    padding: 40px 0;
    margin: 0 0 50px;
    background: #efefef;
}
.owl_partners .partner img {
    width: auto;
    height: 35px;
    margin: 0 auto;
}
.our_newsletter {
	margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/background_newletter.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.form_news {
	margin: 30px 0
}
.lbl-newsltr {
    font-family: 'Helvetica';
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: .4px;
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}
.lbl-newsltr span {
    font-weight: 600;
    color: #dc6978;
}
.desc-newsltr {
    font-family: 'Helvetica';
    font-weight: 500;
    text-align: center;
    letter-spacing: .4px;
    margin: 0 0 50px;
    font-size: 14px;
    line-height: 25px;
    color: #8f8f8f;
}
.form-newsletter .input-group {
    display: block;
}
.form-newsletter .form-control {
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #9b9b9b;
    padding: 22px 30px;
    height: 70px;
	width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    border-radius: 40px!important;
}
.form-newsletter .btn-news {
    font-family: 'Helvetica';
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    padding: 0 40px;
    border-radius: 40px!important;
    overflow: hidden;
    background: #dc6978;
    text-transform: uppercase;
    box-shadow: none;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    z-index: 100;
}
.form-newsletter .btn-news:hover {
    color: #fff;
}
/************End Newsletter************/
.footer {
	/* background: #222222; */
}
.footer .footer-middle {
    padding: 60px 0;
}
.footer-block {margin-bottom: 35px}
.footer-block .title h4 {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #8f8f8f;
    text-transform: none;
    margin-bottom: 20px;
}
.simple-list {
    list-style: none;
    padding: 0;
}
.simple-list li, .simple-list li a{
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #8f8f8f;
	text-decoration: none;
	transition: all .3s ease
}
.simple-list li {
	display: flex;
	margin-bottom: 10px
}
.simple-list li a:hover {
    color: #fff;
}
.simple-list i.fa {
    font-size: 14px;
    color: #8f8f8f;
	margin: 3px 8px 0 0
}
.footer-social a {
	display: inline-block;
    color: #8f8f8f;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
}
.copyright {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;
    text-align: left;
    color: #999999;
    padding: 20px 0px;
}
.copyright a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;
    color: #999999;
}
.back-to-top {
    font-size: 35px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background-color: #D8BB78;
    border-radius: 2px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}
.back-to-top:hover {
    color: #fff;
}
.cart_title {
	display: none; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    background: #8db2b5;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.cart_title a.btn-cart-close {
    position: absolute;
    right: 25px;
    font-size: 16px;
    line-height: 22px;
}
.dropdown_cart {
    position: absolute;
    top: 150%;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 100;
    padding: 25px;
	box-shadow: 0 3px 10px 0 rgba(210, 210, 210, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}
.header-action .header-cart.header-link:hover .dropdown_cart, .header-action .header-cart.header-link .dropdown_cart.show {
    top: 100%!important;
	opacity: 1;
	visibility: visible
}
.header-action .header-cart.header-link .dropdown_cart.hide {
    top: 150%!important;
	opacity: 0;
	visibility: hidden
}
.minicart {
	padding-bottom: 10px;
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.minicart_items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.minicart_items li.cart_item {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.minicart_items li.cart_item:last-child {
	border: none
}
.cart_item_photo {
    width: 70px;
	margin: 0 15px 0 0;
}
.header-cart .cart_item_desc .cart_item_title a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 12px;
}
.cart_item_desc .cart_item_price {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.cart_item_desc .cart_quantity .quantity {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: normal;
    color: #000;
    margin: 0 30px 0 0;
}
.header-cart .cart_item_desc .cart_quantity a {
    line-height: normal;
    color: #000;
}
.header-cart .cart_item_desc .cart_quantity a i.fa{
    font-size: 16px;
}
.mcart_subtotal {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 25px;
	display: flex;
	justify-content: space-between;
}
.header-cart .block_minicart .mcart_actions .btn {
	font-family: Poppins;
	font: 11px;
	font-weight: 600;
	color: #000;
	height: 45px;
    line-height: 43px;
    border: 2px solid #ebebeb;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
}
.header-cart .block_minicart .mcart_actions .btn:last-child {
    margin-bottom: 0;
}
.header-cart .block_minicart .mcart_actions .btn:hover {
	background: #dc6978;
	border-color: #dc6978;
	color: #fff
}
.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 6px 0;
}
.breadcrumb .breadcrumb-item {
	font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .4px;
    color: #000;
}
.breadcrumb .breadcrumb-item a {
    color: #dc6978;
}
.grid_title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.count_list {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #f0aeb2;
}
.filter_list {
    margin: 0 0 10px;
}
.form-label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    float: left;
	margin: 0 5px 0 0
}
.select-wrapper {
    float: right;
    position: relative;
	background: #fff
}
.select-wrapper .form-control {
    padding: 0 20px 2px 4px;
    height: auto!important;
    width: 110px;
    line-height: normal;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    text-transform: capitalize;
	background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    position: relative;
    z-index: 1;
}
.select-wrapper .form-control:focus {
	box-shadow: none
}
.select-wrapper i.fa {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
	z-index: 0
}
.col_filter {
    margin-top: 55px;
}
.filter_title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .2px;
    position: relative;
    margin: 0 0 20px;
	padding-bottom: 8px
}
.filter_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #dc6978;
}
.filter_title:not(:first-child) {
    margin: 20px 0 20px;
}
.block-title {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #000;
	margin: 0 0 8px;
	padding-left: 10px;
	padding-right: 20px;
	position: relative
}
.block-title a {
    color: #000;
	text-decoration: none
}
.toggle-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 24px;
}
.toggle-arrow::before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: normal;
	color: #000;
}
.block-content {display: none}
.block-content.show {display: block}
.block-content .category-list {
	list-style: none;
	padding: 0 20px;
	margin: 0
}
.category-list li {
	margin: 0 0 8px;
}
.category-list li a {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #000;
	text-decoration: none
}
ul.filter_price {
    list-style: none;
    padding-left: 10px;
	margin: 0
}
ul.filter_price .range_price {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0 0 8px;
}
ul.filter_price .range_price .count{
	color: #aaa;
	letter-spacing: normal
}
.range_price .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #cce;
}
.range_price .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}
.range_price .custom-radio .custom-control-label::after {
	top: 8px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
	transform: scale(0);
	transition: all .3s ease
}
.range_price .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
	transform: scale(1);
}
.range_price .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.wrapper-pagination {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-bottom: 50px
}
.pagination .page-item.disabled {
    display: none;
}
.pagination .page-item .page-link {
    padding: 5px 14px;
    border: none;
    color: #000;
}
.pagination .page-item.active .page-link {
	background: #D8BB78;
    color: #fff;
}
.page-link:focus {box-shadow: none}
.filter_head {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 25px;
    background: #8db2b5;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.filter_head .btn-close {
	position: absolute;
    right: 25px;
    font-size: 16px;
    line-height: 22px;
}
.filter-col-toggle {
    font-size: 14px;
    font-weight: 600;
    background: #8db2b5;
    color: #fff !important;
    padding: 2px 12px;
}
/************Start Single Product***********/
.product_wrapper {
    margin: 15px 0 0;
}
.slide_product {
    position: relative;
	margin: 0 0 30px
}
.slide_product.owl-theme .owl-nav {
    margin-top: 0;
}
.slide_product.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #000;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
	outline: none
}
.slide_product.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(255, 255, 255);
}
.slide_product.owl-theme .owl-nav .owl-prev {
    left: 10px;
}
.slide_product.owl-theme .owl-nav .owl-next {
    right: 10px;
}
.slide_product_hash {
    padding: 0 30px;
    position: relative;
	margin-bottom: 50px
}
.slide_product_hash.owl-theme .owl-nav {
    margin-top: 0;
}
.slide_product_hash.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
	outline: none
}
.slide_product_hash.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(255, 255, 255);
}
.slide_product_hash.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.slide_product_hash.owl-theme .owl-nav .owl-next {
    right: 0;
}
.product_detail {
	margin-bottom: 50px
}
h1.product_title {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
	margin: 0 0 10px
}
.product_rating {
	display: flex;
	margin: 0 0 15px
}
.start_rating i.fa-star-o{
    color: #c1c1c1;
}
.start_rating i.fa-star{
    color: #fb981b;
}
a.review_link {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-left: 42px;
    text-decoration: none;
}
.product_meta {
    padding-top: 25px;
    padding-left: 0;
    border-top: 1px solid #e7e7e7;
    font-size: 13px;
    color: #3f3f3f;
}
.product_short_description {
	margin: 10px 0 30px
}
.product_short_description p {
    font-family: Poppins;
    line-height: 25px;
    letter-spacing: .4px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 14px;
}
.product_detail .price {
    font-family: Poppins;
    line-height: 25px;
    letter-spacing: .4px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 100px;
}
.variations {
    display: flex;
	margin: 0 0 30px
}
.label_var {
    width: 100px;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.var_items {
    display: flex;
}
.var_items .var-item {
    position: relative;
	margin: 0 15px 0 0
}
.var_items .var-item input[type=radio] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.var_items .var-item label {
	width: 34px;
	height: 34px;
	line-height: 28px;
	text-align: center;
	background: #eee;
	border: 2px solid #eee;
    margin: 0;
	opacity: .6
}
.var_items .var-item img{
	max-width: 28px;
	max-height: 28px;
}
.var_items .var-item input[type=radio]:checked ~ label {
	opacity: 1;
	box-shadow: 0 0 8px 0 #000
}
.single_addtocart_button {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border-radius: 20px;
    border: 2px solid #000;
    position: relative;
}
.product_cmd {
	display: flex;
	margin: 100px 0 30px
}
.qty-form {
    display: block;
    width: 130px;
    padding: 0 40px;
    margin: 0 20px 0 0;
    border: 2px solid;
    border-radius: 20px;
	overflow: hidden;
	position: relative
}
.qty-form input.qty {
    width: 50px;
    border: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
}
.qty-form span {
    position: absolute;
    top: 0;
	display: block;
    width: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
	cursor: pointer
}
.qty-form span::selection {
	background: #fff;
	color: #000
}
.qty-form span.minus{
	left: 0
}
.qty-form span.plus{
	right: 0
}
.share_rss .label_rss {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin: 0 10px 0 0
}
.share_rss .btn_rss {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 22px;
	border: 1px solid #000;
	border-radius: 12px;
	margin: 0 3px 0 0
}
h2.tab_title {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
	line-height: normal;
    text-transform: uppercase;
    color: #777;
    border-bottom: 2px solid #ebebeb;
    margin: 0 0 30px;
}
h2.tab_title span{
    padding: 0 25px;
	display: inline-block;
	position: relative
}
h2.tab_title span::after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #777;
	position: absolute;
	left: 0;
	bottom: -17px;
}

.lists_reviews li.custom_review {
    display: flex;
	margin-bottom: 15px;
}
.lists_reviews li.custom_review .photo_review {
    min-width: 60px;
}
.photo_review img{
    width: 60px;
    max-height: 60px;
}
.custom_review .review_info {
	margin-left: 20px
}
.custom_review .review_head {
    display: flex;
    justify-content: space-between;
}
.review_name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.review_name span {
    display: inline-block;
    font-weight: 400;
    color: #aaa;
    margin-left: 5px;
}
.review_info p {
    font-family: Poppins;
    line-height: normal;
    letter-spacing: .4px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 6px 0 0;
}
.tab_description p {
    font-family: Poppins;
    line-height: normal;
    letter-spacing: .4px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    margin: 10px 0;
}
.tab_reviews, .tab_description {
    margin-bottom: 50px;
}
ul.lists_reviews {
    margin-bottom: 30px;
}
h4.title_avis {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
}
.rating_product {display: flex}
#star-rating input.rating {
    display: none;
}
.form-group label, .block_avis label {
    font-size: 14px;
    font-weight: 600;
}
.stars {
    display: flex;
}
.star {
    background-image: url('../images/stars.png');
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    zoom: 1;
}
.tmp_es {
    background-position: left -21px;
}
.tmp_fs {
    background-position: left -40px;
}
.fullStar {
    background-position: left -59px;
}
.btn_sub {
	font-family: 'Helvetica';
    font-weight: 600;
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 0;
    color: #fff;
    background: #dc6978;
    text-transform: uppercase;
}
/************End Single Product***********/
.shop_table th {
    padding: 15px 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #efefef;
}
.shop_table .product-remove a {
    font-size: 30px;
}
.shop_table td {
    padding: 15px 12px;
    border: none;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
	vertical-align: middle
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
.shop_table .product-thumbnail img {
    width: 100px;
}
.shop_table a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.shop_table .price-amount {
    font-weight: 600;
    color: #000;
}
.product-quantity .quantity {
    display: inline-block;
    width: 130px;
    padding: 0 40px;
    position: relative;
}
.product-quantity .quantity input.qty {
    width: 50px;
    border: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.product-quantity .quantity span {
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.product-quantity .quantity span.minus {
    left: 0;
}
.product-quantity .quantity span.plus {
    right: 0;
}
.cart-actions {
	margin-top: 10px;
	margin-bottom: 35px;
}
.form-control {
    border: 1px solid #e6e6e6;
	border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
	font-size: 14px;
    padding: 0 15px;
    height: 40px;
    transition: all .5s ease;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
	padding: 10px 15px
}
.cart-actions .btn_sub{
	background: #8db2b5
}
.cart-actions .coupon .btn_sub{
	background: #dc6978
}
.cart_totals {
    border: 2px solid #efefef;
    padding: 25px;
	margin-bottom: 50px
}
.cart_totals h2 {
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 6px;
    text-transform: uppercase;
}
.shop_table .cart-subtotal .amount {
    font-weight: 400;
}
.cart_totals .shop_table tr:last-child th, .cart_totals .shop_table tr:last-child td {
    border-bottom: none;
}
.checkout h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.form_default h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 30px;
}
.panel {
    margin-bottom: 21px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
    padding: 10px 14px 
}
.panel-title>a {
    color: inherit;
}
.panel-body {
    padding: 15px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #000000;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.panel-title .custom-control-label {
    display: block;
}
.our_billing {
    margin-bottom: 50px;
}
.our_order {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 50px;
}
.our_order .shop_table {
    background: #fff;
}
.form_default {
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    margin-bottom: 50px;
}
.post_desc img {
	display: block;
	padding: 0 15px 0 0;
	margin: 0 auto 20px
}
.post_desc p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 0.1px;
    text-align: left;
    color: #333333;
}
.imges-1-actu {
    height: auto;
}
/* .imges-1-actu img {
    width: 100%;
} */
.post_desc ul, .post_desc ol {
	padding-left: 15px
}
.post.single .post_tag {
    font-size: 14px;
    letter-spacing: 1px;
}
.post.single .post_tag span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0.4px;
    margin-right: 10px;
}
.page_title {
    background: #f9f9f9;
    padding: 50px 0;
    margin-bottom: 50px;
}
.page_title .grid_title {
    font-size: 42px;
    font-weight: 600;
}
#my_map {
    height: 360px;
}
.error404 {
    font-size: 100px;
    font-weight: 600;
	text-align: center;
	padding: 60px 0;
    margin-bottom: 50px;
}
.btn_rmore {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.46px;
    font-size: 12px;
    color: #333333;
	text-transform: uppercase;
    padding: 6px 0;
    margin-top: 10px;
    text-decoration: underline;
}
.box-wrapper {
    background: #fff;
    box-shadow: 0 15px 30px 0 rgb(208 223 225 / 30%);
    margin-bottom: 30px;
}
.box-wrapper .widget-head {
    font-family: Poppins;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .86px;
    color: #173c4a;
    padding: 12px 24px;
    background-color: rgba(141,178,181,.41);
}
.widget-list .block-list {
    padding: 30px 15px;
}

.block-link a {
    display: block;
    color: inherit;
}
.slabel{font-family:Poppins;font-size:16px;font-weight:500;line-height:normal;color:rgba(230,196,83,.63)}
.slabel-cancle{color:#ec1111}
.slabel-livre{color:#6fbad6}
.slabel-success{color:rgba(29,175,24,.51)}
.slabel-enroute{color:rgba(230,196,83,.63)}
.nav-colaps-loca-bar {
    margin-left: 20px;
}
.logo-loca-nav img {
    width: 100%;
    max-width: 100%;
}
.navbar-location {
    background-color: #00000069; 
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 50px;
}
/*start disengn navbar location */
.location-linav-1 span {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;

}
.location-linav-1 {
    padding: 0 15px;
    text-align: center;
    border-left: 1px solid #767664;
}
.last-bor-lef-nav {
    border-right: 1px solid #767664;
}
.loca-text-green , .cl-gr {
    color: #D8BB78 !important;
}
.active a {
    color: #D8BB78 !important;
}
.navbar-loccation-top {
    position: absolute;
    z-index: 100000;
    width: 100%;
    top: 0%;
    background-color: #00000069;
    height: 50px;

}
/* end desiegn loocation nav bar */
.service_customer {
    background-color: #f8f4da;
    padding: 70px 0px;
}
.service_customer p {
    font-family: 'Helvetica';
    font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.01px;
  text-align: left;
  color: #333333;
}
.service_customer h1 {
    font-family: 'Helvetica';
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #333333;
    margin-bottom: 50px;
}
.service_customer h1 span {
    font-weight: 600;
}
.sevice-customer-content {
    background-color: #fff;
    padding: 60px 50px;

}
.sevice-customer-content:hover {
    background-color: #D8BB78;
}
.sevice-customer-content:hover p {
    color: #fff;
}
.sevice-customer-content:hover img {
    filter: brightness(0) invert(100%);
}

.sevice-customer-content p {
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: center;
    color: #333333;
    height: 38px;
}
.header-location img {
    width: 100%;
}
.det_prod_title .cont-prod--tit1 h2 {
    font-family: 'Helvetica';
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.det_prod_title  {
    padding: 80px 0px 40px ;
}
.det_prod_title .cont-prod--tit1 h2 span {
    color: #D8BB78;
}
.det_prod_title .cont-prod--tit1 .ratstar {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #333333;
}
.price-heade {
    background-color: #D8BB78;
    padding: 10px 20px;
}
.price-heade span {
    font-family: 'Helvetica';
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.price-heade span.devise {
    padding-right: 10px;
    border-right: 0.5px solid #fff;
}
.price-heade span:nth-child(2n) {
    padding-left: 10px;
}
.price-heade span.text-sm {
    font-size: 12px;
}
.text-head-smtax {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #333333;
}
.owl-caro-galersh .owl-stage-outer .owl-stage  {
    display: flex !important;
}
.owl-caro-galersh .owl-stage-outer .owl-stag .owl-item {
    margin-left: 10px;
}
.owl-caro-galersh .owl-item.active .item img {
    height: 70px;
}
.owl-caro-galersh .owl-theme .owl-nav [class*=owl-] {
    color: #D8BB78;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: none !important;
}
.product_image {
    overflow: hidden;
}
.det-cas-show {
    background-color: #f8f8f8;
    padding: 70px 40px; 
}
.titre-n-1 {
    font-family: 'Helvetica';
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}
.det-prdo-show {
    margin-top: 45px;
    padding: 40px 35px;
    background-color: #fff;
}
.det-prdo-show p {
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.38px;
    text-align: left;
    color: #999999;
}
.det-prdo-show i {
    margin-right: 10px;
}
.lac-bord-sho {
    position: relative;
}
.lac-bord-sho::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 0%;
    bottom: 0%;
    width: 1px;
    background-color: #999999;
    display: none;
}
.det-titre-n1 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.det-titre-n1 h2 {
    font-family: 'Helvetica';
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    padding-bottom: 20px;
}
.info-clinet label {
    font-family: 'Poppins', sans-serif !important;
    font-family: Poppins;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}
.det-resravtion , .form-supl-service , .det-client-resr , .info-pus-suplomontaire {
    margin-bottom: 70px;
}

.info-clinet .det-resravtion .form-control {
    height: 60px;
    background-color: #f8f8f8;
    border: none;
    border-left: 2px solid #D8BB78;
}
.form-supl-service label {
    margin-left: 20px;
}
.form-supl-service input[type=checkbox] , .gender-clint input[type=checkbox] , .sublmit-for-client .gender-clint input[type=checkbox] {
    width: 20px;
    height: 20px;
    background-color: #e4e4e4;
}
.form-supl-service  input[type=checkbox] , .gender-clint input[type=checkbox] , .sublmit-for-client .gender-clint input[type=checkbox] {
    accent-color: #D8BB78;
  }
.det-client-resr label {
    text-transform: uppercase;
}
.info-clinet .det-client-resr .form-control {
    height: 60px !important;
    background-color: #f8f8f8;
    border: none;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #999999;
}
.info-pus-suplomontaire textarea {
    border: none;
    background-color: #f8f8f8;
    font-family: 'Helvetica';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #999999;
    min-height: 200px;
    padding: 40px;
}
.sublmit-for-client {
    margin-top: 70px;
}
.btn-rouer-form {
    background-color:#333333;
    padding: 15px 70px;
    font-family: Poppins;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.14px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.btn-subm-loca {
    background-color: #D8BB78 ;
    padding: 15px 70px;
    font-family: Poppins;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.14px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.det-vf-home {
    background-image: url('../images/megane-hero.webp');
    background-size: cover;
    background-position: center;
    padding: 80px 0px 150px;
    position: relative;
}
.det-vf-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
}
.det-vf-home img {
    /*width: 150px;*/
    margin-bottom: 15px;
}
.det-vf-home .container {
    position: relative;
    z-index: 10;
}
.det-vf-home p {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.53;
    letter-spacing: 2.2px;
    color: #ffffff;
}
.det-vf-home p:first-of-type {
    font-size: 40px;
    font-weight: 700;
}
.lin-home-loca {
    width: 80px;
    height: 2px;
    background: #D8BB78;
    margin: 20px 0;
}
.product_image .owl-theme .owl-nav [class*=owl-] {
    border: none !important;
    background-color: #D8BB78 !important;
}
.icons-srevice img {
    margin-bottom: 20px;
}
.number-client {
    background-color: #D8BB78;
    padding: 40px 0;
}
.text-nbrclient-home h5 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    text-align: left;
    color: #fff;   
    margin-bottom: 0px; 
}
.text-nbrclient-home p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.08px;
    text-align: left;
    color: #fff;
}
.img-client-home img {
    margin-top: 5px;
}
.new-litter-home h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.19px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
}
.new-litter-home h4 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #D8BB78;
    margin-bottom: 70px;
}
.new-litter-home h4 span {
    font-weight: bold;
}
.new-litter-home {
    background: url('../images/jake-givens-iR8m2RRo-z4-unsplash.webp') center top no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
    padding: 70px 0px;
    position: relative;
}
.new-litter-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 0;
}
.new-litter-home .container {
    position: relative;
    z-index: 10;
}
.new-litter-home .form-control {
    margin: 0 1%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.new-litter-home  .btn-nes-home {
    background-color: #D8BB78;
    border-width: 1px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.89;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 90%;
}
.social-nes-hom {
    margin-top: 100px;
}
.social-nes-hom h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: 1.06px;
    color: #fff;
    margin-bottom: 20px;
}
.media-home-page {
    padding: 70px 0px;
}
/* media image home */
.media-home-page {
    width: 100%;
    position: relative;
    overflow: hidden
}
 .overly {
    display: none;
    /* width: 100%;
    height: 100%; */
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2222;

}
div#show {
    position: absolute;
}
.media-home-page .show {
    width: 600px;
    height: 370px;
    background: #fff;
    border-radius: 5px;
    margin: 100px auto;
    position: relative
}
 .overly .show .close {
    position: absolute;
    font-size: 25px;
    top: 5px;
    left: 5px;
    cursor: pointer
}
 .overly .show img {
    width: 100%;
    height: 100%;

}
.image-galerier {
    display: flex;
    overflow: hidden;
}
.media-home-page .image-galerier img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer
}
.widht-iamge-media {
    width: 20%;
}
.logo-foter {
    margin-bottom: 25px;
}
.g-tel-foter {
    list-style: none;
    padding: 0;
}
.g-tel-foter .tel-footer {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 0.27px;
    color: #D8BB78;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.g-tel-foter .tel-footer i {
    margin-right: 5px;
    color: #D8BB78 !important;
}
.g-tel-foter .num-tel-footer {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: 0.29px;
    color: #333333;
}
.pages-list-fotter .title h4 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    text-align: left;
    color: #333333;
    margin-bottom: 15px;
}
.liste-style-n {
    list-style: none;
    padding: 0;
}
.pages-list-fotter ul li a {
    font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #999999;
  margin-bottom: 15px;
}
.footer-block.pages-list-fotter ul li i {
    color: #D8BB78;
    margin-right: 8px;
    font-size: 15px;
}
.footer-home-newsletter {
    margin-top: 50px;
}
.footer-home-newsletter input {
    background: #f9f9f9;
    font-size: 15px;
    color: #999999;
    padding: 0 20px;
    line-height: 50px;
    border: none;
    float: left;
    width: 200px;
    height: 50px;
}
.footer-home-newsletter button {
    float: left;
    background: #D8BB78;
    height: 50px;
    border-radius: 0;
    color: #ffffff;
    padding: 0px 20px;
}
.copyright .socia-media a {
    margin-right: 15px;
}
.copyright .socia-media i {
    /* margin-right: 10px; */
    color: #fff;
}
.map-footer {
    max-width: 100%;
}
.dispal-mobile-sauf {
    display: none;
}
.button-filter-prod {
    margin-top: 70px;
    justify-content: center;
}
.btn-red {
    background-color: #fe0000 !important;
}
.btn-filtring-prod {
    background-color: #D8BB78;
    width: 100%;
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.09px;
    text-align: center;
    color: #fff;
    height: 40px;
}
.contact-location label {
    font-family: Poppins;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.43px;
    text-align: left;
    color: #333333 ;
}
.contact-location .form-control {
    background-color: #f8f8f8;
    border: none;
    height: 60px;
}
.head-page-loca {
    position: relative;
    height: 500px;
}
.head-page-loca::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.534);
    top: 0;
    left: 0;

}
.btn-head-page {
    padding: 13px 27px;
    background-color: #fe0000 ;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.contact-title-header {
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.contact-title-header h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #333;

}
.contact-location {
    margin-top: 70px;
}
.btn-submit-loca {
    background-color: #D8BB78;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.14px;
    padding: 15px 50px;
}
.title-g-actus h5 {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.19px;
    text-align: left;
    color: #333333;
    margin-bottom: 15px;
}
.title-g-actus h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #333333; 
    margin-bottom: 10px;
}
.title-g-actus {
    margin-bottom: 40px;
}
.our_blog .post_pic {
    height: 265px;
    overflow: hidden;
    border: solid 1px #707070;
}
.our_blog .post_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_content h6 {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.19px;
    text-align: left;
    color: #333333;
    margin-bottom: 15px;
}
.post_smdesc p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.19px;
    text-align: left;
    color: #D8BB78;
    padding: 0px 10px;
    border-left: 2px solid #D8BB78;
}
.magin-head-loca {
    margin-top: 70px;
}
.login-location .form_default_login-loca .form-control {
    background-color: #f8f8f8;
    border: none;
    height: 60px;
    font-family: Poppins;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color: #333333;
}
.loca-titre-n1 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.btn_sub-login {
    background-color: #D8BB78;
    color: #fff;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.14px;
    text-align: center;
    padding: 15px;
    width: 100%;
}
.title-loca1-login h1 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    color: #333333;
}
.title-loca1-login h5 { 
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.08px;
    text-align: left;
    color:#333333   ;
  }
.line-login-ou  {
    position: relative;
}
.line-login-ou::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    background-color: #D8BB78;
}
.center-ou-line {
    background-color: #D8BB78;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-family: Poppins;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0.14px;
    color: #fff;
}
.forgit-password-l {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.29;
    letter-spacing: 3.01px;
    text-align: left;
    color: #777;
}
#footer_map , #agences_map {
    width: 100%;
    height: 100%;
}
.lld-head1 {
    position: relative;
}
.lld-head1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
.content-lld-head1 {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.content-lld-head1 .icons p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.content-lld-head1 h1 {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: 0.29px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
.icons img.icon-long-dure-head {
    max-width: 100px;
}
.continer-map-adence {
    height: 500px;
    margin-top: 60px;
}
.loca-agence-content {
    margin-top: 60px;
}
.con-agen-bot p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-top: 30px;
}
.con-agen-bot p i {
    font-size: 14px;
    color: #D8BB78;
    padding: 15px 20px;
    background-color: #f1f1f1;
    margin-right: 20px;
}
.hed-content-agence h2 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    margin-bottom: 15px;
}
.ddl-all-contrant img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ddl-all-contrant p {
    font-family: Poppins;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.21;
  letter-spacing: 0.17px;
  text-align: left;
  color: #333;
}
.ddl-all-contrant h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    text-align: left;
    color: #333333;
    margin-bottom: 50px;
    position: relative;
}
.ddl-all-contrant h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 50px;
    background-color: #D8BB78;
    left: 0%;
    height: 3px;

}
.mt-30 {margin-top:30px;}.mb-30{margin-bottom:30px;}
.btn-loca-red1 a {
    background-color: #FE0000;
    padding: 15px 25px;
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.18px;
    text-align: left;
    color: #fff !important;
    transition: all 0.3s ease-in;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.btn-loca-red1 a:hover {
    background-color: #D8BB78;
}
.title-n-2loca {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}
.produis-lld {
    margin-top: 70px;
}
.produis-lld .product_item .product_photo {
    height: 180px;
}
.produis-lld .text-model-car {
}
.produis-lld .product-item-name a {
    font-size: 16px;
}
.btn.price-wrapper {
    padding: 10px 15px;
}
.produis-lld .price-box .special-price {
    font-size: 14px;
}
.produis-lld .product_item .product_inside {
    height: 490px;
}
.produis-lld .item.product_item {
    padding: 1px;
}
.produis-lld .prop-cars {
    border-top: 1px solid #707070;
    flex-wrap: wrap;
}
.produis-lld h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding: 20px 0px;
}
.butt-rdv-all {
    padding: 70px 0px;
}   
.butt-rdv-all .btn-rdv-1 {
    background-color: #D8BB78;
    font-family: Poppins;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.23px;
    color: #fff;
    width: 100%;
    padding: 15px;
    display: block;
    text-align: center;
}
.butt-rdv-all .btn-rdv-1:hover {
    background-color: #FE0000;
 }
 .lld-soul-integr h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin-bottom: 30px;
 }
 .lld-soul-integr .lld-soul-content h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding: 30px 0;
 }
 .lld-soul-content {
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 20px;
     flex-grow: 1;
 }
 .lld-soul-content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
 }
 /* condetion generalle */
 .condetion-generale h4 {
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.34px;
    text-align: left;
    color: #333333;
}
.condetion-generale p {
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #333333;
}
.condetion-generale ul {
    padding: 0px;
    list-style-type: none;
    }
.condetion-generale ul li {
    position: relative;
    padding-left: 5px;
}
.condetion-generale ul li::before{
    position: absolute;
    content: '';
    left: -3px;
    width: 3px;
    background-color: #333;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.facura-loca1 {
    background-color: #f8f8f8;
    padding: 40px 30px;
}
.det-titre-n1 .facura-loca1 h3 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333333;  
}
.det-titre-n1 .facura-loca1 .sp-car p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.27px;
    color: #999999;
    padding-right: 20px;
}
.det-titre-n1 .facura-loca1 .sp-car {
    padding-right: 50px;
}
.det-titre-n1 .facura-loca1 p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.01px;
    text-align: left;
    color: #333333;
}
.menu-prof-rent {
    background-color: #D8BB78;
}
.menu-prof-rent .widget-list .block-list a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.16px;
    text-align: left;
    color: #fff;
    text-decoration: underline;
    padding: 20px;
}
.head-rent-commandes {
    font-family: Poppins;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.23px; 
    color: #000;
}
.rent-comnds-det .form-control {
    height: 40px;
    background-color: #f8f8f8;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    color:#333333;
}
.rent-comnds-det .form-group label, .rent-comnds-det .block_avis label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #333333;
}
.rent-comnds-det button.btn.btn-kalm {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.36px;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #D8BB78;
} 
.rent-comnds-det a.btn.btn-link {
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: 0.36px;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #eb4432;
}
.rent-comnds-det .table thead th {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: left;
    color: #333;
}
.pagination {
    display: flex;
    flex-wrap: wrap !important;
}
.socia-media a.btn.btn-primary {
    border: none;
}
.head-page-loca img.icon-long-dure-head.text-center {
    max-width: 80px !important;
    height: auto !important;
} 
.alert-success {
    margin-top: 20px;
}
.btn-filtring-prod.active {
    background-color: #f78f00 !important;
}
.location-linav-1.displa-non-mob.last-bor-lef-nav img {
    height: 30px;
}
.lld-soul-content  img {
    height: 70px;
}
@media (min-width: 1399px) {
	.container {
		max-width: 1340px;
	}
}
@media (max-width: 1399.98px) {
    .header-logo .header-block {
        width: 170px;
    }
    .location-linav-1 {
        padding: 0 15px;
    }
    .navbar_main .nav-item {
        margin: 0 12px;
    }
    .navbar_main .nav-item .nav-link {
        font-size: 13px;
    }
    .s-car-slide {
        top: 55%;
    }
    section.main_slider .owl-dots {
        top: 65%;
        right: 8%;
    }
    .sevice-customer-content {
        height: 275px;
        overflow: hidden;
    }
    .location-linav-1 span {
        font-size: 12px;
    }
    .product_item .product_photo { height: 245px;}
    /* .product_item .product_inside { height: 570px;} */
    .footer-home-newsletter button {padding: 0px 12px;}
}
@media (max-width: 1199px) {
    .navbar_main .nav-item .nav-link {
        font-size: 12px;
    }
	.idea_title {top: 5%;left: 30px;right: 30px;}
	.idea_title h2 {font-size: 20px;}
	.idea_wrapper .idea_box {left: 35px;right: 35px;padding: 20px 15px;}
	.product_detail .price {margin-bottom: 60px}
	.product_cmd {margin-top: 80px}
    .header-logo .header-block {
        width: 140px;
    }
    .location-linav-1 span {    
        font-size: 12px;
    }
    .location-linav-1 {
        padding: 0 10px;
    }
    .navbar_main .nav-item {
        margin: 0 7px;
    }
    .slidehome .item_content .item_text .slide-title {
        font-size: 45px;
    }
    .slidehome .item_content .item_text {
        top: 45%;
        left: 10%;
    }
    .slidehome .item_content .item_text .btn_slide {
        font-size: 16px;
        margin-top: 5px;
    }
    .s-car-slide h4 {
        font-size: 20px;
    }
    .s-car-slide {
        top: 50%;
    }
    .copyright , .copyright a {
        font-size: 12px;
    }
    .copyright .socia-media a {
        margin-right: 8px;
    }
    .footer-home-newsletter input {
        width: 140px;
    }
    .nav-colaps-loca-bar {
        margin-left: 10px;
    }
    .location-linav-1 {
        padding: 0 7px;
    }
    .product_item .product_photo {height: 200px;}
    .butt-rdv-all .btn-rdv-1 {font-size: 16px;}
    .product-item-name {
        padding: 20px 10px;
    }
    .text-model-car {
        font-size: 18px;
    }
    .product-item-name a {
        font-size: 20px;
        height: 60px;
    }
    .prop-cars {
        padding: 15px 10px 1px;
    }
}
@media (max-width: 991px) {
	.header-action .header-link:not(.header-cart) {display: none}
	.wrap-header .header-position.header-center {display: none}
	.navbar_main .nav-item:nth-last-child(-n+2) {display: list-item;}
	.header-wrapper .main_navigation .navbar_main .navbar-nav {margin-bottom: 15px;}
    .header-wrapper .main_navigation .navbar_main {
        padding: 5px 0 10px;
    }
    .nav-colaps-loca-bar {
        margin-left: 0;
    }
    .header-logo .header-block {
        width: 180px;
    }
	.mobile-search {display: block}
	.navbar_main .nav-item {margin: 0}
	.navbar_main .nav-item .nav-link {line-height: 40px;border-bottom: none; font-size: 16px;}
	.form-inline.header-form {width: 100%; margin: 20px 0}
	.wrap-header .navbar-toggler {
		display: inline-block;
		margin-left: 15px;
		padding: 5px;
		font-size: 28px;
	}
	.topbar .wrap-topbar .nav .nav-item .nav-link {padding: 0}
	.slidehome .item_content {height: 350px;}
	.slidehome .item_content img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
		width: 100%;
        background-size: cover;
        object-fit: cover;
		max-width: none;
	}
	.service_item {margin: 0 0 20px;}
	.service_item .service_box{border: none;width: 100%;margin: 0 auto;}
	.service_box_icon {width: 20px;margin: 0 6px 0 0;}
	.service_box_icon i.icon_check {width: 8px;height: 20px;margin: 10px 0 0;}
	.service_box_txt {
		width: auto;
		padding: 5px 0;
	}
	.service_box_txt h2 {font-size: 15px;}
	.service_box_txt p {font-size: 11px;font-weight: 400;}
	.text-titr {font-size: 26px;}
	.catg-item.item_lg {height: 300px;}
	.catg-item .item{height: 100%}
	.idea_wrapper {padding: 0}
	.idea:first-child .idea_wrapper {padding-right: 0}
	.idea:last-child .idea_wrapper {padding-left: 0}
	.idea_title {top: 3%;left: 10px;right: 10px;}
	.idea_title h2 {font-size: 16px;}
	.idea_wrapper .idea_box {left: 20px;right: 20px;padding: 15px;}
	.idea_wrapper .idea_box h3 {font-size: 14px;}
	.post .post_tag {font-size: 14px}
	.post .post_title {font-size: 18px}
	.post .post_info {font-size: 12px}
	.col_filter {
		opacity: 0;
		visibility: hidden;
		margin: 0;
		padding: 60px 15px 10px;
		position: fixed;
		top: 0;
		left: -400px;
		bottom: 0;
		width: 400px;
		max-width: 100%;
		background: #fff;
		z-index: 100;
		box-shadow: 0 10px 30px 0 #ccc;
		transition: all .3s ease
	}
	.col_filter.show {opacity: 1;visibility: visible;left: 0;}
	.filter_head {display: block}
	.col_filter .block-filter {height: 100%;overflow: scroll;padding: 0 10px 0 0}
	.product_short_description {margin-bottom: 20px}
	.variations {margin-bottom: 20px}
	.product_detail .price {margin-bottom: 20px}
	.product_cmd {margin-top: 30px}
    .s-forms-slide {
        position: relative;
        display: block;
        background: #333333;
    }
    .main_navigation.navbar-location .navbar-toggler i {
        color: #D8BB78;
    }
    button.navbar-toggler {
        border: 1px solid #D8BB78;
    }
    .slidehome .item_content .item_text {
        top: 50%;
        right: 0%;
    }
    .slidehome .item_content .item_text .slide-desc{
        font-size: 16px;
    }
    .topbar.navbar-loccation-top {
        position: relative;
        background-color: #333;
        height: 40px;
    }
    .main_navigation.navbar-location {
        position: relative;
        top: 0;
        background-color: #333;
    }   
    .s-car-slide {
        display: none;
    }
    section.main_slider .owl-dots {
        top: 88%;
    }
    .sevice-customer-content {
        padding: 60px 25px;
        margin-bottom: 10px;
    }
    .form-s-loctain1 {
        flex-wrap: wrap;
    }
    .s-forms-slide .col-s-loca {
        display: block;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .widht-iamge-media {
        width: 33.3333%;
    }
    .image-galerier {
        flex-wrap: wrap;
    }
    .displa-non-mob {
        display: none;
    }
    .dispal-mobile-sauf {
        display: block;
    }
    .product-item-name a {font-size: 20px;}
    .prop-cars p {font-size: 13px;}
    /* .product_item .product_inside {height: 525px;} */
    .icons img.icon-long-dure-head {max-width: 60px;}
    .content-lld-head1 .icons p {font-size: 12px; }
    .content-lld-head1 {top: 58%;}
    #footer_map, #agences_map { height: 500px;}
    .socia-media { text-align: center;margin-top: 20px; }
    .payment-footer {text-align: center ; margin-top: 20px;}
}
@media (max-width: 767px) {
	.navtrue.owl-theme .owl-nav [class*=owl-] {width: 30px;height: 30px;line-height: 30px;font-size: 50px;}
	.navtrue.owl-theme .owl-nav [class*=owl-] span {line-height: 26px;height: 30px;}
	.slidehome .item_content .item_text {
        left: 12%;
        right: 12%;
    }
    .slidehome .item_content .item_text .slide-title { font-size: 24px; }
	.slidehome .item_content .item_text .slide-desc {font-size: 14px}
    .slidehome .item_content .item_text .btn_slide { font-size: 14px; margin-top: 3px; }
	.idea_title {top: 10%;left: 70px;right: 70px;}
	.idea_title h2 {font-size: 22px;}
	.idea_wrapper .idea_box {left: 80px;right: 80px;padding: 30px;}
	.idea_wrapper .idea_box h3 {font-size: 16px;}
	.idea:nth-child(2) .idea_wrapper img {transform: scale(1);}
	.idea:nth-child(2) {margin: 20px auto;}
	.idea_wrapper img {display: block;width: auto;height: 400px;margin: 0 auto;}
	.form-newsletter .form-control {height: 50px;padding: 12px 15px;}
	.form-newsletter .btn-news {height: 38px;line-height: 38px;padding: 0 20px;}
	.header-action .header-link.header-cart {position: static;}
	.dropdown_cart {position: fixed; padding-top: 50px; left: 0; bottom: 0; width: auto}
	.header-action .header-cart.header-link:hover .dropdown_cart, .header-action .header-cart.header-link .dropdown_cart.show {top: 0!important}
	.header-action .header-cart.header-link .dropdown_cart.hide {top: 100%!important}
	.cart_title {display: block}
	.shop_table thead {display: none}
	.shop_table tr td {display: block;text-align: right}
	.shop_table tr td:before {content: attr(data-title) ": ";font-weight: 600;float: left;color: #222;}
	.shop_table tr td.product-thumbnail {text-align: center}
	.shop_table tr td.product-remove:before, .shop_table tr td.product-thumbnail:before {content: "";}
	.cart-actions .btn, .cart-actions .form-group, .cart-actions .form-control, .cart_totals .btn {width: 100%}
	.coupon {padding: 15px;border: 2px dashed #eaeaea;margin-top: 20px;}
	.cart_totals .shop_table th {display: none}
	.our_order .shop_table thead {display: table-header-group;}
	.our_order .shop_table tr td {display: table-cell;text-align: initial;}
	.our_order .shop_table tr td:last-child {text-align: right;}
	.our_order .shop_table tr td:before {content: "";}
    .det-vf-home p {
        font-size: 35px;
    }
    .det-vf-home {
        padding: 80px 0px 90px;
    }
    .image-galerier {flex-wrap: wrap;}
    .widht-iamge-media {width: 50%;}
    .btn.price-wrapper {padding: 10px 30px;}
    .product_item .product_photo {height: 155px;}
    /* .product_item .product_inside { height: 495px; } */
    .prop-cars {flex-wrap: wrap;}
    .content-lld-head1 h1 {font-size: 20px;margin-bottom: 10px;}
    .content-lld-head1 .icons p { font-size: 10px;}
    .icons img.icon-long-dure-head {max-width: 35px;}
    .content-lld-head1 .icons p { margin-top: 2px; }
    .price-heade span {font-size: 20px;}
    .sublmit-for-client.d-flex.justify-content-between {flex-wrap: wrap;}
    .btn-rouer-form , .btn-subm-loca  {
        padding: 15px;
        font-size: 15px;
    }
    .info-clinet label { font-size: 14px; }
    .menu-prof-rent { margin-bottom: 40px; }
    #footer_map, #agences_map {height: 270px; }
    .head-page-loca { height: 190px; }
    .line-login-ou  {left: 50%; transform: translateX(-50%); margin: 30px 0;}
    .title-loca1-login h5, .title-loca1-login h1{text-align: center}
    .det-vf-home p:first-of-type { font-size: 25px; font-weight: 500; }
}
@media (max-width: 575px) {
	.wrap-header {padding: 10px 0;}
	.wrap-header .header-position {padding: 0 10px}
	.wrap-header .navbar-toggler {margin-left: 5px}
	.slidehome .item_content {height: 300px;}
	.navtrue.owl-theme .owl-nav .owl-prev {left: 10px;}
	.navtrue.owl-theme .owl-nav .owl-next {right: 10px;}
	.desc_ecom h1 {font-size: 18px;}
	.desc_ecom p {font-size: 12px;}
	h2.section_title {font-size: 20px;margin: 0 0 20px;}
	.product-item-name a {font-size: 12px;}
	.price-box {font-size: 12px;}
	.catg-item.item_lg {height: auto;}
	.idea_wrapper img {width: 100%;height: auto;}
	.idea_title {left: 40px;right: 40px;}
	.idea_wrapper .idea_box {left: 50px;right: 50px;padding: 30px 20px;}
	.avis_clt p {font-size: 16px}
	.our_order {padding: 15px;}
    .det-vf-home p {
        font-size: 25px;
    }
    .det-vf-home {
        padding: 65px 0px;
    }
    .product_item .product_photo { height: 245px;}
    /* .product_item .product_inside {height: 580px;} */
    .btn-filtring-prod { font-size: 11px;}
    .s-forms-slide .col-s-loca { width: 90%;}
    .btn-head-page {font-size: 14px;}
    .lld-head1 {height: 235px;}
    .bg-head-img1 { height: 100%;   object-fit: cover;} 
    .produis-lld .product_item .product_photo {height: 205px;}
    .product_item .product_photo img {width: 100%; height: 100%;object-fit: contain;}
    .butt-rdv-all .btn-rdv-1 {font-size: 13px;}
    .btn-loca-red1 a {padding: 15px 15px;font-size: 15px;}
    .price-heade {padding: 10px;}
    .price-heade span {font-size: 14px; }
    .lac-bord-sho::after {opacity: 0;}
    .loca-titre-n1 { font-size: 20px; }
    .continer-map-adence { height: 255px; }
}
@media (max-width: 320px) {
    .product_item .product_photo {height: 170px;}
    /* .product_item .product_inside { height: 520px; } */
    .slidehome .item_content .item_text .btn_slide {font-size: 13px;margin-top: 5px; padding: 10px;}
    .produis-lld .product_item .product_photo {height: 135px;}
    button.ml-5.btn.btn-subm-loca {margin-left: 0px !important; margin-top: 11px; }
    .heatrent1 {flex-wrap: wrap;}
}