@charset "UTF-8";
/* CSS Document */

.left-sidebar-nav {
    padding: 50px;
}

.left-sidebar-nav .side-menu {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.footer-demo ul li a {
    color: #fff;
}

.lable-product-select {
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

.product-select {
    padding: 5px 15px;
}

.variant-input-wrap {
    border: 0;
    margin: 0 0 -12px;
    padding: 0;
    position: relative;
}

.variant-input {
    display: inline-block;
}

.variant-input-wrap input {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.variant-input-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 2px #090b25;
}

.variant-input-wrap label {
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 0 0 1px #e8e8e1;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.6;
    margin: 0 0 12px 0;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    text-transform: none;
    transition: all .25s ease;
}

footer .footer-logo img {
    max-height: 160px;
}

/* order */
.order .order-message {
    max-width: 24rem;
    padding: 2rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

.order .order-message .icon-box-icon {
    margin-right: 3.2rem;
}

.order .order-message svg {
    width: 4rem;
    height: 4rem;
    stroke: #113624;
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #222;
}

.order .order-message .icon-box-title {
    font-size: 20px;
}

.icon-box .icon-box-title {
    font-size: 2rem;
    color: #113624;
}

.icon-box .icon-box-title {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
    line-height: 1.6;
}

.icon-box p {
    margin: 0;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0;
    color: #aaaaaa;
    font-weight: 400;
}

.order .order-results {
    display: flex;
    flex-wrap: wrap;
    margin: 4.8rem 0 1.9rem;
    align-content: center;
    justify-content: center;
}

.order .overview-item:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}

.order .overview-item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.order .overview-item strong {
    color: #222;
    font-weight: 600;
    font-size: 18px;
}

.order .overview-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 2px;
    height: 60px;
    background: #67b7e1;
}

.order .title {
    font-size: 20px;
}

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    line-height: 1.1;
    margin-bottom: 3rem;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #222;
}

.title-simple {
    display: block;
}

.order-details {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0.4rem 3rem;
}

.order-details-table thead {
    border-bottom: 1px solid #e1e1e1;
}

.order .summary-subtotal:last-child {
    border-bottom: none;
}

.order-details-table thead .summary-subtitle {
    font-size: 18px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.summary-subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 0;
    padding: 1rem 0;
}

.order-details-table tbody tr:first-child td {
    padding-top: 1.5rem;
}

.order-details-table .summary-subtotal-price {
    font-weight: 600;
    color: #666;
}

.order-details-table .product-price,
.order-details-table .summary-subtotal-price {
    text-align: right;
}

.summary-subtotal {
    border-bottom: 1px solid #e1e1e1;
}

.order .summary-subtotal:last-child {
    border-bottom: none;
}

.summary-subtotal-price {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

.summary-total-price {
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
}

/*  */
.image-container {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.canvas-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.canvas-container canvas {
    width: 100%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1601px) {}

@media (min-width: 1400px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (min-width: 768px) {}

@media (min-width: 576px) {}


@media (max-width: 1600px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .image-container {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .image-container {
        width: 100%;
        height: 400px;
        margin-top: 50px;
    }

}

@media (max-width: 575px) {}