/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* Genericos */
#module-dbcart-hello #header .header-top,
#module-dbcart-address #header .header-top,
#module-dbcart-shipping #header .header-top,
#module-dbcart-payment #header .header-top {
    padding-bottom: 1.25rem;
}
#module-dbcart-hello #wrapper,
#module-dbcart-address #wrapper,
#module-dbcart-shipping #wrapper,
#module-dbcart-payment #wrapper {
    padding-top: 0;
}
#module-dbcart-hello #wrapper .container,
#module-dbcart-address #wrapper .container,
#module-dbcart-shipping #wrapper .container,
#module-dbcart-payment #wrapper .container {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
}

#module-dbcart-hello #footer,
#module-dbcart-address #footer,
#module-dbcart-shipping #footer,
#module-dbcart-payment #footer {
    display: none;
}

#module-dbcart-hello #header,
#module-dbcart-address #header,
#module-dbcart-shipping #header,
#module-dbcart-payment #header {
    padding: 0;
}


/* Header */
#dbcart__header {
	background-color: #202020;
	padding: 20px;
}
.dbc__steps {
    display: inline-block;
    vertical-align: top;
    padding: 5px 40px;
}
.dbc__steps_view {
	display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.dbc__steps_view span {
    color: #fff;
    font-weight: 400;
    font-size: 0.8rem;
}
.dbc__steps_view span.--strong {
	font-weight: 600;
}
.dbc__steps_progess {
	border: none;
	width: 100%;
	height: 3px;
	background: #FFF;
  	background: #66c0ea;
}
.dbc__steps_progess::-webkit-progress-value {
	background: #66c0ea;
}

.dbc__steps_progess::-moz-progress-bar {
	background: #FFF;
}
.dbc__icons img {
	display: block;
	max-width: 100%;
	margin: 15px auto 0;
}

/* Body*/
.dbc__content {
    position: relative;
    float: left;
    width: 100%;
/*    padding: 20px;
    margin-bottom: 30px; */
}
.dbc__content .row {
    margin: 0;
}
#dbc__content_center {
    padding: 30px;
    display: inline-block;
/*    height: 100vh;
    vertical-align: top;
    overflow-y: scroll; */
}
#dbc__content_right {
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #efefef;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
}
#dbc__content_left .dbc__return {
    padding: 20px;
    border-radius: 50%;
    background-color: #e2e0e0;
    color: #5a5a5a;
    position: relative;
    margin-top: 50vh;
    display: inline-block;
    margin-left: 20px;
}
.without_link {
    color: #838383;
    text-decoration: none;
}
.form-group p,
.form-group span {
    color: #232323;
}
.form-control:focus, .input-group.focus {
    outline: none;
    border-color: #e7ebf3;
}

/* Resumen Cart */
.--left {
    float: left;
    text-align: left;
}
.--right {
    float: right;
    text-align: right;
}
.dbc__card_resumen {
	background-color: #FFF;
	border: 1px solid #e7ebf3
}
.dbc__card_resumen .resumen_products,
.dbc__card_resumen .resumen_middle,
.dbc__card_resumen .resumen_total {
	padding: 15px 20px;
}
.resumen_products .product {
	display: inline-block;
    width: 100%;
}
.resumen_products .product .img {
	width: 20%;
	float: left;
	padding: 0 5px;
	position: relative;
}
.resumen_products .product .name {
	width: 60%;
	float: left;
	padding: 0 5px;
    font-size: 0.75rem;
}
.resumen_products .product .name span {
    width: 100%;
    clear: both;
    float: left;
}
.resumen_products .product .price {
	width: 20%;
	float: left;
	padding: 0 5px;
    color: #b2b2b2;
    font-size: 1.4rem;
    font-size: .85rem;
}
.resumen_products .product .img img {
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
    display: block;
}
.resumen_products .product .img span.quantity {
    position: absolute;
    top: -5px;
    right: 5px;
    background: #333;
    padding: 0px 7px;
    border-radius: 50%;
    color: #FFF;
    font-size: 0.7rem;
}
.resumen_middle {
    border-top: 1px solid #e7ebf3;
    border-bottom: 1px solid #e7ebf3;
}
.resumen_middle .infos {
    display: inline-block;
    width: 100%;
}
.resumen_middle .infos .info {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
}
.resumen_middle .infos .info > div {
    width: 50%;
}
.resumen_middle .infos .info > div > span {
    width: 100%;
    float: left;
    color: #b2b2b2;
}
.resumen_middle .infos .info .--right {
    color: #b2b2b2;
}
.resumen_total {
    display: inline-block;
    width: 100%;
    font-size: 0.9rem;
}
.resumen_total span {
    width: 100%;
    float: left;
    color: #b2b2b2;
    font-size: 0.8rem;
}
.dbc_advantages {
    margin-top: 25px;
}
.dbc_advantages p {
    font-size: 0.7rem;
    color: #838383;
    margin-bottom: 0;
}
.dbc_advantages a {
    font-size: 0.7rem;
    color: #838383;
    text-decoration: underline;
}
.dbc_advantages a:hover {
    font-size: 0.7rem;
    color: #838383;
    text-decoration: none;
}
.select__address {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e7ebf3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.select__address .title {
    font-size: 0.9rem;
    color: #232323;
    margin: 7px 0px;
    font-weight: 600;
}
.select__address .col-md-6:nth-child(2) {
    padding: 0;
}
/* resumen */
.products_attributes {
    display: none;
}
.dbc_viewmore {
    text-decoration: underline;
    cursor: pointer;
}
.cart_discount {
    border-bottom: 1px solid #e7ebf3;
}
.cart_discount .cart-summary-line span {
    color: #b2b2b2;
    font-size: 0.8rem;
}
.cart_discount .cart-summary-line span.label {
    color: #232323;
}
.cart_discount .cart-summary-line i {
    color: #232323;
    font-size: 15px;
}
.dbc__address_delivery select {
    background-color: #fafafa;
    font-size: 0.85rem;
    border: 1px solid rgba(184, 184, 184, 0.25);
   
}

/* Step 1 */
.dbc__email,
.dbc__login,
.dbc__register,
.dbc__forgot,
.dbc__address,
.dbc__shipping,
.dbc__payment {
    width: 75%;
}
.form_email {
    padding: 35px;
    background-color: #FFF;
    width: 100%;
    margin: 25px 0;
    border: 1px solid #e7ebf3;
}
.form_email .continue {
    color: #fff;
    background: #2fb5d2;
    border-color: #2fb5d2;
    border-radius: .2rem;
    text-transform: none;
    font-weight: 400;
    min-width: 10rem;
}
.form_email .continue:hover {
	border-color: #12a4c4;
    background: #12a4c4;
}
.form_email input {
    border: 1px solid #e7ebf3;
    color: #000;
    background: #fff;
    font-size: 14px;
}
.form_email.in_tab {
    border: 0;
    margin-bottom: 0;
    padding: 5px 15px;
}
.dbc__textSmall {
    padding: 0 20px;
    color: #838383;
    font-size: 0.65rem;
    margin: 20px 0;
}
#dbc__content_center .h6 {
    color: #838383;
    font-weight: 400;
}
.special_label {
    border: 1px solid #e7ebf3;
    color: #727272;
    background: #fff;
    display: block;
    width: 100%;
}
.special_label label {
    padding: 0px 15px 0;
    color: #838383;
    font-size: 11px;
    margin-bottom: 0;
}
.special_label input {
    border: 0;
}
.dbc__register .custom-checkbox label {
    color: #333;
}
.text_privacity {
    color: #333;
    font-size: 13px;
}
.text_privacity a {
    color: #333;
    text-decoration: underline;
}
.text_privacity a:hover {
    text-decoration: none;
}
.dbc__register .custom-checkbox input[type=checkbox]+span {
    border: 1px solid #333;
}
.form_email .form-footer button {
    margin: 0;
}
.form_email .forgot-password a {
    font-size: 14px;
}
.express__pay.form_email {
    padding: 35px 0;
}
.form_email .alert {
    margin-top: 0;
}
.express__pay {
    text-align: center;
}
.express__pay > .h4 {
/*    margin-bottom: 20px; */
}
.express__pay .btn__expresspayment {
    width: 185px;
    max-width: 25%;
    display: inline-block;
/*    margin: 0 auto; */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #333333;
    font-size: 8px;
    text-transform: none;
    font-weight: 600;
    padding: 8px;
    box-shadow: none;
    margin: 0 2% 0 0;
    cursor: pointer;
}
.express__pay .btn__expresspayment.btn_gpay {
    background: #000;
    border: 1px solid #000;
}
.express__pay .btn__expresspayment.btn_paypal {
    background: #f9c446;
    border: 1px solid #f9c446;
}
.express__pay .btn__expresspayment.btn_amazon {
    background: #fad676;
    border: 1px solid #fad676;
}
.express__pay .btn__expresspayment img {
    max-height: 25px;
    max-width: 100%;
}
#module-dbcart-hello #payWithAmazonMainDiv {
    width: 33%;
    display: inline-block;
}
#module-dbcart-hello #payWithAmazonMainDiv img {
    /* max-width: 100%; */
}

/* Step 2 */
#module-dbcart-address .form_email input {
    padding: 15px;
}
#module-dbcart-address .form_email .special_label .form-control {
    border: 0 !important;
}
.form_email .row > div {
    padding: 0;
}
#module-dbcart-address .special_label input {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.sublabel {
    color: #bdbdbd;
    font-size: 13px;
}
.form_email .continue.--blue {
    color: #fff;
    background: #66c0ea;
    border-color: #66c0ea;
    border-radius: .2rem;
    text-transform: none;
    font-weight: 400;
    min-width: 10rem;
}
.form_email .continue.--blue:hover {
    border-color: #46a1cc;
    background: #46a1cc;
}
#module-dbcart-address .form_email .form-control-select {
    height: 27px;
    background-color: #FFF;
    font-size: 14px;
    border: 0 !important;
    padding: 0 15px;
}
.dbc__address_delivery span.custom-radio {
    width: 20px;
}
.dbc__address_select .dbc__address_delivery {
/*    margin-bottom: 15px; */
}
.dbc__address_select .h4 {
    margin-bottom: 1.5rem;
}
.dbc__address_select .h6 {
    font-size: 17px;
}
.dbc__address_delivery .hidden {
    display: none;
}
.dbc__address_select .continue.--blue {
    color: #fff;
    background: #66c0ea;
    border-color: #66c0ea;
    border-radius: .2rem;
    text-transform: none;
    font-weight: 400;
    min-width: 10rem;
    margin: 15px 0;
}
.dbc__address_select .col-md-6 {
    padding-left: 0;
}
.check_select_address {
    float: left;
}
.check_add_address {
    color: #808080;
    font-size: 14px;
    margin: 30px 0 0 20px;
    float: left;
    display: block;
}

/* Step 3 */
.dbc__shipping label {
    text-align: left;
}
.dbc__shipping .delivery__radio {
    float: left;
    width: 5%;
}
.dbc__shipping .delivery__text {
    float: left;
    width: 90%;
}
.dbc__shipping .delivery__text .carrier-price {
    float: right;
}
.dbc__shipping .delivery-option {
    padding: 20px;
    border: 1px solid #eee;
    border-bottom: 0;
}
.dbc__shipping .delivery-option:last-child {
    border-bottom: 1px solid #eee;
}
#dbc__content_center .delivery__text .carrier-name {
    color: #232323;
    font-weight: 400;
}
.delivery__text .carrier-delay {
    color: #838383;
    font-weight: 400;
}
#delivery {
    margin: 25px 0;
}
#delivery_message {
    width: 100%;
    border-color: #eee;
}
.dbc__address_delivery {
    background-color: #FFF;
    border: 1px solid #e7ebf3;
    padding: 20px;
    margin-top: 5px;
    font-size: 14px;
    display: inline-table;
    width: 100%;
}
.dbc__address_delivery:last-child {
 /*   margin-top: 0px; */
}
.dbc__address_delivery .header span {
    color: #232323;
    float: left;
    width: 80%;
}
.dbc__address_delivery .header i {
    float: right;
    width: 10%;
    text-align: right;
}
.dbc__address_delivery span {
    color: #808080;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.dbc__address_delivery span:last-child {
    margin-bottom: 0px;
}

/* Step 4 */
.btn_payment {
    color: #7a7a7a;
    background: #FFF;
    border-color: #e7ebf3;
    border-radius: 1px;
    text-transform: none;
    font-weight: 400;
    min-width: 10rem;
    box-shadow: none;
}
.form_email .payment-option {
    padding: 20px;
    border: 1px solid #e7ebf3;
    border-bottom: 0;
}
.form_email .payment-option:last-child {
    border-bottom: 1px solid #e7ebf3;
}
.dbc__payment .form-footer {
    margin-top: 25px;
}
.form_email .payment-option img {
    float: right;
}
.form_email .paypal__btncart {
    width: 30%;
    margin-right: 15px;
    display: inline-block;
}
.form_email .btn_expresscheckout {
    width: 30%;
    margin: auto;
    display: inline-block;
}
.form_email .btn_expresscheckout.btn_paypal {
    width: 100%;
}


@media (max-width:767px) {
    .dbc__email, .dbc__login, .dbc__register, .dbc__forgot, .dbc__address, .dbc__shipping, .dbc__payment {
        width: 100%;
    }
    #dbc__content_center {
        height: auto;
        overflow-y: auto;
    }
    #module-dbcart-hello #header #dbcart__header,
    #module-dbcart-address #header #dbcart__header,
    #module-dbcart-shipping #header #dbcart__header,
    #module-dbcart-payment #header #dbcart__header {
        background: #000;
        padding: 13px 20px;
    }
    #dbc__content_right {
        min-height: auto;
    }
    #header #dbcart__header .logo {
        max-width: 100%;
    }
    .dbc__icons img {
        margin: 7px auto 0; 
    }
    #dbc__content_left .dbc__return {
        margin-top: 0;
    }
    .dbc__steps {
        padding: 5px 10px;
    }
    #dbc__content_center,
    #dbc__content_right {
        padding: 10px;
    }
    .form_email {
        padding: 15px;
    }
    .express__pay.form_email {
        margin-top: 0;
    }
    #module-dbcart-hello #notifications,
    #module-dbcart-hello #notifications
    #module-dbcart-address #notifications
    #module-dbcart-shipping #notifications
    #module-dbcart-payment #notifications {
        padding: 0;
    }
    #dbc__content_left {
    /*    display: none; */
    }
    .dbc__address_select > .col-md-6 {
        margin-top: 30px;
        padding: 0;
    }
    .dbc__address_select .continue.--blue {
        padding: .5rem 7.25rem;
    }
    .check_add_address {
        margin: 0;
    }
    .dbc__shipping .delivery__radio {
        width: 10%;
    }
    #dbc__content_left .dbc__return_mobile {
        color: #232323;
    }
    #dbc__content_left .dbc__return_mobile i {
        font-size: 20px;
    }
    .form_email .paypal__btncart {
        width: 80%;
        display: block;
        margin: 15px auto;
    }
    .form_email .btn_expresscheckout {
        width: 80%;
        margin: auto;
        display: block;
    }
    #wrapper .breadcrumb {
        /*display: none;*/
    }
}



/************ Adicional ****************/
#stripe-payment-form .pull-right .verified_stripe {
    max-height: 20px;
}
#stripe-payment-form .pull-right .verified_stripe:last-child {
    display: none;
}