/**
Custom CSS for OttO  -  It@solido.com
assets/css are generated by webpack from _dev/css
this custom css bypass ther webpack compil and is used as is
**/
/**Imports **/
@import url("./concours.css");
#category .mx-display {
  width: 100%;
}
.page-cms .js-content-wrapper h1 {
  position: relative;
  top: -27px;
}
/* Video responsive */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* Popup info */
#popup-info .bg-img {
  background-color: #27236b;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Blog and product flags */
.ybc-blog-wrapper-detail .product-flags__flag:hover {
  color: white;
}
.collection--link .cta span {
  text-transform: none;
}
.itemfield .card-body .btn {
  display: initial;
}
i.ets_svg {
  vertical-align: -31px;
}
.cart-summary-line .label a {
  color: #feaa00;
}
/* Info categories */
.info_cat,
.info_cat_active {
  bottom: 36px;
  position: relative;
  max-height: none;
  overflow: clip;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: initial;
}
.info_cat_active {
  font-size: 0.8rem;
  max-width: 78%;
  overflow: visible;
}
/* Product miniature hover */
.product-miniature.card:hover {
  box-shadow:
    0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  transition: overflow 220ms ease-in-out;
}
.product-miniature__title {
  z-index: 4030;
  overflow: visible;
}
/* Footer shadow */
body:not(.page-order) .footer__shadow {
  background: #0f0f64;
}
#beforeFooter .footer__shadow {
  filter: blur(0.95rem);
  opacity: 0.12 !important;
  rotate: -2deg;
  top: 3px;
}
body:not(.page-index) #beforeFooter .footer__shadow {
  rotate: 0deg;
}
#search #beforeFooter .footer__shadow,
.page-pagenotfound #beforeFooter .footer__shadow {
  display: none;
}
.page-pagenotfound #beforeFooter::before {
  margin-top: 2px;
}
/* Date and product elements */
.dte-order {
  position: relative;
  top: -5px;
  font-size: 0.85rem;
}
.date-information {
  padding: 0 21%;
}
.product-thumbs__elem img {
  padding: 0;
}
/* Media queries */
@media (min-width: 991px) {
  .homeslider.swiper .swiper-button-next,
  .homeslider.swiper .swiper-button-prev {
    top: 4%;
  }
}
/* Swiper buttons */
.shop-product .swiper-button-next::after,
.shop-product .swiper-button-prev::after {
  color: #0f0f64;
}
#featured-shop-products .swiper-button-prev:hover {
  left: 4px;
}
#featured-shop-products .swiper-button-next:hover {
  right: 6px;
}
.shop-product .swiper-button-next,
.shop-product .swiper-button-prev {
  top: -28px;
}
/* Featured products */
.shop-featured-products::before,
.custom-banner.footer-category-banner::before {
  content: " ";
  display: block;
  clear: both;
  width: 20%;
  border-top: 1px solid grey;
  margin-left: auto;
  margin-right: auto;
}
#featured-shop-products.shop-featured-products {
  margin-top: 90px;
}
#featured-shop-products {
  margin-top: -40px;
}
#featured-shop-products .shop-product::before {
  display: none;
}
/* Blog home */
#blog-home.blog-home .main_blog_item .b-blog {
  bottom: 15px;
  margin-right: 0;
  background-color: #feaa00;
}
#blog-home.blog-home {
  top: 85px;
  padding: 7rem 0.625rem 4rem;
}
/* Ribbons */
.ribbon {
  width: 138px;
  height: 138px;
  overflow: hidden;
  position: absolute;
}
.ribbon.ribbon-bottom-right {
  width: 155px;
  height: 155px;
}
.ribbon.ribbon-bottom-right span {
  padding-left: 19%;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  content: "";
  display: block;
  border: 5px solid #ad7d3d;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #f4a33b;
  color: #fff;
  font:
    700 13px/1 "Lato",
    sans-serif;
  text-transform: uppercase;
  text-align: center;
  z-index: 4000;
}
.ribbon-red span {
  background-color: #c15454 !important;
}
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.ribbon-top-left::before {
  top: 0;
  right: 17px;
}
.ribbon-top-left::after {
  bottom: 17px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.ribbon-top-right::before {
  top: 0;
  left: 20px;
}
.ribbon-top-right::after {
  bottom: 18px;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}
.ribbon-bottom-right {
  bottom: -10px;
  right: -8px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 14px;
}
.ribbon-bottom-right::after {
  top: 24px;
  right: -2px;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-43deg);
}
/* Miscellaneous */
.fit-width {
  width: fit-content;
}
.load-slider-button {
  width: 300px;
  height: 76px;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4004;
  background: url(/themes/ottomobile/assets/img/button-otto-GAB-2025.png)
    no-repeat center;
  background-size: cover;
  cursor: pointer;
  display: none;
}
#button-addon1 {
  padding: 0.5rem 1rem;
}
.collections img {
  max-width: 75%;
}
.alert-country {
  transition: opacity 1s ease-in-out;
}
.product-flags {
  min-height: 27px;
}
#shop-collection {
  top: 0;
  background: #0f0f64;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  z-index: 1049;
}
#shop-collection .collections {
  background-color: transparent;
}
.collections .cta {
  color: #fff;
}
.timer {
  top: -43px;
}
.intro-blocks .intro_text {
  padding-bottom: 0;
  font-size: 1rem;
  max-width: 90%;
}
.menu_main_.menu_slidedown {
  margin-top: 9px;
}
.footer-panel-description.adress {
  line-height: 1.4rem;
}
.page-index #beforeFooter {
  margin-top: 32px;
}
.intro_title {
  font-size: 1.2rem;
}
#EmailSubscription h2 {
  font-size: 1.4rem;
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
#category-description .alert-date {
  display: none;
}
#category-description p {
  color: #000;
}
#category h1,
#category h2,
#category h3,
#category h4,
#category h5,
#category h6,
#category p {
  margin-bottom: 0.3rem;
}
.ybc-blog-related-posts-list-li {
  border: 1px solid #eee;
}
.slick-list {
  padding: 1px;
}
.alpine-gt-slide {
  max-width: 480px;
}
#PaylineWidget {
  padding: 44px;
}
.custom-banner i {
  position: relative;
  top: 11px;
}
.product-add-to-cart .material-icons {
  font-size: 36px;
  color: #feaa00;
}
.block-social li {
  list-style: none !important;
}
.payment-options .checkout-option-block > input {
  left: 34%;
}
.payment-options .custom-control-input {
  height: 1.25rem;
  opacity: 1;
  width: 1rem;
  z-index: 1040;
  top: 55%;
}
.custom-checkbox .custom-control-input {
  opacity: 0;
}
#paypal-buttons {
  margin: auto;
}
.product-flags__flag.rounded.product-flags__flag--cinquante,
li.product-flags__flag.rounded.product-flags__flag--cinquante {
  background-color: #000 !important;
  position: absolute;
  bottom: 32px;
  color: #fff;
}
.price {
  font-size: 1.2rem;
  color: #c10606;
}
.price--regular {
  color: #6c757d;
}
.product-flags__flag--discount {
  display: none;
}
.price--reduced {
  color: #fe5500;
}
.exerg_prod {
  border-color: red;
}
.header-category {
  background: linear-gradient(123deg, #5d6c91, #0f0f4b);
  border-radius: 0.3375rem 0.3375rem 0 0;
}
.listing--back {
  background: #fff;
  border: 1px solid #feaa00;
  color: #feaa00;
  margin: 2.2em auto;
}
.badge-danger {
  background-color: #ffa700;
  color: #0f0f64;
}
.text-w75 {
  color: rgba(0, 13, 83, 0.63);
}
.gformcms_action {
  text-align: center;
  margin-bottom: 2.2rem;
}
.gformcms_action button {
  background: #0f0f64;
  border: 1px solid #0f0f64;
  color: #fff;
  margin: 2.2em auto;
  line-height: 1rem;
  padding: 0.5rem 2rem 1rem 2rem;
}
.gformcms_action .material-symbols-outlined {
  position: relative;
  top: 6px;
}
.custom-checkbox small {
  margin-left: 7px;
  text-transform: lowercase;
}
.gdpr_module_221 {
  margin-top: -17px !important;
  margin-left: 13px;
}
.input_box label {
  margin-left: -3px;
}
#content-hook_order_confirmation .material-icons,
.page-order-confirmation .material-symbols-outlined {
  position: relative;
  top: 7px;
  font-size: 44px;
  color: #feaa00;
}
#mobile_filters {
  z-index: 9999;
}
.page-content h2 {
  font-size: revert;
}
#module-thegiftcard-page .page-content a {
  color: #0f0f64;
}
#module-thegiftcard-page .page-content a:hover {
  color: #feaa00;
  text-decoration: none;
  transition: 0.3s;
}
#module-thegiftcard-page h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item {
  margin-right: 12px !important;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-dropdown
  .pos-sub-inner {
  box-shadow: none;
  background-color: transparent;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-dropdown {
  padding-top: 0;
}
.pos-sub-menu::before {
  display: block;
  content: " ";
  clear: both;
  background-color: rgba(255, 255, 255, 0.9);
  height: 101%;
  width: 260%;
  position: absolute;
  top: 0;
  left: -39%;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.submenu-item img {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
}
.category-sub-menu li {
  margin-bottom: 6px;
}
.livraison li::before,
.actu-otto li::before {
  content: "local_shipping";
  font-family: "Material Icons";
  font-size: 1.4rem;
  transition: 220ms ease-in-out;
  color: black;
  position: absolute;
  left: -15px;
  top: -9px;
}
.actu-otto li::before {
  content: "new_releases";
}
#relais_txt_cont h4 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}
#relais_txt_cont h4::before {
  font-family: "Material Icons", sans-serif;
  font-size: 2.2rem;
  line-height: 2.1rem;
  vertical-align: bottom;
  content: "\e5cc";
}
#relais_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#relais_txt .checkbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 90%;
  margin: auto;
  margin-bottom: 12px;
  padding: 22px;
}
#relais_txt .checkbox:active {
  border-color: #ffc005;
}
#relais_txt .checkbox:focus {
  border-color: #2d12fbaf;
}
.content_scene_cat_bg {
  background: none !important;
}
#giftcard_product .content_scene_cat .content_scene_cat_bg {
  background-color: white !important;
}
#giftcard_product .content_scene_cat span.category-name {
  color: #003679;
}
.rte p {
  color: #000 !important;
}
#bigpic .img-thumbnail {
  min-width: 250px;
}
.main-menu__item-link--top span {
  text-align: left;
}
.footer-link-list a {
  font-size: 1rem;
}
.faded_article {
  opacity: 0.4;
}
#link-cms-page-29-1 {
  font-size: 0.99rem;
  white-space: nowrap;
  border-bottom: 1px solid #f0f8ff3d;
  padding-bottom: 4px;
}
.products-selection button {
  margin-top: 0rem;
}
.club-date-info {
  border: 1px solid #ccc;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.custom-banner.footer-category-banner::before {
  margin-bottom: 2rem;
}
span.swiper-pagination-bullet:last-child {
  display: inline-block;
}
.ets_plp_pagination a.load_more {
  display: inline-block;
  border: 1px solid #0f0f64;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  background-color: #0f0f64;
  font-weight: bolder;
}
.ets_plp_pagination a.load_more:hover {
  background-color: #feaa00;
  border-color: #feaa00;
  color: #0f0f64;
  transition: 0.3s;
}
.customer-links a.active {
  background: white;
  color: #feaa00;
}
.customer-links .link-item {
  border-bottom: 1px solid #00000014;
  padding-bottom: 6px;
}
a.customer-links__logout {
  font-size: 0.8rem;
}
.customer-links__footer span.customer-links__logout {
  top: 0;
}
ul.ets_abancart_products li a img {
  width: 100%;
}
.ets_svg_fill_gray {
  position: relative;
  top: 2px;
}
.user-form__content .material-symbols-outlined {
  position: relative;
  top: 5px;
  left: -8px;
  margin-right: -17px;
}
.form-control {
  width: 100%;
}
@import url("./responsive.css");
