/** Base (mobile-first) styles **/

.pb_prod_content_container {
    display: flex;
    justify-content: start;
    height: auto;
    align-items: center;
    padding-left: 0px;
    /* Мобилно по подразбиране */
    border-radius: 3px;
}

.prod_content {
    display: flex;
    flex-direction: column;
}

.panam_ninja_class {
    display: none;
}

.gift_progress_wrap {
    margin-top: 15px;
}

.giftomat_wrapper {
    width: 95%;
    max-width: 100% !important;
    display: flex;
    justify-content: initial;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    z-index: 1;
    position: relative;
    margin: auto;
}

.giftomat_card {
    flex: 0 0 auto;
}

.panam_row {
    margin: 0 10px;
    z-index: 9;
    height: 40px;
}

.panam_progress_bar {
    width: 155px !important;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

.panam_gift_title {
    font-weight: 900;
    font-size: 12px;
    text-align: left;
}

.panam_progress_gift_wrap {
    margin-top: 0px !important;
}

.panam_progress_title_gift {
    font-size: 10px !important;
}

.panam_product_price {
    margin-top: 5px;
    font-size: 10px;
}

.panam_deleted_price {
    font-size: 11px;
    font-weight: 900;
    color: crimson;
}

.panam_progress_price_gift,
.panam_price_unlock {
    color: crimson;
}

.panam_gift_locked {
    background: #f7f7f7;
    position: relative;
}

.panam_gift_locked::after {
    max-width: 30px;
    max-height: 30px;
    background: no-repeat -30px -50px fixed;
    top: 20px;
    left: 47px;
    position: absolute;
    display: inline-block;
}

.panam_bar_fix {
    width: 100px !important;
    margin-left: 90px !important;
    margin-top: 5px;
}

.panam_fill {
    border-radius: 5px;
}

.panam_button_locked,
.panam_button_unlocked,
.panam_button_added {
    width: 80px;
    height: 35px;
    background-color: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.panam_button_locked {
    color: crimson;
    opacity: 0.5;
}

.panam_button_locked:hover {
    color: red;
    pointer-events: none;
}

.panam_button_unlocked {
    border: 0 solid #00c889;
    color: #00c889;
}

.panam_button_unlocked:hover {
    border: 0 solid #00c889af;
    color: #01e29b;
}

.panam_button_unlocked::after {
    content: "";
    max-width: 30px;
    max-height: 30px;
    background: no-repeat -30px -50px fixed;
    top: 35px;
    left: 314px;
    position: absolute;
    display: inline-block;
}

.panam_button_added {
    border: 0 solid #00c889;
    color: #00C889;
    opacity: 0.5;
    pointer-events: none;
}

.panam_button_added:hover {
    color: #00C889;
    border: 0 solid #00c889af;
    pointer-events: none;
}

.panam_button_wrapper {
    overflow: visible;
    margin-left: -50px;
    margin-top: 15px;
    pointer-events: none;
}

.panam_firstblock_fix {
    margin-top: 29px;
    margin-bottom: 5px;
}

.panam_header_title {
    margin: 20px 0px -25px 0px;
}

.panam_box_check,
.fa-lock,
.panam-lock,
.panam-plus {
    font-size: 30px;
    margin-top: -30px;
}

hr {
    display: none;
}

.panam-divider-opacity hr {
    opacity: 0.3;
    margin-right: 15px;
}

.form-row.add_gift_box.form-row-wide {
    text-align: center;
    background: #d7f2ff;
    padding: 20px 5px !important;
    border-radius: 20px;
    max-width: 600px;
    margin: 50px auto 10px auto;
}

.form-row.add_gift_box.form-row-wide .description,
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    display: inline-box !important;
}

.form-row.add_gift_box.form-row-wide:before {
    background: white;
    padding: 5px;
    border-radius: 50%;
    width: 55px;
    height: 45px;
    margin: -60px auto 10px auto;
    border: 3px solid #d7f2ff;
    content: url(https://wowtea.eu/wp-content/themes/wowtea/assets/images/checkout/express-delivery.png);
}

.panam_progress_bar_main_giftomat {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    background: #ffffff;
    height: 15px;
    border: 1px solid #00000029;
    margin: 25px auto 0 auto;
    position: relative;
    display: flex !important;
    flex-direction: column-reverse !important;
}

.panam_progress_bar_main_giftomat .panam_fill {
    position: relative;
    height: 13px;
    background-color: #84db72;
    border: 1px solid #84db72;
}

.xmax-animation {
    min-height: 13px;
    border-radius: 10px;
    width: calc(113px * 2);
    box-shadow: none;
    background-image: repeating-linear-gradient(45deg, white 0px, white 5px, #84db72 5px, #84db72 10px);
}

@media (min-width: 350px) {
    .xmax-animation {
        width: calc(113px * 3);
    }
}

@media (min-width: 450px) {
    .xmax-animation {
        width: calc(113px * 4);
    }
}

.panam_left2gift {
    /* display: none; */
}

.panam_left2gift2 {
    padding-top: 5px;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
}

.panam_left2gift p {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 13px;
    padding-top: 7px;
}

.main_giftomat_wrapper {
    margin: 0 auto;
    position: relative;
}

.free_del_text {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.panam_gift_unlocked {
    background-color: transparent;
    position: relative;
}

.panam_gift_locked::before {
    content: url('https://wowtea.eu/wp-content/plugins/giftomoat-xmas-edition/X-site.svg');
    position: absolute;
    left: -35px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: inherit;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #0000000a;
}

.panam_gift_unlocked::before {
    content: url('https://wowtea.eu/wp-content/plugins/giftomoat-xmas-edition/tickche-site.svg');
    position: absolute;
    left: -35px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: inherit;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.panam_product_img a {
    font-weight: bold;
    color: black;
}

.add_img_gifts {
    align-items: center;
    display: flex;
    gap: 10px;
    font-weight: bold;
    font-size: 13px;
}

.add_img_gifts img {
    width: auto !important;
    height: 40px !important;
}

.count-line::after {
    content: "";
    position: absolute;
    left: -23px;
    top: 35px;
    width: 3px;
    height: 40px;
    background: inherit;
    z-index: -2;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.truck-image img {
    padding: 11px;
    padding-right: 0;
}

/** Media queries for larger screens **/

@media only screen and (min-width: 600px) {
    .giftomat_wrapper {
        justify-content: center;
        gap: 8px;
    }

    .panam_firstblock_fix {
        /*  margin-top: 29px; */
    }

    .panam_block_fix {
        /*  margin-top: 29px; */
    }

    .panam_row_gift_boxes {
        display: flex;
        float: left;
        /* width: 340px;
        margin: 0px 15px 15px 0px; */
    }

    .panam_header_title {
        text-align: center;
    }
}

/* FLYING CART STYLE */
.atp-sliding-cart-off-canvas .main_giftomat_wrapper {
    width: 85%;
}

.atp-sliding-cart-off-canvas .giftomat_wrapper {

    display: grid;
    grid-template-areas:
        "row1 row1 row1"
        "row2 row2 row2";
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
}


.atp-sliding-cart-off-canvas .panam_progress_bar_main_giftomat {
    grid-area: row1;
}

.atp-sliding-cart-off-canvas .add_img_gifts {
    flex-direction: column;
    text-align: center;
    font-size: 0px;
}

.atp-sliding-cart-off-canvas .panam_gift_locked::before {
    background: #00000033;
}

.atp-sliding-cart-off-canvas .panam_gift_unlocked::before,
.atp-sliding-cart-off-canvas .panam_gift_locked::before {
    left: 0px;
    top: 0;
    width: 20px;
    height: 20px;
}

.atp-sliding-cart-off-canvas .panam_gift_locked,
.atp-sliding-cart-off-canvas .panam_gift_unlocked {
    background: transparent;
}

.atp-sliding-cart-off-canvas .count-line::after {
    display: none;
}