/* Responsive starts from here */
@media (min-width: 400px) {


  .your-basket h3 {
    font-size: 20px;
  }

  .simplified-view,
  .normale-view {
    font-size: 11px;
    padding: 10px 6px 10px 18px;
  }

  .basket-table {
    text-align: left;
  }

  .basket-table tr {
    border-bottom-width: 0;
  }

  .basket-table tr td {
    display: table-cell;
    border-bottom-width: 1px;
  }

  .voucher-promo-code-area .input-group {
    margin-right: 0;
    width: 100%;
  }

  .delivery-note p,
  .codePromo-note p{
    font-size: 13px;
  }

  .error-content h1 svg {
    width: 30px;
  }

  .error-content h1 {
    font-size: 44px;
  }

  .error-404 .site-title::before,
  .error-404 .site-title::after {
    bottom: 12%;
  }
}

@media (min-width: 490px) {
  .forgot-form .btn-submit {
    font-size: var(--fs-20);
  }
  .product-card.horizontal .product-input .btn-submit {
    font-size: var(--fs-12);
    height: 33px;
  }
  /* .btn-nav.active svg, */
  .btn-nav.active .avatar {
    width: 37px;
    height: 37px;
    background-color: var(--clr-orange);
    padding: 7px;
    border-radius: 50%;
  }
  .btn-nav.active svg path {
    fill: var(--clr-white);
  }

  .back-option {
    flex-direction: row;
  }
  /* position card style */
  .position-card .card-body {
    bottom: 18px;
    left: 23px;
    right: 18px;
  }
  .header-wrap {
    column-gap: 30px;
  }
  .header-mid-wrap {
    column-gap: 40px;
  }
  .site-header .header-rt .btn-nav svg {
    width: 23px;
    height: 20px;
  }
  .site-header .header-rt .btn-nav.active .active {
    width: 37px;
    height: 37px;
  }
  /* .site-header .header-rt .btn-nav.active svg path {
    fill: var(--clr-white);
  } */
  .header-lf .hamburger,
  .header-menu-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .mega-menu {
    padding: 50px 50px 30px 50px;
  }
  .site-header .header-rt .btn-nav {
    width: 60px;
    height: 90px;
    font-size: 7px;
  }
  .site-header .navbar-brand {
    max-width: 160px;
  }
  .hamburger svg,
  .header-menu-btn svg {
    width: 23px;
    height: 16px;
  }

  
  /*   .offers {
    flex-direction: row;
    text-align: start;
  } */
  .filter-sm {
    font-size: var(--fs-16);
  }
  .filter-title {
    width: 60px;
    padding: 15px;
  }
  .filter-sm .form-check {
    padding-left: 45px;
  }
  /* .form-check.selected {
    padding-left: 15px;
  } */
  /* .form-wrap .form-title {
    margin-left: 50px;
  } */
  .cart-items {
    top: 90px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .card-body {
    padding: 15px 30px;
  }
  .account-create-area .content .input-group {
    display: flex;
    align-items: center;
  }

  .error-content .content {
    width: 70%;
    margin: 0 auto 50px auto;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .confirmation-wrap .container {
    padding: 170px 0 180px 0;
  }

  .btn-nav.active:hover .avatar {
    background-color: var(--clr-white);
  }
  .btn-nav.active:hover .avatar svg path {
    fill: var(--clr-orange);
  }
  .product-info-list li:not(:last-child)::after {
    width: 125px;
  }
  .home-brand-slider {
    margin-top: 34px;
  }
  .btn-nav.active .avatar {
    width: unset;
    height: unset;
  }
  .search-result-area .product-info-list li:not(:last-child)::after,
  .search-result-area .product-info-list .border-bottom::before {
    content: "";
    width: 125px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  
  .product-info-list li:not(:last-child)::after {
    background-color: var(--clr-blue-400);
  }
  .product-card.horizontal .product-input .btn-submit {
    font-size: var(--fs-8);
    /* height: 27px; */
  }
  .product-choice.product-card.horizontal .product-input .btn-submit {
    height: 40px !important;
    font-size: var(--fs-14);
  }
  .brand-product-wrap h2 {
    font-size: var(--fs-14);
  }
  
  .btn-nav .btn-icon .badge {
    width: 15px;
    height: 15px;
    color: var(--clr-white);
    line-height: 15px;
    right: -5px;
    top: unset;
  }
  .basket-table tbody tr:first-child td:last-child svg {
    height: unset;
    width: unset;
  }

  .site-header .header-rt .btn-nav.active .avatar {
    /* width: 22px; */
    /* height: 24px; */
    background-color: transparent;
    padding: 0;
  }
  .site-header .header-rt .btn-nav.active .avatar svg path {
    fill: var(--clr-orange);
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pe-md-12 {
    padding-right: 12px !important;
  }
  .align-md-middle {
    vertical-align: middle !important;
  }
  .btn-nav .nav-text {
    display: block;
  }
  .bg-md-tranparent {
    background-color: #e6eaf1;
  }
  .hide-md-mobile {
    display: block;
  }
  .hide-md-desktop {
    display: none;
  }
  .mega-menu {
    padding: 50px 0 30px 0;
  }
  .site-header {
    padding-bottom: 0;
    border-bottom: none;
  }
  .site-header .search-box {
    display: flex;
  }
  .site-header .search-box.mobile-search {
    display: none;
  }
  .hamburger svg,
  .header-menu-btn svg {
    width: 27px;
    height: 18px;
  }

  .breadcrumb {
    display: inline-flex;
  }

  .site-content .title,
  .site-content h2 {
    font-size: var(--fs-16);
    margin-bottom: 10px;
  }

  .bottom-footer .col-md-6:not(:last-child) .footer-inner::after {
    right: 20px;
  }
  .edit-information span.btn-submit,.edit-information a.btn-submit {
    width: auto;
    padding: 15px 56px;
  }

  .contact-accounting {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--clr-dark-blue-500);
  }
  .return-form span.btn-submit {
    width: auto;
  }
  .return-form .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .return-form textarea {
    grid-column: span 2;
  }
  .return-form .submit {
    gap: 17px;
    margin-top: 16px;
  }
  .top-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .top-footer .footer-inner {
    padding-left: 22px;
    justify-content: start;
    margin-bottom: 0;
  }
  .account-create-area .content .form-group {
    margin-top: 0;
  }
  .account-create-area .content .col-md-4.border-end::after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
  }

  /*Tabs*/

  .my-info-area .tab-content {
    background-color: #fff;
    padding: 30px 25px 40px 25px;
  }

  .tabs-container nav {
    display: flex;
    align-items: center;
  }

  .tabs-container nav svg {
    display: inline-block;
  }

  .tabs-container nav ul li.active,
  .tabs-container nav ul li:hover {
    color: #f26a27;
    font-weight: 600;
    box-shadow: inset 0 -3px 0 #f26a27;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    border: none;
    padding: 0;
  }

  .tabs-container nav ul:before {
    display: none;
  }

  .tabs-container nav ul li {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 20px 0 15px 0;
    border: none;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .tabs-container nav ul li.active {
    order: 1;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }
  .your-sale-contact,
  .contact-accounting {
    padding: 10px 10px 10px 21px;
  }

  #tab-devis tr th:first-child,
  #tab-devis tr th:nth-child(4),
  #tab-devis tr th:nth-child(5),
  #tab-devis tr th:nth-child(6),
  #tab-devis tr td:first-child,
  #tab-devis tr td:nth-child(4),
  #tab-devis tr td:nth-child(5),
  #tab-devis tr td:nth-child(6) {
    display: table-cell;
  }

  #tab-devis tr th:last-child,
  #tab-devis tr td:last-child {
    display: table-cell;
  }

  #tab-commandes tr th:first-child,
  #tab-commandes tr th:nth-child(2),
  #tab-commandes tr th:nth-child(4),
  #tab-commandes tr th:nth-child(5),
  #tab-commandes tr th:nth-child(7),
  #tab-commandes tr th:nth-child(8),
  #tab-commandes tr th:nth-child(9),
  #tab-commandes tr td:first-child,
  #tab-commandes tr td:nth-child(2),
  #tab-commandes tr td:nth-child(4),
  #tab-commandes tr td:nth-child(5),
  #tab-commandes tr td:nth-child(7),
  #tab-commandes tr td:nth-child(8),
  #tab-commandes tr td:nth-child(9) {
    display: table-cell;
  }

  #tab-livraisons tr th:first-child,
  #tab-livraisons tr th:nth-child(2),
  #tab-livraisons tr th:nth-child(5),
  #tab-livraisons tr th:nth-child(6),
  #tab-livraisons tr th:nth-child(7),
  #tab-livraisons tr td:first-child,
  #tab-livraisons tr td:nth-child(2),
  #tab-livraisons tr td:nth-child(5),
  #tab-livraisons tr td:nth-child(6),
  #tab-livraisons tr td:nth-child(7) {
    display: table-cell;
  }

  #tab-factures tr th:first-child,
  #tab-factures tr th:nth-child(4),
  #tab-factures tr th:nth-child(5),
  #tab-factures tr th:nth-child(6),
  #tab-factures tr th:nth-child(7),
  #tab-factures tr th:nth-child(8),
  #tab-factures tr td:first-child,
  #tab-factures tr td:nth-child(4),
  #tab-factures tr td:nth-child(5),
  #tab-factures tr td:nth-child(6),
  #tab-factures tr td:nth-child(7),
  #tab-factures tr td:nth-child(8) {
    display: table-cell;
  }

  #tab-reliquats tr th:first-child,
  #tab-reliquats tr th:nth-child(2),
  #tab-reliquats tr th:nth-child(4),
  #tab-reliquats tr th:nth-child(5),
  #tab-reliquats tr th:nth-child(7),
  #tab-reliquats tr th:nth-child(10),
  #tab-reliquats tr td:first-child,
  #tab-reliquats tr td:nth-child(2),
  #tab-reliquats tr td:nth-child(4),
  #tab-reliquats tr td:nth-child(5),
  #tab-reliquats tr td:nth-child(7),
  #tab-reliquats tr td:nth-child(10) {
    display: table-cell;
  }

  #tab-gerer-mes-adresses-de-livraison tr th:nth-child(2),
  #tab-gerer-mes-adresses-de-livraison tr th:nth-child(3),
  #tab-gerer-mes-adresses-de-livraison tr th:nth-child(4),
  #tab-gerer-mes-adresses-de-livraison tr th:nth-child(5),
  #tab-gerer-mes-adresses-de-livraison tr th:nth-child(6),
  #tab-gerer-mes-adresses-de-livraison tr th:nth-child(8),
  #tab-gerer-mes-adresses-de-livraison tr td:nth-child(2),
  #tab-gerer-mes-adresses-de-livraison tr td:nth-child(3),
  #tab-gerer-mes-adresses-de-livraison tr td:nth-child(4),
  #tab-gerer-mes-adresses-de-livraison tr td:nth-child(5),
  #tab-gerer-mes-adresses-de-livraison tr td:nth-child(6),
  #tab-gerer-mes-adresses-de-livraison tr td:nth-child(8) {
    display: table-cell;
  }

  .page-item .page-link {
    font-size: 10px;
  }

  textarea {
    padding-top: 15px;
  }

  .your-basket h3 {
    font-size: 16px;
  }

  .simplified-view,
  .normale-view {
    font-size: 10px;
  }

  .basket-table thead {
    display: table-header-group;
  }

  .basket-table tr th:nth-child(3),
  .basket-table tr td:nth-child(3),
  .basket-table tr td:nth-child(4),
  .basket-table tr td:nth-child(5) {
    display: table-cell;
  }

  .your-basket-top {
    padding-bottom: 0;
  }

  .stock-status {
    margin-bottom: 0;
  }

  .voucher-promo-code-area p#text-promo {
    font-size: 12px;
    margin-bottom: 0;
    flex-basis: 50%;
    text-align: left;
  }
  .voucher-promo-code-area {
    flex-direction: row;
    align-items: baseline;
    /* justify-content: space-between; */
  }

  /*   .voucher-promo-code-area .input-group {
    width: 200px;
  } */

  .your-basket-right-card {
    margin-top: 34px;
  }

  .your-basket-right-card h2 {
    font-size: 18px;
  }

  .main-price {
    font-size: 22px;
  }

  .dis-price {
    font-size: 20px;
  }

  .your-basket-right-card p {
    font-size: 12px;
  }

  .delivery-note p,
  .codePromo-note {
    font-size: 9px;
  }

  .basket-table .product-desc {
    display: block;
  }

  .retail-customer-quote .border {
    border: 1px solid #dee2e6 !important;
  }

  .retail-customer-quote-content h3 {
    font-size: 16px;
  }

  .retail-customer-quote-content p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .retail-customer-quote hr {
    margin: 20px 0;
    width: 100%;
  }

  .register-form.content {
    padding-bottom: 63px;
  }
  .account-create-area {
    padding-top: 31px;
    padding-bottom: 62px;
  }

  .site-header .search-box .form-control {
    height: 48px;
  }
  .login-area .login-text {
    font-weight: 500;
  }
  .login-form {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .login-form .form-group {
    justify-content: center;
  }
  .login-form span.btn-submit {
    width: unset;
    padding: 5px 50px;
  }
  .login-area .login-form::after {
    width: 1px;
    height: calc(100% - 10px);
    right: 0;
    top: 5px;
    bottom: unset;
  }
  .login-form input:not(.btn-submit) {
    width: clamp(300px, 60vw, 330px);
    height: 48px;
  }

  .suggestion-mobile {
    display: none;
  }
  /* your order */
  .your-order-title {
    background-color: var(--clr-blue);
    color: var(--clr-white);
    padding: 30px;
    margin-bottom: 20px;
  }
  .your-order-title h2 {
    color: #fff;
    margin-bottom: 0;
  }
  .forgot-text {
    text-align: start;
    margin-bottom: 0;
  }

  .sm-show {
    display: none;
  }

  .md-show {
    display: block;
  }
  .md-show {
    display: block;
  }

  .tracking-table thead th {
    font-weight: 300;
  }

  .site-content .grid .form-select,
  .site-content .grid .form-control {
    height: 39px;
  }

  .site-content .grid .form-select {
    font-size: var(--fs-14);
  }

  .site-content .search-box .btn-submit {
    min-width: 42px;
  }

  .brands .site-content .grid .form-select {
    text-align: left;
  }

  .brands .site-content .content .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .brands .site-content .block {
    padding-top: 40px;
  }

  .site-content .content {
    padding: 25px 35px;
    border: 1px solid var(--border-clr);
    margin-bottom: 0;
  }

  .product-input .btn-submit {
    padding-left: 47px;
  }

  .home-brand-slider .slick-list {
    padding-bottom: 30px;
  }

  .px-md-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .offers {
    padding: 17px 30px;
    gap: 45px;
  }
  .offers .offer-text {
    max-width: 470px;
  }

  /* search result page */
  .search-result-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search-result-area .tab-content {
    padding: 30px;
  }
  .search-settings .grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: start;
    margin-top: 0;
  }
  .search-settings .title {
    font-size: var(--fs-10);
  }
  .search-settings .form-select {
    height: 22px;
    text-align: start;
  }
  .search-result-area .pagination {
    background-color: var(--clr-white);
    padding-top: 18px;
    padding-bottom: 21px;
  }
  .cart-items {
    width: 650px;
    top: 0;
    left: unset;
  }
  .cart-items .btn-close {
    margin-right: 28px;
  }
  .cart-items .cart-item .row > div:nth-child(3) {
    display: block;
  }
  .cart-item {
    padding: 15px 30px 15px 10px;
  }
  .cart-items .cart-item .fs-20.fw-bold {
    font-size: var(--fs-20);
  }
  .cart-items .cart-item .sub-price {
    font-size: var(--fs-18);
  }

  .error-content h1 {
    font-size: 60px;
  }

  .error-content h1 svg {
    width: 40px;
  }

  
  .sidebar-wrap.open .side-content {
    opacity: 1;
    visibility: visible;
    width: auto !important;
  }
  .sidebar-wrap .sidebar.open,
  .sidebar-wrap .sidebar {
    top: 30px;
  }
  .sidebar-wrap.open .content-wrap,
  .content-wrap .sidebar.open {
    height: calc(100% - 30px);
  }
  /* .sidebar-wrap.open {
    padding-left: 300px;
    position: relative;
  } */
  /* .search-result-area.open {
    padding: 0;
  } */
  .search-settings {
    padding-bottom: 0;
  }

  .tracking-area h5 {
    text-align: left;
  }

  .product-choice .product-info-list {
    display: flex;
    flex-direction: column;
  }
  .product-choice .product-info-list li:first-child {
    border: none;
  }
  .product-choice .product-info-list li:not(:last-child)::after {
    height: 1px;
  }
  .product-choice .product-info-list .stock {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .product-choice .product-input {
    width: 100% !important;
  }
  .style-pills::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .product-choice .product-input .btn-submit {
    padding-left: 43px;
  }

  .style-content .tab-pane {
    font-size: var(--fs-12);
  }
  .detail-title {
    font-size: var(--fs-14);
  }
  .legal-notice {
    font-size: var(--fs-12);
    padding-bottom: 40px;
  }
  .legal-notice h1 {
    font-size: var(--fs-16);
  }
  .legal-notice h4,
  .legal-notice .info-title {
    font-size: var(--fs-12);
  }
  .legal-notice .subtitle {
    font-size: var(--fs-12);
  }
  .legal-notice .content {
    padding: 30px 34px 68px 32px;
  }
  .site-content .search-box input::placeholder {
    font-size: var(--fs-14);
  }
  .your-basket-inner .table-responsive::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .basket-table .table-col-2 {
    width: 490px;
  }
  .custom-file-upload {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .custom-file-upload .form-check,
  .custom-file-upload .form-control {
    padding-left: 0;
  }
  .basket-table .table-col-2 {
    font-size: var(--fs-10);
    font-weight: 400;
    padding: 0 41px 0 52px;
  }

  .basket-table .table-col-2 strong {
    font-weight: 400;
  }
  .info-table::after {
    content: none;
  }
  .ps-md-12 {
    padding-left: 12px !important;
  }

  .btn-underline {
    font-size: var(--fs-12);
  }
  .account-create-area .content .col-md-4.border-end {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-price-wrap {
    max-width: 310px;
    margin: 0 auto;
  }
  .product-choice .slick-slide img {
    max-width: 300px;
  }
  .product-choice .slick-dots {
    bottom: -15px;
  }
  .table-bordered thead th {
    padding-right: 0;
  }
  .your-basket-inner {
    margin-top: 15px;
  }
  .tab-search .form-control {
    height: 39px !important;
  }
  .content-wrap {
    overflow: hidden;
  }
  .voucher-promo-code-area {
    margin-top: 50px;
  }
  .forgot-form .btn-submit {
    height: 33px;
    font-size: var(--fs-14);
  }
  .forgot-area {
    padding: 25px 0 35px 0;
  }
  .forgot-form .required {
    font-weight: 500;
  }
  .forgot-area .form-control {
    height: 48px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .error-content .content {
    padding: 112px 15px 180px 15px;
  }
  .your-basket-inner {
    margin-top: 0;
  }
  .site-header .header-rt .btn-nav.active svg {
    height: 31px;
  }
  .product-card.horizontal .product-input .btn-submit {
    font-size: var(--fs-8);
    height: 27px;
  }
  .product-card.product-card.horizontal .product-input .btn-submit {
    font-size: var(--fs-10);
  }
  .product-input input:not(.btn-submit),
  .product-card .count {
    width: 39px;
  }
  .product-choice .grid {
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-gallery-nav {
    display: block;
  }

  /* .product-card.horizontal .count .count-arrow-group {
    top: -4px;
  } */
  .mega-menu-wrap .col-lg:not(:last-child) .stander {
    margin-bottom: 0;
  }
  /* .advertisement-item img {
    height: 100%;
    object-fit: cover;
  } */
  .your-basket-right-card {
    margin-top: 20px;
  }

  #tab-mesInformations .card .card-body {
    padding-left: 10px;
  }
  #tab-mesInformations .col-md-12.border-end {
    border-right: 1px solid var(--clr-blue-300) !important;
  }
  #tab-mesInformations .your-sale-contact,
  #tab-mesInformations .contact-accounting {
    padding-left: 0;
    margin-left: 25px;
  }
  .custom-file-upload {
    flex-direction: row;
    align-items: center !important;
  }
  .custom-file-upload .form-check,
  .custom-file-upload .form-control {
    padding-left: 18px;
  }
  /* sidebar style */
  .sidebar-wrap .sidebar.open,
  .sidebar-wrap .sidebar {
    top: 0;
  }
  .sidebar .sidebar-content {
    padding-left: 35px;
  }

  .content-wrap .sidebar {
    width: 300px;
    height: 100%;
   }
  .content-wrap .filter-sm {
    display: none;
  }
  .product-choice-area .content-wrap .sidebar {
    width: 0;
  }
  .product-choice-area.open .content-wrap .sidebar {
    width: 300px;
    top: 41px;
    height: calc(100% - 41px);
  }
  .product-choice-area .content-wrap .filter-sm {
    display: inline-block;
    float: left;
    height: 100%;
  }
  .product-choice-area.open .content-wrap > .filter-sm {
    display: none;
  }
  .product-choice-area .content-wrap .filter-sm .filter-title {
    height: 100%;
  }

  .offers .offer-text {
    max-width: 700px;
  }
  /* card 2x styles */
  .position-card.card-2x .card-img img {
    aspect-ratio: 616 / 295;
  }
  .lg-show {
    display: block;
  }
  .col-xs-6 {
    width: 25%;
  }
  .site-header .header-rt .btn-nav svg {
    width: 30px;
    height: 30px;
  }
  .header-lf .hamburger,
  .header-menu-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .mega-menu-wrap .col-lg.bor-right-light {
    border-right: 0.5px solid #fff;
    margin-top: 20px;
  }
  .site-header .header-rt .btn-nav {
    width: 120px;
    height: 120px;
    font-size: var(--fs-8);
  }
  .site-header .navbar {
    justify-content: space-between;
  }

  .footer-list a,
  .footer-info .info-list {
    font-size: var(--fs-14);
  }
  .bottom-footer .col-md-6:nth-child(3) .footer-inner {
    padding-left: 65px;
  }
  .bottom-footer .footer-inner {
    padding-left: 50px;
  }
  .bottom-footer .col-md-6:nth-child(2) .footer-inner::after {
    border-right: 1px dotted var(--clr-blue-500);
    width: 1px;
  }
  .bottom-footer .col-md-6:not(:last-child) .footer-inner::after {
    right: 0px;
  }
  .bottom-footer .col-md-6:nth-child(1) .footer-inner::after {
    top: 0;
    bottom: unset;
  }

  .error-content h1 {
    font-size: 65px;
  }
  .product-card.horizontal .card-title,
  .product-card.horizontal .model-name {
    font-size: var(--fs-12);
  }
  #tab-reliquats .total {
    padding-right: 42px;
  }
  .retail-customer-quote-table::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .n-com-col {
    width: 163px;
  }
  .site-content .search-box input {
    height: 39px;
  }
  .forgot-form .btn-submit {
    font-weight: 700;
    font-size: var(--fs-14);
  }
  .product-price-wrap {
    border-left: 1px solid var(--border-clr);
    padding-left: 35px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .product-price-wrap {
    padding-right: 50px;
  }
  .site-content .grid .form-select {
    background-image: url("../img/down-arrow-02.svg");
  }
  .advertisement-item {
    height: 108px;
  }
  .tabs-list::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .offers .offer-text {
    max-width: 850px;
  }
  .offers {
    padding: 17px 40px;
  }
  .product-input input:not(.btn-submit),
  .product-card .count {
    width: 65px;
  }
  /* card 2x styles */
  .position-card.card-2x .circle {
    height: 220px;
    width: 220px;
    top: 25px;
  }
  .position-card.card-2x .card-icon {
    height: 36px;
    width: 36px;
    top: 17px;
    right: 17px;
  }

  .your-sale-contact,
  .contact-accounting {
    margin-left: 10px;
  }
  .sidebar {
    padding-left: 2rem;
  }

  .error-content h1 {
    font-size: 73px;
  }

  .error-content h1 svg {
    width: auto;
    margin-bottom: 20px;
  }

  .error-404 .site-title::before,
  .error-404 .site-title::after {
    bottom: -10%;
  }

  .error-404 .site-title::before {
    left: -70%;
  }
  .error-404 .site-title::after {
    right: -73%;
  }

  .error-content .btn-secondary {
    padding: 15px 73px;
  }
  .product-choice .grid {
    margin-top: 40px;
  }
}

@media (min-width: 1300px) {
  .site-header .search-box input:not(.btn-submit), .site-header .search-box textarea  {
    width: clamp(150px, 60vw, 535px);
  }
  .site-header .navbar-brand {
    max-width: 240px;
  }

  .tabs-container nav ul {
    justify-content: center;
    overflow: hidden;
  }
  .partners .partner-list {
    justify-content: space-between;
    gap: unset;
    padding-left: unset;
    padding-right: unset;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/*Max*/

@media (max-width: 575.98px) {
  .col-xs-4 {
    width: 33.33% !important;
  }

  .col-50 {
    width: 50%;
  }
}

@media (max-width: 490px) {
  .brands-item-wrap .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 489px) {
  .cart-items .cart-item .col-xs-12,
  .item-total .col-xs-12 {
    width: 100% !important;
  }
  .cart-items .cart-item .col-xs-12,
  .item-total .col-xs-12 {
    text-align: center;
  }
  .product-card .row.d-md-none.pe-3 {
    padding-right: 0 !important;
  }
}
@media (max-width: 400px) {
  .product-card.horizontal .col-xs-3 {
    width: 100% !important;
  }
  .search-result-area .product-card.horizontal .card-body {
    padding: 10px;
  }

  .page-link span {
    display: none;
  }

  .pagination-arrow svg {
    width: 25px;
  }
}
@media (max-width: 1329.98px) { 
    .partners .partner-list{
    gap: 25px 15px;
    padding-left: 0;
    padding-right: 0;
    
  }
   .partners .partner-list img{
    max-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .categories li button{
    min-width: 70px;
  }
  .partners .partner-list img {
    max-height: 25px;
  }


 
}

@media (max-width: 767.98px) {
  .offer-icon,
  .offers .btn-next {
    flex: none;
  }
  .offer-icon img {
    width: 58px;
    height: auto;
  }
  .offers,
  .offers h5 {
    font-size: var(--fs-12);
  }
  .product-area .position-card {
    margin-left: 35px;
    margin-right: 35px;
  }
  .partners {
    padding-left: 35px;
    padding-right: 35px;
  }
  .partners .partner-list {
    padding: 30px 0;
  }
  .login-area {
    padding: 25px 15px 70px 15px;
  }
  .login-form span.btn-submit {
    height: 55px;
    font-size: var(--fs-20);
  }
  .filter-form {
    margin-bottom: 15px;
  }
  .sidebar .result-text {
    height: 45px;
    line-height: 33px;
  }
  .offcanvas-header {
    padding: 30px 20px 25px 20px;
  }
  .offconvas-title {
    margin-right: 5px;
    margin-left: 0 !important;
  }
  .basket-table tr td:last-child {
    text-align: right;
    width: 35px;
  }
  .basket-table h5 {
    font-size: var(--fs-14);
    font-weight: 600;
  }
  .product-code {
    font-size: var(--fs-14);
    font-weight: 500;
  }
  .stock-status {
    font-size: var(--fs-12);
  }
  .voucher-promo-code-area {
    margin: 20px 30px 5px 30px;
    padding: 20px 20px 30px 20px;
  }
  .delivery-note svg {
    margin-right: 40px !important;
  }
  .card.secondary .card-header {
    border-bottom: transparent;
    padding-left: 10px;
  }
  .card.secondary .card-body {
    border-width: 5px;
  }

  /*   .advertisement-section .container{
    padding-left: 0;
    padding-right: 0;
  }
  .advertisement-section .container .row{
    margin-right: 0;
    margin-left: 0;
  } */

  .mob-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-footer .footer-list {
    gap: 20px;
  }
  .regular-price {
    font-size: 22px;
    padding: 8px 0;
  }
  .sub-price {
    padding: 8px 0;
  }
  .basket-table tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .brand-thumbnial-wrap .col-xs-6:nth-of-type(odd) {
    padding-left: 0;
  }
  .brand-thumbnial-wrap .col-xs-6:nth-of-type(even) {
    padding-right: 0;
  }
  .partners .partner-list {
    justify-content: center;
     gap: 15px 15px;
  }
     .partners .partner-list img{
    max-height: initial;
  }
   .error-content .content{
    margin-bottom: 50px;
  }
}
@media (max-width: 489.98px) {
  .cart-item .item-title{
    margin-top: 10px;

  }
  .delivery-top-table tr th{
    font-size: 12px;
  }
  .suggestion-mobile .table td{
    font-size: 13px;
  }
  .detail-form span.btn-submit{
    font-size: 16px;
  }
  .basket-table tr td:last-child{
    width: auto;
    text-align: center;
  }

}