/* responsive */
.menu-button.mobile-menu-trigger {
  display: none;
}

.menu-button {
  display: none;
}

.menu-close.mobile-menu-trigger {
  display: none;
}

.mega-menu-close {
  display: none;
}
.bg-overlay.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: rgb(0, 0, 0);
  background-color: rgba(40, 40, 40, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.oclock-customer-form-action footer.form-footer {
  background-color: transparent;
}

/* Extra small devices (phones, less than 379px) */
@media (max-width: 378.98px) {
  .section-categories .category-link {
    font-size: 10px;
    width: 100%;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .page-my-account #content .links a {
    margin-bottom: 0.875rem;
  }

  input.js-cart-line-product-quantity.form-control {
    width: 5rem;
  }
  #checkout .step-order.-clickable {
    display: none;
  }

  .product-line-grid-right .cart-line-product-actions .remove-from-cart {
    display: flex;
    align-items: center;
    padding-top: 5px;
    justify-content: flex-end;
  }
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: right;
    margin-top: 0rem;
  }

  .product-line-grid-right.product-line-actions.col-md-5.col-xs-12
    .col-md-10.col-xs-6
    .row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .product-line-grid-right.product-line-actions.col-md-5.col-xs-12
    .col-md-10.col-xs-6 {
    width: 80%;
  }

  body#cart .product-line-grid-left {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }

  .description-specificities-container .product-description div {
    background-color: #f5f5f5 !important;
    width: 100% !important;
  }

  #blockcart-modal .product-name {
    font-size: 18px;
  }

  #blockcart-modal p.cart-products-count {
    color: #787878 !important;
    font-size: 14px !important;
    letter-spacing: -1.5px;
    margin-bottom: 26px;
  }

  #blockcart-modal .cart-content .cart-content-btn {
    display: flex;
    flex-direction: column;
  }

  body#cms .answer p {
    font-weight: 500;
    color: #adadad;
    font-size: 14px;
    line-height: 1.44;
  }

  body#cms .question {
    font-size: 15px;
  }

  body#cms .heading {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
  }

  .faq-wrapper {
    display: flex;
    gap: 0;
    flex-direction: column;
    margin: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #wrapper {
    padding-top: 0.563rem;
  }

  .page-cms-6 .row:nth-child(2) {
    margin-top: 20px;
  }

  .page-cms-6 h3 {
    text-transform: uppercase;
    font-size: 17px;
  }

  .page-cms-6 .images-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
    margin-top: 28px;
    margin-bottom: 30px;
  }

  .page-cms-6 .cards-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 26px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .page-cms-6 .cards-container .card {
    padding: 28px;
  }

  .oclock-category-banner h1 {
    font-size: 23px;
    text-align: center;
  }

  .oclock-category-banner {
    height: 180px;
  }

  .mega-menu-close svg {
    width: 22px;
    stroke: white;
  }

  .mega-menu-close {
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #003255;
    padding: 4px;
    border-radius: 4px;
    display: none;
  }

  .oclock-main-submenu .submenu-content {
    padding: 20px;
  }

  .oclock-main-submenu {
    width: 90%;
    position: fixed;
    top: 0;
    background: #f4f4f4;
    max-height: 100vh;
    overflow: auto;
    z-index: 2;
  }
  .mega-menu-close {
    position: fixed;
    top: 2%;
    right: 12% !important;
  }

  .oclock-main-submenu .white-bar {
    display: none;
  }

  .oclock-main-submenu .cols-wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }

  /* Your CSS code for small devices (phones)  font-size/1.8  */
  .menu-button svg {
    width: 30px;
    height: 30px;
    stroke: #a8a8a8;
  }

  .menu-button {
    margin-left: 15px;
  }

  .header-wrapper .container {
    padding: 0;
  }

  .lang-selector-btn svg {
    display: none;
  }

  .lang-selector-btn {
    margin-right: 10px;
  }

  #search_widget {
    margin-bottom: 0.625rem;
    overflow: auto;
    width: 90%;
    left: 15px;
    right: auto;
    margin: auto;
  }

  .week-products-wrapper {
    margin-bottom: 25px;
  }

  .week-products-wrapper .products-section-title {
    font-size: 28px;
    line-height: 43px;
    font-weight: 500;
    color: var(--primary-blue);
    margin-bottom: 22px;
    text-align: left;
    margin-top: 0;
  }

  .products .product .product-miniature {
    height: 425px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ececec;
  }
  
    .product-miniature .product-description {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .product-description {
        gap: 4px;
    }

  .products .js-product.product {
    background: #ececec;
  }

  .products .product .product-miniature .thumbnail-container {
    width: 91%;
    height: 100%;
    min-height: 420px;
    padding: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }

  .section-genders .genders-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .section-genders .gender {
    height: 200px;
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }

  .section-genders .gender h2 {
    font-size: 26px;
  }

  .section-genders .gender p {
    font-size: 18px;
  }
  .under-banner-container .block.left div {
    order: 2;
    margin-bottom: 20px;
  }

  .under-banner-container .block.left .frame-container-video,
  .under-banner-container .block.left .bg-cover-product {
    order: 1;
  }

  .under-banner-container .block div p,
  .under-banner-container .block div h3 {
    max-width: 90%;
    margin-inline: auto;
  }
  .under-banner-container .block.right .frame-container-video,
  .under-banner-container .block.right .bg-cover-product {
    order: 1;
  }
  .under-banner-container .block.right .bg-cover-product {
    height: 200px ;
  }

  .under-banner-container .block.right div {
    order: 2;
    margin-bottom: 20px;
  }

  .homeProducts .swiper-slide,
  .viewProducts .swiper-slide,
  .swiper_features .swiper-slide {
    max-width: 368px;
  }

 

  .section-categories .category:nth-child(even) {
    flex-direction: column;
  }

  .section-categories .category-data {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 12px;
  }

  .section-title {
    font-size: 28px !important;
    font-weight: 500 !important;
  }
  .under-banner-container .block h3 {
    font-size: 22px;
  }
  .under-banner-container .block p {
    font-size: 16px;
  }

  .section-subtitle {
    font-size: 14px;
    line-height: normal;
  }

  .featured-products,
  .section-categories {
    padding-top: 10px;
    margin-top: 1rem !important;
  }

  .section-categories .category-cover h2.category-cover-prefix {
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: -5px;
  }

  .section-categories .category-cover h2.category-cover-title {
    font-size: 23px;
    font-weight: 900;
    line-height: normal;
  }

  .section-features {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-categories .category-link {
    font-size: 11.5px;
    padding: 0 15px;
    width: 100%;
  }

  .section-categories .category-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-blue);
    margin-bottom: 22px;
    max-width: 89%;
  }

  .section-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: 20px;
    padding: 114px 0;
  }

  .section-banner .title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
  }

  .section-banner .text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 24px;
    color: white;
    width: 60%;
    letter-spacing: 1px;
  }

  .section-banner .custom-btn {
    font-size: 13px;
    font-weight: 700;
    padding: 0px 25px;
  }

  .home-products-button-prev,
  .home-products-button-next,
  .products-button-next,
  .products-button-prev,
  .accessories-products-button-prev,
  .accessories-products-button-next {
    display: none !important;
  }

  .carousel .carousel-control.left,
  .carousel .carousel-control.right {
    background: none;
    display: none;
  }

  .carousel {
    left: 50%;
    width: 100vw;
    padding-bottom: 0;
    margin-left: -50vw;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
  }

  .carousel .carousel-item .caption {
    position: absolute;
    margin: 1.275rem auto 2.5rem;
    text-align: center;
    height: auto;
    z-index: 2;
  }

  /*title slider home index font-size/1.6*/
  .carousel .carousel-item .caption .display-1 {
    font-size: 28px;
  }

  .carousel .carousel-item .caption .caption-description h2 {
    font-size: 23px;
    margin-bottom: 10px;
    text-align: left;
  }


  /*END */
  .section-newsletter .subtitle {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 14px;
    color: white;
    width: 100%;
    letter-spacing: 1px;
  }

  .section-newsletter .title {
    font-size: 28px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    color: white;
  }

  .section-newsletter .input-container {
    width: 96%;
  }

  .footer-cols {
    grid-template-columns: repeat(1, 1fr);
  }

  .payment-methods {
    margin-top: 17px;
    padding-bottom: 12px;
    text-align: start;
    padding-left: 12px;
  }

  footer .back-to-top {
    left: auto;
    right: 0;
  }

  footer .logo-rating-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  /*Product*/

  .product-container,
  .description-specificities-container,
  .under-banner-container,
  .technical-specifications-container,
  .other-products-container {
    width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .show-specificities-btn,
  .show-specifications-btn {
    margin-left: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    margin: auto;
  }

  .description-specificities-container {
    margin-top: 1rem;
  }

  .product-container {
    margin-top: 0px;
  }

  .banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  div#_desktop_language_selector .dropdown-item img {
    width: 26px;
    object-fit: contain;
  }

  div#_desktop_language_selector a.dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
  }

  div#_desktop_language_selector .dropdown-menu {
    position: absolute;
    top: 28px;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 6rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #363a42;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    right: 0;
  }

  /*menu */

  div#_desktop_top_menu {
    position: fixed;
    background: white;
    height: 100%;
    width: 80%;
    top: 0;
    z-index: 1;
  }

  div#_desktop_top_menu ul#top-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
  }

  div#_desktop_top_menu ul#top-menu a.dropdown-item {
    padding-left: 10%;
    padding-top: 10px;
    width: 100%;
  }

  div#_desktop_top_menu ul#top-menu li {
    width: 100%;
  }

  #_desktop_top_menu {
    left: -100%;
    display: block !important;
  }

  #_desktop_top_menu {
    position: absolute;
    left: -100%;
    /* Start hidden on the left */
    top: 0;
    width: 100%;
    height: 100vh;
    /* Full screen height */
    background-color: white;
    /* Or any background color */
    transition: none;
    /* No default transition */
  }

  /* When the menu is visible, with animation */
  #_desktop_top_menu.active {
    display: block !important;
    animation: slideIn 0.5s forwards;
    /* Animation for sliding in */
  }

  /* When the menu is being hidden, with animation */
  #_desktop_top_menu {
    animation: slideOut 0.5s forwards;
    /* Animation for sliding out */
  }

  /* Keyframes for sliding in from left */
  @keyframes slideIn {
    0% {
      left: -100%;
      /* Hidden on the left */
    }

    100% {
      left: 0;
      /* Fully visible */
    }
  }

  /* Keyframes for sliding out to the left */
  @keyframes slideOut {
    0% {
      left: 0;
      /* Fully visible */
    }

    100% {
      left: -100%;
      /* Hidden on the left */
    }
  }

  .menu-close.mobile-menu-trigger.active {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #d2a66e;
    z-index: 99999999999;
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }

  .menu-close.mobile-menu-trigger.active svg {
    stroke: white;
  }

  .menu-button.mobile-menu-trigger {
    display: block;
  }
  #header .top-menu a {
    padding: 3px 1.5rem !important;
  }

  /*category */

  .oclock-category-banner h1 {
    font-size: 23px;
  }

  .oclock-category-banner {
    height: 180px;
  }

  .oclock-category-details {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .oclock-category-details h2.category-name {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .oclock-category-details .category-description p {
    font-size: 12.5px;
  }

  body#category #left-column {
    width: 100%;
  }

  body#category #content-wrapper {
    width: 100%;
  }

  body#category .product.col-xl-4,
  body#category .product {
    width: 100%;
    padding: 0;
  }

  body#category .products-selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  body#category #products .col-md-6 {
    padding: 0;
    width: 100%;
  }

  .products-selection .sort-by-row .select-title i {
  }

  .products-selection .sort-by-row .select-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /*P detail*/
  .product-actions .add {
    width: 100%;
  }

  .blockreassurance_product .item-product {
    display: inline-block;
    height: 35px;
    float: left;
    margin-right: 3px;
    padding-top: 7px;
    width: 35px;
  }

  .blockreassurance_product p.block-title {
    font-size: 14px;
  }

  .description-specificities-container,
  .under-banner-container,
  .technical-specifications-container,
  .other-products-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  body#product .products .product .product-miniature {
    height: 425px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ececec;
    padding: 0;
  }

  body#product .banner-container {
    position: relative;
    margin: 20px 0;
  }

  .under-banner-container .block {
    display: flex;
    flex-direction: column;
  }
  body#checkout .form-group.ocklint.fild-firstname,
  body#checkout .form-group.ocklint.fild-email,
  body#checkout .form-group.ocklint.fild-company,
  body#checkout .form-group.ocklint.fild-address2,
  body#checkout .form-group.ocklint.fild-id_state,
  body#checkout .form-group.ocklint.fild-id_country {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  body#checkout .form-group.ocklint.fild-lastname,
  body#checkout .form-group.ocklint.fild-password,
  body#checkout .form-group.ocklint.fild-adresse,
  body#checkout .form-group.ocklint.fild-city,
  body#checkout .form-group.ocklint.fild-postecode {
    width: 100%;
  }

  .under-banner-container .block div {
    padding-top: 34px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
  }

  body#product .other-products-container .featured-products .product_list {
    margin-left: 0;
    justify-content: center;
    width: 100%;
  }

  body#product .products .js-product.product {
    background: #ececec;
    width: 100%;
    margin-bottom: 15px;
  }
  .section-categories .category-cover .category-cover-title {
    font-size: 31px;
    font-weight: 900;
    line-height: 60px;
  }

  body#product .product-heading-wrapper div {
    width: inherit;
  }

  body#product button.wishlist-button-add.wishlist-button-product {
    margin-top: 10px;
    height: 2.8rem !important;
    width: 2.8rem !important;
      position: absolute;
        right: 3%;
        top: 0;
    }

  body#product .product-heading-wrapper {
    padding-top: 10px;
  }

  div#_desktop_user_info a {
    font-size: 11px;
  }

  /*Login */
  .oclock-customer-form-section .col-image {
    display: none;
  }

  .oclock-customer-form-title {
    font-size: 22px;
    text-wrap: unset;
    text-align: left;
  }

  .oclock-customer-form-action p {
    font-size: 14px;
    text-align: left;
  }

  .oclock-customer-form-action p a {
    font-size: 15px;
  }

  .page-customer-account #content {
    padding: 0rem;
  }

  .block_newsletter {
    padding-bottom: 0.625rem;
    border-bottom: 0px solid #f6f6f6;
  }

  /* account */
  body.page-customer-account #main .page-content {
    padding: 0rem;
    display: flex;
    flex-direction: column;
  }

  body.page-customer-account .js-customer-form {
    width: 100%;
  }

  body.page-customer-account .oclock-aside-wrapper {
    width: 100%;
  }

  body.page-customer-account .js-customer-form {
    width: 100%;
  }

  body.page-customer-account footer.page-footer {
    padding-bottom: 2rem;
  }

  .oclock-w-80,
  body.page-identity .js-customer-form {
    width: 100%;
  }

  body.page-customer-account .oclock-customer-form-submit,
  body.page-customer-account .form-control-submit {
    width: 100%;
    text-transform: uppercase;
    padding: 16px;
    margin-top: 10px;
    color: white;
    background-color: var(--primary-blue);
    font-size: 18px;
    font-weight: 600;
  }

  body.page-customer-account section#content footer.form-footer {
    background-color: transparent;
  }

  .oclock-blockwishlist-wrapper {
    display: flex;
    flex-direction: column;
  }

  .oclock-aside-wrapper {
    width: 100%;
  }

  .oclock-blockwishlist-wrapper .wishlist-container {
    width: 100%;
  }

  .wishlist-container .page-content.card {
    box-shadow: 0.125rem 0.125rem 0.5rem 0 rgb(0 0 0 / 0%) !important;
  }

  .cms-id-7 section.contact-form {
    width: 100%;
    padding: 0;
  }

  .cms-id-7 .oclock-sav-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  /*END account */

  /* STEP account*/
  body#checkout section.checkout-step .step-title {
    font-size: 1rem;
  }

  .checkout__nav-list {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    border-bottom: 2px solid #f1f1f1;
    flex-direction: column;
  }

  .checkout__nav-list li {
    padding: 8px 8px;
    font-size: 15px;
  }

  body#checkout footer {
    background-color: #f5f5f500;
  }

  body#checkout .additional-information {
    margin-top: 0.1rem;
    margin-left: 1.875rem;
    font-size: 0.5rem;
  }

  body#checkout .additional-information section p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #7a7a7a;
    line-height: normal;
  }

  body#order-confirmation h3.h1.card-title {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: normal;
  }

  body#order-confirmation h3.h1.card-title i.material-icons.rtl-no-flip.done {
    margin: 0;
    background: #0d3354;
    border-radius: 100%;
    font-size: 12px;
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }

  section#content-hook_order_confirmation p {
    font-size: 13px;
    line-height: 1.25;
  }

  body#order-confirmation h3.h1.card-title {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: normal;
  }

  body#order-confirmation h3.h1.card-title i.material-icons.rtl-no-flip.done {
    margin: 0;
    background: #0d3354;
    border-radius: 100%;
    font-size: 12px;
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .banner_section_tendences img {
    max-width: 100% !important;
    max-height: 270px;
  }
  .collection_details {
        width: 100%;
        margin: auto;
        padding: 0rem;
    }
  .collection_details h2 {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: var(--primary-blue) !important;
  }
  .collection_details p {
    font-size: 17px;
  }
  .title_section_tendences p {
    font-size: 18px;
  }
  section#content-hook_order_confirmation p {
    font-size: 13px;
    line-height: 1.25;
  }

  body#order-confirmation #order-items .h3 {
    font-size: 13px;
  }

  body#order-confirmation .col-sm-4.col-xs-9.details span {
    font-size: 14px;
    line-height: normal;
  }

  .shop_seller_link .shop_seller_infor {
    font-size: 12px;
  }

  .order-line.row {
    background: #e2e1e1;
    padding: 16px 0px;
    border-radius: 2px;
  }

  #order-details .card-title {
    font-size: 13px;
    margin-bottom: 0;
  }

  #order-details ul li {
    margin-bottom: 0.625rem;
    font-size: 13px;
  }

  section#content-hook-order-confirmation-footer .container {
    padding: 0;
  }

  /*CMS */

  .page-content.page-cms {
    padding: 0;
  }

  .oclock-contact-info {
    padding: 15px;
  }

  body#contact section#wrapper .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .page-contact #wrapper .col-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
  }

  .oclock-contact-form .terms-and-conditions label {
    font-weight: 500;
    font-size: 13px;
    color: #c0c0c0;
    text-align: left;
    line-height: 1.5;
  }

  .oclock-contact-form .terms-and-conditions {
    margin-top: 7px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }

  .oclock-contact-form .oclock-form-submit {
    width: 100%;
    font-size: 13px;
    padding: 14px;
    margin-top: 26px;
    line-height: normal;
  }

  .oclock-contact-info .oclock-sm-list svg {
    width: 18px;
    height: 18px;
  }

  .oclock-contact-info .oclock-sm-list {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
  }

  .oclock-contact-info .info-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-blue);
  }

  .oclock-contact-info .phone-timing-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #bebebe;
  }
  #blockcart-modal .modal-body{
    padding: 0 !important;
  }

  .oclock-contact-info .info-item a {
    font-size: 14px;
    font-weight: 600;
    color: rgba(113, 113, 113, 1);
  }

  .oclock-contact-info .col-title {
    margin-top: 0;
  }
  #module-ets_marketplace-products
    .panel-heading
    .panel-heading-action
    .label-tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #module-ets_marketplace-products .panel-heading .panel-heading-action {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .ets_mp_paggination {
    flex-wrap: wrap;
    gap: 18px;
  }
  body#module-ets_marketplace-commissions
    .table.configuration.alltab_ss.list-mp_commissions
    .product_name {
    min-width: 200px !important;
  }
  body#module-ets_marketplace-carrier
    .table.configuration.alltab_ss.list-mp_carrier
    .delay {
    min-width: 200px !important;
  }
  body#module-ets_marketplace-billing
    .table.configuration.alltab_ss.list-front_ms_billings
    .date_add {
    min-width: 150px !important;
  }
  body#module-ets_marketplace-billing
    .table.configuration.alltab_ss.list-front_ms_billings
    .date_due {
    min-width: 150px !important;
  }
  body#module-ets_marketplace-commissions
    .table.configuration.alltab_ss.list-mp_commissions
    tr.nodrag.nodrop.filter.row_hover
    th.date_add.text-center {
    min-width: 150px !important;
  }
  body#module-ets_marketplace-manager
    .table.configuration.alltab_ss.list-mp_manager
    th.email {
    min-width: 120px !important;
  }
  body#module-ets_marketplace-manager
    .table.configuration.alltab_ss.list-mp_manager
    th.product-name {
    min-width: 120px !important;
  }
  .ets_mp_content_left
    .panel
    .panel-heading
    .panel-heading-action
    a.list-toolbar-btn {
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 20px;
  }
  .ets_mp_shop_main_detail .js-product.product {
    margin-bottom: 13px !important;
  }
  body#cms .section-title {
    margin-bottom: 5px;
  }
  body#cms p {
    line-height: 21px;
  }
  #footer .block_newsletter p.alert {
    max-width: 100%;
  }
  .section-categories .categories-wrapper {
    margin: 0;
  }
  .name-user {
    display: none;
  }
    .technical-specifications-container {
        margin-bottom: 50px;
    }
    
    .technical-specifications-container button#show-specifications {
        margin: auto;
        float: left;
        width: 100%;
        font-size: 14px;
    }
    
    body#product .banner-container {
        margin-top: 3rem;
    }
    
    .description-specificities-container button#show-specificities {
        margin: auto;
        float: left;
        width: 100%;
        font-size: 14px;
    }

    .products .product .product-miniature:hover .thumbnail-top {
      height: 270px!important;
    }
    .products .product .product-miniature:hover .product-thumbnail img {
      transform: scale(1.1)!important;
    } 
    
}

@media only screen and (min-width: 768px) {
  .homeProducts .product {
    display: flex;
    justify-content: center;
    margin-right: 10px;
  }
  body#contact .col-lg-12 {
    float: left;
    width: 75%;
  }
  .ets_mp_shop_tab .js-product-list .js-product {
    margin-bottom: 16px;
  }
}

@media (min-width: 576px) and (max-width: 1220px) {
  .oclock-main-submenu {
    width: 87% !important;
    position: fixed;
    top: 0;
    background: #f4f4f4;
    max-height: 100vh;
    overflow: auto;
    left: 0;
    z-index: 2;
  }
  .mega-menu-close {
    position: fixed;
    top: 2%;
    right: 15% !important;
  }
  .products .product .product-miniature {
    height: 505px !important;
  }

  .section-categories .category:nth-child(2n) {
    flex-direction: row-reverse !important;
  }
  .section-categories .category-link {
    height: 56px;
  }
}

@media (max-width: 850px) {
  .section-categories .category {
    height: 480px;
    margin-bottom: 10px;
    flex-direction: column !important;
  }
  .section-categories .category:nth-child(2n) {
    flex-direction: column !important;
  } 
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-container img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .under-banner-container .block div {
    padding: 25px;
  }
  .products .product .product-miniature .thumbnail-container {
    width: 90%;
  }
  .under-banner-container {
    width: 90%;
  }
  body#category #js-product-list .js-product.product {
    width: 48%;
  }
  #products .products {
    justify-content: start;
  }
  #search_filters,
  #search_filters_brands,
  #search_filters_suppliers {
    padding: 0;
    padding-top: 1.563rem;
    padding-left: 1.25rem;
    margin-bottom: 1.563rem;
    background: #fff;
  }
  .page-cms-6 h3,
  .page-cms-6 .cards-container .card h4 {
    text-align: start;
  }
}
@media screen and (max-width: 1200px) and (min-width: 750px) {
  .products .product .product-miniature .thumbnail-container {
    width: 98%;
  }
  .section-categories .category-data div {
    padding-left: 30px;
  }
  .home-products-button-next {
    right: -40px;
  }

  .home-products-button-prev {
    left: -40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1450px) {
  .banner_section_tendences img {
    max-width: 490px !important;
    height: 490px;
    object-fit: cover;
    width: 800px;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 0.9rem;
  }
}
@media screen and (min-width: 1450px) {
  .input-group.bootstrap-touchspin {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .technical-specifications-container li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px 0 8px 0;
  }
  .section-genders .gender {
    height: 250px;
  }
  .section-genders .genders-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .product-heading-wrapper {
    margin-top: 2rem;
  }
  .section-features .features-wrapper {
    display: flex !important;
    justify-content: start !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .specificities-block {
    flex-direction: column;
  }
  .product-section-title {
    font-size: 24px;
  }
  .specificities-block h3 {
    font-size: 22px;
  }
  body#product .video-container {
    padding-bottom: 56%;
  }
  .product-description {
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .product-miniature .product-description {
    padding-top: 5px;
  }
  .specificities-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-top: 52px;
  }
  .bg-cover-product {
    height: 200px;
    min-width:100%;
  }
  .specificities-block img {
    width: 200px;
  }
  #product #content {
    position: relative;
    max-width: 452px;
    margin: 0 auto;
  }
  body#cart .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: -38px;
  }
  input.js-cart-line-product-quantity.form-control {
    width: 7rem;
    padding: 0;
    min-width: 5rem;
  }
  .description_product_detail {
    padding-left: 15px;
  }
  .frame-container-video{
      height:300px;
  }
  .technical-specifications-container ul {
    height: 300px;
    width: 100%;
  }
  .products .product .product-miniature .product-thumbnail img {
    transform: scale(1.1);
  }

  .products .product .product-miniature .product-action {
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
  }

  .products .product .product-miniature .thumbnail-top {
    height: 270px;
    margin-top: 0;
  }
  #content.page-cms-6 {
    width: 92%;
    margin: 0 auto;
  }
  #content.page-cms-6 .heading {
    margin: 0;
  }
  .page-cms-6 .fr-flag {
    margin-left: 160px;
  }
  #content-hook_order_confirmation .card-block .row .col-md-12 br {
    display: none;
  }
  body#order-confirmation #content-hook_order_confirmation .card-title {
    font-family: "Metropolis";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
  }
  body#order-confirmation #order-items .row h3 {
    margin: 0 !important;
    padding: 0 !important;
  }
  body#order-confirmation #content-hook_order_confirmation .card-block p {
    font-size: 15px;
  }
  .oclock-contact-info .info-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-blue);
  }
  .title_section_tendences {
    max-width: 95%;
  }
  .banner_section_tendences {
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
  .banner_section_tendences img {
    max-width: 500px;
    max-height: 270px;
    margin: 0 auto;
    height: auto !important;
  }
  .title_section_tendences h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  #blockcart-modal .cart-content .cart-content-btn button {
    margin-right: 0rem;
  }
  .banner_section_tendences {
    margin-top: 0;
  }
  .title_section_tendences {
    max-width: 95%;
    margin-bottom: 0;
  }
  
  .features_section_cat .category-cover-prefix {
    font-size: 25px;
    font-weight: 400;
  }  
  .collection_details {
    width: 90%;
    margin: 0 auto;
  }
  .collection_details p {
    text-align: justify;
    margin-top: 1rem;
  }
  .btn-tendences {
    margin-top: 13px;
  }
  .banner_section_tendences .right {
    order: 0;
  }
  .order-message-form .form-fields {
    max-width: 100% !important;
  }
  .tracking-box .accordion,
  .tracking-box {
    max-width: 100% !important;
  }
  .product-accessories {
    margin-block: 2rem;
  }
  .products .homeProducts .swiper-slide {
    min-height: 425px;
  }
  .products .homeProducts .swiper-slide .product {
    height: 100%;
  }
  .products .product .product-miniature {
    height: 425px !important;
  }
  body#category #content-wrapper{
    width: 100% !important;
  }
}


@media screen and (min-width: 768px) {
    .lSSlideOuter .lSPager.lSGallery {
        margin-top: 20px !important;
    }
    .product_list_shop_by {
        display: flex;
    }
    .product-heading-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: nowrap;
    }
}




body#search #js-product-list .product {
    width: 25%;
    margin-bottom:20px;
}

body#search  div#js-product-list {
    margin-bottom: 3rem;
}

body#search .products .product .product-miniature .thumbnail-container {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
     body#search #js-product-list .product {
        width:  33%;
    }
}

@media only screen and (max-width: 768px) {
     body#search #js-product-list .product {
        width:  50%;
    }
}

@media only screen and (max-width: 599px) {
     body#search #js-product-list .product {
       width: 90%;
       margin-bottom: 25px;
       padding: 0;
    }
    .products .product .product-miniature .thumbnail-container {
        height: 100%;
        min-height: 420px;
        padding: 14px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    #search_widget form {
        display: flex;
    }
    
    #search_widget form i {
        left: 24px;
        top: 16px;
    }
    
    div#search_widget {
        width: 100%;
        left: 0;
        background: white;
        top: calc(100% + 1px);
    }
    
    #search_widget form input {
        width: 90%;
        padding: 10px 20px 10px 40px;
        outline: none;
        background-color: #f1f1f1;
        border: none;
        border-radius: 5px;
        margin: 1rem auto;
    }

}



@media only screen and (max-width: 1024px) {
    section.featured-products {
    margin-top: 50px!important;
    padding: 0!important;
    margin-bottom: 50px!important;
    }
    
    .week-products-wrapper {
        margin-bottom: 50px;
    }
    .banner_section_tendences {
        flex-direction: column-reverse;
        margin: 0;
    }
}