/*

TemplateMo 571 Hexashop

https://templatemo.com/tm-571-hexashop

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@font-face {
  font-family: 'roboto';
  src: url("../../roboto/roboto-Regular.ttf");
}
@font-face {
  font-family: 'robotoM';
  src: url("../../roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: 'robotoI';
  src: url("../../roboto/Roboto-Italic.ttf");
}
@font-face {
  font-family: 'robotoB';
  src: url("../../roboto/Roboto-Black.ttf");
}
@font-face {
  font-family: 'robotoL';
  src: url("../../roboto/RobotoCondensed-Light.ttf");
}





/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'roboto', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}
.section-heading {
  position: relative;
}
.section-heading h1 {
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.section-heading h2 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.section-heading span {
  font-size: 14px;
  color: #000;
  font-style: italic;
  font-weight: 400;
}
.section-heading a {
  position: absolute;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #ffffff!important;
}

.header-area {
  box-shadow: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  height: 80px;
  background: #fff;
}

.main-nav .logo {

  height:60px !important;
  float: left;
 
}
.main-nav .logo img {
  height:60px !important;

}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  padding-top:15px;
  padding-bottom: 0;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 15.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
  border-radius: 9px;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/

#men {
  padding-top: 30px;
  padding-bottom: 10px;
}

#men .section-heading {
  padding: 4px 15px;
  margin-bottom: 0;
  background: #fff;
 
}
#men .item{
   margin: 20px 5px;

  overflow: hidden;
  position: relative;
  display: block;
}
#men .item:hover{
  animation: pulse infinite 0.3s ;
 
}
#men .item .down-content {
  padding: 20px 10px 10px 10px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#men .item .down-content h4 {
  font-size: 17px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#men .item .down-content span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}
#men .item .down-content span .old {
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
  text-decoration:line-through;
  color: #ff3131;
  font-weight: 500;
}

#men .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#men .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#men .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#men .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#men .item .thumb {
  position: relative;
}

#men .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
  min-width: 70px;
  height: 50px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
  text-align: center;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
#men .item .thumb .hover-content ul li a .non-dispo {
  position: absolute;
  top: -28px;
  min-width: 70px;
  height: 27px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  background-color: #ff0000;
  border-radius: 8px;
}

#men .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#men .owl-dots {
  display: none;
}
    
#men .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
  opacity: 0;
}

#men .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-prev:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-next:hover {
  opacity: 1;
}

#men .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#men .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Women
---------------------------------------------
*/

#women {
  padding-top: 30px;
  padding-bottom: 10px;
}

#women .section-heading {
  padding: 4px 15px;
  margin-bottom: 0;
  background: #ff0000;
  border-radius: 4px 4px 0 0;
}
#women .item {
  margin: 20px 5px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
#women .item:hover{
  animation: pulse infinite 0.3s ;
 
}

#women .item .down-content {
  padding: 20px 10px 10px 10px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#women .item .down-content h4 {
  font-size: 17px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#women .item .down-content span {
  position: relative;
  font-size: 16px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}
#women .item .down-content span .old {
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
  text-decoration:line-through;
  color: #ff3131;
  font-weight: 500;
}

#women .item .down-content ul.stars {
  position: absolute;
  right: 10px;
  top: 30px;
}

#women .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#women .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#women .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#women .item .thumb {
  position: relative;
}

#women .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#women .item .thumb .hover-content ul li a {
  min-width: 70px;
  height: 50px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #f00;
  border-radius: 8px;
}
#women .item .thumb .hover-content ul li a .non-dispo {
  position: absolute;
  top: -28px;
  min-width: 70px;
  height: 27px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  background-color: #000000;
  border-radius: 8px;
}

#women .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#women .owl-dots {
  display: none;
}
    
#women .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#women .owl-nav .owl-prev span,
#women .owl-nav .owl-next span {
  opacity: 0;
}

#women .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#women .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-prev:hover {
  opacity: 1;
}

#women .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-next:hover {
  opacity: 1;
}

#women .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#women .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#kids {
  padding-top: 30px;
  padding-bottom: 30px;
}

#kids .section-heading {

  margin-bottom: 0;
  background: #fff;

}
#kids .item {

  overflow: hidden;
  position: relative;
  display: block;
}

#kids .item:hover{
 
}
.btn-primary{
  background-color: #7a7a7a;
  border: none;
}
.btn-primary-r{
  background-color: #ff0000;
  color: #fff;
  font-size: 14px;
  border: none;
}
.price-dec{
  position: absolute;
  left: 25px;
  top: 15px;
  background: red;
  color: #fff;
  z-index: 100;
  padding: 2px 5px;
  font-size: 12px;
  
}
.shoping__cart__btns {
  text-align: center;
  margin-top: 20px;
}
.pro-qty {
	width: 120px;
	height: 50px;
	display: flex;
	flex-direction: row;
	position: relative;
	text-align: center;
	margin: auto; 
}

.pro-qty input {
	height: 100%;
	font-size: 16px;
	color: #000;
	width: 40px;
  border: none;
	border-top: 1px solid black;
  border-bottom: 1px solid black;

	text-align: center;
}

.pro-qty .qtybtn {
	width: 35px;
	font-size: 16px;
	color: #6f6f6f;
	cursor: pointer;
	display: inline-block;
}
.shoping__checkout {
	
	border: 1px solid #ebebeb;
	padding: 40px;



}

.shoping__checkout h5 {
	color: #1c1c1c;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 28px;
}

.shoping__checkout ul {
	margin-bottom: 28px;
}

.shoping__checkout ul li {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.shoping__checkout ul li span {
	font-size: 18px;
	color: #dd2222;
	float: right;
}

.shoping__checkout .primary-btn {
	display: block;
	text-align: center;
}
.shoping-cart {
	padding-bottom: 20px;
}

.shoping__cart__table {
	margin-bottom: 30px;
}

.shoping__cart__table table {
	width: 100%;
	text-align: center;
  border-collapse: collapse;
}

.shoping__cart__table table thead tr {
	border: 1px solid #ebebeb;
  border-collapse: collapse;
}

.shoping__cart__table table thead th {
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1c;
	padding: 15px;
  text-transform: uppercase;
  border: 1px solid #ebebeb;
  border-collapse: collapse;
}

.shoping__cart__table table thead th.shoping__product {
	text-align: left;
  color: #000;
}
.shoping__cart__table table tbody tr {
	border: 1px solid #ebebeb;
}
.shoping__cart__table table tbody tr td {
	padding-top: 10px;
	padding-bottom: 10px;
  font-weight: 500;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
	width: 630px;
	text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.shoping__cart__table table tbody tr td.shoping__cart__img {
	width: 105px;
	text-align: left;
  padding-left: 25px;
}
.shoping__cart__table table tbody tr td.shoping__cart__item img {
	display: inline-block;
	padding-right: 10px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item div {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 500;
  padding-left: 20px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item div a{
	font-size: 16px;
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 500;
	width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 500;
	width: 110px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
	text-align: center;
  font-weight: 600;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
	font-size: 16px;
	color: #1c1c1c;
	cursor: pointer;
  font-weight: 500;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
	width: 225px;
	text-align: center;


}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
	width: 120px;
	height: 40px;
	margin: auto;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::placeholder {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn {
	width: 15px;
}


#kids .item .down-content {
  position:absolute;
   z-index: 3;
   background:rgba(0,0,0,.6);
   left:0;
   right:0;
   bottom:0;
   width:100%;
   min-height:60px;
   padding:30px 25px;

  
}

#kids .item .down-content a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: block;
 }

#kids .item .down-content span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding:10px 0;

}



#kids .item .thumb {
  position: relative;
}

#kids .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#kids .item .thumb .hover-content ul li a {
  min-width: 70px;
  height: 50px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;

}
#kids .item .thumb .hover-content ul li a .non-dispo {
  position: absolute;
  top: -28px;
  min-width: 70px;
  height: 27px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  background-color: #ff0000;

}


#kids .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#kids .owl-dots {
  display: none;
}
    
#kids .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#kids .owl-nav .owl-prev span,
#kids .owl-nav .owl-next span {
  opacity: 0;
}

#kids .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#kids .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-prev:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-next:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#kids .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

#explore .left-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#explore .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

#explore .leather {
  margin-bottom: 30px;
}

#explore .first-image {
  margin-bottom: 30px;
}

#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  padding:20px 0;
  background: #ffffff;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
   font-size: 14px;
}
.subscribe .section-heading span {
  font-size: 12px;
  font-style: normal;
}


.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;

  font-weight: 500;
  color: #616161;
  border:0;
  border-bottom: 1px solid #838383;
  border-radius: 8px;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}
.subscribe form button {
  width:100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #ef0101;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  color: red;
  border: 1px solid #ff0000;
}
.subscribe form#frmCompte button {
  width:100%;
  height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid red;
  color: red;
  transition: all 0.3s;
}

.subscribe form#frmCompte button:hover {
  background-color: #fff;
  color: fff;
  border: 1px solid #000000;
}

#newsletter  input {
  width:calc(100% - 50px);
  height: 50px;
  padding: 0px 15px;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 500;
  color: #353434;
  background: rgb(255, 255, 255);  
  border: 1px solid transparent;
  border-radius: 0px;
}


#newsletter  button {
  width:50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #000000;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

#newsletter  button:hover {
  background-color: #fff;
  color: red;
  border: 1px solid red;
}
.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}

.producteur{
  padding: 120px 10px;
}
.bt_prod{
  padding: 15px 25px;
  color:#fff;
  text-decoration: none;
  background: #000;
  text-align: center;
  display: block;
}
/********************************/
.header-express{
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  padding: 25px;
}
.header-express #logo{
  width: 170px;
}
.header-express #logo img{
  width: 100%;
}


#paiement-express{
  display:flex;
  flex-direction: row;
  box-sizing: border-box;
}
#paiement-express #accordionproduits{
  display:none;
}

#paiement-express .side_form_left{
  width:55%;
  box-sizing: border-box;
  padding: 25px 40px 40px 150px;

  }
#paiement-express .side_form_left p{
  text-align: center;
  padding: 14px;
  font-size: 16px;

  }
  #paiement-express .side_form_right{
    width:45%;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,0.10);
    background-color: rgb(249, 249, 249);
    }

  #paiement-express .side_form_right .side_panier{
    margin:40px 120px 40px 40px;
  
    }
     #paiement-express .side_form_right .side_panier_total{
    margin:40px 120px 40px 40px;
  
    }
   #paiement-express .side_form_right .side_panier .ligneproduit{
    display: flex;
    margin-bottom: 20px;
    }
    #paiement-express .side_form_right .side_panier_total .ligneproduit{
      display: flex;
      margin-bottom: 20px;
      }   
  #paiement-express .side_form_right .side_panier .ligneproduit .img_prod{
    width: 70px;
    height: 70px;
    padding: 10px;
    background: #ebebeb;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    #paiement-express .side_form_right .side_panier_total .ligneproduit .img_prod{
      width: 120px;
      height: 30px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      
      }
    #paiement-express .side_form_right .side_panier .ligneproduit .designation_prod{
      width: calc(100% - 160px);
      height: 70px;
      display: flex;
      padding-left:20px;
      align-items: center;
      
      }
      #paiement-express .side_form_right .side_panier_total .ligneproduit .designation_prod{
        width: calc(100% - 210px);
        height: 30px;
        display: flex;
        padding-left:20px;
        align-items: center;
        
        }
    #paiement-express .side_form_right .side_panier .ligneproduit .total_prod{
      width: 90px;
      height: 70px;
      display: flex;
    
      align-items: center;
      justify-content: right;
      }
      #paiement-express .side_form_right .side_panier_total .ligneproduit .total_prod{
        width: 90px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: right;
        
        }
        #paiement-express .side_form_right .side_panier_total .ligneproduit .total_prod h2{
          text-align: right;
          background: hsl(253, 87%, 40%);
          padding: 0;
          margin: 0;
          
          }
      
   #paiement-express .side_form_right .side_panier .ligneproduit .img_prod .pro-qty{
    top:-10px;
    right: -8px;
    line-height: 22px;
    display: inline-block;
    border-radius: 15px;
    font-size: 12px;
    width: 35px;
    box-sizing: border-box;
    height: 22px;
    color: #fff;
    background: rgb(103, 103, 103);
    position: absolute;
    } 
#paiement-express .side_form_left .mobile{
  display: block;
  background-color: #340dbd;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius:7px
}
#paiement-express .side_form_left .paypal{
  display: block;
  background-color: #ffc803;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius:7px
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 40px 20px ;
  background-color: #262626;
  color:#fff
}

footer .logo {
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color:#fff;
  transition: all .3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .under-footer a {
  color: rgb(238, 0, 0);
}
footer .list-inline{
  margin: 0;
  padding: 0;
}
footer .list-inline .list-inline-item{
  background: #000;
  height: 45px;
  width: 45px;
  border-radius: 25px;
  margin-right:20px ;
  overflow: hidden;
  display: inline-block;
}
footer .list-inline .list-inline-item .social-item{
  height: 45px;
  width: 45px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  transition: all 0.8s;
}
footer .list-inline .list-inline-item .social-item:hover{
  background: red;
}
footer .under-footer a:hover {
  color: #c66;
}


/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  height: 300px;
  color: #343434;
  font-size: 13px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../../images/header_panier.jpg') no-repeat;
  background-size: 100% auto;


}
.page-heading2 {
  height: 40px;
  color: #686868;
  font-size: 13px;
  letter-spacing: 1px;
  display: flex;
  margin: auto;
  width: 70vw;
  justify-content:left;
  align-items: center;
  font-weight: 600;
  
    a{
    text-decoration: none;
    color: #686868;
  }

}
.page-heading3 {
  height: 50;
  color: #343434;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  background-size: 100% auto;

}

.page-heading a,.page-heading a,.page-heading3 a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
}
.page-heading i,.page-heading2 i,.page-heading3 i {
  text-decoration: none;
  color: #ff0000;
  padding-left: 7px;
  padding-right: 10px;
  font-size: 12px;
}
.page-heading span {
  color: #4e4e4e;
  font-size: 2px;
}


.voir-plus{
  display: flex;
  justify-content: space-between;
  background: #333333;
  color: #fff;
  width: 100%;
  padding: 7px 20px;

  a{
    text-decoration: none;
    color: #fff;
  }
}

.product-all{
  width:86vw;
  margin: 0 auto;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align:center;
}

#products .item .down-content h4 {
  text-align:center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#products .item .down-content h4 a {
  color: #000000;
}
#products .item .down-content a h4 {
  color: #000000;
}
#products .item .down-content span {
  font-size: 17px;
  color: #000000;
  font-weight: 800;
 
}
#products .item .down-content span .old {
  font-size: 14px;
  text-decoration:line-through;
  color: #454545;
  font-weight: 600;
  padding-left: 10px;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 90px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}
#products .item .thumb .hover-content ul li a:hover {
  color: #fff;
  background-color: #f00;
}

#products .item .thumb .hover-content ul li a .non-dispo {
  position: absolute;
  top: -28px;
  min-width: 70px;
  height: 27px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  background-color: #ff0000;
  border-radius: 8px;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}
/**Vedettes********************/
#les_produits .item {
  margin-bottom: 30px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */

}
#les_produits .item:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#les_produits .item .thumb img {
  width: 100%;
  overflow: hidden;
}
#les_produits .item .bt_ajouter {
  background:rgb(255, 223, 223);
  color:#4d4444;
  padding:  5px 15px;
  border-radius: 0;
  border-radius: 8px;
  transition: all .3s;
}
#les_produits .item .bt_ajouter:hover {
  background:rgb(255, 187, 187);
  color:#392020;
 
}

#les_produits .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align:center;
}

#les_produits .item .down-content h4 {
  text-align:center;
  font-size: 14px;
  font-weight: 500;
  margin:4px;
  margin-bottom: 2px;

}
#les_produits .item .down-content h4 a {
  color: #000000;
}

#les_produits .item .down-content span {
  font-size: 18px;
  font-family:'robotoM';
  color: #000000;
  font-weight: 400;
 
}
#les_produits .item .down-content span .old {
  font-size: 14px;
  text-decoration:line-through;
  color: #454545;
  font-weight: 400;
}

#les_produits .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#les_produits .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#les_produits .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#les_produits .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#les_produits .item .thumb {
  position: relative;
}

#les_produits .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#les_produits .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}
#les_produits .item .thumb .hover-content ul li a:hover {
  color: #fff;
  background-color: #f00;
}

#les_produits .item .thumb .hover-content ul li a .non-dispo {
  position: absolute;
  top: -28px;
  min-width: 70px;
  height: 27px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  background-color: #ff0000;
  border-radius: 8px;
}

.pagination {
  
  margin: 0 auto;
}

.pagination ul {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
}

.pagination ul li {
  display: inline;
  margin: 0px 5px;
}

.pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

.pagination ul li a:hover,
.pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}



/**Recettes*******************/
.recettes-all{
  width:86vw;
  margin: 0 auto;
}

#recettes .item {
  margin-bottom: 30px;
}
#recettes .item .infodate{
  position: absolute;
  left: 25px;
  top: 15px;
  background:#fff;
  color: #000;
  z-index: 100;
  padding:2px 5px;
  overflow: hidden;
  width:70px ;
  height: 70px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content:center;
  
}
#recettes .item .infodate .jour_r,#recettes .item .infodate .trait_r,#recettes .item .infodate .mois_r{
 display: block;  
 text-align: center;
}
#recettes .item .infodate .jour_r{
  font-size: 20px; 
  font-family: 'roboto';
 }
 #recettes .item .infodate .trait_r{
 border-bottom: 1px solid rgb(169, 169, 169);
 width: 45px;
margin: 0 auto;
 }
#recettes .item .infodate .mois_r{
  font-size: 16px; 
  font-family: 'robotoL';
  text-transform: uppercase;
  color: #1e1e1e;
 }
#recettes .item .thumb {
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.7s;
  
}
#recettes .item .thumb img {
  width: 100%;
  transition: all ease-in-out 0.7s;
}



#recettes .item .thumb:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

#recettes .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
 
}
#recettes .item .down-content .plus_r {
  text-decoration: none;
  color: #000;
  padding-bottom:4px;
  display: block;
  font-size: 14px;
  width: 40px;
  border-bottom: 2px solid black;
  margin-top: 40px;
 
}
#recettes .item .down-content div:first-child{
  color: rgb(177, 177, 177);
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 0;
 
}

#recettes .item .down-content h4 {
  font-size: 23px;
  font-weight: 400;
  
  margin-bottom: 8px;
}
#recettes .item .down-content h4 a {
  color: #000000;
}

#recettes .item .down-content span {
  font-size: 17px;
  color: #ff3131;
  font-weight: 600;
 
}




#recettes .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}


#recettes .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#recettes .pagination ul {
  text-align: center;
  width: 100%;
}

#recettes .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#recettes .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#recettes .pagination ul li a:hover,
#recettes .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 25px;
}

#product #zone_prix{
  border:1px solid red;
  padding: 5px 10px;
  margin-top: 15px;
}
#product #zone_prix #reduction{
  display: inline-block;
  text-decoration: overline;
  font-size: 14px;
  color: #8b8989;
  font-weight: 500;
 
}
#product #zone_prix #bulle{
  display: inline-block;
  background: #f59089;
  position: relative;
  border-radius: 4px;
}
#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 23px;
  color: #2a2a2a;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
 
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
  color: #f00;
}


#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/about-us-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}



/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .page-heading3 {
    height: 100px;
  
  }
  .page-heading3 .stitre{
    font-size:20px;
    font-weight:700;
     text-align:center;
     margin-bottom:0
  
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}

#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width:767px) {
  .header-express #logo img{
    width: 100%;
  }
  
  
  #paiement-express{
    display:flex;
    flex-direction:column;
    box-sizing: border-box;
    background: #fff;
  
  }
  #paiement-express #accordionproduits{
    display:block;
  }
  #paiement-express .side_form_left{
    width:100%;
    box-sizing: border-box;
    padding:40px 25px;
    background: "#fff";
  
    }
  #paiement-express .side_form_left p{
    text-align: center;
    padding: 14px;
    font-size: 16px;
  
    }
    #paiement-express .side_form_right{
      /* width:45%; */
      display: none;
      box-sizing: border-box;
      border-left: 1px solid rgba(0,0,0,0.10);
      background-color: rgb(236, 236, 236);
      }
  
    #paiement-express .side_form_right .side_panier{
      margin:40px 120px 40px 40px;
    
      }
       #paiement-express .side_form_right .side_panier_total{
      margin:40px 120px 40px 40px;
    
      }
     #paiement-express .side_form_right .side_panier .ligneproduit{
      display: flex;
      margin-bottom: 20px;
      }
      #paiement-express .side_form_right .side_panier_total .ligneproduit{
        display: flex;
        margin-bottom: 20px;
        }   
    #paiement-express .side_form_right .side_panier .ligneproduit .img_prod{
      width: 70px;
      height: 70px;
      padding: 10px;
      background: #ebebeb;
      border: 1px solid rgb(207, 207, 207);
      border-radius: 6px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      }
      #paiement-express .side_form_right .side_panier_total .ligneproduit .img_prod{
        width: 120px;
        height: 30px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        
        }
      #paiement-express .side_form_right .side_panier .ligneproduit .designation_prod{
        width: calc(100% - 160px);
        height: 70px;
        display: flex;
        padding-left:20px;
        align-items: center;
        
        }
        #paiement-express .side_form_right .side_panier_total .ligneproduit .designation_prod{
          width: calc(100% - 210px);
          height: 30px;
          display: flex;
          padding-left:20px;
          align-items: center;
       }
      #paiement-express .side_form_right .side_panier .ligneproduit .total_prod{
        width: 90px;
        height: 70px;
        display: flex;
      
        align-items: center;
        justify-content: right;
        }
        #paiement-express .side_form_right .side_panier_total .ligneproduit .total_prod{
          width: 90px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: right;
          
          }
          #paiement-express .side_form_right .side_panier_total .ligneproduit .total_prod h2{
            text-align: right;
            background: hsl(253, 87%, 40%);
            padding: 0;
            margin: 0;
            
            }
        
     #paiement-express .side_form_right .side_panier .ligneproduit .img_prod .pro-qty{
      top:-10px;
      right: -8px;
      line-height: 22px;
      display: inline-block;
      border-radius: 15px;
      font-size: 12px;
      width: 35px;
      box-sizing: border-box;
      height: 22px;
      color: #fff;
      background: rgb(103, 103, 103);
      position: absolute;
      }

    /* side right mobile;*/
    #paiement-express .side_form_right_mobile{
      /* width:45%; */
      box-sizing: border-box;
      /* background-color: rgb(249, 249, 249); */
      }
   
   
     #paiement-express .side_form_right_mobile .side_panier .ligneproduit{
      display: flex;
      margin-bottom: 15px;
      }
  
    #paiement-express .side_form_right_mobile .side_panier .ligneproduit .img_prod{
      width: 70px;
      height: 70px;
      padding: 10px;
      background: #ebebeb;
      border: 1px solid rgb(207, 207, 207);
      border-radius: 6px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      }
 
      #paiement-express .side_form_right_mobile .side_panier .ligneproduit .designation_prod{
        width: calc(100% - 110px);
        height: 70px;
        display: flex;
        padding-left:15px;
        align-items: center;
           
        }
    
      #paiement-express .side_form_right_mobile .side_panier .ligneproduit .total_prod{
        width: 90px;
        height: 70px;
        display: flex;
         align-items: center;
        justify-content: right;
        }
       
        #paiement-express .side_form_right_mobile .side_panier .ligneproduit .img_prod .pro-qty{
          top:-10px;
          right: -8px;
          line-height: 22px;
          display: inline-block;
          border-radius: 15px;
          font-size: 12px;
          width: 35px;
          box-sizing: border-box;
          height: 22px;
          color: #fff;
          background: rgb(103, 103, 103);
          position: absolute;
          } 
          #paiement-express .side_form_right_mobile> .ligneproduit{
            display: flex;
            justify-content: space-between;
            font-weight: 800;
            } 

         #paiement-express .side_form_right_mobile> .ligneproduit .total_prod{
            font-size: 12px !important;
            } 
    /*****/
      
  #paiement-express .side_form_left .mobile{
    display: block;
    background-color: #340dbd;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius:7px
  }
  #paiement-express .side_form_left .paypal{
    display: block;
    background-color: #ffc803;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius:7px;
    margin-top:15px
  }
  
 
  
}