@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1264px;
  }
}

@media (max-width: 1499px) {
  .header-section .nav-links>li>a {
    font-size: 14px;
  }

  .header-section .nav-links>li .menu-title>a {
    font-size: 14px;
  }
   .d3-tooltip{
            left: 450px !important;
    }
}

@media (max-width: 1399px) {

  .fixed-header-part .inner-header-part .nav-links>li {
    padding: 9px !important;
  }

  .header-section .icons {
    gap: 10px;
  }

  .fixed-header-part .inner-header-part .dropdown-menu-header {
    min-width: 200%;
  }

  .swiper-container {
    width: 856px;
  }

  .header-section .price-group {
    gap: 10px;
  }

  .feature-slider-section .product-card-slider {
    padding: 46px 15px 20px;
  }

  .slider-part .swiper-button-next {
    right: 40px !important;
  }
}

@media (max-width: 1199px) {
  .header-section .info-group {
    display: none;
  }

  .header-section .info-bar {
    justify-content: center;
    padding: 10px 0px;
  }

  /*    .price-update-time .price-update.sticky {*/
  /*    top: 102px !imoprtant;*/
  /*}*/
  .header-section .nav-links>li {}

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 2)) / 3);
  }

  /*.gold-coins-slider .swiper-slide.expanded,*/
  /*#slider2 .swiper-slide.expanded {*/
  /*  flex: 0 0 calc((100% / 3) * 2) !important;*/
  /*}*/

  .swiper-container {
    width: 678px;
    margin: 0 auto;
  }

  .contact-details {
    margin-bottom: 90px;
  }

  .imprint-details-part {
    margin-bottom: 40px;
  }

  .registration-form {
    padding: 10px 0px 90px;
  }

  .banner-section {}

  .wc-proceed-to-checkout {
    margin-top: 60px;
    width: auto !important;
    justify-content: end !important;
    display: flex !important;
  }

}

@media (min-width: 991px) {
  .product-list-item .sidebar-wrapper {
    position: sticky;
    top: 100px;
  }


}

@media (max-width: 991px) {

  /* .price-update-time .price-update.sticky {*/
  /*    top: 88px !important;*/
  /*}*/
  .section-padding-top {
    padding-top: 40px;
  }

  .section-padding-bottom {
    padding-bottom: 40px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .section-margin-top {
    margin-top: 40px;
  }

  .section-margin-bottom {
    margin-bottom: 40px;
  }

  .section-margin {
    margin: 40px 0;
  }

  .header-section .logo-part-navbar .logo img {
    max-width: 100px;
  }


  .header-section .dropdown-menu-header {
    min-width: 200%;
  }

  .header-section .main-header-part .search-bar {
    display: none;
  }

  .header-section .info-group,
  .header-section .price-group {
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .header-section .header-top .offer-tag-line {
    padding: 0px 40px;
  }

  .header-section nav {
    border-bottom: none;
  }

  .fixed-header-part .inner-header-part .info-group,
  .header-section .price-group {
    justify-content: center;
  }

  .fixed-header-part .inner-header-part .menu-icon {
    display: block;
  }

  .fixed-header-part .inner-header-part .nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: white;
    z-index: 999;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .fixed-header-part .inner-header-part .nav-container {
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
  }

  .fixed-header-part .inner-header-part .menu-icon {
    display: block;
    padding: 10px 0;
    margin-left: 20px;
  }

  .fixed-header-part .inner-header-part .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 62px;
    left: -115px;
    background-color: white;
    z-index: 999;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s linear;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    -ms-transition: max-height 0.4s linear;
    -o-transition: max-height 0.4s linear;
  }

  .fixed-header-part .inner-header-part .nav-links.active {
    max-height: fit-content;
    padding: 20px 0;
  }

  .fixed-header-part .inner-header-part .nav-links>li {
    width: 100%;
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fixed-header-part .inner-header-part .nav-links>li .menu-title>a {
    color: var(--section-heading-color);
    font-family: var(--font-regular);
    font-weight: 400;
  }

  .fixed-header-part .inner-header-part .dropdown-menu-header {
    position: static;
    border: none;
    width: 100%;
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s linear, padding 0.4s linear;
    padding-left: 20px;
    -webkit-transition: max-height 0.4s linear, padding 0.4s linear;
    -moz-transition: max-height 0.4s linear, padding 0.4s linear;
    -ms-transition: max-height 0.4s linear, padding 0.4s linear;
    -o-transition: max-height 0.4s linear, padding 0.4s linear;
  }

  .fixed-header-part .inner-header-part .dropdown-menu-header.open {
    max-height: 500px;
    padding: 10px 0 10px 20px;
  }

  .fixed-header-part .inner-header-part .dropdown-menu-header li {
    width: 100%;
    padding: 5px 0;
  }

  .fixed-header-part .inner-header-part .info-bar-section {
    display: none;
  }

  .header-section .fixed-header-part {
    display: none;
  }

  .header-section .fixed-header-part.show {
    display: block;
  }

  .header-section .fixed-header-part.show .inner-header-part {
    padding: 10px 0px;
  }

  .header-section .price-group {
    flex-wrap: wrap;
  }

  .gold-bars-part-section,
  .sliver-bars-part-section {
    flex-direction: column;
  }

  .swiper-container {
    height: auto;
    padding: 20px 0px;
  }

  .gold-bars-part-section .images-parts,
  .sliver-bars-part-section .images-parts {
    display: none;
  }

  .gold-bars-part-section .slider-part,
  .sliver-bars-part-section .slider-part {
    overflow: hidden;
    width: 100%;
  }

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 1)) / 2);
    max-width: 100%;
  }

  /*.gold-coins-slider .swiper-slide.expanded,*/
  /*#slider2 .swiper-slide.expanded {*/
  /*  flex: 0 0 calc((100% / 2) * 2) !important;*/
  /*  max-width: 100%;*/
  /*}*/

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 1)) / 2);
    max-width: 100% !important;

  }

  .gold-coins-slider .swiper-slide.expanded,
  #slider2 .swiper-slide.expanded {
    flex: 0 0 calc((100% / 2) * 2);
    max-width: 100%;
  }

  .banner-section {}

  .breadcrumb-section {
    margin: 30px 0px;
  }

  .contact-details {
    margin-bottom: 80px;
  }

  .imprint-details-part {
    margin-bottom: 30px;
  }

  .mobile-sidebar-toggle {
    display: block;
  }

  .sidebar-toggle-btn {
    text-decoration: none;
    padding: 5px 15px;
    background-color: var(--secondary-color) !important;
    color: var(--white-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 18px;
    font-family: var(--font-medium);
    font-weight: 500;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    border: none;
  }

  .product-list-item .sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    padding: 0px 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
  }

  .product-list-item .sidebar-wrapper.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .product-list-item .sidebar {
    position: static;
    top: auto;
    padding: 0px;
  }

  .filter-row .filter-name {
    display: none;
  }

  .products-list-part .products-name-heading {
    margin-bottom: 30px;
  }

  .registration-form {
    padding: 10px 0px 80px;
  }

  .registration-form .field-gap {
    padding: 10px 0px;
  }

  .login-container {
    min-height: auto;

  }

  .login-container .coin-left,
  .login-container .coin-right {
    display: block;
  }

  .cart-section .quantity-cell,
  .cart-section .price-cell {
    min-width: 200px;
    text-align: left;
  }

  .faq-section-part,
  .faq-details-part {
    margin: 50px 0px 40px;
  }

}

@media (max-width: 767px) {
  :root {
    --section-heading-font: 28px;
    --section-sub-heading-font: 22px;
    --paragraph-font: 18px;
    --common-font: 14px;
  }

  .header-section .main-header-part .search-bar {
    display: none;
  }

  .header-section .logo-part-navbar .logo img {
    max-width: 100px;
  }

  .header-section nav {
    border-bottom: none;
  }


  .swiper-container {
    height: auto;
    padding: 20px 10px;
    width: 542px;
    margin: 0 auto;
  }

  .gold-coins-slider .swiper-slide .options {
    opacity: 1;
    visibility: visible;
    display: flex;
  }

  .gold-coins-slider .swiper-slide .options .option-btns,
  .gold-coins-slider .swiper-slide .options .price {
    opacity: 1;
  }

  .gold-coins-slider .swiper-slide .slider-items {
    display: block;
  }

  .gold-coins-slider .swiper-slide .options {
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    padding: 10px 0px;
    width: 100%;
  }

  #slider2 .swiper-slide .options .option-btns,
  .gold-coins-slider .swiper-slide .options .option-btns {
    min-height: auto;
  }

  .gold-coins-slider .option-btns .option-btn,
  #slider2 .option-btns .option-btn {

    width: -webkit-fill-available;
  }

  #slider2 .swiper-slide .options .option-btns,
  .gold-coins-slider .swiper-slide .options .option-btns {
    flex-wrap: wrap;
  }


  .gold-coins-slider .swiper-slide.expanded,
  #slider2 .swiper-slide.expanded {
    flex-basis: calc((100% - (24px * 0)) / 1) !important;
  }


  .gold-coins-slider .swiper-slide {
    padding: 25px 20px;
    /* background: linear-gradient(199.94deg,
        #f6e9c7 40.52%,
        rgba(255, 223, 158, 0.2) 81.58%); */
  }

  .gold-coins-slider .swiper-slide h3 {
    margin: 20px 0px;
  }

  .banner-section {}

  .banner-section .banner-content-part {
    text-align: center;
    padding: 25px 0px;
  }

  .breadcrumb-section {
    margin: 25px 0px;
  }

  .contact-details .map-part .map-container {
    height: 300px;
  }

  .contact-details {
    margin-bottom: 70px;
  }

  .imprint-details-part {
    margin-bottom: 20px;
  }

  .products-list-part .products-name-heading {
    margin-bottom: 20px;
  }

  .registration-form .field-gap .col:first-child {
    padding-bottom: 10px;
  }

  .registration-form {
    padding: 10px 0px 70px;
  }

  .cart-section .table thead th {
    padding: 15px 20px;
  }

  .cart-section .table tbody td {
    padding: 10px;
  }

  .cart-section .product-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .cart-section .product-cell {
    min-width: auto;
  }

  .cart-section .quantity-cell,
  .cart-section .price-cell {
    min-width: 200px;
    text-align: left;
  }

  .cart-section .quantity-control {
    gap: 10px;
  }

  .faq-details-part .heading-part {
    font-size: 24px;
  }

  .gold-coins-slider .swiper-slide .options .option-btns,
  .gold-coins-slider .swiper-slide .options .price {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none !important;
  }
}

@media (max-width: 575px) {


  .banner-section {
    /*height: 24vw;*/
    /*display: inline;*/
    height: 130px;
  }

  .home-page-banner .banner-bg-img {
    width: 100%;
    height: auto !important;
    min-height: 150px;
    display: block;
  }

  .banner-section.home-page-banner {
    height: 150px;
  }

  .contact-details {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  /* common css start */
  .mb-20 {
    margin-bottom: 20px;
  }

  /* common css end */
  .graph-section .price-container {
    flex-direction: column;
    gap: 10px;
  }

  /*    .price-update-time .price-update.sticky {*/
  /*    top: 88px !important;*/
  /*    width: 80%;*/
  /*}*/
  .graph-section .price-info {
    display: flex;
    flex-direction: row;
  }

  .footer-section .footer-logo-part {
    text-align: center;
  }

  .footer-section .footer-links-row .contact-info-div p {
    text-align: center;
  }

  .footer-section .footer-links-row .footer-link-heading {
    margin-bottom: 5px;
  }

  .footer-section .footer-links-row .office-timing .day {
    margin-bottom: 0px;
  }

  .contact-details {
    margin-bottom: 50px;
  }

  .imprint-details-part {
    margin-bottom: 10px;
  }

  .products-list-part .pagination-row .custom-pagination .page-link span {
    display: none;
  }

  .products-list-part .pagination-row .custom-pagination {
    gap: 2px;
  }

  .products-list-part .pagination-row .custom-pagination .page-link {
    padding: 2px 10px;
  }

  .registration-form {
    padding: 0px 0px 50px;
  }

  .cart-section .cart-container {
    margin: 0px;
  }

  .cart-section .table thead th {
    padding: 10px 15px;
  }

  .cart-section .table tbody td {
    padding: 15px;
  }

  .cart-section .summary-row td {
    padding: 10px 15px !important;
  }

  .cart-section .checkout-section {
    padding: 20px;
  }

  .cart-section .quantity-control button {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .cart-section .btn-checkout {
    padding: 12px;
    font-size: 1rem;
  }

  #slider2 .swiper-slide {
    height: 100% !important;
  }

  #slider1 .swiper-slide, #slider2 .swiper-slide, #slider3 .swiper-slide, #slider4 .swiper-slide {
    padding: 24px !important;
  }

  .heading-part-slider {
    flex-direction: column;
    gap: 2px;
    align-items: start;
  }

  .heading-part-slider .view-all-buttons {
    width: 100%;
  }

  :root {
    --section-heading-font: 24px;
    --section-sub-heading-font: 20px;
    --paragraph-font: 16px;
    --common-font: 14px;
  }

:root .slider-nav-group {
    width: 100% !important;
  }

  .heading-part-slider a {
    margin: 0 !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .header-section .header-top .offer-tag-line {
    padding: 0 40px 0 16px;
    line-height: 1.5;
  }

  .page-template-template-whishlist .product-content img {
    height: 75px !important;
    width: 75px !important;
  }

  .contact-details .btn-part a {
    padding: 8px 12px;
  }

  .cart-collaterals .modern-cart-totals .cart-totals-wrapper .totals-row .totals-label,
  .cart-collaterals .modern-cart-totals .cart-totals-wrapper .totals-row .amount {
    font-size: 16px !important;
    min-width: max-content;
  }
}

@media (max-width: 320px) {
  .home-page-banner .banner-bg-img {
    min-height: 125px;
  }

  .banner-section.home-page-banner {
    height: 125px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 0)) / 1);
  }
}

@media (min-width: 450px) and (max-width: 500px) {
  .fixed-header-part .inner-header-part .nav-links {
    width: 135%;
  }
}

@media (min-width: 420px) and (max-width: 449px) {
  .fixed-header-part .inner-header-part .nav-links {
    width: 140%;
  }
}




@media (max-width: 1199px) {

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 2)) / 3) !important;
  }
}

@media (max-width: 991px) {

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 1)) / 2) !important;
  }
}

@media (max-width: 767px) {
  .gold-coins-slider .swiper-slide {
    padding: 25px 20px;
    /* background: linear-gradient(199.94deg, #f6e9c7 40.52%, rgba(255, 223, 158, 0.2) 81.58%) !important; */
  }
}

@media (min-width: 0px) and (max-width: 767px) {

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 0)) / 1) !important;
  }
}

@media (min-width: 380px) and (max-width: 419px) {
  .fixed-header-part .inner-header-part .nav-links {
    width: 145% !important;
  }
}






@media screen and (max-width:2560) and (min-width:1980px) {}

@media screen and(max-width:1920) {}

@media(max-width:1680px) {



  .header-section .dropdown-menu-header.open {
    width: 160px;
  }

  .banner-bg-img {
    object-fit: unset;
  }
}

@media(max-width:1600px) {}

@media (max-width:1599px) {}

@media(max-width:1499px) {
  /*.banner-section {*/
  /*    height: 250px;*/
  /*}*/


  .banner-section .banner-content-part .page-name {
    font-size: 40px;
  }

  .banner-section .banner-content-part .page-heading-description {
    font-size: 18px;
  }

  .banner-section.home-page-banner .banner-content-part h1 {
    font-size: 40px;
  }
}

@media(max-width:1399px) {
  .gold-sliver-investment-section .team-photo {
    width: 850px;
    min-width: 280px;
  }

  .gold-sliver-investment-section .team-member {
    text-align: center;
    width: 200px;
  }

  .gold-sliver-investment-section .team-photo img {
    height: 440px;
  }

  .gold-sliver-investment-section .team-owner p {
    font-size: 16px;
  }

  .product-list-item .product-card .price-add {
    display: block;
  }

  .product-list-item .product-card .price {
    margin-bottom: 15px;
  }

  .product-list-item .product-card .product-name {
    margin-bottom: 5px;
  }

  .with-confidence-section .description-row {
    padding: 0px;
    margin-top: 0px;
  }

  .we-buy-coins-section .coin-list li span {
    font-size: 18px;
  }

  .we-buy-coins-section ul {
    gap: 0;
  }

  .best-price-section .best-price-para {
    font-size: 18px;
  }

  .sliver-coins-and-medals-section .content-para {
    font-size: 18px;
  }

  .section-heading {
    font-size: 28px;
  }

  .coins-details-page {
    padding-bottom: 80px;
  }

  .banner-section .banner-content-part .page-name {
    font-size: 36px;
    line-height: 40px
  }

  .banner-section.home-page-banner .banner-content-part h1 {
    font-size: 36px;
  }

  .banner-section .banner-content-part .page-heading-description {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-section-part .faq-date {
    margin: 15px 0;
  }
}

@media(max-width:1299px) {
    .header-section .info-group{
        gap: 5px;
    }
       .d3-tooltip{
            left: 460px !important;
    }
  .gold-sliver-investment-section .team-photo img {
    height: 440px;
  }

  /*.banner-section {*/
  /*    height: 230px;*/
  /*}*/

  .woocommerce-cart .cart-section .product-content {
    width: 290px;
    ;
    display: block;
  }

  .woocommerce-cart .cart-section .product-price-inline {
    width: 100px;

  }

  .cart-section .product-savings {
    font-size: 13px;
  }

  .header-section .language-switch a {


    padding: 9px 15px;
  }


  .totals-label {
    font-size: 18px;
  }

  .subtotal-row .totals-value {

    font-size: 18px;
  }

  .totals-row {
    font-size: 18px;
    padding: 16px 0px;
  }

  .total-row {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .wc-proceed-to-checkout {
    margin-top: 0px;
  }

  .shipping-method label {
    font-size: 18px;
  }

  .shipping-method label {
    font-size: 18px;
  }

  .total-value {
    font-size: 18px;
  }

  .feature-slider-section {
    margin: 0px 0px;
  }

  .woocommerce-cart .product-subtotal {
    text-align: center !important;
  }

  .gold-coins-slider .swiper-slide h3 {
    font-size: 20px;
  }

  .swiper-container .swiper-slide .gold-bar-price {
    font-size: 20px;
  }

  .experience-in-trading-coins .heading-part {
    font-size: 28px;
  }

  .experience-in-trading-coins .info-container .info-text {
    font-size: 18px;
  }

  .gold-coins-slider .swiper-slide.expanded .options .price p {
    font-size: 20px;
  }

  .header-section .language-switch {
    display: block;
  }

  .product-list-item .product-card a img {
    margin-bottom: 15px;
  }

  .product-list-item .product-card {
    padding: 24px;
  }

  .info-box .info-paragraph {
    font-size: 16px;
  }

  .coins-details-page {
    padding-bottom: 60px;
  }

  .item-title {
    margin-top: 15px;
  }
}

@media(max-width:1199px) {
      .d3-tooltip{
            left: 320px !important;
    }
  .header-section .nav-links>li {
    max-width: 180px;
    min-width: 155px
  }

  .page-template-template-whishlist .cart-section .item-number {
    width: 20%;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .cart_item .item-number {
    display: none;

  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .liste {
    display: none;
  }

  .page-template-template-whishlist .product-content img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart th {
    font-size: 16px;
    line-height: 26px;
  }

  .item-title {
    font-size: 20px;
    line-height: 26px;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-price-inline {
    font-size: 18px;
    line-height: 22px;
  }

  .cart-section .quantity-control input.qty {
    font-size: 22px;
    line-height: 26px;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-subtotal .amount {
    font-size: 20px;
    line-height: 26px;
  }

  .cart-collaterals .modern-cart-totals .cart-totals-wrapper .totals-row .totals-label {
    font-size: 22px;
    line-height: 26px;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-image-wrapper {
    margin: auto;
  }

  .cart-section .product-info {
    text-align: center;
  }

  /*.banner-section {*/
  /*    height: 190px;*/
  /*}*/

  .gold-sliver-investment-section .team-photo {
    width: 680px;
    min-width: 280px;
  }

  .gold-sliver-investment-section .team-member {
    text-align: center;
    width: 165px;
  }

  .gold-sliver-investment-section .team-member p {
    font-size: 16px;
    line-height: 22px;
  }

  .gold-sliver-investment-section .team-owner p {
    font-size: 16px;
    line-height: 22px;
  }

  .coins-details-page {
    padding-bottom: 40px;
  }

  .app-timeline {

    --app-timeline-dot-left-margin: 38px;


    --app-timeline-box-width: 160px;
    --app-timeline-from-center-dist: 168px;
    height: 345px;
    width: 100%;
    padding-left: 0;
  }

  .app-timeline-card-wrapper .app-time-line-card {
    border-left: none;
  }

  .history-part-section.section-margin-bottom h2 {
    margin-bottom: 50px;
  }

  .history-part-section.section-margin-bottom {
    margin-bottom: 70px;
  }

  .cart-section .product-price-inline {
    width: 80px;
  }

  .woocommerce-cart .product-subtotal {
    text-align: center;
  }

  .woocommerce-cart .cart-section .product-content {
    width: 200px;

  }

  .woocommerce-cart .cart-section .product-price-inline {
    width: 100px;
    display: grid;
  }


  .business-with-heart-section .content-para {
    font-size: 18px;
  }

  .job-opening-section .content-para {
    font-size: 18px;
  }

  .job-opening-section .details-part .details-list li {
    font-size: 18px;
  }

  .gold-sliver-investment-section .content-para {
    font-size: 18px;
  }

  .cart-section .product-price-inline {

    justify-content: center;
  }

  .products-we-purchase .products-tabs .main-tabs {
    max-width: 650px;
  }

  .products-we-purchase .products-tabs .main-tabs .nav-item .nav-link.active {
    font-size: 18px;
  }

  .products-we-purchase .products-tabs .main-tabs .nav-item .nav-link {
    font-size: 18px;
  }

  .heading-part-slider .heading-part {
    font-size: 28px;
  }

  .gold-coins-slider .swiper-slide {
    padding: 80px 40px;
  }

  #slider2 .swiper-slide.expanded {
    padding: 80px 40px;
  }

  .experience-in-trading-coins .heading-part {
    font-size: 26px;
  }

  .product-list-item .product-card .product-name {
    max-width: 100%;
  }

  .with-confidence-section .description-row .description-para {
    font-size: 16px;
  }

  .with-confidence-section .product-sort-description-part .products-para .sort-discreption {
    font-size: 16px;
  }

  .info-box .info-heading-part {
    font-size: 26px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .we-buy-coins-section .coin-list li span {
    font-size: 16px;
  }

  .best-price-section .best-price-para {
    font-size: 16px;
  }

  .sliver-coins-and-medals-section .content-para {
    font-size: 16px;
  }

  .contact-page-day {
    margin-bottom: 10px
  }

  .contact-details .time-part .time-description {
    margin-top: 0px;
  }

  .banner-section .banner-content-part .page-name {
    font-size: 32px;
    line-height: 28px
  }

  .banner-section.home-page-banner .banner-content-part h1 {
    font-size: 32px;
  }

  .faq-section-part .faq-title span {
    font-size: 16px;
  }

}

@media(max-width:1024px) {
  .app-timeline-card-wrapper.app-timeline-card-align-top {
    top: -40px;
    align-self: auto;
  }

  .btn-add-to-cart {
    margin-bottom: 15px;
  }

  .cart-section .product-price-inline {

    width: 80px;
  }

}

@media(max-width:991px) {


  .banner-section.home-page-banner .banner-content-part {
    text-align: center;
  }

  .banner-section.home-page-banner .banner-content-part p {
    text-align: center;
    width: 100%;
  }

  .gold-coins-slider .swiper-slide {
    padding: 80px 20px;
  }

  .gold-coins-slider .option-btn {
    font-size: 13px;
  }

  .gold-coins-slider .swiper-slide.expanded .options .price {
    display: block;
  }

  .gold-coins-slider .swiper-slide.expanded .options .price p {
    margin-bottom: 10px;
  }

  .gold-coins-slider .buy-btn {
    margin: 0 auto;
  }

  .btn-add-to-cart {
    margin-bottom: 15px;
  }

  .page-template-template-whishlist .cart-section .product-info {
    text-align: left;
  }

   .gold-sliver-investment-section .team-photo {
    width: 450px;
    min-width: 280px;
  }

  .gold-sliver-investment-section .team-owner {
    width: 215px;
  }

  .gold-sliver-investment-section .team-member {
    text-align: center;
    width: 157px;
  }

  #checkoutBtn {
    width: fit-content;
    padding: 10px 20px;
  }

  .login-container .coin-left,
  .login-container .coin-right {

    width: 300px;
  }

  .with-confidence-section .description-row .description-para {
    text-align: center;
  }



  .experience-in-trading-coins .heading-part {
    font-size: 22px;
  }

  .experience-in-trading-coins .info-container .info-text {
    font-size: 16px;
  }

  .news-update-section .news-short-content-part {
    justify-content: center;
    gap: 10px;
  }

  .feature-image-for-news {
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  .info-box .info-heading-part {
    font-size: 22px;
  }

  .info-box:first-child {
    margin-bottom: 15px;
  }


  .business-with-heart-section .content-para {
    font-size: 16px;
  }

  .job-opening-section .content-para {
    font-size: 16px;
  }

  .job-opening-section .details-part .details-list li {
    font-size: 16px;
  }

  .gold-sliver-investment-section .content-para {
    font-size: 16px;
  }

  .history-part-section.section-margin-bottom {
    margin-bottom: 16px;
  }

  .contact-details {
    margin-bottom: 50px;
  }

  .contact-details .map-part .address {
    margin-bottom: 30px;
  }

  .banner-section .banner-content-part .page-name {
    font-size: 30px;
    line-height: 28px
  }

  .banner-section.home-page-banner .banner-content-part h1 {
    font-size: 30px;
  }

  .header-section .nav-links>li {
    position: relative;
    padding: 16px 49px;
    cursor: pointer;
    border-left: 1px solid #e5e7eb;
    box-sizing: border-box;
    max-width: 180px;
    min-width: 185px;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    text-align: center;
  }

}

@media (max-width: 992px) {
      .d3-tooltip{
            left: 520px !important;
    }
  .order-details-table .product-col-text-box {
    display: block;
  }

  .order-details-table .product-thumb img {
    margin: auto;
    max-width: 100% !important;
  }

  .order-details-table .product-text {
    text-align: center;
  }

  .product-col::before {
    display: none;
  }

  .cart-section .table,
  .cart-section .shop_table {
    min-width: 450px;
  }

  .cart-section .item-number {
    width: 60px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {

    margin: 0;

  }

  .woocommerce-cart-form__cart-item .quantity-control {
    margin-bottom: 5px;
  }

  .cart-section .shop_table tbody td::before {
    color: #000;
  }

  .product-cell::before {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tr td.product-remove,
  .woocommerce-page table.shop_table_responsive tr td.product-remove {
    text-align: center !important;
  }

  .cart-section .product-price {
    font-size: 12px;
    color: #000 ! IMPORTANT;
    font-weight: 600;
  }

  .cart-section .product-info .item-title {
    margin-top: 10px;
  }

  .cart-section .shop_table tbody tr:last-child,
  .cart-section .table tbody tr:last-child {
    border-bottom: 1px solid #e0e0e0;

  }

  .products-we-purchase .product-category-name {
    font-size: 18px;
  }

  .cart-section .shop_table tbody td,
  .cart-section .table tbody td {
    padding: 10px;

  }

  .cart-section .quantity-control span {
    width: 20px;
    height: 30px;
  }


  .cart-section .product-price {
    font-weight: 500;
    font-size: 14px;
  }

  .cart-section .quantity-control {
    padding: 0;
  }

  .cart-section .product-subtotal,
  .cart-section .price-cell {

    font-size: 14px;
  }

  .cart-section .quantity-control input.qty {
    width: 45px;
  }

  .login-container .coin-left,
  .login-container .coin-right {
    width: 270px;
  }


  .swiper-container .swiper-slide .buy-btn {
    position: unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(0%);
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 58px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    -ms-border-radius: 58px;
    -o-border-radius: 58px;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .swiper-container .swiper-slide:not(.no-hover):hover .slide-content {
    padding-bottom: 0px;
  }



  .gold-sliver-investment-section .team-photo {
    width: 100%;
    min-width: 100%;
  }

  .gold-sliver-investment-section .team-owner {
    width: 100%;
    text-align: center;
  }

  .section-heading {
    font-size: 28px;
  }

  .regular-paragraph {
    font-size: 16px;
  }

  .heading-part-slider .heading-part {
    font-size: 26px;
  }

  .heading-part-slider .view-all-buttons a {
    font-size: 18px;
  }

  .products-we-purchase .products-tabs .main-tabs {
    margin-bottom: 20px;
  }

  .faq-details-part .content-part {
    font-size: 16px;
  }

  /*   .faq-section-part .faq-header {
      display: block;
  } */
}

@media (max-width: 820px) {

  .gold-sliver-investment-section {
    padding-top: 35px;
  }

  .app-timeline-card-wrapper.app-timeline-card-align-top {
    top: -40px;
    align-self: auto;
  }

  .cart-section .product-price-inline {
    width: 90px;
  }

  .woocommerce-cart .cart-section .product-content {
    width: 195px;
    display: block;
  }

  .totals-label {
    font-size: 15px;
  }

  .subtotal-row .totals-value {
    font-weight: 400;
    font-size: 16px;
  }

  .totals-row {
    font-size: 14px;
    padding: 16px 0px;
    gap: 8px;
  }

  .total-row {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .wc-proceed-to-checkout {
    margin-top: 0px;
  }

  .shipping-method label {
    font-size: 15px;
  }

  .shipping-method label {
    font-size: 15px;
  }

  .total-value {
    font-size: 15px;
  }

  .login-container .coin-left,
  .login-container .coin-right {
    width: 260px;
  }



}

@media(max-width:767px) {
  .gold-coins-slider .swiper-slide {
    padding: 25px 0px;
  }

  #slider2 .swiper-slide.expanded {
    padding: 25px 0;
  }

  .gold-coins-slider .swiper-slide img {
    margin-left: auto;
    margin-right: auto;
  }

  .gold-coins-slider .swiper-slide.expanded .slider-items .slider-items-part {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-part.remove-bottome-space .swiper-container {
    max-width: 250px;
  }

  .gold-sliver-investment-section .team-member {
    text-align: center;
    width: 89px;
  }

  .cart-section .table,
  .cart-section .shop_table {
    min-width: 400px;
  }

  .cart-section .quantity-control {
    padding: 0 10px;
  }

  .product-price-inline {
    justify-content: end;
    margin-top: 5px;
    color: #000;
    font-weight: 600;
  }

  .cart-section .item-number {
    width: 100%;
  }

  .cart-section .shop_table thead th,
  .cart-section .table thead th {
    padding: 10px;
    font-size: 13px;
  }

  .cart-section .item-number {
    font-size: 12px;
  }

  .cart-section .product-content {
    gap: 10px;
  }

  .cart-section .product-info .item-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
  }

  .cart-section .product-price {
    font-size: 12px;
  }

  .cart-section .quantity-controlP {
    padding: 0;
  }

  .cart-section .quantity-control span {
    width: 10px;
    height: 35px;
    font-size: 12px;
    min-width: 10px;
  }

  .cart-section .product-subtotal {
    font-size: 12px;
  }

  .cart-section .shop_table tbody td,
  .cart-section .table tbody td {
    padding: 8px;

  }

  .cart-section .quantity-control input.qty {
    width: 45px;
    height: 35px;
  }

  .cart-section .product-price-inline .discounted-price .woocommerce-Price-amount {
    font-size: 12px;
  }

  .cart-section .product-image-wrapper {
    margin: 0 auto 1px auto;
  }

  .cart-section .product-content {
    display: block;
    align-items: center;
  }

  .cart-section .product-info {
    text-align: center;
  }

  .subtotal-row .totals-value {
    font-weight: 400;
    font-size: 16px;
  }

  .shipping-method label {
    margin: 0;
    font-size: 22px;
    cursor: pointer;
    flex: 1;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
  }

  .cart-totals-wrapper {
    padding: 0px 0px;
  }

  .wc-proceed-to-checkout {
    margin-top: 0px;
  }

  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1rem;
    padding: 10px;
  }

  .cart-section {
    padding: 0;
  }

  .subtotal-row {
    padding-bottom: 0px;
  }

  .cart-section .table,
  .cart-section .shop_table {
    min-width: 500px;
  }

  .coins-details-page .coin-details-box h2 {
    font-size: 20px;

    line-height: 26px;
    margin-bottom: 0;
  }

  .coins-details-page .coin-details-box .price-receipt {
    font-size: 20px;
    line-height: 26px;
  }

  .coins-details-page .coin-details-box .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }

  .coins-details-page .coin-details-box .accordion-item .coin-detail h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .experience-in-trading-coins .heading-part {
    font-size: 20px;
    line-height: 26px;
  }

  .small-image-part,
  .product-template-default .small-image-part img {
    width: 90px !important;
    height: 90px !important;
  }

  .small-image-part {
    margin-bottom: 10px;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
  }

  .coins-details-page .carousel-inner .carousel-item img {
    width: 100%;
    border-radius: 16px;
    max-width: 200px;
  }

  .theme-btn.view-order-btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .woocommerce-cart .cart-section .product-content {
    width: 115px;
    display: contents;
  }

  .woocommerce-cart .cart-section .item-number {
    display: none;
  }

  .woocommerce-cart .product-price {
    display: flex !important;
    justify-content: space-between !important;
  }


  .feature-slider-section {
    padding-top: 0;
    margin-top: 0;
  }

  .woocommerce table.shop_table {

    margin: 0 -1px 0px 0;

  }

  .total-row {
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .woocommerce-cart .cart-section .product-price-inline {

    display: block;
  }

  .login-container .coin-left,
  .login-container .coin-right {
    width: 250px;
  }

  .gold-sliver-investment-section .team-photo img {
    height: auto;
  }

  .products-we-purchase .product-category-name {
    font-size: 15px;
  }

  .products-we-purchase .products-tabs .main-tabs .nav-item .nav-link.active {
    font-size: 15px;
  }

  .products-we-purchase .products-tabs .main-tabs .nav-item .nav-link {
    font-size: 15px;
  }

  .section-heading {
    font-size: 24px;
  }

  .heading-part-slider .heading-part {
    font-size: 22px;
  }

  .heading-part-slider .view-all-buttons a {
    font-size: 16px;
  }

  .graph-section .main-price .price {
    font-size: 14px;
  }

  .news-update-section .news-short-content-part {
    justify-content: center;
    gap: 0px;
  }

  .mb-30 {
    margin-bottom: 10px;
  }

  .graph-section .main-price .euro {
    font-size: 14px;
  }

  .gold-coins-slider .swiper-slide,
  #slider2 .swiper-slide {
    flex-basis: calc((100% - (24px * 0)) / 1) !important;
  }

  .sliver-bars-part-section .slider-part .swiper-container {
    max-width: 245px;
  }

  .gold-bars-part-section .slider-part .swiper-container.gold-bars-box {
    max-width: 250px;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-subtotal .amount {
    font-size: 16px;
    line-height: 16px;
  }

  .woocommerce .cart-container .woocommerce-cart-form .table-responsive .shopping-cart .product-price-inline {
    font-size: 13px;
    line-height: 13px;
    display: grid;
  }
}

/* Mobile responsive timeline */
@media (max-width: 768px) {
  .app-timeline-wrapper {
    /*overflow-x: hidden;*/
    overflow-y: visible;
    padding: 0 15px;
  }


  .app-timeline {
    flex-direction: column;

    align-items: center;

    height: auto;
    padding-left: 0;
    position: relative;
  }

  .app-timeline-display-line {
    position: absolute;
    width: 2px;

    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: none;
  }

  .app-timeline-card-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 15px auto;
    margin-left: 0;
    top: auto;
    bottom: auto;
    align-items: center;
    justify-content: center;
  }

  .app-timeline-card-wrapper:not(:first-of-type) {
    margin-left: 0;
  }

  .app-timeline-card-wrapper.app-timeline-card-align-top,
  .app-timeline-card-wrapper.app-timeline-card-align-bottom {
    align-self: center;
    top: auto;
    bottom: auto;
  }

  .app-timeline-card-wrapper .app-time-line-card {
    border-left: none;
    border-top: 2px solid #E5E7EB;
    padding: 15px 0 0 0;
    text-align: center;
  }

  .app-time-line-card .timeline-year-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .app-timeline-display-line::before,
  .app-timeline-display-line::after {
    display: none;

  }

  .woocommerce-cart .cart-section .product-content {
    width: 115px;
    display: contents;
  }



  .wc-proceed-to-checkout .checkout-button {
    max-width: 100%;
  }

  .modern-cart-totals {
    background: transparent;
    padding: 0;
    width: 100% !important;
    padding-right: 0px;
  }

  .shopping-cart .woocommerce-cart-form__cart-item .product-price {
    justify-content: space-between;
    display: flex;

  }

  .order-details-table .serial-col {
    width: 100%;
  }

  .order-details-table .price-col {
    width: 100%;
  }

  .order-details-table .qty-col {
    width: 100%;
  }

  .order-details-table .product-col .d-flex.align-items-center.gap-3 {
    display: block ! IMPORTANT;
    text-align: center;

  }

  .order-details-table td {
    border: 1px solid #ddd !important;
  }

  .slider-items .options .price.price-box p {
    font-weight: 600 !important;
    color: #262121 !important;
  }

  .thankyou-box-price .thankyou-box-price-total {
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
  }

  .thankyou-box-price .thankyou-box-price-total th::before {
    display: none !important;
  }

  .thankyou-box-price .total-row {
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
  }

  .order-details-table .serial-col {
    text-align: end !important;
  }

  .thankyou-box-price .total-row {
    padding: 0;
    background-color: #fff !important;
  }

  .thankyou-box-price .total-row th {
    border: none;
  }

  .thankyou-box-price .total-row td {
    border: none;
  }

  .order-details-table tr {
    border-radius: 0 !IMPORTANT;
  }

  .order-details-table .thankyou-box-price td::before {
    display: none !important;
  }

  .order-details-table .thankyou-box-price-total th {
    border: none !important;
  }

  .table-responsive .order-details-table .price-col {
    width: 100% !important;
  }
}

@media(max-width:576px) {
      .d3-tooltip {
        left: 240px !important;
    }
  .app-timeline-card-wrapper .app-time-line-card {
    height: max-content;
  }

  .custom-pagination {
    margin: 0;
  }

  .products-list-part .pagination-row .custom-pagination .page-link {
    font-size: 15px;
  }

  .banner-section .banner-content-part p {
       font-size: 13px ! IMPORTANT;
    line-height: 15px !important;
  }

  .gold-sliver-investment-section .team-photo {
    width: 100%;
    min-width: 100%;
  }

  .gold-sliver-investment-section .team-owner {
    width: 100%;
    text-align: center;
  }

  .gold-sliver-investment-section .team-member {
    text-align: center;
    width: 100%;
  }

  .gold-sliver-investment-section .team-owner img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .cart-section .table,
  .cart-section .shop_table {
    min-width: 300px;
  }

  .login-container .coin-left,
  .login-container .coin-right {
    display: none;
  }

  .graph-section #chart-container .axis text {

    font-size: 8px;
  }

  .news-image-part {
    max-width: 100%;
    height: 100%;
    margin-bottom: 15px;
  }

  .news-update-section .news-short-content-part .news-short-heading {
    margin-bottom: 12px;
  }

  .news-update-section .news-short-content-part .news-short-para {
    margin-bottom: 10px;
  }

  .news-update-section .short-news-section-row {
    margin-bottom: 15px;
  }

  .products-we-purchase .nav-link.active .product-category-name {
    font-size: 13px;
  }

  .products-we-purchase .product-category-name {
    font-size: 13px !important;
  }

  .slider-items .options .price.price-box {
    font-weight: 700;
  }

  .banner-section .banner-content-part .page-name {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 18px
  }

  .banner-section.home-page-banner .banner-content-part h1 {
    font-size: 17px;
  }

  .gold-coins-slider .swiper-slide img {
    min-height: 100px;
    width: 100px;
  }

  .gold-coins-slider .swiper-slide h3 {
    font-size: 16px;
  }

  .gold-coins-slider .swiper-slide {
    padding: 0;
  }

  .slider-items .options .price.price-box p {
    font-size: 18px !important;
  }

  .gold-coins-slider .swiper-slide .options {
    padding: 0;
  }

  .single-product .coins-details-page .carousel-inner .carousel-item img {
    max-height: 250px;
  }

  .quantity-control {
    padding: 2px 12px;
  }

  .add-to-cart {
    padding: 8px 16px;
    margin-left: 8px;
  }

  .price-link {
    padding: 6px;
  }
}

@media(max-width:430px) {
  .breadcrumb-section .breadcrumb li.active {
    font-size: 14px;
  }
   .d3-tooltip {
        left: 180px !important;
    }
}

@media(max-width:360px) {

  .cart-section .table,
  .cart-section .shop_table {
    min-width: 240px;
  }
      .d3-tooltip {
        left: 180px !important;
    }
}






/* === Force full-width mobile nav (override) === */

/* remove bootstrap row gutters influence at mobile width */
@media (max-width: 991px) {


  .main-header-part nav .row .col-md-12 {
    padding: 0;
  }

  /* anchor the container (safe) */
  .nav-container {
    position: relative !important;
    z-index: 10000 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  /* Primary fallback: fixed so it uses viewport, not parent */
  #navlinksfix {
    position: fixed !important;
    top: calc(var(--header-height, 88px)) !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    right: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transition: max-height .35s ease !important;
    max-height: 0 !important;
    z-index: 20000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* open state */
  #navlinksfix.active {
    max-height: 90vh !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }

  /* Make menu items full width and touch-friendly */
  #navlinksfix>li {
    width: 100% !important;
    border-bottom: 1px solid #eee !important;

  }

  #navlinksfix>li>a,
  #navlinksfix .menu-title>a {
    display: block !important;
    width: auto !important;
  }

  .header-section .menu-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .header-section .nav-links>li {
    max-width: 100%;
    min-width: 100%;
  }

  .header-section .dropdown-menu-header li {
    margin: 0px 15px;
  }

  gold-coins-slider .swiper-slide .nav-container {
    position: unset !important;


  }

  .header-section .nav-links>li {
    padding: 9px;
    border-bottom: 1px solid #eee;
  }
}

/* End */



@media (max-width: 768px) {

  #slider2 .swiper-slide .options .option-btns,
  #slider2 .swiper-slide .options .price {
    transition: none;
  }

  #slider2 .swiper-slide.expanded .options .option-btns,
  #slider2 .swiper-slide.expanded .options .price {
    transition: none;
    transition-delay: 0s;
  }

  .gold-coins-slider .swiper-slide .options .option-btns,
  .gold-coins-slider .swiper-slide .options .price {
    transition: none;
  }

  .gold-coins-slider .swiper-slide.expanded .options .option-btns,
  .gold-coins-slider .swiper-slide.expanded .options .price {
    transition: none;
    transition-delay: 0s;
  }

  .pacht-top-error-bar {
    font-size: 13px !important;
    line-height: 15px !important;
  }

  /*.price-update-time .price-update.sticky{*/
  /*    top: 88px !important;*/
  /*}*/
}


