/* Add custom CSS styles below */ 

.feature-icon.dm-bg-main {
    border: 1px solid #eeeeee30 !important;
}

.s-block__title.section-main-title {
    color: #736384 !important;
}

.store-footer span.line {
    display: none !important;
}

section.s-block.all.s-block--one-wide-banner.wide-placeholder.custom-s:nth-of-type(1){
    margin-top: -10px !important;  
}

.k-about-us.mt-2 {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.k-description.dm-text-sec {
    font-weight: 600 !important;
}

ul.payments-wrapper {
    flex-wrap: nowrap !important;
}

@media(max-width:650px){

.footer-social-outer.grid.grid-cols-3.myicontest-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

}

@media(min-width:652px){

.footer-social-outer.grid.grid-cols-3.myicontest-1 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

}

.s-slider-block__title-right h2 {
    color: #736384 !important;
}

.index.prod_vertical .s-products-list-wrapper

 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}