/* Header */

/*stroke search bar & search*/
.profile .profile-icon-container .profile-icon {
    stroke: #ea2428;
    border-width: 3px;
}

.cart .cart-icon {
    stroke: #ea2428;
    border-width: 3px;
}

/*remove country switch*/
.switcher {
display:none;
}
.categories-navbar {
    display: none;
}

/*Banner Image */

/*remove built-in promo text*/
.promotion-item .title {
    display:none!important;
}
.promotion-item .subtitle {
    display:none!important;
}
.promotion-item .button {
    display: none;
}
.slider-wrapper-single .left-btn {
display:none;
}
.slider-wrapper-single .right-btn {
display:none;
}

/*Categories Grid*/
.category-item .image-wrapper {
    width: 280px;
    height: var(--category-image-height);
}
.category-item .category-name {
display:none!important;
}
.home .featured-products-wrapper {
    display:none!important;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #06a2d9;
    border-width: 3px;
}

/* Footer Image */
.footer {
    position: relative;
    background-color: var(--footer-background-color);
	background-image: URL("https://m1f3.xmpiecloud.com/uStoreThemeCustomizations/1d4467b8-848b-4595-91e2-bb46c18e5eb1/Draft/Assets/Red-BG-Image.jpg");
    height: var(--footer-height);
    font-size: var(--text-size-regular);
    width: 100%;
    color: var(--footer-text-color);
    padding: 40px 145px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}