/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.header-nav {
  /*background: rgba(250, 250, 250, 0.5) !important; */
  background: rgba(0, 0, 0, 0.9) !important;
}
.header-top {
  /*background: rgba(250, 250, 250, 0.5) !important; */
  background: rgba(0, 0, 0, 0.7) !important;
}
@media (min-width: 1200px) {
  .top-menu[data-depth="0"] > li > a {
    font-size: 18px;
    color: #FFFFFF;
  }
}
@media (min-width: 992px) {
  #header {
    color: #FFFFFF;
  }
}
/*
header.fixed-top.hide-bar .header-top {
    background: rgba(0, 0, 0, 0.87);
}*/
#header.fixed-top {
  -webkit-transition: .2s transform;
  transition: .2s transform;
  position: fixed;
}
#header.fixed-top:before {
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}
#header.fixed-top .header-top {
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
  padding-right:30px;
  min-height: 70px;
}
#header.fixed-top.hide-bar .header-top {
  /*background: rgba(250, 250, 250, 0.5); */
  background: rgba(0, 0, 0, 1);
  min-height: 70px;
}
.is-not-index #header.fixed-top.hide-bar:before {
  /*background: rgba(250, 250, 250, 0.5); */
  background: rgba(0, 0, 0, 1);
}
.is-not-index #header.fixed-top.hide-bar .header-top {
  background: transparent;
}
@media (min-width: 992px) {
  .is-not-index #header:before {
    background: rgba(0, 0, 0, 0);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.text-light {
  color: #FFFFFF;
}
.product-images .owl-nav > div {
  background: #07125f;
}
.product-images .owl-nav > div:hover {
  background: #FFFFFF;
}
.product-images .thumb-container .thumb.selected, .product-images .thumb-container .thumb:hover {
  border: 1px solid #e3e3e3 !important;
}
.product-images .thumb-container .thumb {
  border: 1px solid #e3e3e3;
}
.quickview .arrows i {
  background-color: #07125f;
}
.quickview .arrows i:hover {
  background-color: #07125f;
}
.quickview .arrows i:active {
  background-color: #FFFFFF;
  color: #07125f;
}
.more-info .tab-pane-inner-noborder {
  border: 0px solid #e3e3e3;
  padding: 20px 20px 15px;
}
@media (min-width: 992px) {
  .top-menu[data-depth="1"] > li {
    padding: 0 12px 0 0;
    min-width: 0;
    max-width: none;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  #_desktop_logo {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .top-menu[data-depth="0"] > li > a {
    padding: 22px 1em 10px;
  }
}
@media (min-width: 992px) {
  .top-menu[data-depth="1"] > li > a {
    color: #07125f;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
  }
  .top-menu[data-depth="1"] > li > a > div {
    background-color: #FFFFFF;
  }
}
@media (min-width: 992px) {
  body #header .search-btn-toggle:hover, body .top-menu .sub-menu a:hover {
    color: #07125f;
  }
}

@media (max-width: 575.98px) {
    .grid .price{
		color: #131313!important;
		font-weight: 400!important;
    }
	.thumb-logo img {
    max-height: 30px!important;
}
}
	@media (max-width: 991px) {
    .wishtlist_top {
        display: none;
        font-size: 12px;
    }
		
}
	
@media (min-width: 1200px) {
  .products.xlarge-3 .product-miniature {
    padding: 0px 10px; /*70px;*/
  }
}
.product-miniature .thumbnail-wrapper {
  padding: 0px;
}
.productstabs-section .container {
  padding-bottom: 40px;
}
.features-home:before {
  background: rgba(0, 0, 0, 0.0);
}
.description-section {
  max-width: 800px;
}
.features-home {
  margin-top: 0px;
}
.grid .thumbnail-container:hover {
  -webkit-transform: scale(100%);
  transform: scale(100%);
  -webkit-box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0);
  z-index: 100;
}
.grid .thumbnail-container {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.grid .thumbnail-container:hover .highlighted-informations {
  -webkit-box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.css-special-shadow {
  text-shadow: #000000 1px 0 10px;
}
.header-slide .slide_title-one {
  font-size: 2em;
  text-transform: uppercase;
}
.promo-banner {
  background-position: bottom !important;
}
.product-variants-item .color {
  height: 100px;
  width: 100px;
  /*border-color: #e3e3e3;*/
  border-color: #FFFFFF;
  order-style: solid;
  border-width: 0px 0px 2px 0px; /* 25px top, 10px right, 4px bottom and 35px left */
  border-radius: 0px;
}
.product-cover {
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.thumb-logo {
  position: absolute; 
  float: left;
  left: 0;
  right: 0;
  top: 0;
  /*margin-inline: auto;*/
	display: inline-block;
	width: auto;
   box-sizing: border-box;
  width: fit-content;
}
.thumb-logo img {
  max-height: 60px;
	object-fit: contain;
}
.product-cover {
  border: 0px solid #e3e3e3;
}
.grid .right-block {
  padding: 0px;
}
.product-miniature .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: capitalize;
  margin: 0px 0 5px;
  color: #07125f;
}
.BornHS__Wrapper {
  position: relative;
  .BornHS__Close {
    display: none;
  }
  .Content__Wrapper {
    position: relative;
  }
  .BornHS__Modal__Content {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
    color: #131313;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    width: 360px;
    z-index: 4;
    .Content__Wrapper {
      padding: 20px;
      .BornHS__Title {
        font-size: 16px;
        text-transform: uppercase;
      }
      p {
        font-size: 13px;
        margin: 0;
        padding: 0;
      }
    }
  }
  .BornHS__Input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 0;
    z-index: -1;
    + .BornHS__Label {
      background: #07125f;
      border-radius: 50%;
      cursor: pointer;
      height: 20px;
      position: absolute;
      transition: all 300ms ease;
      width: 20px;
      z-index: 2;
      @media (min-width: 768px) {
        height: 40px;
        width: 40px;
      }
      &:before, &:after {
        background: #fff;
        content: "";
        cursor: pointer;
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
      }
      &:before {
        height: 2px;
        width: 40%;
      }
      &:after {
        height: 40%;
        width: 2px;
      }
    }
    ~ .BornHS__Overlay {
      display: none;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      top: 0;
      z-index: 3;
    }
    &:checked {
      + .BornHS__Label {
        transform: rotate(45deg);
      }
      ~ .BornHS__Modal__Content {
        opacity: 1;
        visibility: visible;
      }
      ~ .BornHS__Overlay {
        display: block;
      }
    }
  }
  &.BornHS__Blur {
    figure {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
    }
    .BornHS__Input {
      display: none;
      + .BornHS__Label {
        opacity: 0.5;
        pointer-events: none;
      }
      &:checked {
        display: inline-block;
        + .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__Close {
        background: #07125f;
        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;
        &:before, &:after {
          background: #fff;
          content: "";
          cursor: pointer;
          display: block;
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
        }
        &:before {
          height: 2px;
          width: 40%;
        }
        &:after {
          height: 40%;
          width: 2px;
        }
      }
    }
  }
}
.nav.nav-tabs_alternative {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#main > div.more-info > ul > li {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center !important;
}
.product-cover .js-qv-product-cover {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .top-menu[data-depth="0"] > li:hover > a {
    background: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    border-bottom:4px solid #ffffff;
  }
  .top-menu[data-depth="0"] > li:hover > a {
    background: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    text-decoration:none;
  }
  .top-menu[data-depth="0"] > li:hover > a:after {
    content: '';
    left: 1.15em;
    right: 1.15em;
    bottom: 0px;
    position: absolute;
    /*border-top: 3px solid #07125f;*/
    text-decoration: underline solide #07125f 2px solid;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #07125f;
    text-decoration: underline solide #07125f 2px solid;
  }
  @media (min-width: 992px) {
    .top-menu .sub-menu .inner-wrapper > .top-menu {
      background: rgba(255, 255, 255, 1);
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    }
  }
  @media (min-width: 992px) {
    .top-menu[data-depth="0"] > li:hover .sub-menu {
      background: none;
    }
  }
  @media (min-width: 992px) {
    .top-menu .sub-menu {
      /*padding: 38px 0 28px;*/
      padding: 0px;
      -webkit-box-shadow: 0px 5px 15px 0px #000000 !important;
      box-shadow: 0px 5px 15px 0px #000000 !important;
    }
  }
  #main > div.row.product-container.js-product-container > div > h1 {
    color: #07125f;
  }
  #main > div.row.product-container.js-product-container > div > div.product-prices.js-product-prices > div.product-price.h5 > div > span {
    color: #131313;
  }
  .product-features {
    margin-top: 0px;
  }
  .more-info {
    margin-top: 10px;
  }
  .bandeau-titre-produit {
    background: #07125f;
    color: #ffffff;
    border-radius: 4px;
  }
  .product-features > dl.data-sheet dd.value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: normal;
    background: none; /*#ebebeb;*/
    padding: 1px 4px;
    margin-right: 10px;
    line-height: 1.2;
    word-break: break-all;
    border-radius: 0px;
    margin-bottom: 2px;
    background: #ebebeb;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  .product-features > dl.data-sheet dt.name {
    background: #ffffff;
    color: #131313;
    text-transform: capitalize;
    border-radius: 0px;
    margin-bottom: 2px;
  }
  body .product-features > dl.data-sheet dt.name, body .product-features > dl.data-sheet dt.name {
    color: #131313;
    padding: 1px 4px;
    border-bottom: 1px solid #efefef;
  }
  .view-carousel .product-miniature {
    padding-left: 0px;
    padding-right: 0px;
  }
  .more-info .tab-pane-inner {
    border: 0px solid #e3e3e3;
    padding: 0px 20px 15px;
  }
  #main > div.more-info > ul > li {
    height: 34px;
  }
  #main > div.more-info > ul > li > a > img {
    max-height: 30px;
    max-width: 30px;
  }
  .nav.nav-tabs_alternative .nav-item .nav-link {
    padding: 16px 30px;
    padding: 0.2em 2em;
  }
  #custom-text {
    padding: 0px;
    margin-bottom: 0px;
  }
  .productstabs-section {
    margin-top: 20px; /*112px;*/
  }
  .productstabs-section .wrapper-tabs {
    margin-bottom: 0px; /*60px*/
  }
  .grid .thumbnail-container:hover .thumbnail-alternate + .thumbnail-picture {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    opacity: 1;
  }
  .grid .thumbnail-container:hover .thumbnail-alternate {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0%);
    opacity: 0;
  }
  .top-banner .banner-link:before {
    background: rgba(0, 0, 0, 0.2);
  }
  .price {
    font-size: 15px;
    font-weight: 400;
    color: #131313;
  }
  body .price {
    color: #131313;
  }
  .grid .product-desc {
    padding: 10px 40px;
  }
  #_desktop_logo > a > img {
    max-height: 40px;
  }
  @media (min-width: 1200px) {
    .top-menu .sub-menu .inner-wrapper {
      width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 100% !important;
      max-width: 95%;
    }
  }
  @media (min-width: 769px) {
    .grid .catalog-products .product-miniature {
      width: 33%;
    }
  }
  .products-selection {
    margin: 0;
  }
  #footer {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
	.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #07125f;
		text-decoration: underline 2px;
	}
}
.grid .product-miniature {
    padding: 4px 30px;
}
.breadcrumb li:last-child span{
	color: #07125f!important;
}
 span.material-icons.view-item.show_grid.active{
	color: #07125f!important;
}
@media (min-width: 576px) {
    .page-heading:before {
       /* border-top: 4px double #e3e3e3;*/
		 border-top: none!important;
        bottom: 0;
        content: '';
        height: 0;
        left: 0;
        margin: auto 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
}
@media (max-width: 575.98px) {
    [class*="col-"] {
         padding-left: 0px; 
         padding-right: 0px; 
    }
}