.product-details .faq-item .accordion .accordion-item .accordion-button {
    border-bottom: 0px !important;
}

.continue-shipping a {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.product-varint-prizes .product-discount-price {
    color: #ddd;
    font-size: 15px;
}

.premium-subsciption .premium-right-container .pre-documentation {
    padding-left : 0px;
}

.premium-subsciption.product-details ol.breadcrumb {
    margin-left: 0 !important;
}




.text-truncate-3 {
    display: -webkit-box;
    line-clamp: 3;;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    height: 4.5rem;
}
.search-icon{
    font-size: 20px;
}

/***** start: slider ****/
.slider {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 10px 40px 10px;
  border-radius: 12px;
  overflow: hidden;
}
.slider .swiper {
  width: 100%;
  height: 100%;
}
.slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  background: #000;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
  margin: 0px 20px;
  color: #202020;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.slider:hover .swiper-button-next,
.slider:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}


.slider .swiper-pagination {
  position: absolute;
  right: 20px !important;
  bottom: 15px !important;
  left: auto !important;
  background: rgba(255,255,255,0.8);
  padding: 6px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  z-index: 10;
  width: auto !important;
}
.slider .swiper-pagination-bullet {
  background-color: rgba(158, 157, 157, 0.8);
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px !important;
}
.slider .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    display: none !important;
  }
  .slider .swiper-pagination {
  position: absolute;
  right: 10px !important;
  bottom: 10px !important;
}
}
@media (min-width: 1025px) {
  .slider .swiper-slide img {
    height: 400px;
    width: 100% !important;
    object-fit: cover;
  }
  .slider .swiper-slide {
    flex-direction: column;
    align-items: stretch;
}
}
/***** end: slider ****/
/***** start: article ****/
article {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #222;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    color: #111;
}

article h1 { font-size: 2rem; }
article h2 { font-size: 1.75rem; }
article h3 { font-size: 1.5rem; }
article h4 { font-size: 1.25rem; }
article h5 { font-size: 1.1rem; }
article h6 { font-size: 1rem; }

article p {
    margin-bottom: 1rem;
    text-align: justify;
}

article b,
article strong {
    font-weight: 600;
    color: #000;
}

article ul,
article ol {
    margin: 1rem 0 1rem 1.5rem;
    padding: 0;
}

article ul li,
article ol li {
    margin-bottom: 0.5rem;
}

article a {
    color: #007bff;
    text-decoration: underline;
}

article a:hover {
    color: #0056b3;
}

article blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid #007bff;
    background: #f9f9f9;
    font-style: italic;
}

/***** end: article ****/


.premium-subsciption .premium-right-container .documentation-list .list-inner .list-inner-item i{
    color: var(--theme-color);
}

.premium-subsciption .premium-right-container .premium-top .breadcrumb .breadcrumb-item.active{
        color: var(--theme-color);
    font-weight: 600;
}

.main-header .top-bar .top-address
{
    font-weight: 500 !important;

}
.main-header .header-wrapper .header-container .header-nav .navbar .navbar-nav .nav-item .nav-link,
.premium-subsciption .premium-right-container .cart-variation button.btn,

.premium-subsciption .premium-right-container .pre-price span,
.color-container .btn-check-container .btn,
.c-pointer,
.btn-1,
.main-header .header-wrapper .header-container .header-nav .navbar .all-category button
{
    font-weight: 600;

}


    .bottom-social {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 20px 0px;
}

.bottom-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.bottom-social li a:hover {
    background: #333;
    color: #fff;
}
@media (max-width: 767px) {
.premium-subsciption .premium-right-container .cart-variation button.btn{
    padding: 0px 12px !important;
}
}



    .step-container .active .bullet{
        background-color: var(--text-primary) !important;
        color: var(--bg-white) !important;
    }
        .list_icon {
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .side_icon{
        font-size: 16px !important;

    }
    #currencySelect {
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: rgb(15, 15, 15);
    padding: 0 20px 0 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5'><path fill='%23111111' d='M0 0l4 5 4-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 8px 5px;
}
#currencySelect:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
#currencySelect option {
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #EEF2F5;
    color: rgb(15,15,15);
}
#currencySelect option:checked,
#currencySelect option:hover {
    background: #dbe2e8;
    color: #111;
}


.c-pointer:hover ul.category-menu {
       visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 1000 !important;
}
.mr_10{
    margin-right: 10px;
}.pr_15{
    margin-right: 15px;
}
.custom-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}
.custom-pagination .page-item {
    flex: 0 0 auto;
}
.custom-pagination .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: var(--btn-primary);
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    min-width: 36px;
    text-align: center;
}
.custom-pagination .page-link:hover {
    background: #f2f2f2;
}
.custom-pagination .page-item.active .page-link {
    background: var(--btn-primary);
    border-color: var(--btn-primary);
    color: #fff;
}
.custom-pagination .page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    background: #f9f9f9;
}

