/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2020 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/*.cust-order-conf-wrapper{
    display: none;
}*/
#cust-order-conf-label {
    display: flex;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    background-color: #cc8627;
}
#cust-order-conf-label .close{
    top: 0px;
    right: 0;
    position: absolute;
    font-size: 30px;
    color: #000000;
}
.order-conf-loc-product-total-inner,
.order-conf-logo {
    width: 50%;
}
.order-conf-loc-product-total-inner {
    padding-left: 15px;
}
#cust-order-conf .modal-header {
    background-color: #cc8627;
}
#cust-order-conf .product-total,
#cust-order-conf .order-conf-loc-product-total-inner .order-conf-loc{
    color: #ffffff;
}
.order-conf-loc-product-total-inner .product-total{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding-top: 5px;
}
.order-conf-loc-product-total-inner .order-conf-loc{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.sharedatawhatsapp-wrapper a.sharedatawhatsapp-shoppingcart-link {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 20px;
}
.sharedatawhatsapp-wrapper {
    margin: 10px;
    text-align: center;
}
.sharedatawhatsapp-wrapper .sharedatawhatsapp-shoppingcart-link img {
    width: 30px;
}
.sharedatawhatsapp-wrapper .sharedatawhatsapp-shoppingcart-link span {
    display: inline-block;
    vertical-align: middle;
}
.cust-order-conf-wrapper .modal-body p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
#cust-order-conf-form input {
    width: 100%;
}
#cust-order-conf-form .form-group.row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
}
#cust-order-conf-form .form-group.row:last-child {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
#cust-order-success-form .form-group.row button,
#cust-order-conf-form .form-group.row button {
    background-color: #5b9bd5;
    color: #ffffff;
    font-size: 16px;
    height: auto;
    padding: 10px 40px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #46759f;
    border-radius: 10px;
    text-transform: uppercase;
}
#cust-order-conf {
    padding-right: 0 !important;
}
/*** New model ****/
.cust-order-success-wrapper .cust-order-success-img {
    text-align: center;
}
.cust-order-success-wrapper .cust-order-success-img img {
    width: 100px;
    padding-bottom: 10px;
}
.cust-order-conf-wrapper .modal-body .cust-order-success-wrapper p {
    text-align: left;
}
#cust-order-success-form .form-group.row:last-child {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
#cust-order-success-form .form-group.row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
}

.order-product-list.page-content {
    max-width: 500px;
    margin: 0 auto;
}
.order-cust-name h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.order-product-content > p {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}
.order-product-content-item {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.order-product-product-item-img {
    width: 40%;
    padding-right: 15px;
}
.order-product-product-info {
    width: 60%;
    padding-left: 15px;
}
.order-product-qty-price-wrapper {
    padding-top:6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
}
.order-product-product-info .badproduct-name a {
    font-size: 15px;
    color: #777777;
    font-weight: 500;
}
.order-product-total-wrapper {
    text-align: right;
    padding-top: 10px;
}
.order-product-sub-total-wrapper {
    text-align: right;
}
.order-product-sub-total {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    letter-spacing: 0.5px;
}
.order-product-total {
    font-size: 24px;
    color: #999999;
    font-weight: 500;
}
.order-product-sub-total span,
.order-product-total span {
    color: #000;
    font-weight: 700;
}
.delivery-time-wrapper {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
}
.delivery-time-confirm-wrapper button {
    padding: 10px 14px;
    border: none;
    background-color: #4472c4;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.delivery-time-date select {
    padding: 10px;
}
.delivery-time input {
    padding: 5px;
}
.delivery-time-wrapper > div {
    font-size: 15px;
    color: #222;
}
#cust-order-conf p.cust-order-success-img {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}
#cust-order-conf label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
#cust-order-conf #cust-order-success-form .form-group.row:last-child {
    margin: 0;
}
.order-conf-logo img {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}
@media(max-width: 560px){
    .delivery-time-wrapper {
        display: block;
    }
    .delivery-time {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
        padding-left: 15px;
    }
    .delivery-time-date {
        display: inline-block;
        vertical-align: middle;
    }
    .delivery-time-wrapper > div {
        display: inline-block;
        vertical-align: middle;
    }
    .delivery-time-confirm-wrapper {
        padding-top: 15px;
    }
    #cust-order-conf label {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        padding-top: 0;
    }
    #cust-order-success-form .form-group.row, 
    #cust-order-conf-form .form-group.row {
        display: block;
    }
    #cust-order-conf-form .form-group.row:last-child {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
    }
    #cust-order-conf input {
        width: 100%;
    }
}
@media(min-width: 520px){
    .cust-order-conf-wrapper .modal-dialog {
        max-width: 420px;
    }
}
@media(max-width: 480px){
    .cust-order-conf-wrapper .modal-body {
        padding: 15px;
    }
}



/*Start Custom Form Css*/
#cust-order-conf {
    width: 400px;
    max-height: 615px;
    text-align: center;
    position: fixed;
    z-index: 1050;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    display: none;
    margin: auto;
}
#cust-order-conf::-webkit-scrollbar {
    width: 10px;
}
#cust-order-conf fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    /*padding: 0px 0px 20px 0px;*/
    box-sizing: border-box;
    width: 90%;
    margin: 0 5%;
    
    /*stacking fieldsets above each other*/
    position: relative;
}
#cust-order-conf fieldset .field-inner{
    padding: 0px  30px;
}
/*Hide all except first fieldset*/
#cust-order-conf fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#cust-order-conf input, #cust-order-conf textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
#cust-order-conf input[type=radio] {
    width: 20px;
    vertical-align: middle;
    margin-bottom: 3px;
}
/*buttons*/
#cust-order-conf .action-button {
    width: 100px;
    background: #3f8e39;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#cust-order-conf .action-button:hover, #cust-order-conf .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3f8e39;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}
/*End Custom Form Css*/

.cust-order-conf-body{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}
.cust-order-conf-popup{
    overflow: hidden;
}
#cust-order-conf .radio-button-group .radio-button-group-title{
    float: left;
}
#cust-order-conf .radio-button-group .radio-button-group-list{
    display: inline-block;
    margin: 0px 10px;

}