/** Shopify CDN: Minification failed

Line 500:47 Unexpected "}"

**/
.row  {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

@media (min-width: 992px){
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.wa-optin-widget-z-index{
	display: none !important;
}

.carrito-titulo{
	font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #00a4a1;
    letter-spacing:0 !important;
}

.principal-cart{
  display: flex;
}

.container-continue-shopping{
display: flex;
align-items: center;
}

.svg-continue-shopping{
	color: #0080C4;
width: 25px;
height: 25px;
padding: 5px;
border-radius: 20px;
background: #E5F2F9;
  margin-right: 5px;
}

.cart__footer {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 5%;
    padding: 30px 30px 0px 30px;
    height: fit-content;
}
.subtitle-summary-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
}
.help-cart {
    margin-left: 3%;
    margin: 30px;
}
.help-title {
    display: flex;
}
.link-help {
    padding-left: 10px;
}
.link-help p:hover{
    color:#0080c4;
}

.content-cart-left{width: 60%;}
.content-cart-right{width: 40%;}

.methods-of-payment{
  display: flex;
  flex-wrap: wrap;
}

.cart-subtotal{
  text-align: center;
}

#footer-cart .cart__shipping {
    text-align: center;
    padding-top: 25px;
    color: #838383;
    font-weight: 400;
    margin-top: 30px;
}

#footer-cart .discount-app{
	margin-top: 20px;
}

#footer-cart .discount-app #dcodeInput{
	background: white;
	border: 1px solid #A6A6A6;
    color: rgba(2, 2, 2, 0.3);
  	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  	text-align: center;
    margin: 0px;
}

#footer-cart .discount-app #dcodeInput::placeholder{
	color: rgba(2, 2, 2, 0.3);
  	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  	text-align: center;
}

.dcodeTable{
	display: none !important;
}

#footer-cart .discount-app #dcodeOuterWrapper{
	display: flex;
  	justify-content: center;
}

#footer-cart .discount-app #dcodeInnerWrapper{
	display: flex;
    justify-content: center;
    width: 368px;
}

#footer-cart .discount-app #dcodeSubmit{
	background: #006092;
    font-weight: 700;
    font-size: 14.4537px;
    line-height: 18px;
    margin:0px;
}

#footer-cart .discount-app #dcodeSubmit:hover{
	background: #3a3a3a; 
}

#footer-cart .cart__submit-controls input {
    margin: auto;
    background: #F27123;
    width: 70%;
}

.info-subtotal-cart{
  color: #006092;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

#footer-cart .cart__submit-controls{
  margin-bottom: 20px;
}
#inform-product .cart__remove {
    text-align: right;
}
#left-style {
    text-align: left!important;
}
.final-qty {
    display: flex;
}
.cart__quantity-td {
    width: 35%;
}
@media only screen and (min-width: 749px){
#inform-product .cart__final-price {
    padding-top: inherit;
/*     padding-left: 10%; */
 }
}

#inform-product .totalItemCart {
    text-decoration-line: line-through;
	color: #929292 !important;
}

#inform-product .orderDiscountCart{
	color: #DE0101;
  
}

#inform-product .list-view-item__title p {
    font-weight: 500;
    color: #006092;
}
#inform-product .cart__price {
    font-weight: 700;
    padding-top: 15px;
}

.container-price-cart{
	display: flex;
  	flex-direction: row-reverse;
  	align-items: center;
  	justify-content: flex-end;
}

.cart__price{
/* 	width: 31%; */
}

.container-price-cart .regular-price-cart{
	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: #929292;
}

.container-price-cart .order-discount{
	margin-right: 10px;
  	color: red;
  	
}


.breadcrumbs__item{
	margin-right: 10px;
    font-size: 11px;
	text-transform: uppercase;
    
}

.breadcrumbs__item a, .breadcrumbs__link{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #12101B;
  	text-transform: uppercase;
}

.breadcrumbs__item:last-child{
	margin-right: 0px;
}

.breadcrumbs__item:first-child .breadcrumbs__link:before{
  margin-right: 0px;
}

.breadcrumbs__link:before, .icon-separador-bread:before{
	content: "\25BA";
    color: #575757; 
    margin-right: 10px;  
}

.icon-separador-bread{
	margin: 0px 5px;
}

.breadcrumbs__link:first-child:before{
	content: ""
}

.cart__product-information{
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.content-tab{
  background: white; 
  padding: 0px 25px 25px 25px; 
  width: 60%; 
  border-left: 1px solid #7D7D7D;

}

.new-cart-remove-tech{
  color: #00a4a1;
}

.new-style-technomarine{
  background: #00a4a1;
  padding: 15px !important;
  padding-bottom: 15px !important;
  color: #fff;
  font-size: 15px;
  font-family: 'helvetica-neue-lt-pro', sans-serif;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185px;
}

.container-main-cart-tech{
  padding: 0px 0px 0px 30px;
}

.new-style-technomarine:hover{
  color: white !important;
}

.new-style-technomarine svg{
  width: 25px;
  height: 15px;
}

@media only screen and (min-width: 1500px){
  .container-main-cart-tech{
    padding: 0px;
  }
}

@media only screen and (max-width: 1024px){
  .principal-cart{
    flex-direction: column;
  }
  .content-cart-left, .content-cart-right{
    width: inherit;
    margin: auto;
  }
  .methods-of-payment{
    justify-content: center;
  }
}

.content-banner-category{
    text-align: left;
    position: relative;
    margin-top: 63px;
  }
  .collection-view-title{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    position: absolute;
    top: 35%;
    left: 5%;
    color: #ffffff;
    font-weight: 100;
    font-size: 40px;
    border-bottom: 2px solid;
    max-width: 490px;
    letter-spacing: 0 !important;
  }
  
  .collection-page-desktop{
    	display: flex!important;
    }
  
  .collection-page-movile{
    	display: none!important;
    }

.banner-desktop-cart, .banner-mobile-cart{
    min-width: 100%;
    object-fit: cover;
    max-height: 230px;
}

.banner-mobile{
    display: none;
}

.container-cuadro, .container-cart-template{
	display: flex;
  	width: 100%;
  	max-width: 100%;
  	flex-direction: column;
  	align-items: center;
}

.container-cuadro h2, .container-cuadro .container-cuadro-desktop,
  .row-cart-template{
    width: 95%;
    max-width: 95%;
}


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

    .cart__footer{
      padding: 30px 0px 0px 0px;
    }

    .content-tab{
      padding-right: 11px;
    }

    .mobile-padding-right{
      padding-right: 10px;    
    }
    .container-main-cart-tech{
      padding-left: 10px;
    }
    .content-banner-category{
      margin-top: 50px;
    }
    .collection-view-title{
      font-size: 24px;
    }
    .banner-desktop{
    	display: none;
    }
    
    .banner-mobile{
    	display: block;
    }
  
  	#inform-product .cart__image {
      width: 100px;
      height: 141px;
      object-fit: cover;
    }
  	#inform-product .cart__product-title {
      font-size: 12px;
      line-height: inherit !important;
    }
  
    #inform-product .list-view-item__title p{
		font-size: 14px;
      	font-weight: 500;
    }
    .container-price-cart{
      	align-items: flex-start;
		flex-direction: column;
      	width: 100%;
    }
  
    #left-style{
		width: 100%;
    }

  	.qty-mob {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
    }
    h2.carrito-titulo{
    	width: 100% !important;
      	margin: 4% 0% 0;
      	font-size: 24px;
        letter-spacing:0 !important;
    }
  
    .methods-of-payment{
		flex-wrap: wrap;
      	justify-content: flex-start;
    }
  
  .methods-of-payment img{
  	margin: 10px 10px 0px 0px;
  }
  
  #footer-cart .discount-app #dcodeInnerWrapper{
  	width: 100%;
    flex-direction: column;
  }
  
  #footer-cart .discount-app #dcodeInput{
  	width: 100%;
    font-size: 12px;
    
  }
  
  #footer-cart .discount-app #dcodeSubmit{
  	  font-size: 12px;
  }
  
  #footer-cart .discount-app #dcodeInput::placeholder{
    font-size: 12px;
  }
}

@media only screen and (min-width: 1441px) {
  .container-cuadro h2, .container-cuadro .container-cuadro-desktop,
  .row-cart-template{
    width: 1440px;
    max-width: 1440px;
  }
}
.text-link--accent{
  padding-bottom: 0!important;
  border-bottom: none!important;
}

/*EESTILOS PARA BOTONES DEL INPUT DE CANTIDAD*/}
.cart__qty {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

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

.cart__qty input {
  width: 50px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  text-align: left;
  padding-left: 10px;
}

.cart__qty input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}