/* Add custom CSS styles below */ 
body{
padding-top:46px;
}
h2.advanced-slider__caption__inner__content__heading {
    color: #fff;
}
p.advanced-slider__caption__inner__content__text {
    color: #fff;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > header > div.top-navbar > div > div.flex-1.flex.items-center.rtl\:space-x-reverse.space-x-2 > ul a {
    color: #fff;
}
.header-buttons.flex.items-center {
    color: #fff;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > header > div.top-navbar > div > div:nth-child(2) {
    color: #fff;
}
nav#mobile-menu ul li a span {
    color: #fff;
}
.sub-menu ul li a span {
    color: #000 !important;
}
.main-menu .has-children>a:after {
  color: #fff;
}
#mainnav > div > div > div > div.flex.items-center.justify-end {
    color: #fff;
}
.single-banner-subtitle {
    font-size: 37px;
    margin-bottom: 23px;
}
h3.title-banner {
    line-height: 70px;
}
section.animated-text.animated-text--2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

ul.mx-auto.mt-8.grid.max-w-2xl.gap-x-5.gap-y-6.text-center.lg\:mx-0.lg\:max-w-none.grid-cols-3.md\:grid-cols-4.lg\:grid-cols-5.xl\:grid-cols-6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: 100px 200px; */
    gap: 10px;
} 
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--8,
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--4 {
    margin-top: 0;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--8 h2,
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--8 > div > div > div,
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--4 h2,
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.container.fixed-products.fixed-products--4 > div > div > div{
  display:none;
}

.product-card__image {
    height: 350px !important;
    max-height: unset !important;
}
.s-products-list-wrapper.s-products-list-vertical-cards
{
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 100px 200px; */
    gap: 10px;

}
.product-card__image img{
  object-fit:contain;
}
.footer-is-custom .store-footer .store-footer__inner,
.footer-bottom{
  background:#142856;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > svg > path{
  fill:#142856;
}
.store-footer__contacts-row {
    background: #142856 !important;
}
.footer-is-custom .store-footer{
  color:#fff;
}

/*.testimonials-item{
      background-image: url(https://i.imgur.com/6FRxzhg.png) !important;
    background-size: contain !important;
}*/
/*.overflow-hidden.rounded-full.w-fit.mx-auto {
    width: 150px !important;
    height: 150px !important;
    margin-top: 50px;
}
*/
.overflow-hidden.rounded-full.w-fit.mx-auto img{
  width:100%;
  height:100%;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--12 > div > a > img{
  width:75%;
  margin:0 auto;
}
/*##############################*/
/* Strat For Mobile */
/*##############################*/
@media(max-width:750px){
ul.mx-auto.mt-8.grid.max-w-2xl.gap-x-5.gap-y-6.text-center.lg\:mx-0.lg\:max-w-none.grid-cols-3.md\:grid-cols-4.lg\:grid-cols-5.xl\:grid-cols-6 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: 100px 200px; */
    gap: 10px;
}
.product-card__image {
    height: var(--product-image-height) !important;
    max-height: var(--product-image-height) !important;
}

.s-products-list-wrapper.s-products-list-vertical-cards
{
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 100px 200px; */
    gap: 10px;

}
nav#mobile-menu ul li a span {
    color: #000;
}
.single-banner-subtitle {
    font-size: 27px;
    margin-bottom: 2px;
    margin-right: 30px;
}
h3.title-banner {
font-size: 11px !important;
        margin-right: 26px;
    }
/*.overflow-hidden.rounded-full.w-fit.mx-auto {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50%;
}*/
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--circle-links.circle-links-4 > div > ul > li > a > h3 {
    font-size: 9px;
    /* font-weight: bold; */
}
a.lg\:hidden.mburger.mburger--collapse.leading-none i {
    color: #fff;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--12 > div > a > img{
  width: auto;
}

.article-hero img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  max-height: 300px;
  border-radius: 10px;
}

.blog-single .object-cover {
    object-fit: contain !important;
    height: auto !important;
}
  section.s-block--circle-links ul {
    all: unset;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px;
}