#header .header-top {
    background-color: var(--color2);
}
 
#header .logo img {
    width: 80px;
}
 
#header .header-bottom {
    transition: all ease .3s;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 9;
}
 
#header .header-bottom.sticky {
    transform: translateY(-87px);
    z-index: 99;
}
 
#header .header-top .links a:not(:last-child) {
    border-right: 1px solid gray;
}
 
#header .header-bottom .nav-link li .active {
    color: var(--color1) !important;
}
 
#header .header-bottom .nav-link li {
    transition: all ease .5s;
}
 
#header .header-bottom .nav-link .navs {
    /*padding: 15px 0px;*/
    color: #4A4A4A !important;
}
 
#header .header-bottom .nav-link .dropMenu .drop-down li:not(:last-child) {
    border-bottom: 1px solid rgb(213, 213, 213);
}
 
#header .header-bottom .drop-down {
    width: 400px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 1px 1px 3px rgb(186, 182, 182);
    /*top: 74px;*/
    /*z-index: 99;*/
    background-color: white;
}
 
#header .header-bottom .dropMenu:hover .drop-down {
    opacity: 1;
    pointer-events: all;
    border-top: 2px solid var(--color2);
}
 
#header .header-bottom .nav-link li a:hover {
    color: var(--color1) !important;
}
 
#header .header-bottom .nav-link .dropMenu .drop-down li a {
    transition: all ease .3s;
    font-size: 14px;
}
 
#header .header-bottom .nav-link .dropMenu .drop-down li {
    transition: all ease .3s;
    display: flex;
    align-items: center;

}
 
#header .header-bottom .nav-link .dropMenu .drop-down li:hover {
    background-color: #f5f5f5;
}
 
#header .header-bottom .nav-link .dropMenu .drop-down li a:hover {
    color: var(--color1) !important;
    transform: translateX(15px);
}
 
#header .header-bottom .nav-link .dropMenu .drop-down li::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 2px;
    opacity: 0;
    background-color: var(--color1);
    transition: all ease .3s;
}
 
#header .header-bottom .nav-link .dropMenu .drop-down li:hover::before {
    transform: translateX(15px);
    opacity: 1;
    color: var(--color1) !important;
}
 
#header .header-middle {
    background-color: var(--color5);
}
 
.mobileLogoButton {
    display: none !important;
}
 
#header .header-middle-details {
    flex-wrap: wrap;
}
 
.closeMenuBtn {
    background-color: var(--color2);
}
 
.mobile-eCommerceicon .e-commerce-mobileBox {
    padding: 6px 12px;
    background-color: var(--color5);
    border: 1px solid rgb(0, 0, 0);
    font-size: 12px !important;
    width: 100%;
    text-align: center;
    color: var(--color1);
    transition: all ease .3s;
    height: 40px;
    gap: 2px;
}
 
.mobile-eCommerceicon .e-commerce-mobileBox:hover {
    background-color: #eeeeee;
}
 
#header .countBox {
    width: 18px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 8px;
    line-height: 15px;
    box-shadow: 1px 1px 3px #0000004d;
    top: -5px;
    right: -9px;
    border-radius: 100px;
}
 
.currency-dropdown .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    min-width: 230px;
    padding: 0;
}
 
.currency-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
 
.currency-dropdown .dropdown-item img {
    width: 20px;
    height: 15px;
}
 
.language-dropdown .dropdown-menu {
    min-width: 180px;
    padding: 0;
}
 
.language-dropdown .dropdown-item {
    padding: 10px 16px;
    font-size: 12px;
    color: var(--color3);
}
 
.language-dropdown .dropdown-item:hover {
    color: var(--color1);
}
 
/* -----------------Header End ---------------------- */
 
 
/* -----------------Slider Section Start--------------------- */
 
#slider .banner-slider .slide-item {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}
 
#slider .banner-slider .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
#slider .banner-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.479);
    display: flex;
    align-items: center;
}
 
#slider .banner-slider .text-content {
    color: white;
    max-width: 600px;
    margin-top: 70px;
}
 
#slider .banner-slider .text-content h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
 
#slider .banner-slider .text-content p {
    font-size: 18px;
    margin-bottom: 40px;
}
 
/* -----------------Slider End--------------------- */
 
/* -----------------Categories Section Start--------------------- */
 
#categories .categories-itemBox {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
 
#categories .categories-itemBox2 {
    position: relative;
    width: 100%;
    height: 288px;
    overflow: hidden;
}
 
#categories img {
    border: 3px solid rgb(252, 252, 252);
}
 
#categories .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.375);
}
 
#categories .categories-btn {
    bottom: 40px;
}
 
/* -----------------Categories End --------------------- */
 
/* -----------------Products Section Start --------------------- */
 
.productMain-box .offerBox {
    font-size: 10px;
    top: 20px;
    right: 20px;
    /* background-color: var(--color2); */
    padding: 5px;
    color: white;
}
 
 
 
.productMain-box .productBox {
    background-color: var(--color5);
    height: 300px;
    padding: 20px;
    overflow: hidden;
}
 
.productMain-box .productBox .product-imgBox img {
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    transition: all ease .6s;
    border-radius: 20px;
}
 
.productMain-box:hover img {
    transform: scale(1.2);
}
 
.prizeBox .sale-prize {
    text-decoration: line-through;
}
 
.productMain-box .product-overlay {
    background-color: rgba(0, 0, 0, 0.276);
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    z-index: 10;
}
 
.productMain-box:hover .product-overlay {
    opacity: 1;
    pointer-events: all;
}
 
.productMain-box .product-eCommerce-icon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-left: -40px;
    transition: all ease .6s;
}
 
.productMain-box:hover .product-eCommerce-icon {
    margin-left: 0;
}
 
.productMain-box .product-iconBox {
    height: 35px;
    width: 35px;
    border-radius: 100px;
    overflow: hidden;
    transition: all ease .3s;
    background-color: white;
    cursor: pointer;
    padding: 5px;
}
 
.productMain-box .product-iconBox .bi {
    transition: all ease .3s;
    line-height: 0;
    color: black;
}
 
.productMain-box .product-iconBox:hover {
    background-color: var(--color2);
}
 
.productMain-box .product-iconBox:hover .bi {
    color: white;
}
 
.productMain-box .quick-buttons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: -50px;
    transition: all ease .6s;
 
}
 
.productMain-box:hover .quick-buttons {
    margin-bottom: 0;
}
 
.productMain-box .quick-buttons button {
    background-color: white;
    width: 130px;
    text-align: center;
    padding: 8px 10px;
    border-radius: 100px;
    color: black;
    transition: all ease .3s;
    font-size: 12px;
    font-weight: 500;
}
 
.productMain-box .quick-buttons button:hover {
    background-color: var(--color2);
    color: rgb(255, 255, 255);
}
 
/* -----------------Products End --------------------- */
 
/* -----------------Mega sale section Start --------------------- */
 
 
#megasaleSection .megaSaleBox {
    background-image: url('../images/fresh-herbs-garden-wooden-olive-600nw-1296916552.webp');
    background-size: cover;
    background-position: center;
    height: 400px;
    background-repeat: no-repeat;
}
 
#megasaleSection .megaSaleBox2 {
    background-image: url('../images/pexels-photo-105028.webp');
}
 
#megasaleSection .megaSaleBox .overlay {
    z-index: 1;
    padding: 50px 50px 30px 30px;
    background-color: rgba(0, 0, 0, 0.577);
}
 
#megasaleSection .megaSaleBox .content h4 {
    z-index: 2;
    font-size: 40px;
    font-weight: 600;
}
 
/* -----------------Mega sale End --------------------- */
 
/* -----------------Bgimage-sectionStart --------------------- */
 
#bgimage-section {
    background-image: url('../images/hh3.jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
    background-repeat: no-repeat;
}
 
#bgimage-section .overlay {
    z-index: 1;
    background-color: #144d6962
}
 
#bgimage-section .content h4 {
    z-index: 2;
    font-size: 40px;
    font-weight: 600;
}
 
#bgimage-section .content {
    max-width: 700px;
}
 
/* -----------------Bgimage End --------------------- */
 
/* -----------------Social-accounts Start --------------------- */
 
#social-accounts .social-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000095;
    left: 0;
    opacity: 0;
    transition: all ease .6s;
}
 
#social-accounts .followBox {
    height: 180px;
}
 
#social-accounts .social-overlay:hover {
    opacity: 1;
}
 
#social-accounts .insta-icon {
    padding: 8px 12px;
    display: inline-block;
    margin-top: 30px;
    transition: all ease .6s;
}
 
#social-accounts .social-overlay:hover .insta-icon {
    margin-top: 0px;
}
 
#social-accounts .insta-icon:hover {
    background-color: var(--color2);
    transition: all ease .5s;
}
 
#social-accounts .insta-icon:hover .bi {
    color: rgb(255, 255, 255);
}
 
#social-accounts .insta-icon .bi {
    color: rgb(255, 255, 255);
    font-size: 22px;
}
 
/* -----------------Social-accounts End --------------------- */
 
/* -----------------Footer Start --------------------- */
 
#footer {
    background-color: var(--color5);
}
 
#footer .col-lg-2 ul li a {
    font-size: 14px;
    color: var(--color3);
    transition: all ease .3s;
    text-transform: capitalize;
    display: inline-block;
}
 
#footer .col-lg-2 ul li a:hover {
    color: var(--color1);
    transform: translateX(5px);
}
 
#footer .footer-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
 
#footer .footer-socialIcons ul li a {
    color: var(--color3);
    transition: all ease .3s;
}
 
#footer .footer-socialIcons ul li a:hover {
    color: var(--color1);
}
 
.ft-bottom {
    background-color: var(--color2);
}
 
/* =============================== Single Product Page Css Start ===================================== */
 
#product-banner {
    background-image: url(../images/botanical-blends-herbs-essencial-oils-naturopathy_72402-5867.jpg);
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
}
 
#product-banner .overlay {
    background-color: rgba(0, 0, 0, 0.495);
    padding: 100px 0px;
 
}
 
#product-banner .product-content {
    margin-top: 70px;
}
 
#product-banner .product-content .product-title {
    font-size: 22px;
    color: white;
}
.breadcumb ul li .bi{
    font-size:10px !important;
}
.breadcumb ul{
    flex-wrap: wrap;
}
 
 
.onsaleBox {
    font-size: 14px;
    /* background-color: var(--color2); */
    padding: 5px 10px;
    color: white;
}
 
 
.in-stockBox {
    color: green;
}
 
.buynow-button {
    padding: 10px 20px;
    color: white;
    background-color: var(--color1);
    font-size: 14px;
    transition: all ease .3s;
        cursor: pointer;
}
 
.addtocart-button {
    padding: 10px 20px;
    color: white;
    background-color: var(--color1);
    font-size: 14px;
    transition: all ease .3s;
       cursor:pointer;
}
 
.addtocart-button:hover {
    background-color: var(--color2);
}
 
.buynow-button:hover {
    background-color: var(--color2);
}
 
.wishlist-compare-buttonBox  a {
    font-size: 14px;
    color: var(--color1);
    transition: all ease .3s;
    cursor:pointer;
}
 
 
.wishlist-compare-buttonBox a:hover {
    color: var(--color2) !important;
}
 
.zoom-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
    height: 400px;
    background-color: var(--color5);
    padding: 15px;
}
 
.zoom-image {
    transition: transform 0.2s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 
.zoom-container:hover .zoom-image {
    transform: scale(2);
    /* Zoom level */
}
 
.thumbnail-img {
    height: 110px;
    object-fit: contain;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s;
    background-color: var(--color5);
    padding: 10px;
}
 
.thumbnail-img.active {
    border-color: rgb(199, 199, 199);
}
 
.quantity-box {
    display: flex;
    align-items: center;
}
 
.quantity-box button,
.quantity-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
}
 
.quantity-box input {
    pointer-events: none;
    border-left: none;
    border-right: none;
}
 
/* ============================= product Filter Start ============= */
.filtermainBox-sticky {
    position: sticky;
    top: 80px;
}
 
.products-filterMainBox .range-slider input[type="range"] {
    width: 100%;
    appearance: none;
    height: 6px;
    background: var(--color2);
    border-radius: 5px;
    outline: none;
 
}
 
.products-filterMainBox .range-slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--color2);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
 
 
 
.products-filterMainBox label {
    font-size: 14px;
    transition: all ease .3s;
    cursor: pointer;
}
 
.products-filterMainBox label:hover {
    color: var(--color2);
}
 
.products-filterMainBox .form-check-input:checked {
    background-color: var(--color2);
    border-color: var(--color2);
}
 
.products-filterMainBox .form-check-input:checked+.form-check-label {
    color: var(--color2);
    font-weight: 500;
}
 
.products-filterMainBox .form-check-input:focus {
    box-shadow: none;
}
 
.products-filterMainBox .form-check-input {
    border: 1px solid var(--color2);
    border-radius: 2px;
}
 
/* ============================= Cart Start ============= */
 
#productCart .cart-imgBox {
    background-color: var(--color5);
    height: 120px;
    width: 150px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
 
#productCart .cart-imgBox:hover img {
    transform: scale(1.1);
}
 
#productCart .cart-imgBox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease .6s;
}
 
#productCart .cartprouduct-title h4:hover {
    color: var(--color2) !important;
}
 
#productCart .cartproduct-price {
    color: gray;
}
 
#productCart .cartproduct-quantityBox .quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 20px;
    width: 120px;
}
 
.quantity-control span {
    min-width: 20px;
    text-align: center;
    display: inline-block;
}
 
#productCart .cartproduct-quantityBox .quantity-control button {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
 
.proceed-to-checkout-btn {
    padding: 12px 50px;
    background-color: var(--color1);
    color: white;
    border-radius: 100px;
}
 
.proceed-to-checkout-btn:hover {
    background-color: var(--color2);
}
 
 
/* ============================================= user profile start -------------------  */
#user-profile .profile-sidebar {
    background: white;
    border-radius: 10px;
}
 
#user-profile  .profile-common-btn {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
 
#user-profile  .profile-common-btn:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
 
#user-profile .profile-common-btn:hover, .profile-common-btn.active {
    background-color: var(--color5) !important;
    color: var(--color2) !important;
}
 
#user-profile .profile-content {
    background: white;
    border-radius: 10px;
}
 
#user-profile .profile-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
 
#user-profile {
    background-color: rgb(234, 234, 234)
}
 
 .user-information{
    top: 22px !important;
    border-top: 2px solid var(--color2) !important;
    border-radius: 5px !important;
    padding: 0 !important;
    overflow: hidden;
}
.dropdown-item:active{
    background-color:var(--color2)  ;
} 

/* ================================ My Order Start =========================  */
 
 
#myOrder-section{
    background-color: rgb(234, 234, 234)
}
.my-order-mainBox .orderNumber {
    background-color: var(--color2);
    color: white;
}
 
.my-order-mainBox .my-order-imgBox {
    background-color: var(--color5);
    height: 120px;
    width: 150px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
}
 
.my-order-mainBox .my-order-imgBox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease .6s;
}
 
.my-order-mainBox .my-order-imgBox:hover img {
    transform: scale(1.2);
}
.my-order-mainBox .item_title, .item_del{
    font-size: 14px;
    font-weight: 500;
}
.my-order-mainBox .invoice-item{
    font-size: 16px;
}
.my-order-mainBox .item_title{
    margin-bottom: 10px;
}
.my-order-mainBox .item_det {
    text-align: end;
    font-size: 14px;
}
.my-order-mainBox .total_payable .item_det{
    font-size: 16px !important;
}
.my-order-mainBox:not(:last-child){
    margin-bottom: 20px;
}

 
#checkout-section {
    background-color: rgb(234, 234, 234)
}
 
#checkout-section .product-item img {
    width: 70px;
    height: auto;
    border-radius: 8px;
}
 
#checkout-section .product-summary h6 {
    font-size: 14px;
    color: var(--color2);
}
 
#checkout-section .checkout-summary_box {
    position: sticky;
    top: 100px;}



     
/* ======================== Search Wrapper ================================ */
 
.searchWrapperBox .category-select {
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    appearance: none;
    font-size: 14px;
}
 
.searchWrapperBox .category-select:focus,
.form-control:focus {
    border-color: #aaa;
    box-shadow: none;
}
 
.searchWrapperBox .search-input {
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #ddd;
}
 
.searchWrapperBox .search-button {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}
 
.searchWrapperBox .quick-search {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
 
.searchWrapperBox .quick-search span {
    color: #999;
    cursor: pointer;
    margin-right: 8px;
    font-size: 12px;
}
 
.searchWrapperBox .search-wrapper {
    position: relative;
}
 
.searchWrapperBox .search-wrapper ::placeholder {
    font-size: 14px;
}
 
.searchWrapperBox .offcanvas-body {
    padding: 0;
}
 
.searchWrapperBox .offcanvas-body form {
    padding: 30px 20px;
}
 
.searchWrapperBox .offcanvas-body .products-infoBox {
    padding: 20px;
    height: 300px;
    overflow-y: scroll;
}
 
.searchWrapperBox .offcanvas-body .serch-info-products:not(:last-child) {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
 
.searchWrapperBox .offcanvas-body .products-infoBox .search-imgBox {
    background-color: var(--color5);
    height: 80px;
    width: 80px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
 
.searchWrapperBox .offcanvas-body .products-infoBox .search-imgBox:hover img {
    transform: scale(1.1);
}
 
.searchWrapperBox .offcanvas-body .products-infoBox .search-imgBox img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all ease .6s;
}
 
.searchWrapperBox .offcanvas-body .products-infoBox h4:hover {
    color: var(--color2) !important;
}
 
 .short-dec li:not(:last-child){
    border-bottom: 1px solid rgb(201, 201, 201);
 }
 
 .short-dec  li{
   padding: 3px 10px;
 }
 
 #testimonials .testimonialsMainBox {
    background-color: #f2f2f2;
    border-left: 2px solid #7b5903;
    min-height: 225px;
    margin: 0px 5px;
     /*box-shadow: 0 5px 5px #dbdbdb !important;*/
}
 
#testimonials .testimonialsMainBox .userimgBox {
    height: 80px;
    width: 80px;
 
}
#testimonials .testimonialsMainBox p{
    font-size:14px;
}
#testimonials .testimonialsMainBox .userDetails h6{
    font-size:16px !important;
    text-transform: capitalize;
}
 
#testimonials .testimonialsMainBox span {
    border-right: 2px solid var(--color1);
    height: 75px;
}
.short-dec li{
    cursor:pointer;
}


.input-group:has(input:focus) {
    border-color: var(--color2) !important;
}


/*==========================================================*/

nav.pagination {
  background-color: transparent !important;
  border-bottom: none !important;
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 15px 0px 10px;
  font-weight: normal;
  color: #888888;
  letter-spacing: 0.7px;
  font-size: 14px;
}

 p .text-sm .text-gray-700 .leading-5{
  color :red;  
}

nav.pagination nav {
  display: flex;
  justify-content: end;
  align-items: end;
  background-color: transparent !important;
  border-bottom: none !important;
}

ul.pagination {
  align-items: end;
}

.pagination li {
  margin: 0 3px;
}

.pagination .page-link {
  border-radius: 4px !important;
  background-color: #000;
  color: #fff !important;
  border: none !important;
}

.text-primary{
    color:#d6a017 !important;
    text-transform: capitalize;
}
 
 
/* ============================================================== */

.pagination div p {
    display:none;
}

nav.pagination nav {
    justify-content: center;
}

nav.pagination {
    border-top: 1px solid #c6c6c6;
    margin: 0px 10px;
    margin-top:25px;
}

a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:text-gray-400.dark\:hover\:text-gray-300.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
    background-color: black !important;
    color: white;
    border-radius: 3px;
    padding: 6px!important;
    height: 35px ;
    width: 40px ;
    display: flex ;
    align-items: center;
    justify-content: center;
}

span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px;
    border-radius: 3px;
    background-color: white !important;
    box-shadow: none !important;
    flex-wrap: wrap;
    justify-content: center;
}

span[aria-current="page"] > span {
    background-color: #7b5903 !important;
    color: white;
    border: 1px solid #2563eb;
    border-radius: 3px;
    padding: 6px!important;
    height: 35px ;
    width: 40px ;
    display: flex ;
    align-items: center;
    justify-content: center;
}

a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
    background-color: #000000 !important;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px!important;
    height: 35px ;
    width: 40px ;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800{
     background-color: #000000 !important;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px!important;
    height: 35px ;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
