/** Shopify CDN: Minification failed

Line 90:18 Expected identifier but found whitespace
Line 90:20 Unexpected "{"
Line 90:30 Expected ":"

**/
/* The Modal (background) */
        .wert {
            display: none;
            /* Hidden by default */
            position: fixed;
            /* Stay in place */
            z-index: 10000;
            /* Sit on top */
            padding-top: 40px;
            /* Location of the box */
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: auto;
            /* Enable scroll if needed */
            background-color: rgb(0, 0, 0);
            /* Fallback color */
            background-color: rgba(0, 0, 0, 0.4);
            /* Black w/ opacity */
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease-in-out;
        }

        /* Modal Content */
        .wert-content {
            background-color: #f5f5f3;
            margin: auto;
            padding: 20px;
            border-radius: 25px;
            border: 1px solid #fcfcfa;
            width: 478px;
            z-index: 10001;
        }

        @media screen and (max-width: 950px) {
            .wert-content {
                width: 90vw;
            }
        }

        /* The Close Button TOP*/
        .close_top {
            color: #1e1e1c;
            opacity: 0.8;
            float: right;
          font-size: 28px;
        }

        .close_top:hover,
        .close_top:focus {
            opacity: 1.0;
            color: #1e1e1c;
            cursor: pointer;
        }

        /* The Close Button BOTTOM*/
        .close_bottom {
            border: 1px solid #1e1e1c;
            color: #1e1e1c;
            font-size: 16px;
            padding: 10px 45px;
            border-radius: 25px;
            border: 1px solid #1e1e1c;
            text-align: center;
        }

        .close_bottom:hover,
        .close_bottom:focus {
            transition: all 0.3s ease-in-out;
            opacity: 1.0;
            background-color: #1e1e1c;
            color: #f5f5f3;
            cursor: pointer;
        }

        .ratyBtn {
            text-decoration: underline;
        }

        .ratyBtn:hover {
            color: {{ settings.product_card_badge_sale_color }};
        }

        .icon_p24_popup {
            height: 40px;
            vertical-align: middle; 
            margin: 0px 0px 15px 0px;
        }

        .icons {
            height: 28px;
            vertical-align: baseline;
          margin-top: 5px;
        }



        .t_p24 {
    border-left:solid black 0px !important;
    border-right:solid black 0px !important;
          width: auto !important;
}