:root {
    --bg: #fff;
    --header-bg: #fff;
    --header-color: #000;
    --feat-bg: #fff;
    --feat-color: #000;
}
body {
    background-color: var(--bg) !important;
}
#mainnav,
#mainnav i:before,
#mainnav b {
    color: var(--header-color) !important;
}

#mainnav a:hover {
    color: var(--header-color) !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}
/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  margin: auto;
}
section:nth-of-type(2) .grid{
   max-width: 55% !important; 
}
section:nth-of-type(3) .grid{
   max-width: 40% !important; 
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 200px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
  section:nth-of-type(2) .grid{
   max-width: 90% !important; 
}
section:nth-of-type(3) .grid{
   max-width: 70% !important; 
}
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 90px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* Features */

.s-block--features__item .feature-icon,
.s-block--features__item {
    background-color: var(--feat-bg);
}

.s-block--features__item .feature-icon i {
    color: var(--feat-color) !important;
}

/* Footer */

.store-footer,
.store-footer__inner {
  background: linear-gradient(360deg, #000000 0%, #2C256B 100%) !important;
    color: #fff !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p,
.copyright-text p a:hover{
    color: #fff !important;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}
/* Special Heading */

.s-slider-block__title h2,
.s-block__title h2 {
    font-size: 28px !important;
    position: relative;
    color: #463953 !important;
  border-bottom: 2px solid ;
  padding-bottom: 10px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 20px !important;
    }
}

/* Hover Effect */

.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}
/*--------------------------*/
/* Custom form styles */
.myform{
  background-color: #000; 
  color: #fff; 
  font-family: Arial, sans-serif;
  padding: 20px;
  border-radius: 10px;
}

form h2 {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

form .form-control {
  margin-bottom: 15px;
}

form .form-control label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

form .form-control input,
form .form-control select ,
#message{
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #222;
  color: #fff;
}

form .form-control input:focus,
form .form-control select:focus {
  outline: none;
  border-color: #555;
}

form .form-control small {
  display: none;
  color: red;
  margin-top: 5px;
}

form .form-control.error input,
form .form-control.error select {
  border-color: red;
}

form .form-control.error small {
  display: block;
}

form button {
  width: 100%;
  padding: 10px;
  background: #333 !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

form button:hover {
  background: #444;
}


/* Edits */
/* .imgWrapper img {
    width: 260px !important;
    margin-inline: auto !important;
    margin: 0 !important;
    transform: unset !important;
}
.imgWrapper img:last-child {
    margin-top: 24px !important;
} */
/*  */
.store-footer__inner >  .container > div img {
 max-width: 160px;
    margin-top: 2rem;
    margin-right: 20px;
}


.navbar-brand img {max-height: 2.5rem  !important;}