/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 30, 2023, 5:00:42 PM
    Author     : User
*/

@font-face {
    font-family: 'ps-icon';
    src:  url('https://ndekeServices.com/public/ecommerce/css/fonts/ps-icon.eot?ikt2lp');
    src:  url('https://ndekeServices.com/public/ecommerce/css/fonts/ps-icon.eot?ikt2lp#iefix') format('embedded-opentype'),
        url('https://ndekeServices.com/public/ecommerce/css/fonts/ps-icon.ttf?ikt2lp') format('truetype'),
        url('https://ndekeServices.com/public/ecommerce/css/fonts/ps-icon.woff?ikt2lp') format('woff'),
        url('https://ndekeServices.com/public/ecommerce/css/fonts/ps-icon.svg?ikt2lp#ps-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ps-icon-"], [class*=" ps-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ps-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ps-icon-money:before {
    content: "\e909";
}
.ps-icon-share:before {
    content: "\e90a";
}
.ps-icon-customer-service:before {
    content: "\e90b";
}
.ps-icon-delivery:before {
    content: "\e900";
}
.ps-icon-arrow-left:before {
    content: "\e901";
}
.ps-icon-arrow-right:before {
    content: "\e902";
}
.ps-icon-back:before {
    content: "\e903";
}
.ps-icon-heart:before {
    content: "\e904";
}
.ps-icon-search:before {
    content: "\e905";
}
.ps-icon-envelope:before {
    content: "\e906";
}
.ps-icon-next:before {
    content: "\e907";
}
.ps-icon-shopping-cart:before {
    content: "\e908";
}