﻿/* checkout */
#payment-details {
    padding-top: 64px;
    padding-bottom: 64px;
}

#payment-methods .payment-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #DDDDDD;
    position: relative;
    margin-bottom: 24px;
    padding: 18px;
}

    #payment-methods .payment-wrapper.selected {
        border-color: #A5002D;
    }

    #payment-methods .payment-wrapper:not(.selected) {
        cursor: pointer;
    }

    #payment-methods .payment-wrapper.selected h3 {
        cursor: default;
    }

    #payment-methods .payment-wrapper .checkbox {
        width: 24px;
        height: 24px;
        border: 1px solid #DDDDDD;
        position: relative;
    }

    #payment-methods .payment-wrapper.selected .checkbox .checkmark {
        left: 7px;
        top: 0px;
        width: 8px;
        height: 18px;
        border: solid #A5002D;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    #payment-methods .payment-wrapper.selected .checkbox {
        width: 24px;
        height: 24px;
        border: 1px solid #A5002D;
    }

    #payment-methods .payment-wrapper .header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

        #payment-methods .payment-wrapper .header .fee {
            display: flex;
            justify-content: end;
            align-items: center;
        }


            #payment-methods .payment-wrapper .header .fee h6 {
                margin-bottom: 0;
                font-weight: bold;
            }

    #payment-methods .payment-wrapper .content {
        width: 100%;
        font-size: 14px;
    }

#review-order h6 {
    text-transform: uppercase;
    margin-bottom: 12px;
}

#review-order hr {
    border-top-color: #DDDDDD;
}

#review-order thead th {
    border: none;
    background-color: #f6f6f6;
    font-size: 12px;
}

    #review-order thead th:not(:first-of-type), #review-order tbody td:not(:first-of-type) {
        width: 1%;
        white-space: nowrap;
    }

#review-order tbody td {
    border-color: #DDDDDD;
}

#review-order tbody tr.no-border td {
    border: none;
}

#review-order tbody tr:last-of-type td:not(.no-border) {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.checkout {
    padding-top: 64px;
    padding-bottom: 64px;
}

    .checkout h3 {
        color: #A5002D;
        /*text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 18px;
        padding-bottom: 12px;
        padding-left: 16px;
        border-bottom: 1px solid black;*/
    }

        .checkout h3.your-order {
            text-align: left;
            color: #434b1c;
            text-transform: uppercase;
            font-weight: 100;
            font-size: 22px;
            margin-bottom: 18px;
        }

    .checkout .step label {
        font-size: 12px;
    }

    .checkout .step {
        margin-top: 24px;
        margin-bottom: 24px;
    }

        .checkout .step a:hover {
            text-decoration: none;
        }

        .checkout .step .step-wrapper {
            color: #d3d3d3;
            border-bottom: 1px solid #d3d3d3;
            padding-left: 8px;
            padding-right: 8px;
            margin-bottom: 12px;
        }

            .checkout .step .step-wrapper .number {
                margin-bottom: 2px;
            }

            .checkout .step .step-wrapper .name {
                text-transform: uppercase;
                margin-bottom: 10px;
            }

            .checkout .step .step-wrapper:hover, .checkout .step .step-wrapper.completed, .checkout .step .step-wrapper.active {
                border-bottom-color: #DDDDDD;
            }

                .checkout .step .step-wrapper:hover p, .checkout .step .step-wrapper.completed p, .checkout .step .step-wrapper.active p {
                    color: #DDDDDD;
                    font-weight: 600;
                }

    .checkout .order-item .details {
        width: 100%;
    }

        .checkout .order-item .details .attributes {
            font-size: 14px;
            display: flex;
            justify-content: space-between;
        }

            .checkout .order-item .details .attributes p {
                margin-bottom: 0;
            }

    .checkout .order-item {
        border-bottom: 1px solid #DDDDDD;
    }

        .checkout .order-item h6 {
            font-size: 18px;
        }


        .checkout .order-item .name h6 {
            font-weight: 300;
        }

        .checkout .order-item .value h6 {
            font-weight: 300;
            text-align: right;
        }

    .checkout p.shipping-address a, .checkout p.billing-address a {
        color: #DDDDDD;
    }

.panel-group.accordion {
    border: 1px solid #DDDDDD;
    border-radius: 0;
}
.panel-group.accordion .card-header {
    position: relative;
}
a.accordion-a::after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: "\e901";
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #dcdcdc;
    font-size: 16px;
    line-height: 30px;
    font-family: 'icomoon' !important;
    color: #818181;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
a.accordion-a.font-size-18::after {
    top: 8px;
}
a.accordion-a[aria-expanded="true"]::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

tr.vertical-middle td {
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 991px) {
    #checkout-area > .container {
        max-width: 100%;
    }
}
/* checkout-menu */
#checkout-menu {
}
#checkout-menu .menu, .menu-checkout {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
#checkout-menu .menu:before, .menu-checkout:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  z-index: -1;
}
#checkout-menu .menu .item, .menu-checkout .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 10px;
  color: #333333;
  padding: 0 10px;
  opacity: 1;
  width: 200px;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: white;
}
.menu-checkout .item {
    margin: 20px 30px;
    font-size: 14px;
}
#checkout-menu .menu.menu-sm, .menu-checkout-sm {
    max-width: 500px;
}
#checkout-menu .menu.menu-sm .item, .menu-checkout-sm .item {
    width: 85px;
}
@media (min-width: 576px) {
  #checkout-menu .menu .item, .menu-checkout .item {
    margin: 20px 30px;
    font-size: 14px;
  }
}
#checkout-menu .menu .item.active, .menu-checkout .item.active {
    opacity: 1;
}
#checkout-menu .menu .item.active span, .menu-checkout .item.active span {
    background-color: #F4F4F4;
}
#checkout-menu .menu .item span, .menu-checkout .item span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  display: block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #F4F4F4;
  margin-bottom: 10px;
  background-color: white;
}
.menu-checkout .item {
    flex-direction: unset;
    align-items: center;
    padding: 0px 10px 0px 0px;
    margin: 20px 0px;
    width: 100%;
}
.menu-checkout .item > span {
    margin-bottom: 0;
    margin-right: 10px;
    cursor: unset;
}
.menu-checkout .item > div {
}

#OrderSummary {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.disable-click {
    pointer-events: none;
}
.btn-finalizar.disabled, .btn-finalizar.disable-click {
    opacity: .5;
}
.btn-finalizar.disabled:hover, .btn-finalizar.disable-click:hover {
    background-color: initial;
    color: initial;
}
.btn-finalizar.btn-red.disabled:hover, .btn-finalizar.btn-red.disable-click:hover {
    background-color: #FFFFFF;
    color: #A5002D;
}

body.is-checkout-page.modal-open {
    overflow: initial;
}

.or-separator {
    display: block;
    margin: 5px auto;
    position: relative;
    text-transform: lowercase;
    color: #000000;
    font-size: 16px;
}
.or-separator:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 3px;
}
.or-separator:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 3px;
}
.or-separator.color-red:before, .or-separator.color-red:after  {
    background-color: #A5002D;
}