﻿/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.woocommerce-order-received .header-below {
    display: none;
}

.woocommerce-order-received .elementor-container  {
    max-width: 960px!important;
}

.woocommerce-order-received .page-title-bar-content {
    display: none;
}

.apto-thankyou .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.apto-thankyou .woocommerce-table__product-name.apto-thankyou {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
    justify-content: center;
}

.apto-thankyou .woocommerce-table__product-name img,
.apto-thankyou .apto-img-container {
    width: 120px;
}

.apto-thankyou .woocommerce-table__product-name a {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.apto-thankyou .woocommerce-table__product-name .product-quantity {
    width: 10%;
    color: #f70b6f;
}

.apto-thankyou .woocommerce-table td,
.apto-thankyou .woocommerce-table tr,
.apto-thankyou .woocommerce-table th  {
    border: none!important
}

.apto-thankyou .woocommerce-table tbody {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 9px;
}


.apto-thankyou .apto-title-amount {
    width: 50%;
}

.apto-thankyou .wc-item-meta {
    width: 50%;
    text-align: center;
    list-style-type: none;
}

.apto-thankyou .wc-item-meta > li > * {
    display: inline;
}

.apto-thankyou .apto-divider {
    width: 100%;
    border-top: 5px dotted #000;
    padding-bottom: 1em;
}

.apto-thankyou .apto-thankyou-greet h3 {
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: center;
}

.apto-thankyou .apto-thankyou-greet span {
    background: #FFC0CB;
    font-weight: bold;
}

.apto-thankyou .thankyou-paragraph p {
    padding-bottom: 1em;
}

.apto-thankyou .apto-thankyou-img img {
    padding-bottom: 3em;
}

.apto-order-details h2 {
    text-align: center;
    padding-top: 1em;
}

.apto-thankyou .woocommerce-table__product-total {
    text-align: center;
    width: 20%;
}

.apto-thankyou .woocommerce-table th,
.apto-thankyou .woocommerce-table td {
    text-align: center!important;
}

.apto-thankyou .apto-coupon-box {
    padding: 20px;
    background-color: #fafafa;
    border: 3px dashed #ccc;
    text-align: center;
    margin: 10px 10px;
    width: 75%;
}

.apto-thankyou .apto-coupon-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.apto-thankyou .apto-coupon-code {
    border: 3px dashed #ccc;
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
}


.apto-thankyou .apto-coupon-divider {
    text-align: center;
    font-size: .9em;
    line-height: .9em;
    width: 75%;
    padding-bottom: 1em;
}

.apto-thankyou .apto-coupon-contact span {
    background-color: #FFC0CB;
    font-weight: 600;
}

.apto-thankyou .apto-test-div {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {

    .apto-thankyou .order_item {
        display: grid!important;
        grid-template-columns: 5fr 1fr;
        align-items: center;
    }

    .apto-thankyou .woocommerce-table__product-name > * {
        display: flex;
        text-align: start;
    }

    .apto-thankyou .apto-test-div {
        flex-direction: column;
    }

    .apto-thankyou .apto-title-amount {
        width: 100%;
        font-size: 15px;
        line-height: 1.1em;
        font-weight: bold;
    }

    .apto-thankyou .wc-item-meta {
        width: 100%;
        text-align: start;
        padding: 0;
        line-height: 1.1em;
        margin: 10px 0 0 0;
        font-size: 15px;
    }

    .apto-thankyou .apto-img-container {
        padding: 0 15px 0 0;
    }

    .apto-thankyou .woocommerce-table__product-name img,
    .apto-thankyou .apto-img-container {
        width: calc(100% -25px);
    }

    .apto-thankyou .product-total {
        padding-left: 10px!important
    }
}