/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-list-rugby .thumbnail-container .functional-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateY(100%);
  z-index: 10;
}

.product-list-rugby
  .thumbnail-container
  .functional-buttons
  > div.button-container {
  margin: 0 !important;
}

.product-list-rugby
  .thumbnail-container
  .functional-buttons
  > div:not(:last-child) {
  border-right: 1px solid #252125;
}

.addToCartFormWrapper {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-list-rugby .thumbnail-container:hover .addToCartFormWrapper {
  opacity: 1;
  visibility: visible;
}

.product-list-rugby .thumbnail-container .functional-buttons .button-container {
  width: calc(100% - 83px);
}

.product-list-rugby .thumbnail-container .functional-buttons > div {
  width: 45px;
}
.product-list-rugby .thumbnail-container .functional-buttons .quick-view,
.product-list-rugby .thumbnail-container .functional-buttons .btn-product {
  width: 100%;
  height: 45px;
  line-height: 40px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: rgba(1, 1, 1, 0.8);
  color: #9f9e9f;
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}
.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .btn-product:not(.add-to-cart)
  span
  span,
.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .quick-view
  span
  span {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 7px;
  color: #fff;
  background: #000;
  font-size: 8px;
  padding: 2px 10px;
  line-height: 16px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}

.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .btn-product:not(.add-to-cart)
  span
  span:before,
.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .quick-view
  span
  span:before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #000;
  position: absolute;
  top: 100%;
  right: 15px;
}

.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .quick-view:hover
  span
  span,
.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .btn-product:hover
  span
  span {
  opacity: 1;
  visibility: visible;
}

.product-list-rugby .thumbnail-container:hover .functional-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-list-rugby .btn-primary i {
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}

.product-list-rugby .thumbnail-container .functional-buttons .btn-product:hover,
.product-list-rugby .thumbnail-container .functional-buttons .quick-view:hover {
  background: #e33d3d;
  color: #fff;
}

.product-list-rugby
  .thumbnail-container
  .functional-buttons
  .btn-product.add-to-cart.enable-attr {
  color: #fff;
}

.product-list-rugby .add-to-cart i {
  display: none;
}

.addToCartFormWrapper span.radio-label {
  border-radius: 0 !important;
}
.addToCartFormWrapper .input-color:checked + span,
.addToCartFormWrapper .input-color:hover + span,
.addToCartFormWrapper .input-radio:checked + span,
.addToCartFormWrapper .input-radio:hover + span {
  background-color: #4cbb6c;
  color: #ffffff;
}

.leo-megamenu .navbar-nav > li > a {
  padding: 30px 8px !important;
  font-size: 12.5px !important;
}

@media (min-width: 1200px) {
  .blockreassurance_product > div {
    width: 31%;
    margin: 1%;
    float: left;
  }
}

#subcategories {
  display: none;
}

.leo-more-info {
  height: 81% !important;
  margin-top: 12%;
}

div.box-vitabn2 .ApImage .image_description {
  top: 60% !important;
}

div.box-vitabn2 .ApImage .image_description h4 {
  text-shadow: 2px 2px 5px #000;
}

.content .lql-social-login.show-bt-txt,
#content .lql-social-login.show-bt-txt {
  display: none;
}
.content .tab-content .lql-social-login.show-bt-txt,
#content .login-form .lql-social-login.show-bt-txt {
  display: block;
}

#grid.leo_grid,
#list.leo_list {
  display: none;
}

.center {
  text-align: center;
}

.p-reference .product-quantities {
  display: none;
}

.leo-dropdown-cart-subtotals {
  display: none;
}
.leo-dropdown-bottom {
  padding-top: 0;
}
.leo-cart-dropdown-action a.btn {
  margin-top: 5px;
  padding: 7px 15px;
}
.leo-dropdown-bottom .leo-dropdown-cart-total {
  padding-top: 5px !important;
}
.leo-cart-dropdown-action {
  padding-top: 5px !important;
}

#language-selector-label {
  display: none;
}

#category-description {
  margin-bottom: 20px;
}

.h1 {
  font-family: "usuzi";
}

.blog-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.blog-container .cat {
  margin: 10px;
}
.blog-container .blog-content-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog-container .left-block {
  width: 100% !important;
  padding: 8px !important;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}
.blog-container .right-block {
  padding: 8px !important;
  width: 69% !important;
}
.blog-viewall {
  margin: 20px 0px 20px 0px;
}
#dfx-popletter .popup-content {
  max-width: unset;
  text-align: justify;
}
#dfx-popletter #blockEmailSubscription_ #block-newsletter-label,
#dfx-popletter #blockEmailSubscription_ .col-conditions {
  display: none;
}

#sizeChart {
  margin: -0.5rem 0 1rem;
}
#modal-sizechart table{
  width: 100% !important;
}
#modal-sizechart table td{
  padding: 0.5rem !important;
}

@media (max-width: 444px) {
  #recepmode-mail-additional-information {
    margin-left: -20px;
    width: 215px;
  }
  #choicegiftcard section .gc-section-content .gc-actions {
    display: flex;
    justify-content: center;
  }
}



.page-category div#right-column {
    display: none;
}

.page-category div#left-column {
    position: sticky;
    top: 101px;
    overflow-y: scroll;
    height: 600px;
    overflow-x: hidden;
}

@media only screen and (max-width: 575px) {
.page-category div#left-column {
  display:none !important;
}

}


.page-category .block-categories .category-sub-menu li > a {
    font-size: 12px;
}

li.nav-item.parent.stad-toulouse.dropdown.aligned-center.leo-1 .mega-col.col-md-6:nth-child(2) {
    display: none;
}

li.nav-item.parent.stad-toulouse.dropdown.aligned-fullwidth.leo-1  .mega-col.col-md-6:nth-child(2) {
    display: none;
}

h4.ets_crosssell_title {line-height: 1.5;padding: 0;font-weight: 400;font-family: 'usuzi';text-transform: capitalize;margin: 10px 0 25px;text-align: center;font-size: 24px;border-bottom: none;  display: block;}
.ets_crosssell_block .featured-products .slick-arrow:hover {background:none;background-color:transparent;}
.ets_crosssell_tab_content button.slick-arrow, .ets_crosssell_block .tab_content button.slick-arrow {background-color:transparent;width: 40px;height: 40px;line-height: 40px;color: transparent;text-align: center;transition: all 0.5s;position: absolute;top: 50%;margin-top: -20px;border-radius: 20px;overflow: hidden;}
.ets_crosssell_tab_content button.slick-prev.slick-arrow, .ets_crosssell_block .tab_content button.slick-prev.slick-arrow {left: -5px;right:auto;}
.ets_crosssell_tab_content button.slick-next.slick-arrow, .ets_crosssell_block .tab_content button.slick-next.slick-arrow {right: -5px;left:auto;}
.ets_crosssell_tab_content button.slick-arrow:before,.ets_crosssell_block .tab_content button.slick-arrow:before {content: "\f054";font-family: 'Font Awesome 5 Pro';color: #000;font-size: 16px;display: block;transition: all 0.5s;font-size: 24px;width:40px;height:40px;border:none;position:initial;transform:none;-webkit-transform:none;margin-left:0;}
.ets_crosssell_tab_content button.slick-next.slick-arrow:before, .ets_crosssell_block .tab_content button.slick-next.slick-arrow:before {transform:none;-webkit-transform:none;}
.ets_crosssell_tab_content button.slick-prev:before,.ets_crosssell_block .tab_content button.slick-prev:before {content: "\f053";}
.ets_crosssell_block .slick-arrows  button:hover:before {color: #e33d3d;}
@media (min-width:1200px) {
  .ets_crosssell_tab_content button.slick-prev.slick-arrow, .ets_crosssell_block .tab_content button.slick-prev.slick-arrow {left: -40px;right:auto;}
  .ets_crosssell_tab_content button.slick-next.slick-arrow, .ets_crosssell_block .tab_content button.slick-next.slick-arrow {right: -40px;left:auto;}
}
.ets_crosssell_block .slick-arrows  button:hover {transform: scale(1.2);}