/*header*/
.fixed-header {
    background: white !important;
}

section.special-categories.enhanced_btns.mini_images {
    margin-top: 5px;
}
section.s-block.relative.special-cats-with-bg.special-cats-with-bg--2.mini_images {
    margin-top: 5px !important;
}

nav.breadcrumbs {
    display: none;
}

.product-card__title > * {
  display: inline;
}
.product-card__title > a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    margin: -10px 5px 5px;
}

/*NavBar Start*/
.selia-bottom-nav {
    box-shadow: 0 0 0 1px #c0c2d5;
    background: #ffffffd4;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    padding: 10px 10px 1px 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}
ul.selia-bottom-nav-items {
    font-size: 10px;
    line-height: 1.7em;
}
.selia-bottom-nav-icon i:not(.sicon-sar) {
    font-size: 1.3rem !important;
}
.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *) {
    right: -.5rem;
}
.s-cart-summary-count {
    top: -0.5rem;
}
/*NavBar Start End*/


/*Add To cart Start*/
@media only screen and (max-width: 600px) {
section.sticky-product-bar.bg-storeBG.p-5.md.rounded-md.rounded-b-none {
    display: flex;
    flex-direction: row-reverse !important;
    flex-wrap: nowrap;
}
salla-add-product-button.mt-5.w-full.sticky-product-bar__btn.s-add-product-button-with-sticky-bar.hydrated {
    min-width: 50%;
}
.is-sticky-product-bar.has-bottom-nav.product-single .sticky-product-bar {
    bottom: 68px;
}
.sticky-product-bar__quantity.center-between.mb-5 {
    max-width: 25%;
}
section.sticky-product-bar.bg-storeBG.p-5.md.rounded-md.rounded-b-none {
    box-shadow: 0 0 0 1px #c0c2d5;
    background: #ffffffd4;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    width: calc(100% - 20px);
    margin: 3px 10px;
    padding: 5px;
}
.s-quantity-input-container > * {
    background: #00000000;
}
}
/*Add To cart End*/


/*Logo & Header*/
@media only screen and (max-width: 600px) {
img.logo-normal {
    max-width: 150px !important;
    margin: 0px 10px 0px 10px;
}

.main-nav-container {
    min-height: 60px !important;
}

}


/*Product Variations Start*/
.s-product-options-option {
    display: block !important;
}
.s-product-options-grid-mode-span {
    border-radius: 0px;
}
.s-product-options-wrapper {
    margin-bottom: 0px;
}

/*Product Variations End*/

/*Tabby Start*/
.s-installment-madfu-wrapper {
    margin: 0;
    border: 1px solid #d6d6d3;
}


/*Tabby End*/

/*Category Sliders Start*/
@media screen and (min-width: 768px) {
  .product-index .swiper-wrapper {
    justify-content: center;
}
}
/*Category Sliders End*/


/*Product Title Start*/
.product-card__title {
    text-transform: capitalize;
}
h1.text-xl.md\:text-2xl.leading-10.font-bold.text-store-text-primary {
    text-transform: capitalize;
}
/*Product Title End*/