/*================================================
[  Table of contents  ]
================================================
  01. General
  02. Header Section
  03. Home Slider Section
  04. Banner Section
  05. Product Section
      5.1 Grid Product
      5.2 List Product
      5.3 SIngle Product Details
  06. Testimonial Section
  07. Blog Section
  08. Service Section
  09. Footer Section
  10. Shope Page
  11. Cart Page
  12. Wishlist Page
  13. Checkout Page
  14. Contact Page
  15. Login & Register Page
  16. Comment Style

======================================
[ End table content ]
======================================*/

/*************************
  1.General
*************************/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'glimmer of';
  src: url('css/font/glimmeroflight-Regular.eot');
  src: url('css/font/glimmeroflight-Regular.eot?#iefix') format('embedded-opentype'),
      url('css/font/glimmeroflight-Regular.woff2') format('woff2'),
      url('css/font/glimmeroflight-Regular.woff') format('woff'),
      url('css/font/glimmeroflight-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grovana';
  src: url('css/font/Grovana-Medium.eot');
  src: url('css/font/Grovana-Medium.eot?#iefix') format('embedded-opentype'),
      url('css/font/Grovana-Medium.woff2') format('woff2'),
      url('css/font/Grovana-Medium.woff') format('woff'),
      url('css/font/Grovana-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
img{
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
*::before,
*::after,
a,
button,
span,
input,
textarea,
.btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn {
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #c62885;
  text-decoration: none;
}
a,
button,
input {
  outline: medium none;
  color: #666666;
}
.uppercase {
  text-transform: uppercase
}
.capitalize {
  text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: .625rem;
  margin-top: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}


.h1,h1 {
  font-size: 2.25rem;
}
.h2,h2 {
  font-size: 1.875rem;
}
.h3,h3 {
  font-size: 1.5rem;
}
.h4,h4 {
  font-size: 1.125rem;
}
.h5,h5 {
  font-size: .875rem;
}
.h6,h6 {
  font-size: .75rem;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  margin-bottom: 15px;
}
input:focus, textarea:focus {
    box-shadow: 0;
    outline: 0;
}
/*-- Placeholder Opacity --*/
::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/*-- Common Classes --*/
.fix {
    overflow:hidden
}
.float-start {
    float:left;
}
.float-end {
    float:right;
}

.tlt * {
  -webkit-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}

/*-- Collapse Panel --*/
.panel-group {}
.panel-group .panel {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-group .panel .panel-heading {
  background-color: transparent;
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title {}
.panel-group .panel .panel-heading .panel-title a {
  background-color: #ddd;
  display: block;
  padding: 11px 15px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed {}
.panel-group .panel .panel-collapse {}
.panel-group .panel .panel-collapse .panel-body {}
.panel-group .panel .panel-collapse .panel-body p {}
/*-- Section --*/
/* .section {
    float: left;
    width: 100%;
} */
.no-border {
  border: medium none !important;
}
/*-- Overlay --*/
.overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.overlay::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
/*-- Scroll Up --*/
#scrollUp {
  background-color: transparent;
  border: 2px solid #c62885;
  border-radius: 50%;
  bottom: 28px;
  color: #c62885;
  height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
}
#scrollUp i {
  display: block;
  font-size: 24px;
  line-height: 35px;
}
#scrollUp:hover {
  background-color: #c62885;
  color: #fff;
}
/*-- Section Title --*/
.section-title {}
.section-title h4 {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-title h2 {
  font-size: 32px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

/*-- Page Pagination --*/
.page-pagination {}
.page-pagination ul {
  display: inline-block;
}
.page-pagination ul li {
  display: block;
  float: left;
  margin: 0 3px;
}
.page-pagination ul li a {
  background-color: #f6f6f6;
  display: block;
  height: 36px;
  line-height: 39px;
  width: 36px;
  color: #868686;
}
.page-pagination ul li a:hover {
  color: #fff;
  background: #000;
}
.page-pagination ul li a i {
  display: block;
  font-size: 20px;
  line-height: 36px;
}
.page-pagination ul li.active a {
  background-color: #000;
  color: #fff;
}

/*-- Page Banner Section --*/
.page-banner-section {
  background-image: url("img/bg/2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px 0 65px;
}
.page-banner-content {
  transform: translate(0, 82px);
}
.page-banner-content h2:before {
  position: absolute;
  content: "";
  left: -13px;
  top: -4px;
  background: #c62885;
  width: 6px;
  height: 6px;
}

.page-banner-content h2 {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
/*-- Page Breadcrumb --*/
.page-banner-content .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-banner-content .breadcrumb li {
  color: #666;
  text-transform: uppercase;
}
.page-banner-content .breadcrumb > li + li::before {
  color: #666;
}
.breadcrumb>li+li:before {
  padding: 0 5px 0 9px;
  color: #ccc;
  content: "/\00a0";
}
.page-banner-content .breadcrumb li a {
  font-size: 13.5px;
  color: #868686;
}
.page-banner-content .breadcrumb li:hover a {
  color: #c62885;
}
.page-banner-content .breadcrumb li.active {
  color: #868686;
  font-size: 14.5px;
}



/*-- Prod  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
/*-- Page Breadcrumb --*/
.page-banner-content .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.page-banner-content .breadcrumb li {
  color: #666;
  text-transform: uppercase;
}
.page-banner-content .breadcrumb > li + li::before {
  color: #666;
}
.breadcrumb>li+li:before {
  padding: 0 5px 0 9px;
  color: #ccc;
  content: "/\00a0";
}
.page-banner-content .breadcrumb li a {
  font-size: 13.5px;
  color: #868686;
}

.page-banner-content .breadcrumb li:hover a {
  color: #c62885;
}
.page-banner-content .breadcrumb li.active {
  color: #868686;
  font-size: 14.5px;
}



/*-- Product Slider --*/
.product-slider {
  float: left;
  width: 100%;
}
.slick-space .slick-list {
  margin: 0 -15px;
}
.slick-space .slick-slide {
  padding: 0 15px;
}
/*-- Product Slider Arrow --*/
.product-slider .slick-arrow {
  background-color: transparent;
  border: medium none;
  color: #666;
  height: 38px;
  margin-top: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 37%;
  z-index: -99;
}
.product-slider:hover .slick-arrow {
  opacity: 1;
  z-index: 99;
}
.product-slider .slick-arrow:hover {
  color: #c62885;
}
.product-slider .arrow-prev {
  left: -50px;
}
.product-slider .arrow-next {
  right: -50px;
}
.product-slider:hover .arrow-prev {
  left: -35px;
}
.product-slider:hover .arrow-next {
  right: -35px;
}
.product-slider .slick-arrow i {
  display: block;
  font-size: 53px;
  line-height: 38px;
}
/* -----------------------------------
  02. Topbar Section
--------------------------------------*/
.top-bar .content-topbar {
  display: flex;
  justify-content: flex-end;
  padding: 20px 205px 0;
  border-bottom: 1px solid #dfdfdf24;
}
.top-bar .content-topbar .tel {
  display: flex;
  margin-right: 18px;
}
.top-bar .content-topbar .mail {
  display: flex;
  margin-right: 18px;
}
.top-bar .content-topbar .adr {
  display: flex;
  margin-right: 18px;
}
.top-bar .content-topbar i {
  color: #c62885;
  padding-right: 5px;
  font-size: 14px;
}
.top-bar .content-topbar .contenu-tel {
  color: #626261;
  font-weight: 400;
  font-size: 13px;
  margin-left: 0;
}
.top-bar .content-topbar .contenu-mail {
  color: #626261;
  font-weight: 400;
  font-size: 13px;
}
.top-bar .content-topbar .contenu-adr {
  color: #626261;
  font-weight: 400;
  font-size: 13px;
  margin-left: 0;
}

/* -----------------------------------
  02. Header Section
--------------------------------------*/
.header-section {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99999;
}
.header-transparent {
  position: relative;
  z-index: 99999;
  padding: 0 205px;
  height: 80px;
  background: #fff;
}
.header-section.stick {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  height: 90px;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 8px;
}
.header-wishlist a.wishlist-toggle {
  position: relative;
  display: block;
  padding-right: 10px;
  color: #010101;
  transition: all .4s;
}
.header-wishlist a.wishlist-toggle:hover {
  margin-top: -3px;
}
.header-wishlist {
  padding: 27px 2px;
  font-size: 17px;
}
.wishlist-toggle span {
  background-color: #c62885;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
}
.header-account i {
  font-size: 19px;
}
.header-wishlist a.wishlist-toggle i {
  font-size: 19px;
}
.main-menu > ul > li.has-children {
  position: relative;
}
.main-menu > ul > li.has-children:after {
  position: absolute;
  content: "\f107";
  right: -12px;
  top: 24px;
  font-family: 'FontAwesome';
  color: #010101;
  font-size: 14px;
}

/*-- Header Logo --*/
.header-logo a {
  display: inline-block;
}
img.logo-menu-2 {
  display: none;
}
.header-logo a img {}

/*-- Main Menu --*/
.main-menu {}
.main-menu.menu-right {}
.main-menu > ul {
  display: inline-block;
  vertical-align: top;
}
.main-menu > ul > li {
  display: block;
  float: left;
  margin: 0 11px;
}
.main-menu > ul > li > a {
  color: #010101;
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding: 0 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  margin: 28px 0;
}
.main-menu > ul > li > a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #c62885;
  width: 100%;
  height: 2px;
  visibility: hidden;
  transition: all .3s ease;
  opacity: 0;
}
.main-menu > ul > li:hover > a:before, .main-menu > ul > li.active > a:before {
  visibility: visible;
  opacity: 1;
}

/*-- Sub Menu --*/
.sub-menu {
  background-color: #ffffffeb;
  margin-top: 0;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: max-content;
  z-index: -999;
}
.main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.sub-menu li {
  margin: 5px 0;
}
.sub-menu li a {
  display: block;
  font-size: 13.5px;
  text-transform: capitalize;
  color: #010101;
  font-weight: 500;
}
.sub-menu li:hover a {
  color: #c62885;
  padding-left: 5px;
}
.sub-menu li.active a {
  color: #c62885;
}
/*-- Mega Menu --*/
.mega-menu {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  left: 15px;
  margin: 30px auto 0;
  max-width: 1158px;
  opacity: 0;
  padding: 20px 30px;
  position: absolute;
  right: 15px;
  text-align: left;
  top: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  z-index: -999;
}
.main-menu > ul > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.mega-menu > li {
  display: block;
  float: left;
  width: 33.3333%;
}
.mega-menu > li > a {
  color: #282828;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.mega-menu > li > a:hover {
  color: #c62885;
  padding-left: 5px;
}
.mega-menu > li ul {}
.mega-menu > li ul li {
  margin: 3px 0;
}
.mega-menu > li ul li a {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.mega-menu > li ul li:hover a {
  color: #c62885;
  padding-left: 5px;
}

/*-- Mobile Menu --*/
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  z-index: 9;
}
/*-- Menu Open/Close Button --*/
a.meanmenu-reveal {
  font-size: 30px;
  height: auto;
  line-height: 1;
  padding: 0;
  top: -62px;
  width: auto;
}
a.meanmenu-reveal:hover {
  color: #c62885;
}
a.meanmenu-reveal i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
}
/*-- Mobile Menu Nav --*/
.mean-nav {
  background-color: #ffffff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  margin: 0;
}
.mean-nav a.mean-expand {
  border: medium none;
  font-size: 18px !important;
  height: 36px;
  line-height: 36px;
  padding: 0 !important;
  text-align: center;
  width: 36px;
}
.mean-nav a.mean-clicked {
  font-size: 22px !important;
}
.mean-nav > ul {
  float: left;
  padding: 15px 0;
}
.mean-nav > ul > li {}
.mean-nav > ul > li > a {
  border-color: transparent;
  padding: 3px 25px;
  font-size: 14px;
}
.mean-nav > ul > li > a:hover {
  color: #c62885;
}

/*-- Mobile Sub & Mega menu --*/
.mean-nav .sub-menu, .mean-nav .mega-menu {
  box-shadow: none;
  float: left;
  opacity: 1;
  position: static;
  -webkit-transition: none 0s ease 0s ;
  transition: none 0s ease 0s ;
  visibility: visible;
  z-index: 1;
}
.mean-nav ul li li {
  margin: 0;
  padding: 0 25px;
}
.mean-nav ul li li a, .mean-nav ul li li li a, .mean-nav ul li li li li a {
  border: medium none;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  padding: 3px 15px;
  text-transform: uppercase;
}
.mean-nav ul li li:hover a {
  padding: 3px 15px;
}

/*-- Header Options --*/
.header-option-btns .dropdown-toggle:after {
  display: none;
}

/*-- Header Search --*/
.header-search {
  padding: 35px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-search .search-toggle {
  background-color: transparent;
  border: medium none;
  color: #303030;
  display: block;
  height: 30px;
  padding: 0;
  transition: all .4s;
}
.header-search .search-toggle:hover {
  margin-top: -3px;
}
.header-search .search-toggle i {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #010101;
}

/*-- Search Modal --*/
.search-modal {
  background-color: #fff;
  z-index: 999999;
}
.search-modal .modal-fullscreen .modal-header {
  border: none;
}
.search-modal .modal-fullscreen .modal-header .btn-close {
}
.search-modal .modal-header .btn-close {
}
.modal-content .btn-modal-close {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 10px;
  color: #303030;
  font-size: 48px;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-content .btn-modal-close:hover {
  color: #c62885;
}
.header-search-form {
  left: 50%;
  max-width: 1170px;
  padding: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.header-search-form form {
    position: relative;
}
.header-search-form form input {
  border: medium none;
  color: #999;
  font-size: 60px;
  padding: 0;
  width: 100%;
}
.header-search-form form button {
  background-color: transparent;
  border: medium none;
  color: #999;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-search-form form button i {
  display: block;
  font-size: 36px;
  line-height: 60px;
}
.header-search-form form button:hover {
  color: #c62885;
}

/*-- Header Account --*/
.header-account {}
.header-account > ul {}
.header-account > ul > li {
  padding: 25px 0;
  position: relative;
}
.header-account > ul > li > a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
}
.header-search {
  padding: 25px 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-account > ul > li.open > a {
  color: #c62885;
}
/*-- Account Dropdown --*/
.header-account > ul > li ul {
  border: medium none;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
}
.header-account > ul > li ul.show {
  z-index: 9999;
    -webkit-transform: translateY(110px);
    -ms-transform: translateY(110px);
    transform: translateY(110px);
}
.header-account > ul > li.open ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-account > ul > li ul li {}
.header-account > ul > li ul li a {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 2px 20px;
}
.header-account > ul > li ul li a:hover {
  background-color: transparent;
  color: #c62885;
  padding-left: 25px;
}

/*-- Header Cart --*/
.header-user {
  padding: 25px 0;
  position: relative;
}
.header-user .user-toggle {
  display: block;
  padding: 0 5px;
  position: relative;
  transition: all .4s;
}
.header-user .user-toggle:hover {
  margin-top: -3px;
}
.header-user .user-toggle i {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #010101;
}


.header-cart a.cart-toggle {
  position: relative;
  display: block;
  padding-right: 10px;
  color: #010101;
  transition: all .4s;
}
.header-cart .cart-toggle i {
  font-size: 23px;
  line-height: 30px;
  color: #010101;
  font-weight: 500;
  margin-top: 25px;
}
.cart-toggle span {
  background-color: #c62885;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 26px;
  width: 15px;
}
.header-cart a.cart-toggle:hover {
  margin-top: -3px;
}
/*-- Mini Cart Brife --*/
.mini-cart-brief {
  border: medium none;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  /* -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
  width: 320px;
  z-index: 9999;
  /* -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px); */
}
.mini-cart-brief.show {
  /* -webkit-transform: translateY(110px);
  -ms-transform: translateY(110px);
  transform: translateY(110px); */
}
.open .mini-cart-brief  {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/*-- Mini Cart Items --*/
.mini-cart-brief .cart-items {
  border-bottom: 1px solid #eee;
  margin: 0 -20px 20px;
  padding: 0 20px 15px;
}
.mini-cart-brief .cart-items p {
  margin: 0;
  font-size: 14px;
}
.mini-cart-brief .cart-items p span {
  color: #c62885;
}
/*-- Cart Products --*/
.all-cart-product {}
.single-cart {
  margin-bottom: 15px;
}
.single-cart .cart-image {
  display: block;
  float: left;
  margin-right: 15px;
  width: 75px;
}
.single-cart .cart-image a {
  display: block;
}
.single-cart .cart-image a img {
  width: 100%;
}
.single-cart .cart-info {
  overflow: hidden;
  padding-right: 15px;
  position: relative;
}
.single-cart .cart-info h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.single-cart .cart-info h5 a {}
.single-cart .cart-info p {
  margin: 0;
  font-size: 14px;
}
.single-cart .cart-info .cart-delete {
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.single-cart .cart-info .cart-delete i {
  display: block;
  font-size: 16px;
}
/*-- Cart Total --*/
.cart-totals {
  padding: 10px 20px;
  margin: 0 -20px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cart-totals h5 {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.cart-totals h5 span {
  display: block;
  float: right;
}
/*-- Cart Button --*/
.cart-bottom {
    text-align: center;
}
.cart-bottom a {
  background-color: #282828;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 24px;
  padding: 8px 15px;
  text-transform: uppercase;
  width: 100%;
}
.cart-bottom a:hover {
  background-color: #c62885;
}


/* -----------------------------------
  03. Home Slider Section
--------------------------------------*/
.home-slider-section {
  position: relative;
}
/*-- Home Slider --*/
#home-slider {}
#home-slider img {
  min-height: 100vh;
  object-fit: cover;
}
/*-- Nivo Slider Caption --*/
.nivo-caption, .hero-static-caption {
  background-color: transparent;
  bottom: auto;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 8;
}
/*-- Hero Video Content --*/
.hero-video-caption {
  background-color: rgba(240, 240, 240, 0.8);
  padding: 250px 0;
}
/*-- Slider Content --*/
.hero-slider-content {}
.hero-slider-content h4 {
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hero-slider-content h1 {
  font-size: 90px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
  font-family: 'glimmer of';
  font-weight: 300;
  font-style: normal;
  color: #c62885;
}
.hero-slider-content h5 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Grovana';
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 3px;
  color: #010101;
  /* margin-left: 96px; */
}
.hero-slider-content h6 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #010101;
  font-size: 17px;
  font-weight: 400;
  /* margin-left: 82px; */
}
.hero-slider-content p {
  color: #282828;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0;
}

.hero-slider-content a {
  background-color: #c62885;
  color: #fff;
  display: table;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  padding: 16px 35px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  margin-top: 60px;
  margin: 60px auto 0;
}
.hero-slider-content a:hover {
  background-color: #010101;
}

/*-- Slider Content 2 --*/
.hero-slider-content-2 {}
.hero-slider-content-2 h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: -3px;
  text-transform: uppercase;
}
.hero-slider-content-2 h1 span {
  font-size: 60px;
  text-transform: uppercase;
  display: block;
}
.hero-slider-content-2 a {
  background-color: #282828;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  padding: 8px 30px;
  text-transform: uppercase;
}
.hero-slider-content-2 a:hover {
  background-color: #c62885;
}

/*-- Nivo Direction Nav --*/
.nivo-directionNav {}
.nivo-directionNav a {
  display: block;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  top: 50%;
}
.nivo-directionNav a {
  color: #010101;
  opacity: 0.5;
}
.nivo-directionNav a:hover {
  color: #c62885;
}
.nivo-directionNav a i {
  display: block;
  font-size: 48px;
  line-height: 40px;
}
.nivo-prevNav {
  left: 50px;
}
.nivo-nextNav {
  right: 50px;
}


/* -----------------------------------
  04. Banner Section
--------------------------------------*/
.banner-section {}
/*-- Single Banner --*/
.single-banner {}
.single-banner a {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-banner a::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -120%, 0px);
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  width: 100%;
  z-index: 4;
}
.single-banner a:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 120%, 0px);
}
.single-banner a img {
  width: 100%;
}
/*-- Single Banner 2 --*/
.single-banner-2 {
  overflow: hidden;
  position: relative;
}
.single-banner-2::before {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(20deg) scale(1.65);
  -ms-transform: rotate(20deg) scale(1.65);
  transform: rotate(20deg) scale(1.65);
  width: 450px;
  z-index: 2;
}
.single-banner-2 img {
  width: 100%;
}
.single-banner-2 .content {
  max-width: 440px;
  padding-left: 30px;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.single-banner-2 .content h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.single-banner-2 .content p {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
.single-banner-2 .content a {
  background-color: #ffffff;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  padding: 8px 30px;
  text-transform: uppercase;
}
.single-banner-2 .content a:hover {
  background-color: #c62885;
  color: #ffffff;
}
img.img-banner{
  position: relative;
}

/* -----------------------------------
  05. Product Section
--------------------------------------*/
.product-section {
  padding: 71px 0 25px;
}

/* -----
      5.1 Grid Product
------------------------------*/
/*-- Product Item --*/
.product-item {}
/*-- Product Image --*/
.product-img {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  background: #f5f6f8;
}
.product-img .image {
  display: block;
  position: relative;
}
.product-img .image::before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-item:hover .product-img .image::before {
  opacity: 0.3;
}

.product-img .image img {
  width: 100%;
}
.product-section .product-img .image img {
  width: 263px;
  height: 338px;
  object-fit: contain;
}
.product-section .section-title {
  text-align: center;
}
.product-section .section-title h4 {
  color: #c62885;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.product-section .section-title h2 {
  font-size: 28px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #010101;
  position: relative;
  margin-bottom: 69px;
  padding-bottom: 14px;
}
.product-section .section-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: #c62885;
}
.subtitle-about {
  color: #c62885;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

/*-- Product Add to Cart --*/
.product-img .add-to-cart {
  background-color: #010101;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  left: 50%;
  line-height: 24px;
  margin-left: -70px;
  margin-top: -20px;
  opacity: 0;
  padding: 9px 8px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  width: 140px;
}
.product-img .add-to-cart:hover {
  background-color: #c62885;
  cursor: pointer;
}
.product-item:hover .add-to-cart {
  opacity: 1;
}
/*-- Product Action Button --*/
.product-img .action-btn {
  bottom: -40px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: flex;
}
.product-item:hover .action-btn {
  bottom: 0;
}

.product-img .action-btn a.in-whishlist {
    background-color: #010101;
}
  .product-img .action-btn .Quickview {
    background-color: #c62885;
    border-left: 1px solid #ffffffad;
    color: #fff;
    display: block;
    float: left;
    height: 40px;
    width: 50%;
}
.product-img .action-btn a {
  background-color: #c62885;
  border-left: 1px solid #ffffffad;
  color: #fff;
  display: block;
  float: left;
  height: 40px;
  width: 50%;
}

.product-img .action-btn a:first-child {
  border-left: 0px solid #555;
}
.product-img .action-btn a i {
  display: block;
  font-size: 22px;
  line-height: 40px;
}
.product-img .action-btn a:hover {
  background-color: #010101;
}
.product-info .title a:hover {
  color: #c62885;
}
.product-img .action-btn  a.in-whishlist:hover {
  background-color: #c62885;
}

/*-- Product Info --*/
.product-info {}
.product-info .title {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
.product-info .title a {}
.product-info .price {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.product-info .price span {
  display: inline-block;
  line-height: 18px;
  margin: 0 5px;
  padding: 0 3px;
}
.product-info .price .new {}
.product-info .price .old {
  color: #999;
  text-decoration: line-through;
}

/* -----
      5.2 List Product
------------------------------*/
/*-- List Product Item --*/
.list-product-item {}

/*-- List Product Image --*/
.list-product-img {
  float: left;
  margin-right: 30px;
  width: 250px;
  background: #f0f0f0;
  position: relative;
}
.list-product-img .image {
  display: block;
  position: relative;
}
.list-product-img .image img {
  width: 100%;
}
/*-- List Product Info --*/
.list-product-info {
  padding-top: 20px;
}
.list-product-info .title {
  display: block;
  font-size: 21px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.list-product-info .title a {}
.list-product-info .price {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.list-product-info .price span {
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 0 0;
  padding: 0;
}
.list-product-info .price .new {
  font-size: 16px;
}
.list-product-info .price .old {
  font-size: 16px;
}
.list-product-info .price .old {
  color: #999;
  text-decoration: line-through;
}
.list-product-info p {
  margin-bottom: 20px;
}
/*-- List Action Button --*/
.list-action-btn {
  width: 100%;
}
.list-action-btn a {
  background-color: #444444;
  color: #fff;
  display: block;
  float: left;
  height: 40px;
  margin-left: 10px;
  text-align: center;
  width: 40px;
}
.list-action-btn a i {
  display: block;
  font-size: 22px;
  line-height: 40px;
}
.list-action-btn .add-to-cart {
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  margin: 0;
  padding: 9px 20px;
  text-transform: uppercase;
  width: 140px;
}
.list-action-btn a:hover {
  background-color: #c62885;
}

/* -----
      5.3 SIngle Product Details
------------------------------*/
/*-- Product Large Image Tab --*/
.pro-large-img {}
.pro-large-img img {
  width: 100%;
}
/*-- Product Thumbnail Image Slider --*/
.pro-thumb-img-slider {
  margin: 0 -5px;
}
.pro-thumb-img-slider .slick-slide {
  padding: 0 5px;
}
.pro-thumb-img-slider a {
  display: block;
}
.pro-thumb-img-slider a img {
  width: 100%;
}
/*-- Product Thumbnail Image Slider Arrow --*/
.pro-thumb-img-slider .slick-arrow {
  background-color: transparent;
  border: 2px solid #aaa;
  color: #aaa;
  height: 30px;
  margin-top: -15px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 9;
}
.pro-thumb-img-slider .slick-arrow i {
  display: block;
  line-height: 26px;
}
.pro-thumb-img-slider .arrow-prev {
  left: -10px;
}
.pro-thumb-img-slider .arrow-next {
  right: -10px;
}
.pro-thumb-img-slider:hover .slick-arrow {
  opacity: 1;
}
.pro-thumb-img-slider .slick-arrow:hover {
  border-color: #c62885;
  color: #c62885;
}
/*-- Product Details --*/
.product-details {}
.product-details .title {
  display: block;
  font-size: 27px;
  margin-bottom: 17px;
  text-transform: capitalize;
}
/*-- Price --*/
.product-details .price {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
}
.product-details .price span {
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 18px;
}
.product-details .price .new {
  color: #c62885;
}
.product-details .price .old {
  color: #ababab;
  text-decoration: line-through;
}
/*-- Availability --*/
.product-details .availability {
  margin-bottom: 15px;
}
.product-details .availability strong {
  display: block;
  float: left;
  font-weight: 500;
  margin-right: 15px;
  text-transform: capitalize;
}
.product-details .availability span {
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.product-details .availability span i {}
.product-details .availability span.in i {
  color: #50B948;
}
.product-details .availability span.out i {
  color: #FF0000;
}
.product-details .short-desc {
  margin-bottom: 15px;
}
.product-details .short-desc p {
  color: #868686;
  font-size: 14px;
}
/*-- Color --*/
.product-details .color-list {
  margin-bottom: 8px;
  display: flex;
}
.product-details .color-list button {
  border: 2px solid #eee;
  border-radius: 50%;
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 0;
  width: 30px;
}
.product-details .color-list button i {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 26px;
  opacity: 0;
}
.product-details .color-list button.active i {
  opacity: 1;
}
/*-- Usefull Links --*/
.product-details .usefull-link {
  margin-bottom: 15px;
}
.product-details .usefull-link li {
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}
.product-details .usefull-link li a {
  display: block;
}
.product-details .usefull-link li a i {
  display: block;
  float: left;
  font-size: 24px;
  line-height: 26px;
  margin-right: 5px;
}
/*-- Quantity & cart Button --*/
.product-details .quantity-cart {
  margin-bottom: 0;
  display: flex;
}
.product-details .quantity-cart .add-to-cart {
  background-color: #c62885;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 51px;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product-details .quantity-cart .add-to-cart:hover {
  background-color: #000;
}
/*-- Quantity --*/
.product-quantity {
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 6px;
  padding: 8px 35px 0;
  position: relative;
}
.product-quantity input {
  border: medium none;
  height: 36px;
  text-align: center;
  width: 50px;
  font-weight: 500;
}
.product-quantity span {
  cursor: pointer;
  display: block;
  height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.product-quantity span i {
  display: block;
  font-size: 15px;
  line-height: 36px;
  font-weight: 300;
  color: #868686;
}
.product-quantity span.inc {
  right: 0;
  top: 8px;
}
.product-quantity span.dec {
  left: 0;
  top: 9px;
}
/*-- Share Icons --*/
.product-details .share-icons {}
.product-details .share-icons a {
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  text-transform: capitalize;
}
.product-details .share-icons a i {
  display: block;
  float: left;
  line-height: 26px;
  margin-right: 10px;
}
/*-- Info Tab List --*/
ul.pro-info-tab-list {
  justify-content: center;
}
.pro-info-tab-list li {
  bottom: -1px;
  display: block;
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.pro-info-tab-list li a {
  border-bottom: 2px solid transparent;
  color: #868686;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 12px;
  text-transform: none;
}

.pro-info-tab-list li a.active {
  border-bottom: 2px solid #c62885;
  color: #000;
}
/*-- Info Tab Content --*/
.pro-info-tab {
  padding-top: 50px;
}
.pro-info-tab a {
  background-color: #282828;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
}
.table-data-sheet {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px;
  width: 100%;
}
.table-data-sheet tr {
  border-top: 1px solid #ebebeb;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #ebebeb;
  color: #333;
  font-weight: 700;
  width: 30%;
}
.table-data-sheet tr.even {
  background-color: #fdfdfd;
}

.bloc2-produit {
  padding: 60px 0 40px;
}
/* -----------------------------------
  06. Testimonial Section
--------------------------------------*/
.title-about {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #010101;
  position: relative;
  padding-bottom: 9px;
  padding-top: 9px;
  margin-bottom: 40px;
}
.title-about:before {
  position: absolute;
  content: "";
  left: 0;
  margin: auto;
  bottom: 0;
  width: 27px;
  height: 4px;
  background: #c62885;
}
.content-about {
  margin-left: 75px;
}
.content-about p {
  color: #3d3d3d;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 36px;
  text-align: justify;
}
a.btn-about {
  display: table;
  margin: 65px auto 0;
  border: 1px solid #c62885;
  font-size: 15px;
  text-transform: uppercase;
  padding: 8px 40px;
  color: #010101;
  font-family: 'Roboto', sans-serif;
  transition: all .5s;
}
a.btn-about:hover {
  background: #c62885;
  color: #fff;
}
.flex-about {
  align-items: center;
}
.img-about {
  position: relative;
}
.img-about:before {
  position: absolute;
  content: "";
  left: -34px;
  top: -29px;
  border: 6px solid #c62885;
  width: 152px;
  height: 152px;
  z-index: -1;
}
.experience {
  display: flex;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 42px 24px 26px 13px;
}
.exp-1 {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
span.plus {
  font-size: 39px;
  color: #c62885;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding-right: 9px;
}
.counter {
  font-family: 'Roboto', sans-serif;
  font-size: 63px;
  color: #c62885;
  font-weight: 400;
}
span.exp-2 {
  font-size: 21px;
  color: #010101;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
span.exp-3 {
  font-size: 20px;
  color: #010101;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  writing-mode: vertical-rl;
  transform: rotate(-181deg);
  letter-spacing: 4px;
  margin-top: -16px;
}
.about {
  padding: 45px 0 70px;
}
/* -----------------------------------
  07. Blog Section
--------------------------------------*/
.blog-section {
  padding: 105px 0 80px;
}
.blog-section .section-title h4 {
  color: #c62885;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
.blog-section .section-title h2 {
  font-size: 32px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #010101;
  position: relative;
  margin-bottom: 69px;
  padding-bottom: 14px;
  text-align: center;
}
.blog-section .section-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: #c62885;
}

.two-column {}
.two-column > div:nth-child(2n+1) {
    clear: both;
}

/*-- Blog Item --*/
.blog-item {}
.blog-item .image {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.blog-item .image::before {
  color: #fff;
  content: "\e641";
  font-family: "Pe-icon-7-stroke";
  font-size: 30px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.blog-item:hover .image::before {
  opacity: 1;
}
.blog-item .image::after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.blog-item:hover .image::after {
  opacity: 0.5;
}
.blog-item .image img {
  width: 100%;
}
.blog-item .blog-dsc {}
.blog-item .blog-dsc .date {
  color: #c62885;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-item .blog-dsc .title {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.blog-item .blog-dsc .title a {}
.blog-item .blog-dsc .author {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.blog-item .blog-dsc .author a {
  color: #333;
}
.blog-item .blog-dsc .author a:hover {
  color: #c62885;
}

/*-- Single Blog Post --*/
.single-blog-post {}
.single-blog-post .blog-img {
  margin-bottom: 20px;
}
.single-blog-post .blog-img img {}
.single-blog-post .blog-info {}
.single-blog-post .blog-info .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-blog-post .blog-info .blog-meta {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.single-blog-post .blog-info .blog-meta span {
  display: block;
  float: left;
  margin-right: 15px;
}
.single-blog-post .blog-info .blog-meta span a {
  display: block;
  font-size: 14px;
  padding-left: 2px;
}
.single-blog-post .blog-info .blog-meta span a i {
  display: block;
  float: left;
  line-height: 26px;
  margin-right: 6px;
}
.single-blog-post .blog-info p {}
.single-blog-post .blog-info blockquote {
  border-color: #c62885;
}
.single-blog-post .blog-info blockquote p {}


/* -----------------------------------
  08. Service Section
--------------------------------------*/
.service-section {
  border-top: 1px solid #f1f1f1;
}

/*-- Single Service --*/
.single-service {}
.service-icon {
  float: left;
  margin-right: 15px;
}
.service-icon i {
  color: #c62885;
  display: block;
  font-size: 48px;
  line-height: 47px;
}
.service-title {
  overflow: hidden;
}
.service-title h3 {
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.service-title p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
}


/* -----------------------------------
  09. Footer Section
--------------------------------------*/

/*-- Footer Top Section --*/
.footer-top-section {
  background-color: #303030;
  padding: 113px 0 30px;
}

/*-- Footer Widget --*/
.footer-widget {}
.footer-widget.link-widget {
    padding-left: 75px;
}

/*-- Footer Widget Title --*/
.widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 8px;
}
h4.widget-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #c62885;
  width: 34px;
  height: 3px;
}
/*-- Footer Widget Paragraph --*/
.footer-widget p span {
  display: block;
  overflow: hidden;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.footer-widget p strong {
  float: left;
  width: 65px;
}
.footer-widget p span {
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.footer-widget p {
  margin-bottom: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
p.p-newsletter {
  margin-bottom: 25px;
  color: #ddd;
}
.widget-title.title-newsletter:after {
  display: none;
}
.title-newsletter {
  font-size: 25px;
  position: relative;
}
.footer-widget p a {
  color: #ddd;
  display: inline-block;
  overflow: hidden;
}
.footer-widget p a:hover {
  color: #c62885;
}
/*-- Footer Widget Links --*/
.footer-widget ul {}
.footer-widget ul li {
  margin-bottom: 5px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-widget ul li a:hover {
  color: #c62885;
}
/*-- Footer Widget Tags --*/
.footer-widget .tag-cloud {}
.footer-widget .tag-cloud a {
  border: 1px solid #ddd;
  color: #ddd;
  display: block;
  float: left;
  font-size: 13px;
  height: 28px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1px 8px;
  text-transform: capitalize;
}
.footer-widget .tag-cloud a:hover {
  border: 1px solid #c62885;
  color: #c62885;
}
/*-- Subscribe Form --*/
.sunscribe-form {}
.sunscribe-form input[type="email"] {
  border: 1px solid #ddd;
  height: 42px;
  padding: 7px 12px 8px;
  width: 100%;
  color: #cdcdcd;
}
.sunscribe-form input[type="email"]::placeholder {
  color: #bbbbbb;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 18px;
}
.sunscribe-form input[type="submit"] {
  background-color: #c62885;
  border: medium none;
  color: #ffffff;
  display: block;
  height: 40px;
  line-height: 22px;
  margin-top: 11px;
  padding: 6px 30px;
  text-transform: capitalize;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

/*-- Footer Social --*/
.footer-social a {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
.title-rs {
  color: #fff;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-right: 34px;
}
.footer-social a {
  color: #ddd;
  display: inline-block;
  margin-right: 15px;
}
.footer-social a:hover {
  color: #c62885;
}
.footer-social a i {
  display: block;
  font-size: 17px;
  line-height: 17px;
}
.footer-social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

/*-- Footer Bottom Section --*/
.footer-bottom-section {
  background-color: #303030;
  border-top: 1px solid #5c5c5c;
  padding: 30px 0;
}
.footer-bottom-section .copyright {}
.footer-bottom-section .copyright p {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-bottom-section .copyright p a {
  color: #ddd;
}
.footer-bottom-section .copyright p a:hover {
  color: #c62885;
}
.heart-icon {
  color: #db1a48;
  margin: 0 4px;
  font-size: 13px;
}
.footer-bottom-section .payment-method img {
  margin-right: 8px;
  border-radius: 3px;
}
.footer-bottom-section .payment-method img {}


/* -----------------------------------
  10. Shope Page
--------------------------------------*/
/*-- Shop Bar --*/
.shop-bar {
  display: block;
  width: 100%;
}
.shop-bar p {
  display: inline-block;
  line-height: 36px;
  margin: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
/*-- Shop View Tab List --*/
.shop-tablist {
  float: right;
  border: 1px solid #ccc;
  padding: 2px 0 0 11px;
  margin-right: 9px;
}
.shop-tablist li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-right: 10px;
}
.shop-tablist li a {
  display: block;
  /* height: 36px; */
  /* width: 36px; */
  color: #ccc;
}
.shop-tablist li a i {
  display: block;
  font-size: 20px;
  line-height: 32px;
}
.shop-tablist li a.active {
  color: #000;
}
/*-- Product Per Page --*/
.item-per-page {
  float: right;
}
.item-per-page select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url(../img/select-arrow-down.png) no-repeat scroll 84% center;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  height: 36px;
  padding: 2px 30px 0 10px;
  width: 160px;
}
.item-per-page select:focus-visible {
  outline: none;
}
.item-per-page select option {
  padding: 5px 12px;
}

/*-- Single Sidebar --*/
.single-sidebar {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.sidebar-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/*-- Search Sidebar --*/
.sidebar-search {
  float: left;
  position: relative;
  width: 100%;
}
.sidebar-search input {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  float: left;
  font-size: 16px;
  height: 40px;
  padding: 7px 12px;
  width: 100%;
}
.sidebar-search .submit {
  background-color: #c62885;
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.sidebar-search .submit i {
  display: block;
  font-size: 20px;
  line-height: 40px;
}
/*-- Post Sidebar --*/
.post-sidebar {}
.post-sidebar .post {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.post-sidebar .post + .post {
  margin-top: 15px;
}
.post-sidebar .post .image {
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
  width: 80px;
}
.post-sidebar .post .image::before {
  color: #fff;
  content: "\f0c1";
  font-family: "Fontawesome";
  font-size: 18px;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 2;
}
.post-sidebar .post .image::after {
  background-color: #c62885;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.post-sidebar .post .image:hover::before {
  opacity: 1;
}
.post-sidebar .post .image:hover::after {
  opacity: 0.7;
}
.post-sidebar .post .image img {
  width: 100%;
}
.post-sidebar .post .content {}
.post-sidebar .post .content .title {
  font-size: 15px;
  margin-top: 5px;
}
.post-sidebar .post .content .title a {}
.post-sidebar .post .content .author {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.post-sidebar .post .content .author a {}
/*-- Category Sidebar --*/
.category-sidebar {}
.category-sidebar li {
  display: block;
  padding: 6px 0;
}
.category-sidebar li a {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  color: #868686;
}
.category-sidebar li a:hover {
    cursor :  pointer;
  color: #d41565;
}
.category-sidebar li a.active {
  color: #d41565;
}
/*-- Archive Sidebar --*/
.archive-sidebar {}
.archive-sidebar li {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 6px 0;
}
.archive-sidebar li a {
  display: block;
  font-size: 14px;
}
.archive-sidebar li a::before {
  content: "\f105";
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 10px;
}
.archive-sidebar li a:hover {
  padding-left: 10px;
}
/*-- Pricing Range Sidebar --*/
#price-range {
  background-color: #eee;
  border: medium none;
  border-radius: 0;
  float: left;
  height: 4px;
  margin-top: 8px;
  width: 100%;
  margin-bottom: 50px;
}
#price-range .ui-slider-range {
  background-color: #000;
  border-radius: 0;
}
#price-range .ui-slider-handle {
  background-color: #000;
  border: medium none;
  border-radius: 50%;
  height: 13px;
  top: -5px;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  width: 13px;
}
#price-range .ui-slider-handle:focus {
  color: inherit;
}
#price-range .ui-slider-handle span {
  font-size: 13px;
  font-weight: 600;
  left: 50%;
  line-height: 16px;
  position: absolute;
  top: 21px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*-- Color Sidebar --*/
.color-sidebar {}
.color-sidebar li {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 6px 0;
}
.color-sidebar li a {
  display: block;
  overflow: hidden;
}
.color-sidebar li a i {
  border-radius: 50%;
  display: block;
  float: left;
  height: 10px;
  margin: 9px 10px 0 0;
  width: 10px;
}
.color-sidebar li a span {
  font-size: 14px;
  text-transform: capitalize;
}
.color-sidebar li a:hover {
  color: #444444;
}
/*-- Tag Sidebar --*/
.tag-cloud {}
.tag-cloud a {
  border: 1px solid #ddd;
  display: block;
  float: left;
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 5px;
  text-transform: capitalize;
}
.tag-cloud a:hover {
  border: 1px solid #c62885;
  color: #c62885;
}


/* -----------------------------------
  11. Cart Page
--------------------------------------*/
/*-- Cart Table --*/
.cart-table {}
.cart-table table {
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}
/*-- Cart Table Head --*/
.cart-table table thead {}
.cart-table table thead tr {}
.cart-table table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: medium none;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
/*-- Cart Table Body --*/
.cart-table table tbody {}
.cart-table table tbody tr {}
.cart-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
/*-- Cart Table Thumbnail --*/
.cart-table table tbody tr td.pro-thumbnail {
  width: 130px;
}
.cart-table table tbody tr td.pro-thumbnail a {
  display: block;
  min-width: 100px;
}
.cart-table table tbody tr td.pro-thumbnail a img {
  width: 100%;
}
/*-- Cart Table Title --*/
.cart-table table tbody tr td.pro-title {
  width: 270px;
}
.cart-table table tbody tr td.pro-title a {
  display: block;
  min-width: 220px;
}
/*-- Cart Table Price --*/
.cart-table table tbody tr td.pro-price {
  width: 130px;
}
.cart-table table tbody tr td.pro-price .amount {}
/*-- Cart Table Quantity --*/
.cart-table table tbody tr td.pro-quantity {
  width: 180px;
}
.cart-table table tbody tr td.pro-quantity .product-quantity {
  display: inline-block;
  float: none;
  margin: 0;
}
/*-- Cart Table Subtotal --*/
.cart-table table tbody tr td.pro-subtotal {
  width: 120px;
}
/*-- Cart Table Remove --*/
.cart-table table tbody tr td.pro-remove {
  width: 150px;
}
.cart-table table tbody tr td.pro-remove a {
  font-size: 25px;
  cursor: pointer;
}

/*-- Cart Buttons --*/
.cart-buttons {
    overflow: hidden;
}
.cart-buttons input, .cart-buttons a {
  background-color: #282828;
  border: medium none;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.cart-buttons input:hover, .cart-buttons a:hover {
  background-color: #c62885;
}
/*-- Cart Coupon --*/
.cart-coupon {
  overflow: hidden;
}
.cart-coupon h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cart-coupon p {
  font-size: 14px;
  line-height: 24px;
}
.cart-coupon input[type="text"] {
  border: 1px solid #ddd;
  float: left;
  font-size: 14px;
  height: 40px;
  max-width: 100%;
  padding: 7px 15px;
  width: 200px;
}
.cart-coupon input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  margin-right: 15px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.cart-coupon input[type="submit"]:hover {
  background-color: #c62885;
}
/*-- Cart Total --*/
.cart-total {
  text-align: right;
}
.cart-total h3 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.cart-total table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}
.cart-total table tr {}
.cart-total table tr.cart-subtotal {}
.cart-total table tr.order-total {}
.cart-total table tr th {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 12px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  width: 120px;
}
.cart-total table tr td {
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 12px;
  vertical-align: top;
}
.cart-total table tr td .amount {
  color: #c62885;
  display: block;
}
.cart-total table tr.order-total th, .cart-total table tr.order-total td {
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
}
.cart-total .proceed-to-checkout {}
.cart-total .proceed-to-checkout a {
  background-color: #c62885;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.cart-total .proceed-to-checkout a:hover {
  background-color: #282828;
}


/* -----------------------------------
  12. Wishlist Page
--------------------------------------*/
/*-- Wishlist Table --*/
.wishlist-table {}
.wishlist-table table {
  border-color: #ddd;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  text-align: center;
  width: 100%;
}
/*-- Cart Table Head --*/
.wishlist-table table thead {}
.wishlist-table table thead tr {}
.wishlist-table table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: medium none;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
/*-- Cart Table Body --*/
.wishlist-table table tbody {}
.wishlist-table table tbody tr {}
.wishlist-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
}
/*-- Cart Table Thumbnail --*/
.wishlist-table table tbody tr td.pro-thumbnail {
  width: 130px;
}
.wishlist-table table tbody tr td.pro-thumbnail a {
  display: block;
  min-width: 100px;
}
.wishlist-table table tbody tr td.pro-thumbnail a img {
  width: 100%;
}
/*-- Cart Table Title --*/
.wishlist-table table tbody tr td.pro-title {
  width: 270px;
}
.wishlist-table table tbody tr td.pro-title a {
  display: block;
  min-width: 220px;
}
/*-- Cart Table Price --*/
.wishlist-table table tbody tr td.pro-price {
  width: 130px;
}
.wishlist-table table tbody tr td.pro-price .amount {}
/*-- Cart Table Quantity --*/
.wishlist-table table tbody tr td.pro-stock-stauts {
  width: 180px;
}
.wishlist-table table tbody tr td.pro-stock-stauts span {
  text-transform: capitalize;
}
.wishlist-table table tbody tr td.pro-stock-stauts span.in-stock {
  color: #c62885;
}
.wishlist-table table tbody tr td.pro-stock-stauts span.out-stock {
  color: #ff0000;
}
/*-- Cart Table Add to Cart --*/
.wishlist-table table tbody tr td.pro-add-to-cart {
  width: 220px;
}
.wishlist-table table tbody tr td.pro-add-to-cart a {
  background-color: #282828;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 24px;
  min-width: 180px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.wishlist-table table tbody tr td.pro-add-to-cart a:hover {
  background-color: #c62885;
}
/*-- Cart Table Remove --*/
.wishlist-table table tbody tr td.pro-remove {
  width: 40px;
}
.wishlist-table table tbody tr td.pro-remove a {
    cursor: pointer;
}


/* -----------------------------------
  13. Checkout Page
--------------------------------------*/
/*-- Customer Login --*/
.customer-login {}
.customer-login h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #c62885;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}
.customer-login h3::before {
    color: #1e85be;
    content: "\f114";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.customer-login h3 a {}
/*-- Customer Login Wrapper --*/
.checkout-login-wrapper {
  border: 1px solid #ddd;
  float: left;
  padding: 30px 15px;
  width: 100%;
}
.checkout-login-wrapper p {
  padding: 0 15px;
}
/*-- Customer Login Form --*/
.checkout-login-wrapper form {}
.checkout-login-wrapper form label {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.checkout-login-wrapper form label span.required {
  color: #ff0000;
}
.checkout-login-wrapper form input[type="text"], .checkout-login-wrapper form input[type="password"] {
  border: 1px solid #ddd;
  display: block;
  height: 40px;
  padding: 7px 15px;
  width: 100%;
}
.checkout-login-wrapper form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  float: left;
  font-weight: 500;
  height: 40px;
  margin-right: 30px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.checkout-login-wrapper form input[type="submit"]:hover {
  background-color: #c62885;
}
.checkout-login-wrapper form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.checkout-login-wrapper form .remember-me-box {
  margin-bottom: 0;
  margin-top: 11px;
}
.checkout-login-wrapper form a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
/*-- Checkout Form --*/
.checkout-form {}
.checkout-form h3 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 17px;
  margin: 0 0 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.checkout-form h3 label {
  font-size: 18px;
  margin: 0;
}
/*-- Label --*/
.checkout-form label {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.checkout-form label span {}
.checkout-form label span.required {
  color: #ff0000;
}
/*-- Input [ Text & Email & Password ] --*/
.checkout-form input[type="text"], .checkout-form input[type="email"], .checkout-form input[type="password"] {
  border: 1px solid #ddd;
  display: block;
  height: 40px;
  padding: 7px 15px;
  width: 100%;
}
/*-- Input [ Checkbox ] --*/
.checkout-form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.checkout-form input[type="checkbox"] + label {
  font-weight: 500;
  margin-bottom: 0;
}
/*-- Select --*/
.checkout-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("img/icon/select-arrow-down.png") no-repeat scroll right 5px center;
  border: 1px solid #ddd;
  height: 40px;
  padding: 7px 15px;
  text-transform: capitalize;
  width: 100%;
}
.checkout-form select option {
  padding: 5px 15px;
}
/*-- TextArea --*/
.checkout-form textarea {
  border: 1px solid #ddd;
  color: #999;
  height: 120px;
  padding: 5px 15px;
  resize: none;
  width: 100%;
}
/*-- Coupon Form --*/
.coupon-form {
  border: 1px solid #ddd;
  display: block;
  padding: 30px;
}
.coupon-form h3 {
  margin-bottom: 20px;
}
.coupon-form p {}
.coupon-form input[type="text"] {
  float: left;
  width: 200px;
}
.coupon-form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  font-weight: 500;
  height: 40px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.coupon-form input[type="submit"]:hover {
  background-color: #c62885;
}
/*-- Order Wrapper --*/
.order-wrapper {
  border: 1px solid #ddd;
  padding: 30px;
}
.order-wrapper h3 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 17px;
  margin: 0 0 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
/*-- Order Table --*/
.order-table {
  border: medium none;
}
.order-table table {}
.order-table table thead {}
.order-table table thead tr {}
.order-table table thead tr th {
  border-bottom: 1px solid #ddd;
  border-right: medium none navy;
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 10px;
  text-transform: uppercase;
  width: 250px;
}
.order-table table thead tr th.product-name {
  text-align: left;
}
.order-table table thead tr th.product-total {
  text-align: right;
}
.order-table table tbody {}
.order-table table tbody tr {}
.order-table table tbody tr td {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 8px 0;
}
.order-table table tbody tr td.product-name {
  text-align: left;
}
.order-table table tbody tr td.product-total {
  text-align: right;
}
.order-table table tfoot {}
.order-table table tfoot tr {}
.order-table table tfoot tr th, .order-table table tfoot tr td {
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}
.order-table table tfoot tr th {
  text-align: left;
}
.order-table table tfoot tr td {
  text-align: right;
}
/*-- Order Button --*/
 .order-button input[type="submit"]{
  background-color: #282828;
  border: medium none;
  color: #fff;
  font-weight: 500;
  height: 40px;
  padding: 5px 25px;
  text-transform: uppercase;
}
.order-button input[type="submit"]:hover {
  background-color: #c62885;
}

.payement-group {
    border: 2px solid #c62885;

}
.payement-group input[type="button"]{
    width: 100%;
    height: 100%;
    background-color:transparent;
    border: medium none;
    color: #c62885;
    font-weight: 500;
    height: 40px;
    padding: 5px 25px;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
  }
  .payement-group input[type="button"]:hover {
    background-color: #c62885;
    color:white;
  }

/* -----------------------------------
  14. Contact Page
--------------------------------------*/
/*-- Contact Info --*/
.contact-info {}
.contact-info h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contact-info p {
  color: #666;
  font-size: 14px;
}
.contact-info p i {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.contact-info p span {
  display: block;
  overflow: hidden;
}
.contact-info p a {
  display: block;
  overflow: hidden;
}
/*-- Contact SOcial --*/
.contact-social {
  display: block;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.contact-social a {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 0 3px;
}
.contact-social a i {
  display: block;
  line-height: 20px;
}
.contact-social a:hover {}

/*-- Contact FOrm --*/
.contact-form {}
.contact-form h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.contact-form form {}
.contact-form form label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.contact-form form input[type="text"], .contact-form form input[type="email"] {
  border: 1px solid #ddd;
  height: 40px;
  padding: 7px 15px;
  width: 100%;
}
.contact-form form textarea {
  border: 1px solid #ddd;
  display: block;
  height: 100px;
  padding: 7px 15px;
  width: 100%;
}
.contact-form form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  height: 40px;
  margin: 0;
  padding: 7px 50px;
  text-transform: uppercase;
  width: auto;
}
.contact-form form input[type="submit"]:hover {
  background-color: #c62885;
}

/*-- Contact Map --*/
.contact-map {
  width: 100%;
  height: 400px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}


/* -----------------------------------
  15. Login & Register Page
--------------------------------------*/
.login-reg-form {
  border: 1px solid #ddd;
  padding: 40px;
}
.login-reg-form form label {
  display: block;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.login-reg-form form label.inline {
  margin: 10px 0 0;
}
.login-reg-form form label .required {
  color: #ff0000;
}
.login-reg-form form input[type="text"], .login-reg-form form input[type="email"], .login-reg-form form input[type="password"] {
  border: 1px solid #ddd;
  display: block;
  height: 40px;
  padding: 7px 15px;
  width: 100%;
}
.login-reg-form form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0) url("img/icon/select-arrow-down.png") no-repeat scroll right 5px center;
  border: 1px solid #ddd;
  height: 40px;
  padding: 7px 15px;
  text-transform: capitalize;
  width: 100%;
}
.login-reg-form form select option {
  padding: 5px 15px;
}
.login-reg-form form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.login-reg-form form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  float: left;
  height: 40px;
  margin: 0 15px 0 0;
  padding: 7px 50px;
  text-transform: uppercase;
  width: auto;
}
.login-reg-form form input[type="submit"]:hover {
  background-color: #c62885;
}
.login-reg-form form a {
  color: #c62885;
}


/* -----------------------------------
  16. Comment Style
--------------------------------------*/
/*-- Comment Wrapper --*/
.comment-wrapper {}
.comment-wrapper h3 {
  color: #666666;
  display: block;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 45px;
}

/*-- Comment List --*/
.comment-list {}
.comment-list li {}
.comment-list li ul {
  margin-left: 100px;
}
.comment-list li ul li{}

/*-- Single Comment --*/
.single-comment {
  margin-bottom: 45px;
  padding-right: 30px;
}
.single-comment .image {
  border-radius: 50%;
  display: block;
  height: 90px;
  margin-right: 20px;
  width: 90px;
}
.single-comment .image img {
  border-radius: 50%;
  width: 100%;
}
.single-comment .content {}
.single-comment .content .head {
  margin-bottom: 10px;
}
.single-comment .content .head .author-time {
  float: left;
}
.single-comment .content .head .author-time h4 {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 7px;
}
.single-comment .content .head .author-time span {
  color: #999999;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.single-comment .content .head a {
  color: #c62885;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.single-comment .content p {}

/*-- Comment Form --*/
.comment-form {}
.comment-form form {}
.comment-form form label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.comment-form form input {
  border: 1px solid #ddd;
  float: left;
  height: 40px;
  margin-bottom: 20px;
  padding: 7px 15px;
  width: 100%;
}
.comment-form form textarea {
  border: 1px solid #ddd;
  float: left;
  height: 120px;
  margin-bottom: 20px;
  padding: 7px 15px;
  width: 100%;
}
.comment-form form input[type="submit"] {
  background-color: #282828;
  border: medium none;
  color: #fff;
  height: 40px;
  margin: 0;
  padding: 7px 40px;
  text-transform: uppercase;
  width: auto;
}
.comment-form form input[type="submit"]:hover {
  background-color: #c62885;
}


/* -----------------------------------
  04. Icon Section
--------------------------------------*/
.icons-section {
  padding: 20px 0 70px;
}
.single-item {
  text-align: center;
}
.title-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 8px;
  color: #010202;
}
.p-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #010202;
}


/* -----------------------------------
  04. Gamme Section
--------------------------------------*/
.gammes {
  position: relative;
  padding: 90px 138px;
}
.gammes:before {
  position: absolute;
  content: "";
  right: 0;
  width: 469px;
  height: 714px;
  background: #c62885;
  top: -17px;
  z-index: -1;
}
.box-gamme {
  position: relative;
  display: table;
  margin: 0 auto;
  transition: .5s;
}
.box-gamme:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
}
.box-gamme:hover {
  transform: scale(1.1);
}
.content-gamme {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 10;
  padding: 20px;
  transition: .5s;
  -webkit-transition: .5s;
  left: 50%;
  text-align: center;
}
.title-gamme {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.btn-gamme a {
  background: #c62885;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 20px;
  display: table;
  margin: 27px auto 0;
  line-height: 25px;
  cursor: pointer;
}

.btn-register {
    background: #c62885;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 25px;
    display: table;
    margin: 27px auto 0;
    line-height: 25px;
    cursor: pointer;
  }


/* -----------------------------------
  04. Video Section
--------------------------------------*/
.video-spacer {
  position: relative;
  margin-bottom: 70px;
}

.video-spacer img {
  object-fit: cover;
  min-height: 100%;
}
.js-modal-open img {
  min-height: auto;
}
.js-modal-open {
  text-align: center;
  cursor: pointer;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  left: 50%;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}
.modal__content .js-modal-close {
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  color: #fff;
  background: #000;
  right: -13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
.modal__content video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


.icon-play {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  left: 50%;
}

/* -----------------------------------
  04. Filiales Section
--------------------------------------*/
.filiales {
  background: #f8f8fa;
  padding: 94px 0 120px;
}
.subtitle-filiales {
  color: #c62885;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.title-filiales {
  font-size: 29px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #010101;
  position: relative;
  margin-bottom: 69px;
  padding-bottom: 14px;
  text-align: center;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.title-filiales:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 32px;
  height: 4px;
  background: #c62885;
}
.logo-filiales {
  background: #fff;
  display: table;
  margin: 0 auto;
  padding: 0 9px;
}



/* -----------------------------------
  04. Look-product Section
--------------------------------------*/

@-webkit-keyframes sonar {
  from {
    box-shadow: 0 0 0 0 #ffffff, 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
}
@keyframes sonar {
  from {
      box-shadow: 0 0 0 0 rgba(255,255,255,.32);
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
  }
}


.look-product {
  padding: 0 59px;
}
.lookproduct-intro-wrap {
  background: #303030;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lookproduct-intro {
  padding: 0 55px;
}
.lookproduct-intro h4 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding-bottom: 14px;
}
.lookproduct-intro h2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
}

a.button-lookproduct {
  display: table;
  margin: 53px auto 0;
  background: #c62885;
  padding: 10px 39px 8px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all .5s;
  border: 1px solid transparent;
}
a.button-lookproduct:hover {
  background: #fff;
  color: #c62885;
  border: 1px solid #c62885;
}
.flex-look .col-md-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flex-look {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.item-title a {
  color: #010101;
}

.item-title {
  text-align: center;
  padding-top: 18px;
  font-size: 15px;
}
.content-lookproduct-bottom {
  text-align: center;
}
span.price {
  font-size: 14px;
  color: #6c6c6c;
}

.BornHS__Wrapper {
  position: relative;
}
.BornHS__Wrapper .BornHS__Close {
  display: none;
}
.BornHS__Wrapper .Content__Wrapper {
  position: relative;
}
.BornHS__Wrapper .BornHS__Modal__Input {
  position: absolute;
  top: 68%;
  left: 38%;
}
.BornHS__Wrapper .BornHS__Modal__Content {
  background: #f5f6f8;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  color: #010101;
  left: 30px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  top: 60px;
  width: 247px;
  z-index: 4;
}
.BornHS__Wrapper .BornHS__Modal__Content--RightTop {
  left: auto;
  right: 0px;
}
.BornHS__Wrapper .BornHS__Modal__Content--LeftBottom {
  bottom: 60px;
  top: auto;
}
.BornHS__Wrapper .BornHS__Modal__Content--RightBottom {
  bottom: 60px;
  left: auto;
  right: 0px;
  top: auto;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper {
  padding: 20px;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper .BornHS__Title {
  font-size: 16px;
  text-transform: uppercase;
}
.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.BornHS__Wrapper .BornHS__Input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  transition: all 300ms ease;
  width: 20px;
  z-index: 2;
  animation: sonar 800ms ease-out infinite;
}
@media (min-width: 768px) {
  .BornHS__Wrapper .BornHS__Input + .BornHS__Label {
    height: 30px;
    width: 30px;
  }
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before, .BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
  background: #303030;
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:before {
  height: 2px;
  width: 40%;
}
.BornHS__Wrapper .BornHS__Input + .BornHS__Label:after {
  height: 40%;
  width: 2px;
}
.BornHS__Wrapper .BornHS__Input ~ .BornHS__Overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
}
.BornHS__Wrapper .BornHS__Input:checked + .BornHS__Label {
  transform: rotate(45deg);
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Modal__Content {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Modal__Content--RightBottom {
  top: auto;
  bottom: 30px;
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Modal__Content--LeftBottom {
  top: auto;
  bottom: 30px;
}
.BornHS__Wrapper .BornHS__Input:checked ~ .BornHS__Overlay {
  display: block;
}
.BornHS__Wrapper.BornHS__Blur figure {
  /* -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); */
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
  display: none;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input + .BornHS__Label {
  opacity: 0.5;
  pointer-events: none;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
  display: inline-block;
}
.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked + .BornHS__Label {
  opacity: 1;
  pointer-events: auto;
}

.BornHS__Modal {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .BornHS__Wrapper .BornHS__Modal__Content {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close {
    background: #ec2256;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    right: -5px;
    position: absolute;
    top: -5px;
    transition: all 300ms ease;
    transform: rotate(45deg);
    width: 20px;
    z-index: 5;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before, .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before {
    height: 2px;
    width: 40%;
  }
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    height: 40%;
    width: 2px;
  }
}

figure {
  margin: 0 0 0;
}

.list-product-item .action-btn a {
  background-color: transparent;
  color: #000;
  display: block;
  float: left;
  height: 41px;
  width: 41px;
  margin-right: 13px;
  line-height: 50px;
  border: 1px solid #000;
  text-align: center;
  transition: all .4s;
}
.list-product-item .action-btn a:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;

}
.list-product-item .action-btn a i {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.list-product-item .action-btn a:hover i {
  color: #fff;
}
.list-product-info .title a:hover {
  color: #c62885;
}
.product-lable {
  position: absolute;
  top: 9px;
  left: 9px;
  background: #fff;
  font-size: 14px;
  padding: 0px 9px;
  color: #000;
  font-weight: 500;
  line-height: 25px;
}

/* page Produits */
.produits-gammes {
  padding: 100px 232px 0;
}
.produits-gammes .product-img {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
.produits-gammes .product-img .image img {
  width: 330px;
  height: 330px;
  object-fit: contain;
}
span.count {
  background: #f1f1f1;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
}

li.related-product a img {
  background: #f0f0f0;
  max-width: 100%;
}
.related-sidebar li.related-product a img {
  background: #f0f0f0;
  max-width: 100%;
  width: 100px;
}
li.related-product {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
li.related-product:last-child {
  border-bottom: none;
}
h2.related-product-title {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
}
span.related-product-price {
  font-size: 13px;
}
.related-product-content {
  margin-left: 13px;
}
.star.color i {
  font-size: 12px;
  color: #f5bf1c;
}
.star i {
  font-size: 12px;
  color: #e1e1e1;
}
span.old-price {
  color: #a0a0a0;
  margin-right: 8px;
}
span.new-price {
  color: #c62885;
}
span.old-price.sold {
  text-decoration: line-through;
}
h2.related-product-title a:hover {
  color: #000;
}
.right-contenu {
  padding: 0 15px;
}

.size-sidebar .select {
  position: relative;
}
.size-sidebar .select input:checked + label {
  background-color: transparent;
  border: 1px solid #000;
}
.size-sidebar .select input:checked + label:hover, .size-sidebar .select input:checked + label:focus, .size-sidebar .select input:checked + label:active {
  background-color: transparent;
  border: 1px solid #000;
}
.size-sidebar .select input {
  opacity: 0;
  position: absolute;
}
.size-sidebar .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
.size-sidebar.select .button_select:hover, .size-sidebar .select .button_select:focus, .size-sidebar .select .button_select:active {
  background-color: transparent;
}
.size-sidebar {
  display: flex;
}
.size-sidebar .select .button_select {
  margin: 0 4px 9px 0;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 0 2px;
  color: #868686 !important;
  width: 68px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

.produits-gammes .product-item:hover .product-img .image::before {
  opacity: 0;
}
.produits-gammes .product-item:hover .action-btn {
  bottom: 15px;
}
.produits-gammes .product-img .action-btn {
  bottom: -40px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produits-gammes .product-img .action-btn a:first-child {
  border-left: 0px solid #555;
}
.produits-gammes .product-img .action-btn a {
  background-color: #fff;
  color: #000;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 13px;
  line-height: 40px;
}
.produits-gammes .product-img .action-btn a:hover {
  background: #000;
  color: #fff;
}
.breadcrumbs {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avis .star-produit i {
  color: #c62885;
  font-size: 18px;
}
.avis {
  display: flex;
  border-bottom: 1px solid #efefef;
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.review {
  color: #868686;
  margin-left: 22px;
  font-size: 14px;
  font-weight: 500;
}
.size-list .select {
  position: relative;
}
.size-list .select input:checked + label {
  background-color: transparent;
  border: 1px solid #000;
}
.size-list .select input:checked + label:hover, .size-list .select input:checked + label:focus, .size-list .select input:checked + label:active {
  background-color: transparent;
  border: 1px solid #000;
}
.size-list .select input {
  opacity: 0;
  position: absolute;
}
.size-list .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
.size-list.select .button_select:hover, .size-sidebar .select .button_select:focus, .size-sidebar .select .button_select:active {
  background-color: transparent;
}
.size-list {
  display: flex;
  margin-top: 28px;
}
.size-list .select .button_select {
    margin: 0 4px 9px 0;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 0 2px;
    color: #868686 !important;
    width: 68px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.size-list .select .button_select button {
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #868686 !important;
    width: 100%; /* Use 100% width to fill the label */
    height: 100%; /* Use 100% height to fill the label */
    text-align: center;
    line-height: inherit; /* Inherit line-height from the label */
    font-size: inherit; /* Inherit font-size from the label */
    display: inline-block; /* Maintain inline-block display */
    cursor: pointer;
}
.title-size-list {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
  padding-top: 3px;
}
button.buy-btn {
  width: 100%;
  border: 1px solid #000;
  background: transparent;
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: all .4s;
}
button.buy-btn:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.bloc1-produit {
  padding: 60px 250px 60px;
}
.border-produit-1 {
  border-top: 1px solid #efefef;
  margin-left: 250px;
  margin-right: 30px;
}
.border-produit-2 {
  border-top: 1px solid #efefef;
  margin-left: 250px;
  margin-right: 30px;
}

.related-product .product-img {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}
.related-product .product-item:hover .product-img .image::before {
  opacity: 0;
}
.related-product .product-img .action-btn a {
  background-color: #fff;
  color: #000;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 13px;
  line-height: 40px;
}

.related-product .product-img .action-btn {
  bottom: -40px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-product .product-item:hover .action-btn {
  bottom: 15px;
}

/* .related-product {
  padding: 65px 250px 90px;
} */
.related-product.product-product{
  padding: 65px 250px 90px;
}
.title-related h2 {
  text-align: center;
  position: relative;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 14px;
  margin-bottom: 53px;
}
.title-related h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
  background: #c62885;
  width: 68px;
  height: 3px;
}


/* Page A propos */
section.apropos {
  padding: 90px 0 50px;
}
.apropos-1 {
  padding: 0 326px;
}
.about-1-right {
  margin-top: 16px;
}
.subtitle-about-1 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  line-height: 35px;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
.subtitle-about-1:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #c62885;
  width: 74px;
  height: 4px;
}
.title-about-1 {
  font-size: 22px;
  font-weight: 500;
  color: #c62885;
  line-height: 35px;
  margin-bottom: 26px;
}
.about-1-right p {
  font-size: 17px;
  text-align: justify;
  color: #686868;
  line-height: 34px;
}
.title2-about-1 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  line-height: 35px;
  position: relative;
  padding-left: 77px;
  margin-top: 25px;
  padding-top: 14px;
  margin-bottom: 35px;
}
.title2-about-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: url(../img/icon-about-1.png);
  width: 60px;
  height: 60px;
}
.about-1-image {
  position: relative;
}
.about-1-image img {
  max-width: 100%;
}
.about-1-image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background: #c62885;
  width: 25px;
  height: 297px;
}
.apropos-2 {
  padding: 100px 215px 120px;
}
.box-about2 {
  display: table;
  margin: 0 auto;
  text-align: center;
  background: #f5f4f2;
  padding: 25px 36px 22px;
  position: relative;
}
.box-about2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #c62885;
  width: 100%;
  height: 7px;
}
.box-about2:hover:after {
  height: 100%;
}
.box-about2.img {
  background: transparent;
  padding: 0;
}
.icon1-box-about2 {
  background: url(../img/icon3-about2.png);
  width: 70px;
  height: 70px;
  display: table;
  margin: 0 auto 18px;
  z-index: 2;
  position: relative;
}
.box-about2:hover .icon1-box-about2 {
  background: url(../img/icon3-hover-about2.png);
}
.icon2-box-about2 {
  background: url(../img/icon2-about2.png);
  width: 70px;
  height: 70px;
  display: table;
  margin: 0 auto 18px;
  z-index: 2;
  position: relative;
}
.box-about2:hover .icon2-box-about2 {
  background: url(../img/icon2-hover-about2.png);
}
.titre-box-about2 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 17px;
  z-index: 2;
  position: relative;
}
.box-about2:hover .titre-box-about2 {
  color: #fff;
}
.contenu-box-about2 {
  font-size: 17px;
  color: #686868;
  line-height: 29px;
  text-align: justify;
  z-index: 2;
  position: relative;
}
.box-about2:hover .contenu-box-about2  {
  color: #fff;
}
.box-about2.img:after {
  display: none;
}
.apropos-3 {
  background: #f5f4f2;
  padding: 120px 0 150px;
  position: relative;
  margin-bottom: 50px;
}
.titre-about3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 45px;
}
.content-about3 {
  font-size: 17px;
  text-align: justify;
  color: #686868;
  line-height: 33px;
}
.btn-about3 a {
  display: table;
  margin: 59px auto 0;
  border: none;
  background: #c62885;
  color: #fff;
  font-weight: 500;
  padding: 9px 12px;
  font-size: 17px;
}
.about3-left {
  padding: 0 66px 0 250px;
}
.image-about3 {
  position: absolute;
  top: -31px;
  float: right;
  z-index: 1;
}
.image-about3:before {
  position: absolute;
  content: "";
  right: -30px;
  top: -33px;
  border: 5px solid #c62885;
  width: 202px;
  height: 159px;
  z-index: -1;
}
span.color-about3 {
  color: #c62885;
}
.image-about3 img {
  max-width: 100%;
}

/* page contact */
.contact-1 {
  padding: 75px 165px;
}
.titre-contact1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
.content-contact1 {
  font-size: 16px;
  text-align: justify;
  color: #686868;
  line-height: 32px;
  margin-right: 116px;
}
.buttons-contact1 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 38px 0;
}
.contact1-left .email {
  display: flex;
}
.contact1-left .icon-email {
  width: 45px;
}
.contact1-left .adr {
  display: flex;
}
.contact1-left .icon-adr {
  width: 42px;
}
.contact1-left .fax {
  display: flex;
}
.contact1-left .icon-fax {
  width: 45px;
}
.contact1-left .tel {
  display: flex;
}
.contact1-left .icon-tel {
  width: 41px;
}
.contact1-left .contenu-fax {
  margin-left: 13px;
}
.contact1-left .contenu-tel {
  margin-left: 13px;
}
.contact1-left .contenu-email {
  margin-left: 13px;
}
.contact1-left .contenu-adr {
  margin-left: 13px;
}
.contact1-left .titre-fax {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 3px;
}
.contact1-left .titre-adr {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 3px;
}
.contact1-left .titre-email {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 3px;
}
.contact1-left .titre-tel {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 3px;
}
.contact1-left .content-fax {
  font-size: 16px;
  text-align: justify;
  color: #686868;
  line-height: 28px;
}
.contact1-left .content-email {
  font-size: 16px;
  text-align: justify;
  color: #686868;
  line-height: 24px;
}
.contact1-left .content-adr {
  font-size: 16px;
  text-align: justify;
  color: #686868;
  line-height: 24px;
}
.contact1-left .content-tel {
  font-size: 16px;
  text-align: justify;
  color: #686868;
  line-height: 24px;
}
.flex-contact1 {
  align-items: center;
}
.image-contact1 {
  position: relative;
}
.image-contact1:before {
  position: absolute;
  content: "";
  right: 31px;
  top: -31px;
  background: #c62885;
  width: 112px;
  height: 109px;
  z-index: -1;
}
.contact2-right {
  background: #fff;
  padding: 54px 68px 60px;
}
.contact-2 {
  padding: 80px 128px 0;
  position: relative;
}
.contact-2:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 681px;
  background: #f5f4f2;
  z-index: -1;
}
.titre-contact2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 34px;
  color: #000;
}
.content-contact2 {
  font-size: 17px;
  color: #686868;
  line-height: 26px;
  margin-bottom: 42px;
}
.input-form input {
  width: 100%;
  border: none;
  background: #f5f4f2;
  padding: 10px 18px;
}
.input-form input::placeholder {
  font-size: 14px;
  color: #959595;
}
.input-form label {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.input-form {
  display: block;
  margin-bottom: 24px;
}
.input-form textarea {
  width: 100%;
  border: none;
  background: #f5f4f2;
  height: 100px;
  padding: 10px 18px;
}
.btn-form button {
  width: 100%;
  border: none;
  background: #c62885;
  color: #fff;
  text-transform: uppercase;
  padding: 13px;
  transition: all .4s;
  font-size: 15px;
}
.btn-form button i {
  padding-right: 11px;
}
.btn-form button:hover {
background: #000;
}
.contact2-right {
    background: #fff;
    padding: 68px 68px 30px;
}
section.contact {
  padding-bottom: 79px;
}

/* Page production */
section.production {
  padding: 60px 50px;
  background: #f8f6f7;
}
section.production .nav-tabs .nav-item.show .nav-link, section.production .nav-tabs .nav-link.active {
  border: none;
  background-color: #c62885;
  color: #fff;
}
section.production .accordion-item {
  background-color: transparent;
  border: none;
}

section.production .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
section.production .nav-tabs .nav-link {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
}
section.production .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  margin: 0 8px;
  padding: 22px 11px;
  font-size: 18px;
  width: 229px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  height: 180px;
}
.img-tab-prod1 {
  background: url(../img/icon1-production.png);
  width: 60px;
  height: 60px;
  text-align: center;
  display: table;
  margin: 0 auto 16px;
}
section.production .nav-tabs .nav-link.active .img-tab-prod1{
  background: url(../img/icon1-h-production.png);
}

.img-tab-prod2 {
  background: url(../img/icon5-production.png);
  width: 60px;
  height: 60px;
  text-align: center;
  display: table;
  margin: 0 auto 16px;
}
section.production .nav-tabs .nav-link.active .img-tab-prod2{
  background: url(../img/icon2-h-production.png);
}

.img-tab-prod3 {
  background: url(../img/icon3-production.png);
  width: 60px;
  height: 60px;
  text-align: center;
  display: table;
  margin: 0 auto 16px;
}
section.production .nav-tabs .nav-link.active .img-tab-prod3{
  background: url(../img/icon3-h-production.png);
}

.img-tab-prod4 {
  background: url(../img/icon4-production.png);
  width: 60px;
  height: 60px;
  text-align: center;
  display: table;
  margin: 0 auto 16px;
}
section.production .nav-tabs .nav-link.active .img-tab-prod4{
  background: url(../img/icon4-h-production.png);
}

.img-tab-prod5 {
  background: url(../img/icon2-production.png);
  width: 60px;
  height: 60px;
  text-align: center;
  display: table;
  margin: 0 auto 16px;
}
section.production .nav-tabs .nav-link.active .img-tab-prod5{
  background: url(../img/icon5-h-production.png);
}

.img-tab-prod6 {
  background: url(../img/icon6-production.png);
  width: 60px;
  height: 60px;
  text-align: center;
  display: table;
  margin: 0 auto 16px;
}
section.production .nav-tabs .nav-link.active .img-tab-prod6{
  background: url(../img/icon6-h-production.png);
}

section.production .tab-content {
  margin-top: 35px;
}
.titre-production {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.flex-prod {
  align-items: center;
}
span.color-number {
  color: #c62885;
}
.content-production p {
  font-size: 17px;
  text-align: justify;
  color: #686868;
  line-height: 30px;
  margin-right: 0;
}


iframe.myMap {
  height: 100%;
  min-height: 102vh;
}

.map {
  position: relative;
  height: 100%;
}

/* ----------------------- START form nos magasins ---------*/
/* ----------------------- -------------------------*/
@-webkit-keyframes slide-in-blurred-left {
  0% {
      -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
      transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-filter: blur(40px);
      filter: blur(40px);
      opacity: 0;
  }

  100% {
      -webkit-transform: translateX(0) scaleY(1) scaleX(1);
      transform: translateX(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-filter: blur(0);
      filter: blur(0);
      opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
      -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
      transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-filter: blur(40px);
      filter: blur(40px);
      opacity: 0;
  }

  100% {
      -webkit-transform: translateX(0) scaleY(1) scaleX(1);
      transform: translateX(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-filter: blur(0);
      filter: blur(0);
      opacity: 1;
  }
}

.custom-checkbox-grey [type=checkbox]:checked~label, .custom-checkbox-grey [type=checkbox]:checked~span+label, .custom-checkbox-grey [type=checkbox]:not(:checked)~label, .custom-checkbox-grey [type=checkbox]:not(:checked)~span+label, .custom-checkbox-white [type=checkbox]:checked~label, .custom-checkbox-white [type=checkbox]:checked~span+label, .custom-checkbox-white [type=checkbox]:not(:checked)~label, .custom-checkbox-white [type=checkbox]:not(:checked)~span+label {
  font-weight: 400;
  font-style: normal;
  color: #4b4b4b;
  cursor: pointer;
  letter-spacing: .4px;
  font-variant-ligatures: none;
  padding-left: 26px;
  position: relative;
  display: inline-block;
  line-height: 20px;
}

#store-locator .department-filters .options label {
  display: inline-block;
  line-height: 17px;
}

#store-locator .department-filters .options {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  display: none;
  border-top: 1px solid #e7e7e7;
}

#store-locator fieldset.search-simple {
  background: #e7e7e7;
  width: 100%;
  padding: 25px 25px;
}

#store-locator label.label {
  font-weight: 600;
  font-style: normal;
  color: #3a3a3a;
  font-size: 13px;
  letter-spacing: 1px;
  font-variant-ligatures: none;
  font-family: 'Helvetica';
  padding-bottom: 6px;
}

#store-locator .department-filters .options>li {
  width: 50%;
}

#store-locator .department-filters .options>li:nth-child(odd) {
  float: left;
  clear: left;
}

#store-locator .icon-toggle:after, #store-locator .icon-toggle:after {
  font-size: 5px;
  color: #999;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -2px;
  content: "\f10b";
}

.filter-check {
  height: 16px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 20px;
  top: 16px;
  width: 16px;
  z-index: 10;
}

#store-locator .department-filters .toggle {
  cursor: pointer;
  display: inline-block;
  color: #999;
  background-color: transparent;
  border: 0;
  font-family: 'Helvetica';
  font-size: 14px;
}
.phone a {
  font-family: 'Helvetica';
}
.store-item-bg li.list-group-item {
  font-family: 'Helvetica';
  font-size: 13px;
}
.store-item-bg .list-group-flush {
  border-radius: 0;
  margin-top: 11px;
}
.medical_breadcrumb_nav li a:hover {
  color: #bd212a;
}

#store-locator .department-filters .close, #store-locator .department-filters .reset, #store-locator .department-filters .toggle {
  padding: 20px 15px;
  font-weight: 400;
  font-style: normal;
}

#store-locator .department-filters .close, #store-locator .department-filters .reset {
  cursor: pointer;
  display: none;
  color: #1b1b1b;
}

.icon-toggle:after, .icon-toggle:after {
  font-size: 5px;
  color: #999;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

#store-locator .department-filters .active-filters {
  display: none;
}

#store-locator .department-filters.active .options {
  display: block;
}

#store-locator .department-filters .options {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  display: none;
  border-top: 1px solid #e7e7e7;
}

#store-locator .department-filters .options {
  background: #fff;
  /* position: relative; */
  left: 0;
  right: 0;
  font-size: 12px;
  /* display: block; */
  border-top: 1px solid #e7e7e7;
}

#store-locator .department-filters .options li {
  display: block;
  padding: 10px 2px;
  border-bottom: 1px solid #e7e7e7;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.filter-check {
  height: 16px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  right: 20px;
  top: 16px;
  width: 16px;
  z-index: 10;
}

.custom-checkbox-grey [type=checkbox]:checked, .custom-checkbox-grey [type=checkbox]:not(:checked), .custom-checkbox-white [type=checkbox]:checked, .custom-checkbox-white [type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.custom-checkbox-grey [type=checkbox]:checked~label:before, .custom-checkbox-grey [type=checkbox]:checked~span~label:before, .custom-checkbox-grey [type=checkbox]:not(:checked)~label:before, .custom-checkbox-grey [type=checkbox]:not(:checked)~span~label:before, .custom-checkbox-white [type=checkbox]:checked~label:before, .custom-checkbox-white [type=checkbox]:checked~span~label:before, .custom-checkbox-white [type=checkbox]:not(:checked)~label:before, .custom-checkbox-white [type=checkbox]:not(:checked)~span~label:before {
  content: "";
  display: block;
  position: absolute;
  background: #f5f5f5;
  height: 16px;
  left: 1px;
  top: 2px;
  width: 16px;
}

fieldset.search-filters-department {
  padding-left: 25px;
}

fieldset.search-filters-department span.icon-toggle i {
  font-size: 8px;
}

/* STORE  location nos magasins */
.search-results {
  background: #e7e7e7;
  padding: 25px 25px;
}

.search-results li.store-item {
  background: #f4f4f4;
  padding: 20px;
  margin: 15px 0px;
}

.search-results .store-infos {
  margin-top: -10px;
}

.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  scroll-behavior: auto;
}

ol#stores {
  list-style-type: none;
  padding: 20px;
  margin-bottom: 0;
}

store-item-bg {
  background: #f5f5f5;
  padding: 30px 20px 20px;
}

.store-item .store-item-content, .store-item .store-item-content {
  padding: 0 0 30px 60px;
  position: relative;
}

.store-item .store-item-content .store-infos .name a, .store-item .store-item-content .store-infos .name a {
  color: #3a3a3a;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  margin: 0 0 5px;
  text-transform: none;
  text-decoration: none;
  font-family: 'Helvetica';
}

.store-item .store-item-content .store-position, .store-item .store-item-content .store-position {
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.store-item p.address {
  color: #565656;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 5px;
  text-transform: none;
  text-decoration: none;
}

.store-item .store-item-content .store-infos .email a, .store-item .store-item-content .store-infos .phone a, .store-item .store-item-content .store-infos .email a, .store-item .store-item-content .store-infos .phone a {
  margin: 5px 0 0;
  color: #565656;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 5px;
  text-transform: none;
  text-decoration: none;
}

.store-item .store-details-toggle, .store-item .store-details-toggle a {
  border-top: 1px solid #dbd8d6;
  font-style: normal;
  color: #999;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  padding-top: 15px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  font-family: 'Helvetica';
}

.t-hasfindinstore .icon-plus:before, .t-solrstorefinder .icon-plus:before, .t-storedetail .icon-plus:before {
  content: '';
  width: 2px;
  height: 10px;
  background-color: #999;
  position: absolute;
  top: 0;
  left: 4px;
}

.t-hasfindinstore .icon-plus:after, .t-solrstorefinder .icon-plus:after, .t-storedetail .icon-plus:after {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 4px;
}

.store-item .store-details, .store-item .store-details {
  display: none;
}

.store-item .store-item-content:after, .store-item .store-item-content:before, .store-item .store-item-content:after, .store-item .store-item-content:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* ----------------------- ENDDD form nos magasins ---------*/



  /* page recrutement */
  section.recrutement {
    padding: 60px 0;
    background: #f8f6f7;
}
  .input-recrutement input {
    width: 100%;
    padding: 9px 10px;
    margin-bottom: 21px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #000;
    font-size: 15px;
}
.input-recrutement input::placeholder {
  font-size: 14px;
  color: #b3b3b3;
}
.btn-recrutement button {
  border: none;
  background: #c62885;
  color: #fff;
  font-size: 16px;
  padding: 9px 40px;
  text-transform: uppercase;
  transition: all .4s;
  display: table;
  margin: 20px auto 0;
}
.btn-recrutement button:hover {
 background: #000;
}
.input-recrutement label {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 4px;
}
.form-recrutemet {
  padding: 46px 46px;
  background: #fff;
}


/* page Historique */
.flex-hist1 {
  align-items: center;
}
.historique-top {
  padding: 60px 0 50px;
}
.titre-left-hist {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  line-height: 39px;
  padding-bottom: 10px;
  margin-right: 90px;
  color: #000;
}

.titre-left-hist:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #c62885;
  width: 68px;
  height: 3px;
}
.titre-right-hist {
  font-size: 25px;
  font-weight: 500;
  color: #c62885;
  line-height: 30px;
  padding-bottom: 30px;
}
.contenu-right-hist p {
  font-size: 18px;
  text-align: justify;
  color: #686868;
  line-height: 31px;
}

.cspt-ourhistory .label {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-align: center;
}
.cspt-ourhistory .cspt-ourhistory-right {
  padding-bottom: 25px;
  padding-left: 60px;
}

.cspt-ourhistory .cspt-ourhistory-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: #c62885;
}
.cspt-ourhistory .cspt-ourhistory-right .cspt-timeline-image, .cspt-ourhistory .cspt-ourhistory-right .label {
  margin-bottom: 30px;
  display: none;
}
.cspt-ourhistory h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.cspt-ourhistory .cspt-ourhistory-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  width: 4px;
  height: 100%;
  background: #ececec;
}
.cspt-ourhistory .cspt-ourhistory-right{
  position: relative;
}
.historique-bottom {
  padding: 102px 355px 42px 242px;
  background: #fcfcfc;
}
.cspt-timeline-inner p {
  color: #686868;
  line-height: 29px;
  text-align: justify;
}
.cspt-ourhistory h4:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #c62885;
  width: 62px;
  height: 3px;
}
.cspt-timeline-inner .img-hist {
  margin-bottom: 40px;
}
.cspt-ourhistory .cspt-ourhistory-right.last-hist:after{
  display: none;
}


.single-sidebar button {
  background: #c62885;
  border: none;
  color: #fff;
  width: 100%;
  padding: 9px 0;
  text-transform: uppercase;
  font-size: 15px;
}

.image-hist {
  position: relative;
  overflow: hidden;
}
.image-hist:hover img {
  scale: 1.1;
}
.image-his img {
  transition: 0.4s;
}


.image-wrapper img {
  height: auto;
  max-width: 100%;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.lang-menu {
  font-weight: 500;
  margin-top: 25px;
  position: relative;
  color: #010101;
  margin-right: 7px;
}
.lang-menu .selected-lang-fr {
  display: flex;
  line-height: 2;
  cursor: pointer;
  align-items: center;
  font-size: 15px;
}
.lang-menu .selected-lang-en {
  display: flex;
  line-height: 2;
  cursor: pointer;
  align-items: center;
  font-size: 15px;
}
.lang-menu .selected-lang-fr:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/flag-fr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.lang-menu .selected-lang-en:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/flag-en.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.fr:before {
    background-image: url(../img/flag-fr.svg);

}

.lang-menu ul {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #ffffffeb;
  position: absolute;
  top: 30px;
  width: 83px;
  padding: 3px;
  font-size: 15px;
  color: #010101;
}
.lang-menu ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  width: 83px;
  padding: 5px 10px;
  display: block;
}
.lang-menu ul li a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
.en:before {
  background-image: url(../img/flag-en.svg);;
}
.lang-menu:hover ul {
  display: block;
}



.mini-cart-brief.dropdown-menu.show
{

	overflow-y: scroll;
	max-height: 80vh;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


/* page blog */
section.blogs {
  padding: 80px 0;
}
.title-blog {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  padding-top: 15px;
  text-decoration: none;
  position: relative;
  transition: all 0.6s;
  display: table;
  margin: 0 auto;
}
.date-blog {
  text-align: center;
  font-size: 13px;
  padding-top: 10px;
  color: #c62885;
}
.item-blog {
  overflow: hidden;
  transition: all 0.6s;
}
.item-blog .img-blog {
  overflow: hidden;
}
.item-blog:hover .img-blog img {
  transform: scale(1.1);
}


/* .title-blog:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #000;
  transition: all 0.6s;
}
.item-blog:hover .title-blog:before {
  width: 100%;
  left: 0;
  background: #000;
} */
.btn-blog a {
  background: #c62885;
  color: #fff;
  font-size: 13px;
  padding: 1px 8px;
  border-radius: 5px;
  display: table;
  margin: -14px auto 0;
  z-index: 1;
  position: relative;
}


/* Detail blog */
section.detail-blog {
  padding: 70px 0;
}
.detail-actualite h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
  color: #010101;
  position: relative;
  padding-bottom: 10px;
  padding-top: 45px;
}
.date-detail-actualite {
  color: #c62885;
  padding-bottom: 30px;
}
.detail-actualite p {
  color: #3d3d3d;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 33px;
  text-align: justify;
  margin-bottom: 0;
}
.content-detail-actualite {
  padding: 0 130px;
}
a.btn-detail-actualite {
  display: table;
  margin: 35px auto 0;
  color: #c62885;
  font-size: 19px;
  cursor: pointer;
}
a.btn-detail-actualite i {
  padding-right: 9px;
}
@media (max-width: 992px) {
  .product-slider-detail {
    height: 444px;
}
.product-thumbs-detail {
  height: 444px;
}
.product-thumbs-detail .swiper-slide {
  height: 90px !important;
}
}


@media (max-width: 991px) {
  .content-detail-actualite {
      padding: 0 35px;
  } 
  .item-blog {
    display: table;
    margin: 0 auto 37px;
}
}
@media (max-width:800px) {
  .title-size-list {
    margin-right: 27px;
}
.product-slider-detail {
  height: 100%;
}
.related-product.product-product {
  padding: 65px 26px 90px;
}
.product-thumbs-detail .swiper-slide {
  height: auto !important;
}
.product-thumbs-detail {
  height: 347px;
}
.product-details .quantity-cart .add-to-cart {
  font-size: 13px;
  padding: 6px 4px;
}
.border-produit-1 {
  margin-left: 36px;
}
.bloc1-produit {
  padding: 60px 0 60px;
}
.border-produit-2 {
  margin-left: 36px;
}
.related-product.product-product {
  padding: 65px 30px 90px;
}
}

@media (max-width: 650px) {
  .product-thumbs-detail {
    height: auto;
    width: calc(100% - 1px);
    padding: 0 13px;
}
}
@media (max-width: 550px) {
  .content-detail-actualite {
    padding: 0;
  } 
  .detail-actualite h2 {
    font-size: 24px;
    line-height: 29px;
}
}
@media (max-width: 480px) {
  .detail-actualite h2 {
    font-size: 21px;
    line-height: 29px;
}
.product-details {
  padding: 0 0 0 0;
}
}
@media (max-width: 330px) {
  .date-blog {
    text-align: left;
}
.title-blog {
  text-align: left;
  margin: 0;
  font-size: 22px;
}

}





.popup-youtube-home img {
  min-height: auto;
}
.popup-youtube-home {
  text-align: center;
  cursor: pointer;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  left: 50%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
