            .products .fusion-product-wrapper {
            border: 1px solid #efefef;
            border-bottom-width: 1px;
        }

        .fusion-woo-badges-wrapper {
            display: none;
        }

        #wc-square-digital-wallet {
            padding-top: .55em !important;
            max-width: unset;
        }

        .product_meta {
            display: none;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: metro;
        }

        @media  print {
            .pagebreak {
                clear: both;
                page-break-after: always;
            }

            .no-print, .no-print * {
                display: none !important;
            }
        }

        
        @font-face {
            font-family: "rando";
            src: url('https://vantrinh.com/key/public/c/more/fonts/');
        }

        @font-face {
            font-family: "helvetica";
            src: url('https://vantrinh.com/key/public/c/more/fonts/HelveticaNeue.ttf');
        }

        @font-face {
            font-family: "metro";
            src: url('https://vantrinh.com/key/public/c/more/fonts/Metropolis-Black.otf');
        }

        @font-face {
            font-family: "barlow";
            src: url('https://vantrinh.com/key/public/c/more/fonts/Barlow-Regular.ttf');
        }

        @font-face {
            font-family: "barlow4";
            src: url('https://vantrinh.com/key/public/c/more/fonts/Barlow-Black.ttf');
        }

        @font-face {
            font-family: "garamond";
            src: url('https://vantrinh.com/key/public/c/more/fonts/EBGaramond-VariableFont_wght.ttf');
        }

        @font-face {
            font-family: "libre-baskerville-bold";
            src: url('https://vantrinh.com/key/public/c/more/fonts/LibreBaskerville-Bold.ttf');
        }


        .libre-baskerville-bold {
            font-family: 'libre-baskerville-bold';
        }


        .rando {
            font-family: 'rando';
        }

        .times_new_roman {
            font-family: "Times New Roman", Times, serif;
            font-weight: bold;
        }

        .garamond {
            font-family: 'garamond';
        }

        .helvetica {
            font-family: 'helvetica';
        }

        .metro {
            font-family: 'metro';
            letter-spacing: -.5px;
        }

        .barlow {
            font-family: 'barlow';
        }

        .barlow4 {
            font-family: 'barlow4';
        }

        .poster_inside {
            width: 100%;
            top: 0;
            height: 100%;
            overflow: hidden;
            position: absolute;
        }

        .spine {
            writing-mode: vertical-rl;
            vertical-ali1gn: middle;
            letter-spacing: 5px;
            font-size: 26px;
            width: 100%;
            text-transform: uppercase;
        }

        .center_all {
            align-items: center !important;
            justify-content: center !important;
            display: flex !important;
            text-align: center !important;
            height: 100%;
            width: 100%;
        }

        .bottom_all {
            align-items: end;
            justify-content: left;
            display: flex;
            height: 100%;
            width: 100%;
        }

        .bg-white {
            background: #fff;
        }

        .bg-black {
            background: #000;
        }

        body {
            background: #fff;
            line-height: 1.5;
        }

        a {
            text-decoration: none;
        }

        .linear_gradient {
            background-image: linear-gradient(to bottom, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%),
            linear-gradient(to top, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%),
            linear-gradient(to right, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%),
            linear-gradient(to left, rgba(1, 1, 1, .2), rgba(1, 1, 1, 0) 50%);
            width: 102%;
            height: 102%;
            bottom: -1%;
            left: -1%;
            position: absolute;
        }

        .laravel_container {
            width: 1200px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .circle_icon {
            flex-shrink: 0;
            overflow: hidden;
            width: 3em;
            height: 5em;
            background-size: 5.5em auto;
            background-repeat: no-repeat;
            background-position-x: 40%;
        }
                    