/* NUEVO CHECKOUT */
.product-row {
    margin-bottom: 35px;
    position: relative;
}

.table-cart-products {
    border: 1px solid #D0D0D0;
    width: 100%;
}

.table-cart-products th {
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    font-family: 'Helvetica Neue';
}

.table-cart-products td {
    vertical-align: top !important;
}

.tcp-image {
    width: 20%;
}

.tcp-description {
    width: 45%;
}

.tcp-qty {
    width: 100px;
    text-align: center;
}

.tcp-price {
    text-align: right;
}

.input-qty-div {
    border: 1px solid black;
    margin: 3px;
    padding: 5px;
    position: relative;
}

.input-qty-element {
    border: none;
    text-align: center;
    width: 100%;
    font-family: 'Century Gothic';
}

.input-qty-div a {
    color: black;
}

.btn-plus {
    position: absolute;
    right: 5px;
    top: 7px;
    font-weight: bolder;
}

.btn-minus {
    position: absolute;
    left: 5px;
    top: 7px;
    font-weight: bolder;
}

.price-cart {
    text-align: right !important;
    color: black;
    margin-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.td-price {
    text-align: right;
    padding-top: 18px;
}

.td-delete {
    text-align: center;
    padding-top: 15px;
}

.time-shipping-div {
    position: absolute;
    bottom: 2px;
    right: 35px;
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 12px;
}

.time-shipping-div strong {
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #707070;
}

.new-cart-product-name a {
    color: black;
    font-family: "Century Gothic";
}

.new-cart-product-name span {
    font-family: "Century Gothic";
}

.container-resume-cart {
    padding: 25px 30px 25px 30px;
    color: black;
    background-color: #3b3b3b;
}

.subcontainer-resume-cart {
    color: black;
    border:1px solid black;
    padding: 15px 35px 15px 35px;
}

.subcontainer-resume-cart div {
    font-family: 'Century Gothic' !important;
}

.resume-cart-row {
    border-bottom: 1px solid grey;
    padding-bottom: 15px;
    padding-top: 15px;
}

.resume-cart-total-row {
    padding-bottom: 15px;
    padding-top: 15px;
}

.subtotal-row-text {
    font-weight: lighter;
}

.subtotal-row-amount {
    text-align: right;
    font-size: 16px;
    color: #707070;
    font-weight: bolder;
}

.total-row-text {
    font-size: 18px;
    color:black;
    font-weight: bolder;
    text-transform: uppercase;
}

.total-row-amount {
    font-size: 18px;
    color:black;
    font-weight: bolder;
    text-align: right;
}

.container-new-cart-checkout {
    text-align: center;
    padding-top: 15px;
}

.container-new-cart-checkout a {
    font-family: 'Century Gothic';
}

.button-new-cart-continue {
    background-color: black !important;
    color: white !important;
    padding: 10px 35px 10px 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Century Gothic';
}

.button-new-cart-continue-last {
    background-color: black !important;
    color: white !important;
    padding: 9px 20px 9px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Century Gothic';
}

.line-row
{
    width:100%;
    position: relative;
    z-index : 1;
}
.line-row:before {
    content : "";
    position: absolute;
    left    : 15%;
    bottom  : 0;
    height  : 1px;
    width   : 70%;
    border-bottom:1px solid #707070;
}

.line-row:after {
    content : "";
    position: absolute;
    right    : 15%;
    bottom  : 0;
    height  : 1px;
    width   : 70%;
    border-bottom:1px solid #707070;
}

.new-checkout-text {
    padding-top: 25px;
    padding-bottom: 5px;
    text-align: center;
    color: black;
    font-family: 'Century Gothic';
}

.new-checkout-text p {
    font-family: 'Century Gothic';
}

.voucher-btn-div
{
    width:100%;
    position: relative;
    z-index : 1;
    margin-top: 15px;
    font-family: 'Century Gothic';
}

.voucher-btn-text {
    border: 1px solid black;
    width: 70%;
    height: 35px;
    font-family: 'Century Gothic';
    font-size: 12px;
    padding-left: 10px;
}

.voucher-btn-button {
    position: absolute;
    right: 15%;
    border: 1px solid black;
    height: 35px;
    background-color: #3b3b3b;
    color: black;
    font-size: 12px;
    padding: 0px 15px 0px 15px;
    font-family: 'Century Gothic';
}

.header-title-new-checkout {
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 25px;
    font-family: 'Century Gothic';
}

.devolution-info-text {
    color: #707070;
    font-weight: bold;
    font-family: 'Century Gothic';
}

.btn-continue-shopping {
    border: 1px solid #D0D0D0;
    color: #707070;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    font-family: 'Century Gothic';
}

.btn-continue-last {
    border: 1px solid #000000;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    font-family: 'Century Gothic' !important;
    background-color: #000000;
    text-decoration: none !important;
}

.btn-continue-last a {
    color: #FFFFFF !important;
}

.btn-continue-last:hover {
    border: 1px solid #3a87ad;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    font-family: 'Century Gothic';
    background-color: #3a87ad;
}

.sendcart-btn-div
{
    width:100%;
    position: relative;
    z-index : 1;
    text-align: right;
}

.sendcart-btn-text {
    border: 1px solid black;
    width: 100%;
    height: 35px;
    font-family: 'Century Gothic';
    font-size: 12px;
    padding-left: 10px;
}

.sendcart-btn-button {
    position: absolute;
    right: 0;
    border: 1px solid black;
    height: 35px;
    background-color: #3b3b3b;
    color: black;
    font-size: 12px;
    padding: 0px 15px 0px 15px;
    font-family: 'Century Gothic';
}

.payment-methods-newcheckout-div {
    padding-top: 25px;
    text-align: center;
}

.img-list-new-checkout {
    border: 1px solid #3b3b3b;
}

.century-header-title {
    font-family: 'Century Gothic';
    text-align: center;
}

.century-header-title a {
    font-family: 'Century Gothic';
    text-decoration: underline;
    color: black;
}

.img-button-pay {
    border: 1px solid #D0D0D0;
    margin: 15px;
}


.newcheckout-price-list a {
    font-family: 'Century Gothic';
}

.newcheckout-price-list span {
    font-weight: bolder;
    font-size: 16px;
    color: black;
    font-family: 'Century Gothic';
}

.btn-delete-newcheckout-list {
    border: 1px solid black;
    padding: 2px 4px 2px 4px;
    width: 24px;
    height: 24px;
}

.time-shipping-td {
    font-family: 'Century Gothic';
    text-align: center;
}

.product-row hr {
    border-top: 1px solid black;
}

.voucher-btn-text-full {
    border: 1px solid black;
    width: 100%;
    height: 35px;
    font-family: 'Century Gothic';
    font-size: 12px;
    padding-left: 10px;
}

.voucher-btn-button-full {
    position: absolute;
    right: 0;
    border: 1px solid black;
    height: 35px;
    background-color: #3b3b3b;
    color: black;
    font-size: 12px;
    padding: 0px 15px 0px 15px;
    font-family: 'Century Gothic';
}

.progressbar {
    margin: 50px 0 50px 0;
}
.progressbar li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li.active {
    color: black;
    font-weight: bold;
}

.progressbar a {
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.progressbar li:before {
    width: 12px;
    height: 12px;
    content: '';
    line-height: 30px;
    border: 2px solid #7d7d7d !important;
    background-color: #7d7d7d !important;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d !important;
    top: 5px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active:before {
    border-color: #000000 !important;
    background-color: #000000 !important;
}
.progressbar li.active:after {
    background-color: #000000 !important;
}

.new-customer-div{
    text-align: center;
    font-family: 'Century Gothic';
}

.new-customer-div.line-row-right {
    border-right: 1px solid black;
}

.new-customer-div h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-family: 'Century Gothic';
}

.new-customer-div p {
    font-family: 'Century Gothic';
}

.already-customer-div{
    font-family: 'Century Gothic';
}

.already-customer-div h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-family: 'Century Gothic';
    text-align: center;
}

.already-customer-div a {
    color: black;
    text-decoration: underline;
}

.input-form-element {
    border: 1px solid black;
    text-align: left;
    width: 100%;
    font-family: 'Century Gothic';
    height: 35px;
    padding-left: 20px;

}

.help-customer-div.line-row-right {
    border-right: 1px solid black;
}

.help-customer-div strong {
    font-family: "Century Gothic";
    color: black;
}

.titlehelp {
    text-align: right;
    padding: 25px;
    border-right: 1px solid black;
}

.phoneshelp {
    font-family: "Century Gothic";
    padding: 15px;
    text-align: center;
}

.phoneshelp span {
    font-family: "Century Gothic";
}

.rememberpassword {
    font-family: "Century Gothic";
}

.schedule-div {
    padding: 15px 0px 0px 55px;
}

.schedule-div span {
    font-family: "Century Gothic";
}



.title-shipping-newcheckout {
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.div-shipping-and-invoice-address-newcheckout {
    background-color: #3b3b3b;
    padding: 45px;
}

.form-newcheckout input {
    font-family: "Century Gothic";
    height: 45px;
    color: black;
}

.form-newcheckout select {
    font-family: "Century Gothic";
    height: 45px;
    color: black;
}

.form-newcheckout textarea {
    font-family: "Century Gothic";
    color: black;
}

.btn-black {
    background-color: black;
    color: white;
    height: 45px;
    font-family: "Century Gothic";
    text-transform: uppercase;
}

.btn-black:hover {
    color: white;
}

.form-newcheckout small {
    font-family: "Century Gothic";
    color: black;
}

.form-newcheckout label {
    font-family: "Century Gothic";
    color: black;
    font-size: 16px !important;
    font-weight: normal;
}

.form-newcheckout a {
    font-family: "Century Gothic";
    color: black;
    text-decoration: underline;
    font-size: 15px !important;
}


#container_accept div {
    float: left;
}

#container_same div {
    float: left;
}

.newcheckout-resume-cart-container {
    padding: 30px;
    background-color: #3b3b3b;
    margin-top: 30px;
}

.img-row-address {
    width: 25%;
}

.td-name-row-address {
    width: 50%;
}

.td-price-address {
    text-align: right;
    padding-top: 0;
    width: 15%;
}

.td-delete-address {
    text-align: center;
    padding-top: 0;
    width: 10%;
}

.separator-line hr {
    border-top: 1px solid #707070;
}

#containerProductsInCart {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

#step_1_voucher {
    text-align: right;
}

#step_1_voucher span {
    font-family: "Century Gothic";
    color: black;
}

.subcontainer-resume-cart-2 {
    color: black;
    padding: 15px 10px 15px 15px;
}

.subcontainer-resume-cart-2 div {
    font-family: 'Century Gothic' !important;
    font-size: 16px;
}

.table-payment {
    width: 100%;
}

.table-payment tr {
    border: 1px solid black;
}

.table-payment td {
    font-family: "Century Gothic";
    color: black;
}

.table-payment label {
    font-family: "Century Gothic";
    color: black;
    font-size: 16px;
}

.table-payment span {
    font-family: "Century Gothic";
    color: black;
    font-size: 16px;
}

.col-info-payment {
    width: 65%;
}

.last-buttons-checkout {
    text-align: center;
}

.last-button-checkout {
    text-align: right;
}


.header-resume-data {
    text-align: center;
    border: 2px solid #707070;
    background-color: #3b3b3b;
    padding-top: 9px;
}

.header-resume-data h2 {
    font-family: "Century Gothic";
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.container-resume-data {
    border: 2px solid #707070;
    padding: 10px;
    font-family: "Century Gothic";
    height: 170px;
    position: relative;
}

.container-resume-data strong {
    font-family: "Century Gothic";
}

.container-resume-data span {
    font-family: "Century Gothic";
}

.label-change-container-resume {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.label-change-container-resume a {
    font-family: "Century Gothic";
    font-size: 14px;
    font-weight: bold;
}

.table-last-resume {
    width: 100%;
}

.table-last-resume th {
    font-family: "Century Gothic";
    color: black;
    text-transform: uppercase;
}

.table-last-resume td {
    font-family: "Century Gothic";
    text-transform: uppercase;
    height: 55px;
}

.table-last-resume tr {
    border-bottom: 1px solid #707070;
}

.info-last-resume {
    text-transform: none !important;
    font-family: "Century Gothic";
    font-weight: bold;
    color: #707070;
}

.amount-last-resume {
    font-family: "Century Gothic";
    font-weight: bold;
    color: #707070;
    font-size: 15px;
    text-align: right;
}

.info-total-last-resume {
    font-family: "Century Gothic";
    font-weight: bold;
    color: black;
    font-size: 17px;
}

.amount-total-last-resume {
    font-family: "Century Gothic";
    font-weight: bold;
    color: black;
    font-size: 17px;
    text-align: right;
}

.total-last-resume-container {
    border: 1px solid #707070;
    background-color: #3b3b3b;
}

#easycontent_7 {
    display: none;
}

#easycontent_3 {
    display: none;
}

#easycontent_8 {
    display: none;
}

#social_networking_block {
    display: none;
}

.voucher-btn-text-payment {
    width: 50% !important;
}

.table-login-nck {
    width: 70%;
    margin: 0 auto;
}

.bottom-info-div-checkout {
    background-color: #3b3b3b;
    min-height: 95px;
}

.bottom-info-div-checkout img {
    height: 30px !important;
}

.bottom-info-div-checkout div span {
    text-transform: uppercase;
    font-family: "Helvetica Neue";
    color: black;
    font-weight: bold;
    font-size: 12px;
}

.table-choices-invoice {
    border: none;
}

.table-choices-invoice td {
    text-align: left;
}

.titlehelp-mobile {
    text-align: center;
    margin-bottom: 10px;
}
.titlehelp-mobile strong{
    font-family: "Century Gothic";
    color: black;
}

.phoneshelp-mobile {
    text-align: center;
    margin-bottom: 10px;
}
.phoneshelp-mobile span{
    font-family: "Century Gothic";
    color: black;
}

.schedule-div-mobile {
    text-align: center;
    margin-bottom: 10px;
}

.schedule-div-mobile span {
    font-family: "Century Gothic";
    color: black;
}

#text_accept {
    font-family: "Century Gothic";
    font-size: 15px;
    font-weight: normal;
}

.bankwire-td {
    text-align: right;
    padding-right: 30px;
}

.proccess-order-nc h1 {
    font-family: 'Century Gothic';
    font-size: 20px;
    background-color: #000000;
    padding: 10px;
    color: white;
    font-weight: bolder;
}

.flickering {

    animation-name: flicker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:flicker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes flicker{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes flicker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes flicker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.nc-confirmation h1 {
    font-family: 'Century Gothic';
    color: black;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
}

.nc-confirmation h2 {
    font-family: 'Century Gothic';
    color: black;
    font-size: 18px;
    text-align: center;
}

.nc-confirmation p {
    font-family: 'Century Gothic';
    color: black;
    font-size: 16px;
    text-align: center;
}

.nc-confirmation strong {
    font-family: 'Century Gothic';
    color: black;
    font-size: 16px;
}

.button-new-cart-continue {
    text-decoration: none !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

@media (max-width: 767px) {
    .img-row-address {
        width: 100%;
    }

    .total-row-text {
        font-size: 14px;
    }

    .total-row-amount {
        font-size: 14px;
    }

    .subtotal-row-amount {
        font-size: 14px;
    }

    .voucher-btn-text-payment {
        width: 70% !important;
    }

    .bottom-info-div-checkout div {
        margin-top: 15px;
        margin-bottom: 15px;
        white-space: revert;
        margin-left: 5%;
    }

    .table-last-resume-top {
        margin-left: -3%;
    }

    .table-last-resume-top th {
        font-size: 12px;
    }

    .img-button-mobile {
        padding: 0px;
        width: 23.5%;
    }

    .table-login-nck {
        width: 100%;
    }

    .table-choices-invoice td {
        text-align: center;
    }

    .newcheckout-resume-cart-container {
        margin-top: 0px !important;
    }

    .btn-black {
        width: 100%;
    }

    .btn-continue-shopping {
        width: 100%;
        background-color: white;
    }

    .btn-continue-last {
        width: 100%;
    }

    .product-row {
        margin-bottom: 10px;
    }

    .bankwire-td {
        padding-right: 10px;
    }

    .logo-payments-td {
        text-align: right;
    }

}

