/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

body {

    background-color: #B0DCF9 !important;

}

:root {

    --main-color: #1679BB;

    --second-color: #7CC4EF;

    --white-color: #fff;

    --normal-box-shadow: 1px 2px 3px #ddd;

}

div#mainnav, .inner.bg-inherit {

    background: #fff;

    box-shadow: none;

}

.main-menu li.root-level>a {

    font-size: 30px;

}

i.sicon-menu {

    padding: 8px;

    border-radius: 50px;

}

i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag, i.sicon-menu{

    color: var(--white-color) !important;

    background-color: var(--main-color) !important;

    border: 0;

}

.top-navbar {

    background-color: var(--main-color) !important;

    color: var(--white-color);

}

.top-navbar .s-search-input {

    border: 1px solid var(--main-color);

}

.navbar-brand img {

    max-height: 6rem !important;

}

section.s-block.s-block--fixed-banner.wide-placeholder {

    margin-top: 0;

}

section.s-block.s-block--fixed-banner.wide-placeholder > .container {

    padding: 0px !important;

    width: 100% !important;

    max-width: unset;

}

.banner--fixed img {

    background-color: transparent;

    border-radius: 0px !important;

}

.s-product-card-entry * {

    text-align: center;

    justify-content: center;

}

.swiper .swiper-wrapper>div {

    padding-bottom: 20px !important;

}

.s-product-card-entry {

    border: none;

        border-radius: 25px;

    box-shadow: var(--normal-box-shadow);

    overflow: hidden;

    background-color: var(--white-color);

}

button.s-button-btn.s-button-outline.s-button-primary-outline {

    border: 0;

    border-radius: 10px;

    box-shadow: var(--normal-box-shadow);

}

button.s-button-btn.s-button-outline.s-button-primary-outline {

    background-color: var(--main-color);

    color: var(--white-color);

    border-radius: 50px;

}

.s-product-card-content {

    padding: 12px;

}

.s-block__title h2, .main-menu li.root-level>a {

    position: relative;

    margin-right: 7px !important;

}

footer.store-footer {

    background: transparent !important;

}

.store-footer__inner {

    background: var(--second-color) !important;

}

.store-footer__inner * {

    text-align: center;

    justify-content: center;

}

.s-contacts-icon, .s-social-link a{

    background-color: var(--main-color);

    color: var(--white-color);

    border: 0;

    transition: all .5s;

}

.s-social-link a:hover {

    transform: translateY(-10px);

     transition: all .5s;

}

.main-nav-container.fixed-pinned .inner {

    padding: 15px;

}

.s-product-card-image img {

    background: #fff;

}

.s-block--features__item {

    background: transparent;

    border: none;

    padding: 7px;

}

@media (min-width: 992px) {

    .s-block--features__item {

        flex-direction: row;

        justify-content: space-around;

        border-radius: 50px;

    }

}

.s-block--features__item .feature-icon {

    height: 7rem;

    width: 7rem;

    background: var(--main-color);

}

.s-block--features__item .feature-icon i:before {

    .feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: coral;
    color: white;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}


.s-block--features__item .feature-icon i.sicon-fire:before {

    background-image: url("https://i.ibb.co/LQF9PLD/3.png");

}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {

    background-image: url("https://i.ibb.co/zhkJJk8/1.png");

}

.s-block--features__item .feature-icon i.sicon-store2:before {

    background-image: url("https://i.ibb.co/LJbwdBy/2.png");

}

.s-block--features__item h2 {

    font-size: 18px !important;

    line-height: 1.7rem !important;

    color: var(--main-color);

}

.s-block--features__item p {

    display: none !important;

}

.s-block__title h2:before {

    position: absolute;

    content: '';

    height: 5px;

    width:20%;

    border-radius: 5px;

    background: var(--second-color);

    bottom: -10px;

    transform: translateX(0%);

    transition: all .5s;

    z-index: -1;

}

.s-block__title h2:hover {

    color: var(--main-color);

}

.s-block__title h2:hover:before {

    width: 100%;

    transition: all .5s;

}

.s-block__display-all {

    background-color: var(--main-color);

    color: var(--white-color);

    padding: 7px;

    border-radius: 50px;

}

a[href*="instagram"]{

    background: -o-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

    

    }

    

a[href*="tiktok"]  {

    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);}

    

    

/**********************************************/

.marketing-section {

    margin-top: 2rem;

    margin-bottom: 2rem;

}

@media (max-width: 767px){

.grid-box div {

    width: 100% !important;

}

}