/*----------------------------------------------------------------*/
/* shopping-cart.tpl + shopping-cart-product-line.tpl
/*----------------------------------------------------------------*/

.shopping-cart-count {
    font-size: 16px;
}

#order-opc .shopping-cart-count {
    margin: 0 0 20px 0;
}

.cart_top{
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 0;
    border-bottom: 1px solid #d7dce2;
}

.cart_top-left, .cart_top-right, .cart_top-middle {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.cart_top-right, .cart_top-middle {
    margin-top: 20px;
}

.cart_top-middle {
    display: none;
}

.cart_view {
    font-size: 14px;
    font-weight: 600;
    color: #49535A;
    opacity: 1;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #F1F1F1;;
}

.cart_total_voucher {
    display: flex;
    justify-content: space-between;
}

.cart_total_voucher div {
    margin-top: 18px;
}

@media ( max-width: 576px) {
    .cart_top {
        border: none;
    }
    .cart_view {
        font-size: 11px;
    }
}

@media (max-width: 467px) {
    .cart_top a {
        padding: 5px;
        font-size: 12px;
    }

}


@media (max-width: 767px) {
    .cart_top-middle {
        display: inline-block;
    }

    .cart_top-left {
        width: 100%;
    }

}


.cart_top-right {
    text-align: right;
}

.cart_empty {
    margin-top: 50px;
}

.cart_empty .button-2 {
    margin-top: 15px;
}

#cart_title {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

@media (max-width: 767px) {
    #cart_title {
        padding-top: 17px;
    }
}

#cart_summary{
    display: flex;
    justify-content: space-between;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    table-layout: fixed;
}

@media (max-width: 720px) {
    #cart_summary  {
        flex-direction: column;
    }
}

#cart_summary .cart_delete button {
    background: none;
    outline: none;
    cursor: pointer;
}

#cart_summary .cart_description .product-name,
#cart_summary .cart_description .product-name a {
    font-size: 16px;
    font-weight: 700;
    color: #5D5D5D;
}

.mob_avail {
    display: none;
}

@media (max-width: 767px) {
    #cart_summary .cart_description .product-name {
        color: #75848D;
    }

    #cart_summary .cart_description .product-name a {
        font-size: 15px;
        color: #75848D;
    }

    #cart_summary .cart_avail {
        font-size: 14px;
        position: relative;
        top: 200px;
    }

    #cart_delete .price {
        font-size: 14px;
    }

    .desc_avail {
        display: none;
    } 

    .mob_avail {
        display: block;
    }
}

#cart_summary td.cart_description {
    font-size: 0;
}
#cart_summary .cart_description .cart-ref,
#cart_summary .cart_description .cart-attr {
    font-size: 11px;
    line-height: 1;
}

#cart_summary .cart_description .cart-ref a,
#cart_summary .cart_description .cart-attr a {
    color: #5D5D5D;
    opacity: 1;
}

#cart_summary .cart_description .cart_avail-text {
    margin-left: 5px;
    font-weight: 600;
}

.cart_discount {
    display: flex;
    justify-content: space-between;
}

.cart_discount-mob {
    display: none;
}

.cart_discount div {
    margin-top: 18px;
}

.cart_discount .cart_discount_price {
    position: relative;
}

.order .cart_discount .cart_discount_price a ,
#cart_summary .cart_discount .cart_discount_price a {
    position: absolute;
    width: 10px;
    height: 10px;
    right: -10px;
    z-index: 10;
}

#cart_summary .cart_discount .cart_discount_price a {
    top: 7px;
}

.order .cart_discount .cart_discount_price a {
    top: 1px;
}

.cart_discount .cart_discount_price:before,
.cart_discount .cart_discount_price:after {
    position: absolute;
    content: ' ';
    right: -6px;
    height: 8px;
    width: 1px;
    background-color: #333;
    cursor: pointer;
}

#cart_summary .cart_discount .cart_discount_price:before,
#cart_summary .cart_discount .cart_discount_price:after {
    top: 8px;
}

.order .cart_discount .cart_discount_price:before,
.order .cart_discount .cart_discount_price:after {
    top: 2px;
}

.cart_discount .cart_discount_price:before {
    transform: rotate(45deg)
}

.cart_discount .cart_discount_price:after {
    transform: rotate(-45deg);
}

#cart_summary .cart_description-right {
    margin: 10px 0 20px;
}


@media (max-width: 767px) {
    #cart_summary .cart_description .cart_description-left,
    #cart_summary .cart_description .cart_description-right {
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .cart_discount-mob {
        display: flex;
    }
}

#cart_summary .cart_description .label {
    background: none;
    padding: 0;
}

#cart_summary .cart_description .label-success {
    color: #46B04A;
}

#cart_summary .cart_description .label-warning {
    color: #d12229;
}

#cart_summary .cart_quantity .cart_quantity_input {
    font-size: 11px;
    padding: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    border: 0.5px solid #DDDDDD;
    opacity: 1;
    color: #5D5D5D;
    box-shadow: none!important;
    background: inherit!important;
}

#cart_summary .cart_quantity a {
    vertical-align: middle;
}

#cart_summary .cart_quantity .button-2 {
    border: none!important;
    box-shadow: none!important;
    background: inherit;
    color: #5D5D5D!important;
    opacity: 1;
}

#cart_summary .cart_quntity-txt {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0px;
    color: #5D5D5D;
    opacity: 1;
}

#cart_summary .cart_quntity-txt-js {
    margin-right: 5px;
}
@media (max-width: 767px) {
    #cart_summary .cart_quantity .cart_quantity_input {
        margin: 0;
        width: 25px;
        height: 25px;
    }
    #cart_summary .cart_quantity .button-2 {
        color: #707070!important;
    }
}



#cart_summary .cart_quantity .button-2, #cart_summary .cart_quantity form {
    display: inline-block;
    width: 26px;
    padding: 2px 0;
}
#cart_summary .cart_quantity form button {
    height: 30px;
}


@media (max-width: 767px) {
    #cart_summary .cart_quantity .button-2, #cart_summary .cart_quantity form {
        display: inline-block;
        width: 16px;
        padding: 0;
    }
    #cart_summary .cart_quantity form button {
        height: 26px;
    }
}

@media (max-width: 380px) {
    #cart_summary .cart_quantity .button-2, #cart_summary .cart_quantity form {
        width: 10px;
    }
}


#receive-free-shipping {
    color: #4f8a10;
    font-size: 17px;
    font-weight: 600;
    padding-top: 6px;
}

@media (min-width: 768px) {
    #receive-free-shipping {
        margin-left: 62%;
    }
}

@media (max-width: 767px) {
    #receive-free-shipping {
        font-size: 14px;
        margin-bottom: 12px;
    }
    #cart_summary tfoot .cart_footer-voucher {
        width: 100%;
        font-size: 14px;
    }
}

#cart_summary tfoot .cart_footer-voucher h3 {
    font-size: 17px;
}

#cart_summary tfoot #voucher {
    margin-bottom: 5px;
}

#cart_summary tfoot #voucher h3 {
    font-weight: bold;
}

@media (max-width: 767px) {
    #cart_summary tfoot #voucher h3 {
        font-size: 14px;
    }
}

#cart_summary tfoot .title-offers {
    margin-bottom: 5px;
}



#cart_summary tfoot .cart_footer-prices {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}

#cart_summary .cart_price-subtotal {
    display: none;
}

@media (max-width: 767px) {
    #cart_summary tfoot .cart_footer-prices {
        width: 100%;
    }

    #cart_summary .cart_price-items {
        display: none;
    }

    #cart_summary .cart_price-subtotal {
        display: block;
    }
}

#cart_summary tfoot .cart_price-text {
    text-align: left;
    display: inline-block;
    width: 55%;
    font-size: 17px;
    font-weight: 700;
}

#cart_summary tfoot .price {
    text-align: left;
    display: inline-block;
    width: 45%;
    font-size: 17px;
}

@media (max-width: 767px) {
    #cart_summary tfoot .price {
        text-align: right;
    }

    #cart_summary tfoot .cart_price-text, #cart_summary tfoot .price {
        font-size: 14px;
    }
}

#cart_summary tfoot .total_shipping-free {
    color: #69923a!important;
    text-transform: uppercase;
    font-weight: bold;
}

#cart_summary .cart_total_price #total_price_container {
    font-weight: 600;
    font-size: 21px;
}

#cart_summary .cart_total_price #total_price_container #total_price_label {
    float: none;
    text-align: center;
    background: #48535a;
    color: #ffffff;
    padding: 5px 0;
    margin-bottom: 10px;
}

#cart_summary .cart_total_price #total_price_container #total_price {
    float: none;
    text-align: center;
}

/* Vouchers */
#cart_summary #cart_voucher {
    text-align: left!important;
}

#cart_summary #cart_voucher #voucher {
    margin-bottom: 10px;
}

#cart_summary #cart_voucher #voucher h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}


.create-acc-wrapper input.discount_name,
.guest-creation_wrapper input.discount_name,
#order input.discount_name,
#cart_summary input.discount_name {
    font-family: "Raleway";
    padding: 11px 12px;
    background: #ffffff;
    font-size: 11px;
    height: 100%;
    width: 100%;
}

.create-acc-wrapper input.discount_name::-webkit-input-placeholder,
.guest-creation_wrapper input.discount_name::-webkit-input-placeholder,
#order input.discount_name::-webkit-input-placeholder,
#cart_summary input.discount_name::-webkit-input-placeholder,
.create-acc-wrapper input.discount_name::-moz-placeholder,
.guest-creation_wrapper input.discount_name::-moz-placeholder,
#order input.discount_name::-moz-placeholder,
#cart_summary input.discount_name::-moz-placeholder{
    font-family: "Raleway";
}

#create-guest-acc {
    display: inline;
}

.guest-link {
    font-size: 9px;
    background: none;
    border: none;
    cursor: pointer;
    color: #1C1C1C;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0!important;
}

#cart_summary #display_cart_vouchers {
    clear: both;
    padding-top: 5px;
    margin-top: 5px;
    margin-right: 15px;
    border-top: 1px dotted #d7dce2;
}

#cart_summary #display_cart_vouchers .voucher_name{
    font-weight: 600;
    cursor: pointer;
}

.voucher-inputs,
.guest-creation_wrapper .voucher-inputs,
.order_info-mob .voucher-inputs,
#order .voucher-inputs,
#cart_summary .voucher-inputs {
    position: relative;
}

.voucher_form-btn,
.guest-creation_wrapper .voucher_form-btn,
.order_info-mob .voucher_form-btn,
#order .voucher_form-btn,
#cart_summary .voucher_form-btn {
    position: absolute;
    font-size: 11px;
    line-height: 13px;
    background: inherit;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
    cursor: pointer;
}

#order .voucher_form,
#cart_summary .voucher_form {
    margin-top: 31px;
}

.voucher-link,
.guest-creation_wrapper .voucher-link,
.order_info-mob .voucher-link,
#order .voucher-link,
#cart_summary .voucher-link {
    text-decoration: underline;
    display: none;
}

@media (max-width: 768px) {
    .voucher-link,
    .guest-creation_wrapper .voucher-link,
    .order_info-mob .voucher-link,
    #order .voucher-link,
    #cart_summary .voucher-link {
        display: block;
    }

    .guest-creation_wrapper .voucher-inputs,
    .order_info-mob .voucher-inputs,
    #order .voucher-inputs,
    #cart_summary .voucher-inputs {
        width: 70%;
        margin: 5px 0;
    }

    .order_info-mob .voucher-inputs input[type=text] {
        width: 100%;
    }

    .order_info-mob .voucher-link {
        display: none;
    }
}

/* Reasons */

.cart_info-reasons,
.guest-creation_wrapper .cart_info-reasons,
#cart_summary .cart_info-reasons {
    margin-top: 14px;
}

.reasons_list-item,
.guest-creation_wrapper .reasons_list-item,
#cart_summary .reasons_list-item {
    position: relative;
    padding-left: 28.5px;
}

.reasons_list-item::before,
.guest-creation_wrapper .reasons_list-item::before ,
#cart_summary .reasons_list-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('/themes/cibdol/img/check.svg');
    background-size: 100%;
}

.reasons_header,
.guest-creation_wrapper .reasons_header,
#cart_summary .reasons_header {
    font-weight: 700;
}

@media (max-width: 576px) {
    .cart_info-reasons {
        display: none;
    }
}

/* Cart Products */
#cart_summary .product_list_wrapper {
    width: 61.69%;
}

#cart_summary .cart_product-wrapper {
    padding: 15px 0;
}

#cart_summary .cart_products .cart_product-wrapper{
    border-bottom: 1px solid #F1F1F1;
}

#cart_summary .cart_products .cart_product-wrapper.last_item {
    border: none;
}

#cart_summary .cart_prod {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 9px 7px 12px 22px;
    border: 0.5px solid #F1F1F1;
    opacity: 1;
}

#cart_summary .cart_product {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 109px;
    width: 100%;
    max-height: 109px;
    margin: auto 10px auto 0;
}

#cart_summary .cart_products .cart_total {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 23%;
    font-size: 14px;
    margin-top: 5px;
}

#cart_summary .cart_products .cart_total .price {
    font-weight: 700;
    white-space: nowrap;
}

#cart_summary .cart_products .cart_description {
    max-width: 265px;
    width: 100%;
    padding-right: 5px;
}

.cart_quantity_delete {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 11px;
    height: 11px;
}

.cart_quantity_delete:after,
.cart_quantity_delete:before {
    position: absolute;
    content: ' ';
    top: 0;
    height: 11px;
    width: 1px;
    background-color: #333;
}
.cart_quantity_delete:before {
    transform: rotate(45deg);
}
.cart_quantity_delete:after {
    transform: rotate(-45deg);
}
  

@media ( max-width: 720px) {
    #cart_summary .product_list_wrapper {
        width: 100%;
    }
}

@media ( max-width: 576px) {
    #cart_summary .cart_prod {
        padding: 10px;
    }

    #cart_summary .cart_products .cart_product-wrapper {
        border: none;
        padding: 0 0 5px;
    }

    #cart_summary .cart_product {
        max-width: 80px;
        max-height: 80px;
    }

    #cart_summary .cart_products .cart_total .price {
        font-size: 15px;
        color: #75848D;
    }

    #cart_summary .cart_products .cart_total {
        flex-wrap: wrap;
    }

    .cart_quantity_delete:after,
    .cart_quantity_delete:before {
        position: absolute;
        content: ' ';
        top: 0;
        height: 11px;
        width: 1px;
        background-color: #75848D;
    }

    .cart_total_voucher div,
    .cart_discount div,
    .cart_discount span {
        margin-top: 0;
        line-height: 1.5;
        color: #75848D;
        font-weight: 500;
    }

    #cart_summary .cart_discount .cart_discount_price:before ,
    #cart_summary .cart_discount .cart_discount_price:after {
        top: 4px;
        right: -5px;
    }

}

/* Cart Info */
#order #center_column .cart_info {
    font-size: 11px;
    font-weight: 600;
    width: 33.97%;
    padding-top: 15px;
}

#cart_summary .cart_info-summary {
    background: #FAFBFB;
    padding: 15px 15px 19px;
}

#cart_summary .cart_info-summary h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
}

#cart_summary .cart_price-item {
    display: flex;
    justify-content: space-between;
}

#cart_summary .cart_price-item div {
    margin-top: 18px;
}
#cart_summary .price {
    font-weight: 400;
}

.create-acc-wrapper .total_shipping-free,
.guest-creation_wrapper .total_shipping-free,
#cart_summary .total_shipping-free {
    color: #46B04A!important;
    text-transform: uppercase;
    font-weight: bold!important;
}

@media ( max-width: 720px) {
    #order #center_column .cart_info {
        width: 100%;
        padding-top: 0;
    }

    #cart_summary .cart_info-summary {
        padding: 10px;
    }

    #cart_summary .cart_info-summary h3{
        font-size: 15px;
        color: #75848D;
    }

    #cart_summary .voucher_form {
        margin-top: 15px;
    }
}

@media ( max-width: 576px) {
    #cart_summary .voucher_form,
    #cart_summary .cart_price-item div  {
        font-weight: 500;
        margin-top: 0;
        line-height: 1.5;
        color: #75848D;
    }

    #cart_summary .price_end {
        font-weight: bold!important;
    }
}



/* Multishipping Option */


/* Shipping Estimate */
#compare_shipping_form p {
    margin: 0 0 20px 0;
    text-align: center;
}

@media (max-width: 477px) {
    #compare_shipping #availableCarriers_table th, #compare_shipping #availableCarriers_table td {
        font-size: 12px;
        padding: 0 2px;
        word-break: break-all;
    }

    #compare_shipping #availableCarriers_table th.carrier_action {
        width: 10%;
    }

    #compare_shipping #availableCarriers_table th.carrier_name {
        width: 30%;
    }

    #compare_shipping #availableCarriers_table th.carrier_infos {
        width: 40%;
    }
}

/* Loyalty Points Note */
#order #loyalty,
#order-opc #loyalty {
    display: block;
    margin: 30px 0 50px 0;
}

/* Adresses */
#order .address,
#order-opc .address {
    display: block;
    text-align: center;
}

/* Navigation */
#cart_navigation,
.cart_navigation {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 30px;
}

.cart_navigation a {
    width: 100%;
    font-size: 11px;
}
.cart_navigation a.button-1.inline {
    margin-bottom: 0;
}

.cart_navigation .button-2 {
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border: 0.5px solid #E2E2E2!important;
    opacity: 1;
    color: #1C1C1C!important;
    margin-right: 10px!important;
}

.cart_navigation.mob {
    display: none;
}

@media (max-width: 767px) {
    .cart_navigation a.cart_hide-mobile {
        display: none;
    }

    .cart_show-mobile {
        display: block;
    }
}

@media (max-width: 720px) {
    #cart_summary .cart_navigation {
        display: none;
    }

    .cart_navigation.mob {
        display: flex!important;
        margin-top: 20px;
    }

    #cart_summary .cart_navigation>a {
        font-size: 13px;
        margin: 0;
    }
}

.button-1.fill.button-red {
    background-color: #D1232A;
}
.button-1.fill.button-red:hover {
    background-color: #8e1015;
}

@media (max-width: 767px) {
    .button-1.fill.button-red {
        float: none;
    }
}

#cart_navigation button,
#cart_navigation .standard-checkout,
.cart_navigation button,
.cart_navigation .standard-checkout {
    float: right;
}

.cart_navigation .standard-checkout.button-1 {
    background-color: #D1232A;
}
.cart_navigation .standard-checkout.button-1:hover {
    background-color: #8e1015;
}
.cart_navigation .standard-checkout.button-1[disabled], .cart_navigation .standard-checkout.button-1:hover[disabled] {
    background-color: rgba(240, 40, 47, 0.58);
}

/* Payment icons*/
#wrap_img_payment {
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: -20px;
}
.img_payment {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    border-radius: 5px;
}
@media (max-width: 479px) {
    #wrap_img_payment {
        line-height: 40px;
        margin-bottom: -25px;
    }
    .img_payment {
        margin-right: 4px;
    }
}
@media (min-width: 768px) {
    #receive-free-shipping {
        float: right;
        width: 38%;
        margin-left: 0;
    }
}
/*----------------------------------------------------------------*/
/* order-steps.tpl
/*----------------------------------------------------------------*/
/* Steps */
#order_step {
    padding: 32px 30px 38px;
    overflow: hidden;
}

#order_step li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1% 20px 1% !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    border: 2px solid #D0D0D0;
    background: #FFFFFF;
}

#order_step li .step-line{
    position: absolute;
    left: 15px;
    height: 2px;
    background: #D0D0D0;
}

#order_step li.step_done .step-line {
    background: #00A79D;
}

#order_step svg {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

#order_step .order_step_caption {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    color: #979797;
}

#order_step li.step_done .order_step_caption ,
#order_step li.step_current .order_step_caption {
    color: #00A79D;
}

#order_step li.step_done svg path,
#order_step li.step_current svg path{
    fill:#00A79D;
}

#order_step .steps-rail {
    position: absolute;
    width: 98%;
    border-bottom: 3px solid #d7dce2;
    margin: 0 1%!important;
    padding: 20px 0 0 0!important;
}

#order_step .step_done {
    background: #00A79D!important;
    border-color: #00A79D!important;
}

#order_step .step_done a {
    color: #ffffff;
}

#order_step .step_current {
    border: 2px solid #00A79D;
}

#order_step .step_todo {
    border: 2px solid #D0D0D0;
    background: #FFFFFF;
}

#order_step {
    display: flex;
    justify-content: space-between;
}

#order_step .wpicon-checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}

@media (max-width: 767px) {
    #order_step {
        padding: 32px 20px 38px;
    }

    #order_step .order_step_caption {
        font-size: 9px;
    }

    #columns {
        padding: 5px 0;
    }

    #order_step li.step_done .order_step_caption  {
        color: #D0D0D0;
    }

    #order_step li.step_current .order_step_caption {
        color: #75848D;
    }
    #order_step li.step_done svg path {
        fill:#D0D0D0;
    }

}

/*----------------------------------------------------------------*/
/* order-address.tpl
/*----------------------------------------------------------------*/
#order .addresses .address_selection,
#order-opc .addresses .address_selection {
    margin: 0 0 30px 0;
    text-align: center;
}

#order .address .address_update,
#order-opc .address .address_update {
    margin-top: 10px;
}

#order #ordermsg,
#order-opc #ordermsg {
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
    text-align: center;
}

#order #ordermsg label,
#order-opc #ordermsg label {
    display: block;
}

#order #ordermsg textarea,
#order-opc #ordermsg textarea {
    width: 100%;
    height: 90px;
}

#order .addressesAreEquals {
    margin-bottom: 15px;
}

@media (max-width: 479px) {
    #columns .addresses .grid {
        display: flex;
        flex-wrap: wrap;
    }
    #columns .addresses .grid .item {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    }
    #columns .addresses .grid .item .box {
        box-shadow: none;
    }
}

table.order_info .addresses ul,
#order .addresses ul {
    background-color: #f2f2f2;
    height: 100%;
    text-align: left;
}

.order_info-mob .addresses ul .section-header,
table.order_info .addresses ul .section-header ,
#order .addresses ul .section-header {
    border: none;
    padding: 0;
    text-align: left;
}

.order_info-mob .addresses ul .address_action.first,
#order .addresses ul .address_action.first {
    position: absolute;
    top: 4px;
    right: 0;
}

#order .addresses ul .address_action.second {
    margin-top: 10px;
}

table.order_info .addresses ul .address_action a ,
#order .addresses ul .address_action a {
    color: #000000;
    font-weight: 400;
    text-decoration: underline;
}
#order .addresses ul .address_action a:hover {
    color: #8e1015;
}

/*----------------------------------------------------------------*/
/* order-carrier.tpl
/*----------------------------------------------------------------*/
#order .delivery_wrapper {
    display: flex;
    justify-content: space-between;
}

#order .carrier_title {
    font-size: 14px;
    font-weight: 600;
    color: #49535A;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #F1F1F1;
}

#order .delivery_options .delivery_option,
#order-opc .delivery_options .delivery_option {
    margin-bottom: 30px;
    cursor: pointer;
}

#order .delivery_options .cart_navigation {
    margin-top: 2px;
}

#order .delivery_options .standard-checkout {
    font-family: "Raleway";
    width: 100%;
}

#order .delivery_option input[type=checkbox],
#order .delivery_option input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#order .delivery_option label {
    position: relative;
    display: block;
    font-family: wpicon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: normal;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #D0D0D0;
    cursor: pointer;
}

#order .delivery_option label:before {
    content: '';
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: #ffffff;
}

#order .delivery_option input[type=radio]:checked+label {
    border-color: #00A99C;
    background-color: #00A99C;
  }

#order .delivery_option input[type=radio]:checked+label:before {
    content: "\e627";
}

#order .delivery_options .delivery_option table,
#order-opc .delivery_options .delivery_option table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d7dce2;
}

#order .delivery_options table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 15px;
}

#order table.payment_options {
    border: none;
    border-collapse: separate;
    border-spacing: 0 15px;
    box-shadow: none;
}

#order table.payment_options tr {
    margin-bottom: 30px;
}

#order .delivery_options table tr, #order table.payment_options tr {
    background-color: #fff;
}

#order .delivery_options table td, #order table.payment_options td {
    border: none;
    border-bottom: 1px solid #d7dce2;
    border-top: 1px solid #d7dce2;
}

#order .delivery_options table td:first-child, #order table.payment_options tr td:first-child {
    border-left: 1px solid #d7dce2;
}

#order table.payment_options tr td:first-child {
    width: 1%;
}

#order table.payment_options img {
    min-width: 35px;
}

@media (max-width: 768px) {
    #order .delivery_wrapper {
        flex-direction: column;
    }

    #order .carrier_title {
        font-size: 11px;
        line-height: 13px;
        padding: 0;
        border: none;
        color: #707070;
    }

    #order .delivery_option label {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    #order .delivery_options .cart_navigation {
        margin-top: 0;
    }

    #order .standard-checkout {
        margin: 0;
        width: auto!important;
    }

    #cart_summary .standard-checkout {
        max-width: none;
    }

    #order .delivery_options .cart_navigation{
        justify-content: flex-end;
    }
}


@media (min-width: 768px) {
    #order table.payment_options tr td:nth-child(2) {
        width: 10%;
    }

}

#order table.payment_options tr td:nth-child(3) {
    text-align: left;
}

#order .delivery_options table td:last-child, #order table.payment_options tr td:last-child {
    border-right: 1px solid #d7dce2;
}

#order .delivery_options table .delivery_option_name {
    text-align: left;
}

#order .delivery_options table .carrier-name {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    color: #5D5D5D;
    margin-bottom: 2px;
}

#order .delivery_options table .carrier-explanation {
    font-size: 11px;
    line-height: 13px;
    color: #5D5D5D;
}

#order .delivery_options .delivery_delay {
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 3px;
}

#order .delivery_options .delivery_delay-mob {
    display: none;
}
#order .order_form {
    flex-basis: 63%;
}

#order .delivery_options_address .delivery_options {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #order .delivery_options_address .delivery_options {
        margin-bottom: 0;
    }

    #order .delivery_options table .carrier-name {
        font-size: 15px;
        line-height: 13px;
        font-weight: 700;
        color: #D0D0D0;
    }

    #order .delivery_options table .item-checked .carrier-name {
        color: #75848D;
    }

    #order .delivery_options .delivery_delay {
        display: none;
    }

    #order .delivery_options .delivery_delay-mob {
        display: block;
        font-size: 11px;
        line-height: 13px;
        margin-top: 9px;
        color: #D0D0D0;
    }

    #order .delivery_options .item-checked .delivery_delay-mob {
        color: #46B04A;
    }


    #order .delivery_options table .carrier-explanation {
        color: #D0D0D0;
    }

    #order .delivery_options table .item-checked .carrier-explanation {
        color: #75848D;
    }

    #order .delivery_options .delivery_option_price {
        font-size: 15px;
        font-weight: 700!important;
        color: #D0D0D0;
    }

    #order .delivery_options .item-checked .delivery_option_price {
        color: #75848D;
    }

    #order .delivery_options .delivery_option_free {
        text-transform: uppercase;
    }
}

/* Order Info */
.order_info-mob,
.order_info {
    background: #FAFBFB;
    padding: 15px;
    flex-basis: 34%;
    margin-top: 15px;
    font-size: 11px;
    line-height: 13px;
    color: #1C1C1C;
}

.order_account_content .order_info {
    margin-top: 0;
}

.order_info-mob .order_info-summary ,
.order_info .order_info-summary {
    display: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #75848D;
    padding-bottom: 3px;
    border-bottom: 0.5px solid #F1F1F1;
    margin-bottom: 8px;
}

.order_info .cart_total_voucher {
    margin-bottom: 19px;
}

.order_info .cart_discount div {
    margin-top: 0;
}

.order_info-mob .order_info-head,  
.order_info-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.order_info-mob h3,
.order_info h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

#order .order_prices,
.order_products,
.order_info-mob .order_products {
    padding-bottom: 10px;
    border-bottom: 0.5px solid #F1F1F1;
    margin-bottom: 13px;
}

.order_info-mob .order_products .product,
.order_products .product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_info-mob .order_products .product:not(:last-child),
.order_products .product:not(:last-child){
    margin-bottom: 13px;
}

.product-name a,
.product_name,
.guest-creation_wrapper .product_name,
.order_info-mob .product_name,
#order .product_name {
    font-weight: 600;
}

.order_info .product_name a {
    display: block;
    text-align: center;
    word-wrap: normal;
}

#order .product_info .cart-attr {
    font-weight: 400;
}

#order .product .product_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
}

#order .product .product_img img {
    max-width: 100%;
    height: auto;
}

.payment_wrapper .voucher_form,
.delivery_options_address .voucher_form,
.guest-creation_wrapper .voucher_form,
.order_info-mob .voucher_form 
/*#order .voucher_form*/ {
    padding-bottom: 13px;
    border-bottom: 0.5px solid #F1F1F1;
    margin-bottom: 13px;
    margin-top: 0!important;
}

.create-acc-wrapper .cart_price-item,
.guest-creation_wrapper .cart_price-item,
#order .order_prices .cart_price-item {
    display: flex;
    justify-content: space-between;
}


.create-acc-wrapper .cart_price-item:not(:last-child),
.guest-creation_wrapper .cart_price-item:not(:last-child),
#order .order_prices .cart_price-item:not(:last-child) {
    margin-bottom: 19px;
}

#order .cart_price-text,
#order .total_price_label,
#order .price_end,
#order .cart_discount_name span  {
    font-weight: 600;
}

.price_end,
.guest-creation_wrapper .price_end,
.order_info-mob .price_end,
#order .price_end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price_end span:nth-child(2),
.guest-creation_wrapper .price_end span:nth-child(2),
#order .price_end span:nth-child(2) {
    font-weight: 400;
}

.price_end .tax-mob{
    display: none;
}

.order_products .total_shipping-free,
#order .total_shipping-free {
    color: #46B04A;
    text-transform: uppercase;
    flex-basis: 62px;
    text-align: right;
}

.order_info-mob .addresses .box,
table.order_info .addresses .box,
#order .addresses .box {
    position: relative;
    padding: 0;
    margin-bottom: 13px;
    background: inherit;
    border: none;
    line-height: 19px;
    color: #5D5D5D;
}

#order #address_delivery {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 0.5px solid #F1F1F1;
}

table.order_info .addresses_items h3,
#order .addresses_items h3 {
    margin-bottom: 8px;
}

#order .delivery_option table.delivery_option_carrier,
#order-opc .delivery_option table.delivery_option_carrier {
    border-top: none;
}

#order .delivery_options table .delivery_option_price {
    font-size: 11px;
    line-height: 13px;
    font-weight:600;
}


#order .order_carrier_content #gift_option,
#order-opc .order_carrier_content #gift_option,
#order .order_carrier_content #recyclable_option,
#order-opc .order_carrier_content #recyclable_option,
#order .order_carrier_content #tos_option,
#order-opc .order_carrier_content #tos_option {
    display: block;
    overflow: hidden;
    margin: 20px 0;
}

#order .order_carrier_content #gift_option .gift_title,
#order-opc .order_carrier_content #gift_option .gift_title,
#order .order_carrier_content #recyclable_option .recyclable_title,
#order-opc .order_carrier_content #recyclable_option .recyclable_title,
#order .order_carrier_content #tos_option .tos_title,
#order-opc .order_carrier_content #tos_option .tos_title {
    font-size: 14px;
    font-weight: 600;
}

#order .order_carrier_content #gift_option label,
#order-opc .order_carrier_content #gift_option label,
#order .order_carrier_content #recyclable_option label,
#order-opc .order_carrier_content #recyclable_option label,
#order .order_carrier_content #tos_option label,
#order-opc .order_carrier_content #tos_option label {
    font-weight: normal;
}

#order .order_carrier_content #gift_div,
#order-opc .order_carrier_content #gift_div {
    display: none;
    margin: 10px 0 0 0;
}

#order .order_carrier_content #gift_message,
#order-opc .order_carrier_content #gift_message{
    height: 60px;
    width: 100%;
}

#order-opc .order-opc-leave-message {
    margin: 20px 0;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}

#order .delivery_options td.delivery_option_radio {
    width: 73px;
}

#order .product_info {
    color: #1C1C1C!important;
    flex-basis: 50%;
}

#order .order_info .product .price{
    color: #1C1C1C;
    flex-basis: 62px;
    text-align: right;
}

.product_num,
.guest-creation_wrapper .product_num,
.order_info-mob .product_num,
#order .product_num {
    color: #75848D;
    font-weight: 700;
}

.order_subtotal,
.guest-creation_wrapper .order_subtotal,
#order .order_subtotal {
    display: none;
}

#order .cart_price-item-mob {
    display: none;
}

.order-status-txt,
.order-pay-meth {
    white-space: normal!important;
}

@media (max-width: 767px) {
    .order_info-mob,
    #order .order_info {
        margin-top: 10px;
    }

    .price_end span:nth-child(2) {
        font-size: 9px;
    }

    .price_end .tax-desk {
        display: none;
    }

    .price_end .tax-mob {
        display: inline;
        font-weight: 500;
        font-size: 9px;
    }

    #order .delivery_options table tr {
        border: 1px solid #d7dce2;
        display: block;
        padding: 0 5px;
        position: relative;
    }
    #order .delivery_options table tr td {
        border: none !important;
        margin-left: 45px;
        padding: 0 15px;
        width: 100%;
    }

    #order .delivery_options .delivery_option:not(:last-child) {
        margin-bottom: 7px;
    }

    #order .delivery_options .delivery_option:last-child {
        margin-bottom: 32px;
    }
    
    #order .delivery_options td.delivery_option_logo {
        bottom: 15px;
        display: block !important;
        padding: 0;
        position: absolute;
        right: 15px;
    }
    #order .delivery_options td.delivery_option_logo img {
        max-height: 80px;
        max-width: 120px;
    }

    #order .delivery_options .delivery_option_price-mob {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 15px!important;
        font-weight: 700;
        color: #D0D0D0;
        white-space: nowrap;
    }

    #order .delivery_options .item_checked .delivery_option_price-mob {
        color: #75848D;
    }

    #order .delivery_options .delivery_option_price .price-tax {
        font-size: 9px;
        font-weight: 500;
        white-space: nowrap;
    }

    .order_info-mob h3,
    .order_info h3 {
        font-size: 13px!important;
        font-weight: 700;
        line-height: 15px;
        color: #75848D!important;
    }

    .order_info-mob .order_info-head,
    #order .order_info-head {
        margin-bottom: 10px;
    }

    #order .product .product_img {
        width: 40px;
        height: 40px;
    }

    .order_info-mob .product_info,
    #order .product_info {
        color: #75848D!important;
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .order_info-mob .product .price,
    #order .order_info .product .price{
        color: #75848D;
        font-weight: 700;
        flex-basis: 62px;
        text-align: right;
    }

    .product_num,
    .guest-creation_wrapper .product_num,
    .order_info-mob .product_num,
    #order .product_num {
        display: block;
        padding: 0 10px;
    }

    .order_info .order_info-summary {
        display: block;
    }

    .order_subtotal,
    .guest-creation_wrapper .order_subtotal,
    #order .order_subtotal {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .voucher_form,
    .order_info-mob .voucher_form ,
    #order .voucher_form {
        color: #75848D;
    }

    /*#order .voucher_form,*/
    #order .order_prices,
    .order_products {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #order #address_delivery {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #order .order_prices {
        display: none;
    }

    .order_info-mob .cart_price-item-mob,
    #order .cart_price-item-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #75848D;
    }

    .order_info-mob h3,
    #order .order_info h3 {
        margin-bottom: 10px;
    }

    #order .addresses .box {
        color: #75848D;
        line-height: 13px;
    }

    #order .address_firstname {
        font-weight: 700;
    }

    .order_info-mob .price_end,
    #order .price_end {
        font-weight: 700;
    }

    .order_info-mob .price_end span:nth-child(2),
    #order .price_end span:nth-child(2),
    #order .cart_price-text {
        font-weight: 500;
    }

}

/*----------------------------------------------------------------*/
/* order-confirmation.tpl
/*----------------------------------------------------------------*/
.order-confirmation .back-to-orders .wpicon {
    margin-right: 7px;
}

.order-confirmation-video {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7dce2;
}
.order-confirmation-video .video-wrapper {
    width: 50%;
    height: 100%;
    margin: auto;
}
@media (max-width: 1100px) {
    .order_info td {
        padding: 15px 0!important;
    }
    .order_info td.order-img {
        padding: 15px!important;
    }
    .order_info-wrapper .addresses {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .order-confirmation-video .video-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 568px) {
    .order-confirmation-video {
        height: 56vw;
    }
}
@media (max-width: 767px) {
    .order_info .product_img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
}



/*----------------------------------------------------------------*/
/* order-detail.tpl
/*----------------------------------------------------------------*/
#block-order-detail .info-order > p {
    text-align: center;
}

#block-order-detail .info-order > p {
    margin: 5px 0;
}

#block-order-detail #submitReorder {
    text-align: center;
}

#block-order-detail #submitReorder > div{
    margin: 5px 0;
}

#block-order-detail .adresses_bloc {
    margin: 50px 0 20px 0;
}

#block-order-detail .address span {
    display: block;
    text-align: center;
}

#order-detail-content {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #order-detail-content {
        margin-bottom: 0;
    }

}
#order-detail-content  .voucher_error {
    width: 61.69%;
    display: flex;
    padding: 30px 15px;
    align-items: center;
    background-color: #FAFBFB;
    border: 2px solid #D0D0D0;
    margin: 15px 0;
}
#order-detail-content  .voucher_error .voucher-icon {
    flex-shrink: 0;
}
#order-detail-content  .voucher_error .voucher-text {
    padding-left: 15px;
    font-size: 15px;
}
#order-detail-content  .voucher_error .voucher-code {
    color: #00A79D;
    font-weight: bold;
}
@media (max-width: 720px) {
    #order-detail-content .voucher_error{
        width: 100%;
        padding: 20px 10px;
    }
    #order-detail-content  .voucher_error .voucher-text {
        padding-left: 10px;
    }
    #order-detail-content  .voucher_error .voucher-icon img {
        width: 40px;
        height: 40px;
    }
}
#order-detail-content table .order_qte_input {
    text-align: center;
}

#order-detail-content table .return_quantity_buttons {
    margin-top: 5px;
}

#order-detail-content table .return_quantity_buttons a {
    display: none;
    padding: 2px 7px;
}

#order-detail-content table tfoot tr td {
    text-align: left;
}

#order-detail-content table tfoot tr td > .price {
    float: right;
}

#order-detail-content table tfoot tr.totalprice {
    font-weight: 600;
}

#block-order-detail textarea {
    width: 100%;
    height: 80px;
}

#block-order-detail #order-shipping-track {
    margin-top: 30px;
}

#returnOrderMessage {
    margin-bottom: 30px;
}

#sendOrderMessage {
    margin: 30px 0 20px 0;
}

#sendOrderMessage .form-group {
    margin: 0 0 10px 0;
}

#block-order-detail .order-messages {
    margin-top: 30px;
}

.guestMerchandise .wpicon{
    margin-right: 10px;
}

.guestMerchandise {
    font-weight: 600;
    margin: 30px 0;
}

/*----------------------------------------------------------------*/
/* order-opc.tpl
/*----------------------------------------------------------------*/
#order-opc .order-opc-section-title {
    display: block;
    overflow: hidden;
    margin: 30px 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #d7dce2;
    font-size: 21px;
}

#order-opc .order-opc-section-title > .number {
    display: block;
    float: left;
    padding: 0 16px;
    line-height: 37px;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #48535a;
    color: #ffffff;
}

#order-opc .order-opc-section-title > .title {
    display: block;
    margin-left: 50px;
    font-size: 40px;
}


/*----------------------------------------------------------------*/
/* order-new-account.tpl
/*----------------------------------------------------------------*/

#order .account_wrapper {
    display: flex;
    justify-content: space-between;
	margin-top: 30px;
}

#order .account_wrapper .form-section-header {
	color: #75848D;
	font-size: 15px;
}

#order .account_wrapper .form_content label {
	display: block;
	font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #75848D;
	margin-top: 5px;
}

#order .account_wrapper .form_content input {
	border: 1px solid #EDF4F7;
	background: #fff;
	width: 100%;
}

#order .account_wrapper .submit {
	margin-top: 5px;
	text-align: right;
}

#order .account_wrapper .submit.submit-login {
	display: flex;
	justify-content: space-between;
}

#order .account_wrapper .submit-login .lost_password a {
	color: #75848D;
	text-decoration: underline;
	font-size: 11px;
}

#order .account_wrapper .order_form button {
	min-width: 100px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	border-radius: 0 !important;
}

#order .account_wrapper #create-account_form {
	margin-top: 40px;
}

#order .account_wrapper #guest-checkout-link-block {
	font-size: 9px;
	background-color: #FAFBFB;
	padding: 15px 30px;
	line-height: 10px;
	text-align: center;
}

#order .account_wrapper #guest-checkout-link-block a {
	text-decoration: underline;
	text-transform: uppercase;
}

#order .account_wrapper .order_prices, .order_products, .order_info-mob .order_products {
	border: 0;
	margin-bottom: 0;
}

#order .account_wrapper .checkbox-group {
    margin-top: 10px;
}
#order .account_wrapper .checkbox-group input[type=checkbox] {
    width: auto;
    position: relative;
    top: -1px;
    margin-left: 0;
}

#order .account_wrapper .checkbox-group label {
    display: inline;
}

@media (max-width: 768px) {
    #order .account_wrapper {
        flex-direction: column;
        margin-top: 15px;
    }
	
	#order .account_wrapper #guest-checkout-link-block {
        padding: 10px 24px 10px 10px;
		text-align: left;
	}
}

/*----------------------------------------------------------------*/
/* order-opc-new-account.tpl
/*----------------------------------------------------------------*/
#order-opc #login_form {
    min-height: 420px;
}

#order-opc #new_account_form {
    min-height: 420px;
}

#order-opc .title_block {
    font-size: 16px;
    padding: 0 0 10px 0;
}

#order-opc #opc_account_choice {
    margin: 63px 0;
}

#order-opc #opc_account_choice .opc_account_choice_guest,
#order-opc #opc_account_choice .opc_account_choice_create {
    display: block;
    margin: 20px 0;
}

#order-opc #opc_account_choice .opc_account_choice_guest button,
#order-opc #opc_account_choice .opc_account_choice_create button {
    font-size: 16px!important;
}

#order-opc #opc_account_choice .opc_account_choice_or {
    margin: 20px 0;
    font-size: 48px;
}

.cart_avail-text-wrapper{
    display: flex;
    font-size: 13px;
}
@media (min-width: 768px) {
    .cart_avail-text.modified{
        white-space: normal;
    }
    .wpicon-modified{
        padding-right: 5px;
        align-self: center;
    }
}
@media (min-width: 960px) {
    .cart_avail-text.modified {
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .cart_avail-text.modified{
        white-space: nowrap;
    }
}
@media (max-width: 576px) {
    .cart_avail-text-wrapper{
        font-size: 11px;
    }
}
/*----------------------------------------------------------------*/
/* cyp_map
/*----------------------------------------------------------------*/
#address_cyp .address_action #showCypMap {
	cursor: pointer;
}
#cyp_map {
	height: 92%;
    width: 100%;
	margin-bottom: 20px;
    overflow: hidden;
}
#cyp_loc_name,
#cyp_street,
#cyp_city,
#cyp_country_name {
    text-transform: uppercase;
}

#cypMapInformation {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
	left: 0;
}

.map-wrapper .ps-popup .ps-popup-window {
    height: 600px;
    width: 900px;
    margin-top: 20px;
    position: relative;
    text-align: left;
    min-width: 250px;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 35%);
    border-radius: 4px;
}
.map-wrapper .ps-popup .ps-popup-window .ps-close {
	display: block;
    font-family: wpicon;
    color: #fff;
    font-size: 14pt;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}
.map-wrapper .ps-popup .ps-popup-window .fa-times:before {
    content: "";
}
.map-wrapper .ps-popup .ps-popup-window .ps-close:after {
	content: "\e626";
    font-size: 14px;
}
.map-wrapper .ps-popup .ps-popup-map {
	padding: 25px 70px 25px 45px;
	background: #fff;
	height: 100%;
}
.ps-popup-overlay .map-heding {
	display: flex;
    align-items: center;
    justify-items: center;
    padding: 20px;
    height: 48px;
    margin: 0;
    background: #00a79d;
    font: 600 14pt Raleway,Helvetica,Arial;
    color: #fff;
    overflow: hidden;
}
@media (max-width: 991px) {
	.map-wrapper .ps-popup .ps-popup-window {
		width: 700px;
		height: 400px;
	}
	.map-wrapper .ps-popup .ps-popup-map {
		padding: 5px;
	}
	#cyp_map {
		margin-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.map-wrapper .ps-popup .ps-popup-window {
		width: 240px;
	}
}

/*----------------------------------------------------------------*/
/* order-payment.tpl
/*----------------------------------------------------------------*/
#order .payment_wrapper {
    display: flex;
    justify-content: space-between;
}

#order .payment_block {
    flex-basis: 64%;
}

#order .payment_block .terms-link {
    font-size: 12px;
    color: #1C1C1C;
    font-weight: bold;
    line-height: 17px;
    padding: 13px 16px 30px 13px;
    background: #FAFBFB;
}

#order .payment_block .logowrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #D0D0D0;
    border-radius: 100%;
}

#order .payment_options .logowrap img {
    filter: grayscale(1);
}

#order .payment_options tr:hover .logowrap img {
    filter: grayscale(0);
}

#order .payment_options .item-checked .logowrap img {
    filter: grayscale(0);
}

#order .payment_options  {
    font-size: 11px;
    color: #5D5D5D;
}

#order .payment_options tr {
    cursor: pointer;
}

#order .payment_options tr td:first-child {
    display: none;
}

#order .payment_options tr td:nth-child(2){
    border-left: 1px solid #d7dce2;
}

#order .payment_options div strong {
    font-size: 13px;
}

#order .payment_btn button {
    display: none!important;
    font-family: "Raleway";
    width: auto;
}

#order .item-checked .payment_btn button {
    display: inline-block!important;
}

#order .payment_wrapper #address_invoice {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 0.5px solid #F1F1F1;
}

#order .payment_wrapper .cart_navigation {
    display: none;
}

#order .shipping .shipping_collect span:last-child {
    display: none;
}

#order .grecaptcha-badge {
	display: none !important;
}

@media (max-width: 768px) {
    #order .payment_wrapper{
        flex-direction: column;
    }

    #order .payment_options {
        color: #D0D0D0;
    }

    #order .payment_options .item-checked {
        color: #75848D;
    }

    #order .payment_options div strong {
        font-size: 15px;
    }

    #order .payment_block .terms-link {
        display: none;
    }

    #order .payment_wrapper .cart_navigation {
        display: flex;
        justify-content: flex-end;
        margin: 32px 0 30px ;
    }

    #order #shipping_method {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #F1F1F1;
    }

    #order .shipping .shipping_collect {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #order .shipping .shipping_collect {
        font-weight: bold;
    }

    #order .shipping .shipping_collect span:last-child{
        display: inline;
        color: #46B04A;
        text-transform: uppercase;
    }

    .shipping_cost,
    #order .shipping .shipping_cost {
        display: none;
    }

    #order .payment_btn {
        display: none;
    }

    #order table.payment_options tr td:nth-child(3) {
        border-right: 1px solid #d7dce2;
    }
}

/*----------------------------------------------------------------*/
/* order-confirmation.tpl
/*----------------------------------------------------------------*/

.confirm {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #49535A;
    margin-bottom: 24px;
}

.confirm .confirm_txt {
    margin-bottom: 20px;
}

.confirm .confirm_txt .confirm_txt-thanks {
    font-weight: 600;
    margin-bottom: 4px;
}

.confirm .confirm_info {
    display: flex;
    justify-content: space-between;
    max-width: 41%;
}

.confirm .confirm_info-item p:first-child{
    font-weight: 600;
    margin-bottom: 4px;
}

.order_info-wrapper {
    background: #FAFBFB;
    padding: 22px 0 28px;
}

.order_info-wrapper .item {
    max-width: 155px;
} 

.order_info-wrapper .order_info-summary{
    display: none;
}

table.order_info {
    font-size: 14px;
    line-height: 16px;
    color: #1C1C1C;
    box-shadow: none!important;
}

table.order_info,
table.order_info thead,
table.order_info tfoot  {
    border: none!important;
}

table.order_info tr {
    background: #FAFBFB!important;
}

table.order_info thead td {
    font-weight: 600;
}

table.order_info td {
    border: none!important;
}

table.order_info .order-img {
    width: 10%;
}

table.order_info .order-img img {
    width: 85px;
}

table.order_info .product_total,
table.order_info .product_name {
    font-weight: 600;
}

table.order_info .addresses_items {
    display: flex;
    justify-content: space-between;
}

table.order_info .box {
    box-shadow: none;
}

table.order_info .shipping_box {
    font-size: 14px;
    color: #5D5D5D;
}

table.order_info .section-header {
    line-height: 16px;
    font-weight: 600;
}

.order_info-wrapper h3 {
    padding-left: 12px;
}

table.order_info .order_info-foot td {
    text-align: right;
}

table.order_info .order_info-foot span {
    white-space: nowrap;
}

table.order_info .order_info-foot td div span:first-child {
    width: 112px;
}

table.order_info .order_info-foot td div span:nth-child(2) {
    width: 126px;
}

table.order_info .order_info-foot td div {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

table.order_info .order_info-foot td div span:first-child {
    margin-right: 5px;
}

table.order_info .order_info-foot .total-price {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 13px;
}

table.order_info .order_info-foot .total-price .total-price-tax {
    position: absolute;
    top: 17px;
    right: 0;
}

table.order_info .order_info-foot .total-price span {
    white-space: nowrap;
}

table.order_info .order_info-foot .total-price span:nth-child(2) {
    font-size: 11px;
}

table.order_info .order_info-foot td div:not(:last-child) {
    margin-bottom: 13px;
}

table.order_info .order_info-foot .f-sbold {
    font-weight: 600;
}

table.order_info .total-price .f-sbold {
    margin-right: 0!important;
    width: unset!important;
}

.c-green {
    color: #46B04A;
}

.c-red {
    color: #D2232A;
}

table.order_info .order_info-foot .total-txt {
    white-space: nowrap;
}

table.order_info .sec-item {
    padding: 0 3px;
}

.confirm_navigation {
    display: flex;
    justify-content: flex-end;
}

.confirm_navigation a {
    max-width: 145px;
    margin-top: 15px;
}

.order_info-mob {
    display: none;
}

@media (max-width: 1080px) {
    table.order_info .order_info-foot td div {
        width: 94%;
    }
}

@media (min-width: 768px) {
    .lg-hidden {
        display: none;
    }
}

@media (max-width: 768px) { 

    .order_info-wrapper {
        display: none;
    }

    .order_info-mob {
        display: block;
    }

    .order_info-mob .order_info-summary {
        display: block;
    }

    .order_info-mob .box {
        box-shadow: none;
    }

    .order_info-mob #address_delivery,
    .order_info-mob #shipping_method,
    .order_info-mob #payment_method {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #F1F1F1;
    }

    .order_info-mob .shipping_collect,
    .order_info-mob .payment_status {
        display: flex;
        justify-content: space-between;
    }

    .order_info-mob .addresses .box  {
        color: #75848D;
    }

    .order_info-mob .shipping_collect,
    .order_info-mob .address_firstname {
        font-weight: 700;
    }

    .order_info-mob .c-green {
        font-weight: 700;
        text-transform: uppercase;
    }
    .order_info-mob .c-red {
        font-weight: 700;
    }

    .confirm {
        font-size: 11px;
        line-height: 13px;
        font-weight: 500;
        color: #75848D;
    }

    .confirm .confirm_txt {
        margin-bottom: 14px;
    }

    .confirm .confirm_txt .confirm_txt-thanks {
        margin-bottom: 20px;
    }

    .confirm .confirm_info {
        max-width: 100%;
    }

    .confirm_navigation {
        margin-top: 20px;
    }

}

/* guest-account-create.tpl */

#guest-creation-container {
    flex-basis: 64%;
    margin: 0!important;
}

.guest-creation_wrapper .order_info-wrap {
    flex-basis: 34%;
}

.guest-creation_wrapper .order_info {
    height: max-content;
}

.guest-section-header {
    font-size: 14px!important;
    line-height: 16px;
    font-weight: 600;
    text-align: left!important;
    color: #49535A!important;
}

.order_account_content .guest-creation_wrapper label,
.order_account_content .create-acc-wrapper label,
#authentication label {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #75848D;
}

.order_account_content .create-acc-wrapper input,
.order_account_content .create-acc-wrapper select,
.order_account_content .guest-creation_wrapper input,
.order_account_content .guest-creation_wrapper select {
    background: #FFFFFF;
    border: 1px solid #EDF4F7;
    box-shadow: none;
    height: 30px;
    font-size: 11px;
    line-height: 13px;
    color: #1C1C1C;
}

.order_account_content .create-acc-wrapper input[type=radio],
.order_account_content .create-acc-wrapper input[type=checkbox],
.order_account_content .guest-creation_wrapper input[type=radio],
.order_account_content .guest-creation_wrapper input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.order_account_content .create-acc-wrapper input[type=radio]+ span,
.order_account_content .create-acc-wrapper input[type=checkbox]+ span,
.order_account_content .create-acc-wrapper input[type=checkbox]+ label,
.order_account_content .guest-creation_wrapper input[type=radio]+ span,
.order_account_content .guest-creation_wrapper input[type=checkbox]+ label,
.order_account_content .guest-creation_wrapper input[type=checkbox]+ span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.order_account_content .create-acc-wrapper input[type=radio]+ span::before,
.order_account_content .create-acc-wrapper input[type=checkbox]+ span::before,
.order_account_content .create-acc-wrapper input[type=checkbox]+ label::before,
.order_account_content .guest-creation_wrapper input[type=radio]+ span::before,
.order_account_content .guest-creation_wrapper input[type=checkbox]+ label::before,
.order_account_content .guest-creation_wrapper input[type=checkbox]+ span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #cbcbcb;
    border-radius: 100%;
    margin-right: 5px;
    background-color: white;
}

.order_account_content .create-acc-wrapper input[type=radio]:checked+ span::before,
.order_account_content .create-acc-wrapper input[type=checkbox]:checked+ span::before,
.order_account_content .create-acc-wrapper input[type=checkbox]:checked+ label::before,
.order_account_content .guest-creation_wrapper input[type=radio]:checked+ span::before,
.order_account_content .guest-creation_wrapper input[type=checkbox]:checked+ label::before,
.order_account_content .guest-creation_wrapper input[type=checkbox]:checked+ span::before {
    background: #4d4df5;
    border: 2px solid white;
}

.order_account_content .create-acc-wrapper .form-group,
.order_account_content .guest-creation_wrapper .form-group {
    margin: 0 0 10px 0!important;
    text-align: left!important;
    padding: 0;
}

#guest-creation_form .form-group {
    width: 100%!important;
    max-width: 100%;
}

.order_account_content .create-acc-wrapper .button-1,
.order_account_content .guest-creation_wrapper .button-1 {
    font-size: 11px;
    width: 100%;
    text-transform: unset!important;
}

.order_account_content .guest-creation_wrapper .house-number-container,
.order_account_content .create-acc-wrapper .house-number-container {
    margin-bottom: 51px!important;
}

#guest-creation_form .required-legand {
    font-size: 9px;
    line-height: 10px;
    color: #1C1C1C;
    margin-bottom: 0!important;
    margin: 6.5px 0 0 0;
}

.order_account_content .guest-creation_wrapper .price {
    color: #1C1C1C;
}

.order_account_content .guest-creation_wrapper .order_prices {
    font-weight: 600;
    color: #1C1C1C;
}

.order_account_content .guest-creation_wrapper .reasons_list-item {
    font-weight: 600;
}

.reasons_header,
.order_account_content .guest-creation_wrapper .reasons_header {
    margin-bottom: 10px;
}

.order_account_content .guest-creation_wrapper .box {
    padding: 5px 0;
}

@media (max-width: 767px) {
    #guest-checkout-link-block {
        margin: 30px 0;
    }

    .order_account_content .guest-creation_wrapper .box {
        padding: 20px 0;
    }

    .order_account_content .guest-creation_wrapper {
        flex-direction: column;
    }

    .order_account_content .create-acc-wrapper .section-header,
    .order_account_content .guest-creation_wrapper .section-header {
        margin-bottom: 0!important;
    }

    .order_account_content .create-acc-wrapper .column,
    .order_account_content .guest-creation_wrapper .column {
        margin-bottom: 0;
    }

    .order_account_content .create-acc-wrapper .house-number-container,
    .order_account_content .guest-creation_wrapper .house-number-container {
        margin-bottom: 10px!important;
    }

    .order_account_content .create-acc-wrapper .submit,
    .order_account_content .create-acc-wrapper .button-1,
    .order_account_content .guest-creation_wrapper .submit ,
    .order_account_content .guest-creation_wrapper .submit .button-1 {
        margin-bottom: 0!important;
    }

    .order_account_content .order_products,
    .order_account_content .price,
    .order_account_content .order_prices,
    .order_account_content .guest-creation_wrapper .order_products,
    .order_account_content .guest-creation_wrapper .price,
    .order_account_content .guest-creation_wrapper .order_prices {
        color: #75848D;
    }

    .order_account_content .product_name,
    .order_account_content .price,
    .order_account_content .guest-creation_wrapper .product_name,
    .order_account_content .guest-creation_wrapper .price {
        font-weight: 700;
    }

}

/* password.tpl */

#form_forgotpassword {
    min-width: unset!important;
    width: 64%;
    padding: 20px 0;
    box-shadow: none;
    border: none;
}

.forgotpass-page-wrapper {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #75848D;
}

#form_forgotpassword.box .form-group {
    margin: 0 0 30px;
    max-width: 100%;
    text-align: left;
    padding: 0;
}

#form_forgotpassword.box .form-group:nth-child(2) {
    margin-bottom: 15px;
}

#form_forgotpassword.box.inline .form-group label {
    text-align: left;
    font-weight: 500;
}

#form_forgotpassword.box input{
    border: 1px solid #EDF4F7;
    background: #ffffff;
    color: #1C1C1C;
}

#form_forgotpassword.box button {
    width: 100%;
}

#form_forgotpassword.box .required-legand {
    font-size: 9px;
    line-height: 10px;
    color: #1C1C1C;
    margin-top: 6.5px;
}

@media (max-width: 767px) {
    #form_forgotpassword {
        width: 100%;
    }

    .forgotpass-page-wrapper {
        margin: 0!important;
    }

    #form_forgotpassword.box .form-group {
        margin: 0 0 15px;
    }

    #form_forgotpassword.box .form-group .submit-wrapper{
        width: max-content;
        margin: 0 0 0 auto;
    }

    .forgotpass_top {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

/* addresses.tpl */

.shipping-choose.box {
    font-size: 11px;
    line-height: 13px;
    color: #75848D;
    padding: 20px 0;
    box-shadow: none;
}

.shipping-choose .address_wrapper {
    display: inline-block;
    margin: 0;
    width: 33.333%;
    padding-bottom: 38.5px;
}

.shipping-choose .address_wrapper:not(:nth-child(3n)) {
    padding-right: 40px;
}

.shipping-choose .grid {
    margin: 0;
}

.shipping-choose .bloc_adresses .item {
    border: 1px solid #75848D;
    width: 100%!important;
    margin: 0 0 18.5px;
    height: 205px;
}

.shipping-choose .bloc_adresses .address_wrapper.selected .item{
    background: #FAFBFB;
    border: none;
}

.shipping-choose .list-icon-arrow li {
    margin: 1px 0;
    padding: 0;
}

.shipping-choose .list-icon-arrow li:before {
    display: none;
}

.shipping-choose .list-item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 20px!important;
}

.shipping-choose .item:hover .list-item_header svg {
    cursor: pointer;
}

.shipping-choose .bloc_adresses .address_wrapper.selected .item .list-item_header,
.shipping-choose .item:hover .list-item_header {
    color: #5D5D5D;
}

.shipping-choose .bloc_adresses .address_wrapper.selected .item svg path,
.shipping-choose .item:hover .list-item_header svg path {
    fill: #00a79d;
}

.shipping-choose .address_choose {
    font-size: 11px;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #75848D!important;
    color: #75848D!important;
    background: #ffffff;
    box-shadow: none;
}

.shipping-choose .address_wrapper.selected .address_choose {
    border: none!important;
    background: #D2232B!important;
    color: #FFFFFF!important;
}

.p-indent {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #75848D;
    text-align: center;
    margin-bottom: 20px;
}

.button-1.add_button {
    font-size: 11px;
    width: 31.333%;
    padding: 12px 15px;
}

.extra-info_shipping {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    color: #75848D;
    padding-top: 20px;
}

@media ( max-width: 767px) {
    .shipping-choose .address_wrapper {
        display: block;
        width: 100%;
    }

    .shipping-choose .address_wrapper:not(:nth-child(3n)) {
        padding-right: 0;
    }

    .shipping-choose .item {
        box-shadow: none!important;
    }

    .add_adr {
        width: 100%;
    }

    .extra-info_shipping {
        padding-top: 0;
    }
}

/* create account */

.create-acc-wrapper {
    display: flex;
    justify-content: space-between;
}

.create-acc-wrapper .account_creation:not(.aior_sponsor) {
    padding: 15px;
}

.create-acc-wrapper .account_creation:not(.aior_sponsor) .form-group {
    margin-bottom: 15px!important;
}

.create-acc-wrapper #account-creation_form {
    flex-basis: 64%;
    padding: 0;
    border: none;
}

.account_wrapper .create-acc-wrapper #account-creation_form {
    flex-basis: 100%;
}

.create-acc-wrapper .order_info-wrap {
    flex-basis: 34%;
}

.create-acc-wrapper .box .form-group {
    max-width: none;
}

.create-acc-wrapper textarea {
    background: #ffffff;
    border: 1px solid #EDF4F7;
}

.create-acc-wrapper .newsletter-sign-up {
    width: 100%;
}

.create-acc-wrapper .box .required-legand {
    font-size: 9px;
    line-height: 10px;
    color: #1C1C1C;
    margin-top: 6.5px;
}

.create-acc-wrapper .price {
    color: #1C1C1C;
}

.create-acc-wrapper .order_prices {
    font-weight: 600;
    color: #1C1C1C;
}

.create-acc-wrapper .reasons_list-item {
    font-weight: 600;
}

.create-acc-wrapper .reasons_header {
    margin-bottom: 10px;
}

.create-acc-wrapper .select-country,
.create-acc-wrapper .select-country .inline-element {
    width: 100%;
}

.create-acc-wrapper .house-number {
    display: flex!important;
}

.order_account_content .create-acc-wrapper .postcode-wrap,
.guest-creation_wrapper .create-acc-wrapper .postcode-wrap {
    display: block;
}

.create-acc-wrapper .box .inline-element {
    margin: 0 5px 0 0;
}


@media ( max-width: 767px) {
    .create-acc-wrapper {
        flex-direction: column;
        margin-top: 30px;
    }

}

/* address.tpl */
#add_address.box {
    background: #FBF9F6;
    box-shadow: none;
    padding: 20px;
    font-size: 11px;
    line-height: 13px;
    color: #75848D;
    width: 61.7%;
}

#add_address.box .form-group {
    margin: 0 0 10px;
    padding: 0;
}

#add_address.box input,
#add_address.box textarea,
#add_address.box select {
    background: #FAFAFA;
    border: 1px solid #AAACAF;
    color: #242423;
}

#add_address.box input,
#add_address.box select {
    height: 30px;
}

#add_address.box .submit {
    text-align: left;
}

#add_address.box .submit,
#add_address.box .button-1{
    width: 100%;
    max-width: 100%;
}

#add_address.box .required-legand {
    font-size: 9px;
    color: #1C1C1C;
    margin-top: 6.5px;
}

#add_address.box .house-number-container {
    margin-bottom: 49px;
}

#add_address.box input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#add_address.box input[type=checkbox]+ span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

#add_address.box input[type=checkbox]+ span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    background: #EDF4F7;
    border: 1px solid #AAACAF;
    border-radius: 100%;
    margin-right: 5px;
}

#add_address.box input[type=checkbox]:checked+ span::before {
    background: #AAACAF;
}

#add_address.box label {
    font-weight: 500;
}

@media ( max-width: 767px) {
    #add_address.box {
        width: 100%;
    }

    #add_address.box .form-group {
        max-width: 100%;
    }

    #add_address.box .house-number-container {
        margin-bottom: 15px;
    }

    #add_address.box .column {
        margin-bottom: 0;
        width: 100%;
    }

}




















