.header .header-middle .header-wrapper  {
    align-items: center;
    display: flex;
    padding: 28px 0;
}

.header .header-middle .header__center {
    width: 62.5%;
}

.header .header-bottom .header-wrapper {
    padding: 6px 0 6px;
}

.product-inner .product-button .add-to-cart-button {
    padding-left: 25px;
    padding-right: 25px;
    /* width: 100%; */
}

.product-inner .product-button .add-to-cart-button {
    margin-top: 7px;
}

}

.header .header-middle .header__center .form--quick-search button {
    background-color: #fff;
    border-radius: 0;
}



menu--product-categories {
    align-items: center;
    background-color:#000000;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    line-height: 1.5;
    margin: 0;
    padding: 8px 18px 8px 15px;
    position: relative;
    transition: .5s;
}

.menu--product-categories {
    align-items: center;
    border-radius: 5px;
}

.menu--product-categories {
    padding: 7px 18px 7px 15px;
    background:#000000;
}

.menu--product-categories .menu__toggle .menu__toggle-title {
    color: var(--primary-button-color);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0 0 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu>li>a {
    color: var(--header-text-color);
    font-weight: 600;
    line-height: 20px;
    padding: 0.6rem 1.2rem;
}

.header .header-middle .header__left .logo a img {
    display: inline-block;
    vertical-align: middle;
    width: 175px;
}

.container-xxxl {
    margin: 0 auto;
    max-width: 1650px;
    padding: 0 15px;
    width: 90%;
}

.section-content.section-content__slider {
    background-color: #ffff;
    padding: 10px 2px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.header .header-middle .header__center .form--quick-search .form-group--icon .product-category-label { 
    border-radius: 40px 0 0 40px;
    
}

.header .header-middle .header__center .form--quick-search button {
    border-radius:  0 40px 40px 0;
}

.widget-product-categories .product-categories-body .slick-track .slick-slide>div {
    height: 100%;
    background:#fff;
    border: 1px solid #f3f3f3;
}

.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__name {
    font-size: 16px;
    font-weight: 700;
}
/* fonts */

@media (min-width: 1200px)
.h2, h2 {
    font-size: 1.8rem!important;
} 

#footer ul {
    list-style-type: none;
    font-size: 14px;
}

#footer .widget-title {
    font-size: 16px;
}

#footer .widget {
    font-size: 14px;
}

.widget-product-categories .product-categories-body .slick-track .slick-slide>div {
    height: 100%;
    background: #f8f8f9;
    border-radius: 1px;
    border: 1px solid #f3f3f3;
}

.page-breadcrumbs {
    padding: 10px 0;
}

.section-content.section-content__slider {
    background-color: #ffff;
    padding: 5px 2px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.section-content.section-content__slider .section-slides-wrapper {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.section-banner-wrapper {
    border-radius: 7px;
    overflow: hidden;
}

.ps-sidebar .ps-sidebar__top {
    margin-bottom: 20px!important;
    padding-right: 30px;
}

.footer-widgets{
    background:#000f0a;
}

#footer .subscribe-form .input-group .input-group-text {
    background-color:#fff;
    border: 1px solid var(--footer-border-color);
    border-right: 0;
    padding-left: 1.5em;
}

.site-info__item .site-info__title {
    color: #000;
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 3px;
}

.site-info__desc{
    color: var(--text-color);
    
}

.widget-featured-brands{
 background-color:#f8f8f9;
}

/* By @israel */
.product-inner .product-bottom-box {
  display: block;
  position: unset;
  border: none;
  padding: 0;
  z-index: 9;
  
}

.product-inner .product-button {
  display: block;
}

.product-inner .product-button .quantity {
  display: none;
}

.product-inner .product-button .add-to-cart-button {
  margin-top: 7px;
  
}

.product-deals-day__body .slick-slides-carousel .slick-list {
  display: flex;
}

.product-deals-day__body .slick-track {
  display:flex;
  align-items: stretch;
}

.header .header-middle .header__right .header__extra.header-wishlist a {
    display: inline-block;
    position: relative;
    color: black;
    padding: 0px 10px;
}

.header .header-item-counter {
    background-color: var(--primary-color);
    border-radius: 3px;
    color: var(--primary-button-color);
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    padding: 5px 5px 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
}

.menu--product-categories {
    padding: 7px 18px 7px 15px;
    background: rgb(0, 0, 0);
}

.menu--product-categories .menu__toggle .menu__toggle-title {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 0 0 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu--product-categories .menu__toggle .svg-icon {
    color: #ffffff;
    display: flex;
    font-size: 24px;
}

/*footer*/

#footer {
    color: var(--footer-text-color);
    margin-bottom: 81px;
}

#footer ul li a {
    color: #f3f3f3;
}

#footer .widget {
    font-size: 14px;
    color: #f3f3f3;
}

#footer {
    color: var(--footer-text-color);
    margin-bottom: 0;
}

/* product */

.product-inner .cart-form {
    min-height: 65px;
}

.slick-slides-carousel .product-inner {
    background-color: rgb(255, 255, 255);
    border-color: rgb(248, 248, 249);
    border-width: 1px 0px 1px 1px;
}

.img-fluid-eq .img-fluid-eq__wrap img {
    height: 80%;
}

.indice-text {
    margin-top: 0px;
    font-size: 16px;
    color: white;
}

.header .header-item-counter {
    color: #ffffff; 
}

.product-deals-day__body .slick-track {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.slick-slides-carousel .product-inner {
    background-color: #fff;
    border-color: #efefef;
    border-width: 1px 0 1px 1px;
}

.product-inner .product__title a {
    box-shadow: none;
    color: #003e29!important;
    line-height: 20px;
    text-decoration: none;
    transition: .3s ease;
}

.panel__header {
    align-items: center;
    background-color: #003e29;
    display: flex;
  	color:white;
    justify-content: space-between;
    padding: 23px 20px;
    position: relative;
    text-align: center;
}

.panel__header .close-toggle--sidebar {
    color: white;
    font-size: 24px;
    padding: 0 0 0 3px;
}

.header .header-middle .header__right .header__extra .cart-text .cart-title {
    color: var(--header-text-secondary-color);
    font-size: 9px;  
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--primary-color),var(--bs-text-opacity))!important;
}

.text-primary {
    --bs-text-opacity: 1;
    color:#ff6100;
  
}

.menu>li>a.active, .menu>li>a:hover {
    color: #ff6100!important;
}

/* buttons */

.product-inner .product-details {
    position: static!important;
}

.product-inner .product-button {
    display: block;
    bottom: 30px;
    right: 25px;
}
 
.btn-primary {
    background-color: var(--primary-color);
    border: 0;
    border-radius: 3px;
    box-shadow: none!important;
    color:white;
    font-weight: 700;
    outline: 0;
    padding: 0.6rem 0.5rem;
    transition: .5s;
}



.img-fluid-eq .img-fluid-eq__wrap img {
    height: 100%;
}

#footer .subscribe-form button {
    background-color: var(--primary-color);
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    min-width: 130px;
}


/* mobile responsiveness */

@media only screen and (max-width: 480px) {
  .header-middle {
   display: none!important;
  }
}

@media only screen and (max-width: 480px) {
  .container-xxxl {
   width: 100%;
  }
}

/* seller dashboard */

.ps-sidebar .ps-block--earning-count {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}


.product-stock:not(.without-bg) {
    background-color: #ebfae9;
    border: 1px solid #82d45e;
    border-radius: 5px;
    font-weight: 700;
    margin: 5px 0 7px;
    padding: 7px 15px;
}

.header .header-bottom .header-wrapper {
    padding: 6px 0 6px;
    display: none!important;
}

.custom-collection-background {
    background-color:white!important; /* Replace with the desired background color */
   
}

.widget-blog {
    background-color: #f3f3f3;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    PADDING-TOP: 20PX ! IMPORTANT;
}

.newsletter-popup .modal-dialog .modal-content form button {
    --bs-btn-padding-y: 0.70rem;
    border-radius: var(--bs-border-radius) !important;
    display: block;
    background: #003e29;
    margin-bottom: 1rem;
    width: 100%;
  
  .header .header-middle .header__right .header__extra .header-box-content {
    text-align: right;
    display: none;
}
  
  .auth-card .form-label {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}


.entry-meta {
    display: none !important;
}