/** Shopify CDN: Minification failed

Line 103:0 Expected "}" to go with "{"

**/
.m-footer--bottom-inner.m\:flex.m\:flex-col.xl\:m\:flex-row.m\:justify-between.m\:items-end {
    border-top: 1px solid #ccc !important;
}

.m-slide__content {
    background:rgba(0, 0, 0, 0.41);
    padding: 40px 30px;
    border-radius: 10px;
}


.m-product-card {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}


.m-product-card__name {
    font-size: 18px;
    font-weight: 600 !important;
}

.m-product-card__price {
    font-size: 18px;
    font-weight: 500 !important;
}

.m-search-form--full {
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    background: #cccccc3d !important;
}

.m-footer--block-title {
    font-weight: 600 !important;
    color: #333 !important;
}


/* for mobaile css */


@media (max-width:767px){

svg.google {
    width: 38px !important;
    height: 38px !important;
}


.m-product-card__name {
    font-size: 14px;
    font-weight: 400 !important;
}


/* section#m-collection-list-template--20644078256379__16225316461d1cff80 .m\:column.swiper-slide {
    width: 200px !important;
} */


.m-product-card {
    border-radius: 10px;
    padding: 6px !important;

}

.m-product-card img{
    border-radius: 5px;

}

.m-product-card__price {
    font-size: 14px !important;
}


}


/* for desktop responsive */

@media (min-width:767px){

.m-footer--accordion {
    padding-top: 50px !important;
}

.m-product-card img{
    border-radius: 5px;



}

