button {
    border: none;
    cursor: pointer;
}


.multi-steps {
    position: relative;
}
.multi-steps:before {
    content: "";
    width: 98%;
    height: 2px;
    background-color: #ededed;
    position: absolute;
    top: 24%;
    left: 1%;
}

.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    width: 100%;
}

.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
}

.multi-steps>li:before {
    content: "\f00c";
    content: "\2713;";
    content: "\10003";
    content: "\10004";
    content: "\2713";
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    cursor: pointer;
}

.multi-steps>li:last-child:after {
    display: none;
}

.multi-steps>li.is-active:before {
    background-color: #727272;
    color: white;
}

.multi-steps>li.is-active~li {
    color: #808080;
}

.multi-steps>li.is-active~li:before {
    background-color: #ededed;
    border-color: #ededed;
}

.goat-exchange-order-progress .next-button {
    text-align: center;
    display:  block!important;
    margin: 5px auto;
}

.goat-exchange-order-progress #step-2,
.goat-exchange-order-progress #step-3 {
    display: none;
}

.goat-exchange-order-progress .step-content {
    width: 100%;
    display: block;
    min-height: 400px;
}
.goat-exchange-order-progress .step-title {
    font-size: 20px;
}
.goat-exchange-order-progress .next-button {
    display: none !important;
}
.goat-exchange-order-progress #exchange-order-list .disabled {
    background: #eee;
    cursor: not-allowed;
    pointer-events: none;
}
.goat-exchange-order-progress #exchange-order-list .disabled .order-id {
    text-decoration: line-through;
}
.goat-exchange-order-progress #exchange-order-list .disabled:after {
    content: "Ez a rendelés nem cserélhető!";
    color: red;
    font-weight: bold;
}

.goat-exchange-order-progress .card-header .action-button {
    float: right;
    margin-left: 15px;
}
.goat-exchange-order-progress .card-header .design-change {
    background: #727272 !important;
}
.goat-exchange-order-progress .product-page-frame {
    border: none;
    width: 100%;
    height: 350px;
    display: none;
}
.goat-exchange-order-progress .spinner {
    background: url(/pamut/wp-admin/images/wpspin_light.gif) no-repeat;
    background-size: 16px 16px;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 16px;
    height: 16px;
    margin: 5px auto;
}

#orderItemsAccordion .search-tooltip-area {
    position: absolute;
    z-index: 5555;
    top: 124px;
    background: white;
    width: 100%;
    left: 20px;
    max-height: 350px;
    overflow-y: auto;
}
#orderItemsAccordion .search-tooltip-area .result-text {
    display: block;
    line-height: 50px;
    padding-left: 10px;
}
#orderItemsAccordion .search-tooltip-area img {
    width: 50px;
}
#orderItemsAccordion .search-tooltip-area .result-line {
    width: 98%;
    padding: 5px 0;
    margin-bottom: 5px;
    margin-left: 1px;
}
#orderItemsAccordion .search-tooltip-area .result-line:hover {
    background: #eee;
    cursor: pointer;
}

#orderItemsAccordion .order-item-additional-price {
    font-weight: bold;
    color: red;
    font-size: 25px;
}

#orderItemsAccordion .order-item-additional-price .info-text {
    display: block;
    font-weight: normal;
    color: black;
}
#orderItemsAccordion .exchanged-item {
    background: rgb(40,167,69,.5);
}
#orderItemsAccordion .exchanged-product-details {
    width: 100%;
    display: block;
}

#step-2 .next-buttons-container {
    margin: 10px 0;
}
#step-2 .next-buttons-container button {
    display: block;
    margin: 5px 0;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    #step-2 .next-buttons-container div:first-child {
        float: left;
        width: 40%;
        display: block !important;
        text-align: center;
        min-height: 48px;
    }

    #step-2 .next-buttons-container div:nth-child(2) {
        float: right;
        width: 40%;
        display: block !important;
        text-align: center;
    }

    #step-2 .next-buttons-container .next-to-cart {
        float: left;
        width: 40%;
        display: block !important;
    }

    #step-2 .next-buttons-container .next-to-checkout {
        float: right;
        width: 40%;
        display: block !important;
    }
    .exchange-order-footer {
        margin-bottom: 30px;
    }
}

.navbar.d-lg-block,
.mobile-navbar.d-block,
.page-template-exchange-order-template #pam-count-down,
#pamut-nav-bar, #pamut-nav-bar-mobile, #pamut-nav-bar-mobile-search, #pamut-nav-bar-mobile-underlay{
    display: none !important;
}
.header-image img {
    margin: 10px auto;
    display: block;
    max-width: 250px;
}

#sendEmailForm {
    margin-top: 15px;
}

#orderItemsAccordion .confirm-change-button {
    width: 200px;
    float: right;
    margin-bottom: 20px;
    margin-right: 6%;
}

@media screen and (max-width: 480px) {
    #step-2 .action-button {
        float: none;
        margin: 10px 0;
    }

    #step-2 .confirm-change-button {
        float: none;
        margin: 10px 0;
    }
    #step-2 .next-buttons-container {
        display: flex;
        flex-direction: column;
    }
    #step-2 .next-buttons-container .next-to-cart-desc {
        order: 1;
    }
    #step-2 .next-buttons-container .next-to-cart{
        padding: 9px 0px !important;
        order: 2;
        margin-bottom: 30px;
    }
    #step-2 .next-buttons-container .next-to-checkout-desc {
        order: 3;
    }
    #step-2 .next-buttons-container .next-to-checkout {
        order: 4;
        padding: 9px 0px !important;
    }
    #step-2 .design-search-button {
        max-width: 270px;
    }
    #step-2 .search-area {
        position: relative;
    }
    #step-2 .search-tooltip-area {
        left: 0px;
        top: 38px;
    }
    #step-2 .pricing-card-deck {
        display: flex;
        flex-direction: column-reverse;
    }
}

.exchange-order-footer {
   width: 100%;
   height: 60px;
   text-align: center;
   padding-top: 15px;
}

.page-template-exchange-order #primary {
    min-height: 88vh;
}

.card .generate-mass-unique-button {
    width: 150px;
    background: transparent !important;
    border: solid 1px black;
    font-weight: bold;
    cursor: pointer;
    margin-top: 0px;
    border-color: #ff6c69 !important;
    color: #ff6c69 !important;
    line-height: 46px;
}

.card .generate-mass-unique-button:hover {
    background: transparent !important;
}

.card .disabled-button {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
    position: relative;
}

.pricing-card-deck .card {
    user-select: none;
}
.goat-exchange-order-progress .pricing-card-deck {
    max-width: 700px;
    margin: 0 auto;
}
.pricing-card-deck .card .badge {
    position: absolute;
    right: 2px;
    top: 9px;
    padding: 5px;
    color: white;
    transform: rotate(20deg);
    width: 78px;
}
.card-deck .selected-card {
    border: solid 4px #6AB8DF;
}
.card .extra-change-inform-text {
    color: #6AB8DF;
    font-weight: bold;
}
.card .total-price {
    font-size: 25px;
    font-weight: bold;
    border: solid 1px #6ab8df;
    color: #6ab8df;
    margin-top: 10px;
}

.pricing-card-deck div[data-exchange-type="basic"] li.total-price{
    margin-top: 50px;
}
.pricing-card-deck .pricing-card-button {
    cursor: pointer;
}
#step-2 .last-step-title {
    border-top: solid 1px #eee;
}

#step-2 .disabled-card {
    pointer-events: none;
    opacity: .5;
}

#step-2 .disabled-card .description-of-disable {
    font-weight: bold;
}

@media screen and (min-width: 1280px) {
    #step-2 .next-buttons-container .next-to-cart-desc {
        padding-left: 25px;
        min-height: 49px;
    }
}
