/*home 2*/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

/*# sourceMappingURL=profile1513763645.css.map */

.product-delivery {
  float: left;
  margin-left: 1px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}

.dot-red {
  height: 12px;
  width: 12px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.dot-green {
  height: 12px;
  width: 12px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}

.dot-orange {
  height: 12px;
  width: 12px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
}

p {
    font-size: 16px;
}


/* en tete */
.box-toph1 .leo-megamenu .navbar-nav>li>a {
    padding: 45px 12px;
}

#header, #header .header-top {
    border-bottom: 4px double black;
}




/* home */
.bg-fullwidth:before {
    padding: 0;
    margin-left: 0;
}

.titre-1{
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

.texte-1{
    font-size: 18px;
    color: black;
}

.flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
.reverse{
flex-direction: column-reverse;
}
}



.col-texte-1{
    margin: 5%;
}

.bouton{
color:black;
padding:8px 12px;
font-size:16px;
font-weight:600;
border: solid 2px black;
background-color: #ffffff;
transition: .5s;
}


.bouton span{
color:black;
padding: 8px 5px;
background-color: #ffffff;
}

.bouton:hover{
    background: linear-gradient(0deg, transparent 80%, #000000 50%);
    background-size: 10px 3px;
    background-color: #ffffff;
}

.titre-2{
    text-transform: uppercase;
    letter-spacing: 5px;
}

.flex-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.separator{
width:350px;
}

.manufacturer-image-container img{
    border-radius: 500px;
    border: 2px solid black;
}

#manufacturer-description{
margin:50px 0px;
}

.col-marques{
    margin: auto;
}

.widget-category_image .cate_content .name-wapper {
    background: transparent;
    background: linear-gradient(0deg, transparent 80%, #ffffff 50%);
    background-size: 15px 4px;
    background-repeat: repeat-y;
}

.widget-category_image .cate_content .name-wapper .name {
    color: white;
}

.widget-category_image .cate_content .name-wapper .num {
    display: none;
}

.col-texte{
    padding: 6%;
}


.widget-category_image .cate_content .name-wapper .name {
    white-space: normal;
    text-align: left;
}






/* page catégories */

.subcategory-block .subcategory-meta {
    background: linear-gradient(90deg, transparent 60%, #ffffff 60%);
    background-size: 5px 13px;
    background-color: transparent;
}

.subcategory-name {
    background-color: #fff;
    color: black;
    padding: 10px 5px;
    margin: auto;
    vertical-align: middle;
}

.subcategory-meta h5{
    margin-top: 5px;
}

.category-depth-level-2 .subcategory-block .subcategory-image {
    display: none;
}

.category-depth-level-2 #subcategories>.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    background: linear-gradient(90deg, transparent 85%, lightgrey 40%);
    row-gap: 20px;
    background-size: 10px 5px;
}

.category-depth-level-2 #subcategories .subcategory-block {
    margin-bottom: 18px;
    margin-top: 30px;
    width: 25%;
    text-align: center;
}

.category-depth-level-2 .subcategory-meta h5 {
    border: solid 2px;
padding: 8px;
background-color: white;
}

.category-depth-level-2 .subcategory-block .subcategory-meta {
    background: none;
}

h2.products-section-title, h3.products-section-title, h5.products-section-title {
    background: url(/themes/at_gucci/assets/img/modules/appagebuilder/images/icon-title.png) center bottom no-repeat;
}

.product-flags .product-flag.new {
    background: black;
}

.product-flag.discount {
  display: none !important;
}

.category-cover{
    display: none;
}

.block-category.card h1 {
    font-size: 30px;
    font-weight: 800;
}


/* page marques */

.brand {
    align-items: center;
}

.brand-products{
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 992px) {
.brand-products{
    display: block;
}
}





/*Switch Price*/

.switch_display_price_container {
  margin-left: 10px;
}

.switch_display_price_container input:checked[type="checkbox"] {
  background: #000;
}

.switch_display_price_container input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 16px;
  -webkit-appearance: none;
  background: #c6c6c6;
  border-radius: 100px;
  outline: none;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  transition: .5s;
  cursor: pointer;
}

.switch_display_price_container input:checked[type="checkbox"]::before {
  left: 50%;
}
.switch_display_price_container input[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  transform: scale(1.1);
  transition: .5s;
}
/*Switch Price*/



/* page revendeurs */

.page-cms #wrapper .container{
    width: 100%;
}

.cms-id-2 .container{
    width: 960px!important;
    max-width: 100%;
}

.cms-id-3 .container{
    width: 960px!important;
    max-width: 100%;
}


.page-cms .page-header h1 {
    font-size: 30px;
}


.container-liste{
width:1300px;
max-width: 100%;
margin: auto;
}

.nom-revendeur{
background:black;
padding:6px 15px;
}

.nom-revendeur h3{
color:white;
margin-bottom: 0;
}

.details-revendeur{
padding:15px;
background:#F1F1F1;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.plist-modern .thumbnail-container .product-meta {
  text-align: center;
}

.plist-modern .thumbnail-container .product-title {
  min-height: 55px;
}

.product-actions .add-to-cart {
  text-overflow: inherit;
}



/* page produit */

.product-prices .current-price {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    column-gap: 5px;
}

.product-prices .tax-shipping-delivery-label {
    margin-bottom: 4px;
}


#ets_cft_page #wrapper {
    padding-top: 20px;
}

#ets_cft_page  .panel-title-heading{
    color: black!important;
}

#ets_cft_page #wrapper .breadcrumb {
    padding: 20px 0;
}


.page-product span.current-price-value:after {
    content: "HT";
    font-size: 13px;
    color: grey;
}

.page-product .product-prices .tax-shipping-delivery-label {
    display: none;
}


.block-social li.linkedin:before{
    content: "\f0e1";
}

.block-social li:before {
    color: grey;
}

.block-social li:hover {
    color: black;
}


#RemiseGroupe {
  font-size: 10px;
  break-inside: unset;
  display: block;
}

.has-discount .discount {
  display: none;
}

.product-discount .regular-price {
  display: none;
}

.category-depth-level-2 .subcategory-meta h5 {
  padding: 4px;
}


#pvp{
    font-size: 16px;
}



.box-toph1 .leo-megamenu .navbar-nav>li>a {
    padding: 30px 12px;
}
.box-toph1 .h-logo {
    height: 80px;
    line-height: 50px;
}
#leo_search_block_top .title_block {
    height: 35px;
    line-height: 35px;
}
.box-toph1 .popup-over .popup-title {
    height: 35px;
    line-height: 35px;
}
.box-toph1 .blockcart .header {
    height: 35px;
    line-height: 35px;
}
.box-toph1 .col-right {
    margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .box-toph1 .col-right {
    margin-top: 0px;
}
}

body.keep-header #page {
        padding-top: 85px !important;
    }


.megamenu-off-canvas-9184166521380958 .dropdown-menu-inner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.megamenu-off-canvas-9184166521380958 .dropdown-menu-inner .row .col-md-1{
        padding-right: 5px;
        padding-left: 5px;
width: inherit;
    }

.leo-megamenu .dropdown-menu div.menu-title {
    font-size: 12px;
    letter-spacing: normal;
}

.leo-megamenu .dropdown-menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.leo-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
    width: 90vw !important;
}


.product-delivery {
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 30px;
}

.dot-green {
    height: 30px;
    width: 30px;
}

.dot-red {
    height: 30px;
    width: 30px;
}

.dot-orange {
    height: 30px;
    width: 30px;
}


.category-depth-level-2 #subcategories>.row {
    row-gap: 40px;
}

.category-depth-level-2 .subcategory-meta h5 {
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subcategory-name {
    padding: 6px 5px;
}

.category-depth-level-2 .subcategory-meta h5:before {
    content: "";
    width: 75%;
    height: 4px;
    position: absolute;
    background-color: white;
    top: 4px;
}
/*Google Map Revendeurs*/
.i4ewOd-pzNkMb-haAclf {
  display: none;
}


.orange{
    color: #ea8e4b;
}

/* Cache toute carte sous-catégorie "Promotion" sur toutes pages catégories */
.subcategories-list .subcategory-block:has(a[title="Promotion"]),
.subcategories-list .subcategory-block:has(a.subcategory-name[href*="/4-promotion"]),
.subcategories-list .subcategory-block:has(img[alt="Promotion"]) {
  display: none !important;
}