/* GENERAL */
.contentIsolator {
    background-image: url(https://s3.us-west-2.amazonaws.com/www.coppeldigital.com/uploads/site/trebel/BG_Banners.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    color: var(--text-color);
	padding-bottom:1px ;
}
#printThis{
	background-color: white;
}

.mainContentWrapper {
	margin: 0 auto;
	max-width: 1200px;
}
.table td, .table th {
	border: 0;
	padding: 0;
}
.checkoutMain .instructions {
    font-size: 12px;
	padding: 10px;
}
.checkoutMain .instructions span {
	font-style: italic;
}
.checkoutMain .cred,.checkoutMain .cred a {
	font-weight: bold;
	color: #dbfd30;
}
/* Barra de proceso de checkout */
.checkoutProcess {
	height: 7rem;
	overflow: hidden;
	padding: 20px 60px 0;
	background-color: #edeef2;
	margin-bottom: 0;
}
.checkoutProcess > li {
	float: left;
	height: 100%;
	position: relative;
	width: 25%;
}
.checkoutProcess.cash > li {
  width: 25% !important;
}
.checkoutProcess.electronic > li {
  width: 33.3333% !important;
}
.checkoutProcess span {
	background-color: #FFF;
	border: none;
	display: block;
	height: 3px;
	margin: 0;
	position: absolute;
	top: 19px;
	width: 100%;
}
.checkoutProcess .cart span {
	background-position: unset !important;
	left: 50%;
	width: 50%;
}
.checkoutProcess .confirmation span {
	width: 50%;
}
.checkoutProcess a.circle, .checkoutProcess a.send {
	color: var(--text-color-button);
	background: transparent;
	cursor: default;
	display: block;
	font-size: 22px;
	height: 21px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: -1px;
	width: 22px;
}
.checkoutProcess a.circle:hover, .checkoutProcess a.send:hover {
	color: var(--text-color-button);
}
.checkoutProcess .current .circle,
.checkoutProcess .complete .circle {
	color: var(--links-buttons);
}
.checkoutProcess .current .circle:hover,
.checkoutProcess .complete .circle:hover {
	color: var(--links-buttons);
}
.checkoutProcess a.send {
  background: url("/app/templates/default/images/ico-sobre-checkout.png") no-repeat;
  height: 40px;
  width: 100px;
  left: 60%;
}
.checkoutProcess .complete a.link {
	cursor: pointer;
}
.checkoutProcess .complete.nolink a.link {
	cursor: default !important;
}
.checkoutProcess p {
	font-size: 12px;
	margin-top: 45px;
	text-align: center;
}
.checkoutProcess p a {
	color: var(--text-color);
	text-decoration: none;
	font-size:14px;
}
.checkoutProcess p em {
	font-weight: bold;
}
.checkoutProcess .current span {
	background: var(--links-buttons);
}
.checkoutProcess .complete span {
	background-color: var(--links-buttons);
}
.checkoutProcess .current p a {
	color: var(--links-buttons) !important;
}
/* FIN: Barra de proceso de checkout */

.checkoutMain h2 {
	font-size: 18px;
	font-weight: 400;
	margin-left: 6px;
	text-transform: uppercase;
}
.pagoMain.GeneratePay h2{
  border-bottom: unset;
}
.checkoutMain .instructions.msg_shipping {
	border-bottom: 1px solid #DADCDF;
    font-size: 12px;
    padding-bottom: 11px;
    padding-left: 2px;
}
div.cartMain p.msg_take_away,
div.shippingMain p.start_time {
	font-size: 14px;
	margin-left: 6px;
}
div.shippingMain p.start_time {
    margin: 11px 0 9px;
}
div.shippingMain p.start_time > time {
	color: #BD1313;
    font-size: 13px;
    font-weight: bold;
}

/* Botones */
.rightBtnCtn {
	float: right;
}
.oculto, div.cartMain.checkoutMain  .infoBoxLong .info_long_box{
  display: none;
}
div.cartMain.checkoutMain .productsListCtn ul li{
  border-bottom: 1px solid var(--text-color);
}
div.cartMain.checkoutMain .pagarBoton,div.cartMain.checkoutMain #payWithCoins {
	cursor: pointer;
	border: 0;
}
div.cartMain.checkoutMain .checkoutPageBoton.checkoutBtncustom {
  display: inline-block;
  padding: 8px 0 0;
  height: 54px;
  background: none;
  margin: 0 8px;
  position: static;
  cursor: pointer;
}
div.cartMain.checkoutMain .checkoutPageBoton.checkoutBtncustom .btnPayCash {
  width: 120px;
  height: 50px;
}
div.cartMain.checkoutMain .checkoutPageBoton.checkoutBtncustom .btnPayElectronics {
  width: 170px;
  height: 50px;
}
div.cartMain.checkoutMain .payCartInfo .boxBtnPayCheckout{
	text-align: right;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	position: static;
}
div.cartMain.checkoutMain .payCartInfo .terminos-condiciones{
  margin-top: 20px;
}
div.cartMain.checkoutMain .boxMethodsPay{
	margin: 10px auto 20px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
div.cartMain.checkoutMain .boxMethodsPay .imgMethodsPay{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:nowrap;
}

div.cartMain.checkoutMain .boxMethodsPay .imgMethodsPay img{
  margin: 0 15px;
}
div.cartMain.checkoutMain .productsListCtn .labels{
  height: 25px;
}
.rightBtnCtn .pagarBoton:disabled,.rightBtnCtn #payWithCoins:disabled {
	opacity: 0.5;
	cursor: default;
}
.pagarBoton:disabled,#payWithCoins:disabled {
	cursor: default;
}
.checkoutPageBoton {
	margin-left: auto;
	border-radius: 50px;
	background-color: hsla(0, 0%, 100%, .4);
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	padding: 15px 30px;
	text-decoration: none;
	color: #FFF;
}
.pagarBoton,#payWithCoins{
	font-family: Roboto;
	text-transform: uppercase;
	background-color: var(--links-buttons);
	text-align: center;
	font-size: 1rem;
	color: var(--text-color-button);
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

#payWithCoins{
	margin-right: 30px;
}
#leftBtnCtn .pagarBoton,#leftBtnCtn #payWithCoins{
	width: 120px;
	margin-left: 15px;
	border-radius: 50px;
	background: #DBFD30;
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	color:#000;
}
#leftBtnCtn #pagarBoton:disabled,#leftBtnCtn #payWithCoins:disabled {
	background: #E7E9EC;
	color:#fff;
}

#payWithCoins:disabled{
	background-color: #182E71;
    color: #25459A;
}
.checkoutPageBoton:active {
	background-position: 0 -58px;
}

input.checkoutPageBoton:disabled, a.checkoutPageBoton.btnDisabled {
	background-position: 0 -50px;
	border-color: #E0E3E8;
	color: #DADCDF !important;
}

.rightBtnCtn .checkoutPageBoton {
	width: 200px;
	margin-right: 30px;
	margin-left: auto;
	border-radius: 50px;
	background-color: hsla(0, 0%, 100%, .4);
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	padding: 15px 30px;
	text-decoration: none;
	color: #FFF;

}

.backBoton{
	margin-right: 30px;
    margin-left: auto;
    background-color: hsl(226deg 68% 17%);
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #FFF;
    font-family: Roboto;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid;
    text-transform: uppercase;
	font-weight: lighter;
}

#leftBtnCtn .backBoton {
	width: 120px;
	border-radius: 50px;
	background-color: hsla(0, 0%, 100%, .4);
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	color: #fff;
}

.backBoton:disabled {
  color: #DADCDF !important;
}
.rightBtnCtn .backBoton {
	float: left;
}

/* FIN: Botones */

/* Caja de costo total */
.contentPayTotal.payElectronic .totalCostBox{
  border: none;
  float: right;
}
.contentPayTotal .costBoxPay{
	margin-bottom: 0;
}

.totalCostBox .subtotalData {
	height: 76px;
	border-bottom:1px solid var(--text-color);
}

.contentPayTotal .costBoxPay .subtotalData {
	height: auto;
	border-bottom: 1px solid var(--text-color);
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.contentPayTotal.payElectronic .costBoxPay .subtotalData,
.contentPayTotal.payElectronic .costBoxPay .coinsData {
	height: auto;
	border-bottom: none;
	text-align: right;
	padding: 0;
}
.totalCostBox .label {
	line-height: 38px;
	padding-right: 5px;
	text-align: right;
	width: 90px;
}

.contentPayTotal .costBoxPay .label {
	line-height: 0;
	padding-right: 0;
	width: 120px;
	display: inline-block;
	text-align: left;
	margin-right: 15px;
}
.contentPayTotal.payElectronic .costBoxPay .label {
  width: 80px;
  margin-right: 0;
  text-align: center;
  line-height: 18px;
  display: block;
}
.box-confimartion .contentPayTotal.payElectronic .costBoxPay .label{
  text-align: right;
  line-height: 18px;
  display: block;
}
.totalCostBox .precio {
	font-weight: 600;
	font-size: 14px;
}
.contentPayTotal .costBoxPay .precio {
	width: 120px;
}
.totalCostBox .precio span {
	font-size: 18px;
}
.contentPayTotal .costBoxPay .precio span{
	font-size: 18px;
}
.box-confimartion .contentPayTotal .costBoxPay .precio span{
	font-size: 16px;
}
.totalCostBox .currency{
	font-size: 12px;
}

.contentPayTotal .costBoxPay .totalData {
	height: 76px;
	text-align: right;
}

.contentPayTotal .costBoxPay .totalData>p {
	height: 100%;
	line-height: 60px;
}
.totalCostBox .totalData .label {
	font-size: 15px;
	height: 45px;
	line-height: 53px;
	margin-left: 60px;
}
.contentPayTotal .costBoxPay .totalData .label {
	font-size: 16px;
	height: auto;
	line-height: 18px;
	margin-left: 0;
}
.contentPayTotal.payElectronic .costBoxPay .totalData .label {
  text-align: center;
  display: block;
}
.contentPayTotal .costBoxPay  .totalData .precio {
	line-height: 33px;
	height:auto;
	min-width: 117px;
	padding-right: 0;
	margin-left: 0;
}
.contentPayTotal.payElectronic .totalData .precio span{
  font-size: 20px;
}
.totalCostBox .totalData .precio span > .currency {
	font-size: 16px;
	margin-right: 5px;
}

.precio sup {
	font-size: 50%;
	vertical-align: super;
}
.contentPayTotal.payElectronic .precio sup {
  font-size: 10px;
	vertical-align: middle;
}
/* FIN: Caja de costo total */
.leftBtnCtn.bottom {
	width: 350px;
	padding-left: 25px;
}



.storeCopyright {
	clear: both;
	color: #83888E;
	margin: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/* FIN: GENERAL*/

/* Caja Gastos de Envio*/
.shippingCostBoxCtn {
	margin-bottom: 28px;
	position: relative;
}

.shippingCostBoxCtn .triangle .white {
	border-color: #DADCDF #FFFFFF #DADCDF #DADCDF;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	display: block;
	height: 0;
	left: 11px;
	position: absolute;
	top: -4px;
	width: 0;
}

.shippingCostBoxCtn>p {
	color: #797D83;
	margin: 7px 0;
	text-align: right;
}

.shippingCostBox {
	border: 1px solid #DADCDF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.shippingCostBox .title {
	color: #373B3C;
	font-size: 14px;
	font-weight: bold;
	padding-left: 16px;
	padding-top: 2px;
	text-transform: uppercase;
}
.shippingOptionsCtn {
	padding: 1rem .5rem;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
}
.shippingOptionProvider{
    background: hsl(224deg 66% 23%);
    padding: .5rem ;
}
.shippingOptionsCtn #shippingProvidersCtn {
	display: none;
}
.shippingOptionsCtn #shippingProvidersCtn .shippingProvider {
	margin: 7px 0 8px;
}
#changePostalCode {
	color: var(--links-buttons);
    float: right;
    text-transform: capitalize;
    font-weight: 600;
}
#verificationMessage {
	color: #797D83;
	font-size: 13px;
	line-height: 125%;
	margin: 0 6px;
}
#postalCodeMessages {
	color: #C51111;
	display: none;
	font-size: 12px;
	font-weight: bold;
}
#loadingProviders {
	display: none;
	float: left;
	height: 70px;
	position: relative;
	width: 100%;
}
#loadingProviders img {
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 70px;
}
#shippingProvidersCtn > p {
	border-bottom: 1px solid #DADCDF;
	font-size: .8rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#shippingProvidersCtn .shippingProvider h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
#shippingProvidersCtn .shippingProvider div {
	margin: 6px 0;
}
#shippingProvidersCtn .shippingProvider div > span.shippingPrice {	
	font-size: 1rem;	
	float: right;
}
#shippingProvidersCtn .shippingProvider div > span.estimated_time {
	font-weight: normal !important;
	font-size: .8rem;
}
#shippingProvidersCtn .shippingProvider div > span .original_price {
	color: #AFB2B4;
	text-decoration: line-through;
}
#shippingProvidersCtn .shippingProvider input {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#shippingProvidersCtn .shippingProvider label {
	display: inline;
	font-size: 1rem;
}
#shippingProvidersCtn .shippingProvider label .offer {
	color: #C51111;
	font-weight: bold;
}
/* FIN: Caja Gastos de Envio*/
.disabler {
	display: none;
	position: absolute;
	z-index: 10;
}
.disabler > div {
	background-color: var(--first-background);
	filter: alpha(opacity = 60);
	height: 100%;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 11;
}
.disabler > img {
	display: block;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: relative;
	top: 50%;
	width: 72px;
	z-index: 12;
}
.info div.company,.info div.phone,.info div.phone-confirm,.info div.monto{
	display: inline-block;
}

.info div.monto{
	text-align: center;
}

select.company{
	position: relative;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    background: -o-linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    background: linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    border-radius: 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 5px;
}

select.amount{
	position: relative;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    background: -o-linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    background: linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    border-radius: 0;
    width: 196px;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 5px;
    margin: auto;
    width: 100%;
}

select.company option,select.amount option {
	background: rgb(14, 17, 30);
	color: white;
}
select.amount option {
	display: none;
}
select.amount option.active{
	display: block;
}
div.company label,div.monto label{
	width: 100%;
    position: relative;	
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

div.company:not(.disabled) label:after {
    display: block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .7em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    color: #101330;
    z-index: 999999;
    position: absolute;
    right: 9px;
    top: calc(100% + 15px);
    pointer-events: none;
}

div.company:not(.disabled) label:before {
    content: ' ';
    background: var(--links-buttons);
    width: 36px;
    display: block;
    height: 36px;
    position: absolute;
    top:  calc(100% + 1px);
    right: 0px;
    z-index: 1;
    pointer-events: none;
}

div.monto:not(.disabled) label:before {
    content: ' ';
    background: var(--links-buttons);
    width: 36px;
    display: block;
    height: 36px;
    position: absolute;
    top: calc(100% + 1px);
    right: 0px;
    z-index: 1;
    pointer-events: none;
}

div.monto:not(.disabled) label:after {
	display: block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .7em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    color: #101330;
    z-index: 999999;
    position: absolute;
    right: 9px;
    top:  calc(100% + 15px);
    pointer-events: none;
}


div.phone input,div.phone-confirm input{
	width: 100%;
}
.saldo .phone input, .saldo .phone-confirm input,.saldo .monto.disabled input,.saldo .company.disabled input{
    padding: 4px;
    position: relative;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    background: -o-linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    background: linear-gradient(rgba(0,0,0,1) 28%, rgba(14,17,30,1) 80%);
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 5px;
}
.saldo .message{
	display: none;
}
.saldo .message.show{
	display: block;
	color: red;
	font-size: 10px;
	text-align: right;
}
div.cartMain.checkoutMain .productsListCtn table{
	border-collapse: separate;
    border-spacing: 8px;
}
@media screen and (max-width: 1000px){
	.mainContentWrapper{
		width: 100%;
	}

	.rightBtnCtn.bottom{
		width: 100%;
		padding: 0;
	}

	.productsListCtn ul li{
		height: auto !important;
		min-height: 100px !important;
	}
	.productsListCtn ul li{
		height: auto !important;
	}



	.productsListCtn ul .product .info {
    	max-height: none !important;
	}

}

@media screen and (max-width: 800px){

	.productsListCtn .unitCost{
		width: 100px;
	}
}

@media screen and (max-width: 630px){
	div#service_box.info_long_box,div#service_box.info_long_box{
		width: 100%;
	}
	div#service_box.info_long_box, div#service_box.info_normal_box, div#service_box.info_short_box{
		width: 100% !important;
		padding-left: 0px !important;
	}
	select.company{
		margin: auto;
	}
	.checkoutProcess a.circle, .checkoutProcess a.send {
		top: -2.3rem;
	}

}
.checkoutProcess {
	list-style: none;
}
.wrapper h5 {
	margin: 0;
}

.contentIsolator {
	top: 0;
}

.costoProducto{	
	display:flex;
  	position: absolute;
  	right: 0;
}

@media screen and (max-width: 490px){
	.checkoutProcess .cart span {
		left: 10px;
		width: 100%;
	}

	.checkoutProcess > li{
		padding: 1px;
	}
	.checkoutProcess .cart a.circle {
			left: 10px;
	}

	.checkoutProcess .cart p {
		text-align: unset;
	}

	.checkoutProcess .payment p {
		text-align: unset;
		left: 14%;
    position: relative;
	}

	.checkoutProcess .confirmation span {
    width: 90%;
	}

	.checkoutProcess .confirmation a.circle {
		left: 90%;
	}

	.checkoutProcess .confirmation p {
		text-align: right;
	}
}

@media screen and (max-width: 767px){
	.checkoutProcess {
		padding: 0 20px;
		height: 8rem;
	}

	.rightBtnCtn a,
	.rightBtnCtn input {
		margin: 0 auto;
	}


}
