#detailsProduct {
    background: #fff;
    padding: 15px 0px;
}
#detailsProduct .bread p {
    font-size: 13px;
}
#detailsProduct .verCuotas {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: -0.5px;
    color: rgb(0, 106, 253);
    cursor: pointer;
    padding: 15px 21px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 45px;
    vertical-align: middle;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 0px;
    font-size: 16px;
}
#detailsProduct .verCuotas img {
    height: 9px;
    margin-left: .5rem;
    transition: .5s;
}
#detailsProduct .verCuotas:hover img {
   transform:translateX(5px);
   transition: .5s;
}
#detailsProduct .btn-comprar {
    padding: 13px;
    background-color: #fff03f;
    color: #727376;
    fill: #727376;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #727376;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    white-space: normal;
    border-radius: 40px;
    display: block;
    margin-top: 1rem;
    width: 70%;
}
/* #detailsProduct .btn-comprar {
    display: flex;
    margin: 15px 0px;
    padding: 13px 18px;
    border: 0px;
    border-radius: 2px;
    background-color: rgb(0, 48, 120);
    color: white;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: -0.4px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
    fill: currentcolor;
} */
#detailsProduct h1 { 
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
}
#detailsProduct h2 {  
    margin: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -.02em;
    text-align: left;
    color: #6C1932; 
}
.relacionados {
    background: #fff;
}
#thumbs {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
}
#thumbs a {
    flex: 0 0 20%;
    scroll-snap-align: start;
}
#cuotas {
    margin: 3rem 0rem 0rem 0rem;
    border: 1px solid rgb(218, 218, 218);
    border-bottom: 0px;    
    position: relative;
}
#cuotas h5 {
    background: #ececec;
    padding: 1rem;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#cuotas::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    background: #ececec;
    width: 18px;
    height: 18px;
    border-top: 1px solid rgb(218, 218, 218);
    border-left: 1px solid rgb(218, 218, 218);
    transform: rotate(45deg);
}
#cuotas ul {
    margin: 0rem;    
    padding: 1rem;
}
#cuotas li {
    list-style: none;
    margin-bottom: 1rem;
}
#cuotas li:last-of-type {
    margin-bottom: 0rem;
}
#cuotas img {
    border: 1px solid rgb(218, 218, 218);
    width: 70px;
    margin-right: 1rem;
}
#cuotas span {
    color: green;
    font-weight: bold;
}
.detailsOther {
    column-count: 1;
    column-gap: 55px;
}
.contentDetails {
    flex-direction: column;
    display: flex;
}
#allDetails {
    padding: 3rem 2rem 3rem 0rem;
    background: #fff;
}
#allDetails h3 {
    margin: 0px;
    padding: .5rem 0rem;
}
#allDetails p {
    font-size: 15px;
    margin: 0px;
}
#envioRetiro {
    margin-top: 1rem;
}
#envioRetiro span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgb(218, 218, 218);
    padding: .5rem 2rem;
}
#envioRetiro span:first-of-type {
    border-bottom: none;
}
#envioRetiro span div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 1.5rem;
}
#envioRetiro .caret {
    height: 8px;
}
#envioRetiro a {
    color: rgb(0, 106, 253);
}
#offer {
    background: #f5f5f5;
}
@media (max-width: 992px) {
    #detailsProduct .col-md-4 {
        text-align: center;
        padding-top: 12px;
    }
    #detailsProduct h3 {
        margin: 0px;
        font-size: 15px;
    }
    #detailsProduct h1 {
        padding: 0px 0px 5px;
        text-align: center;
        font-size: 21px;
    }
    #detailsProduct .bread p {
        font-size: 11px;
        text-align: center;
        margin-bottom: 0px;
    }
    .detailsOther {
        column-count: 1;
        column-gap: 55px;
    }
    #allDetails .table {
        width: 90%;
    }
}
.related .itemsP {
    background: #fff;
    display: block;
    padding: .5rem;
    border-radius: 5px;
    box-shadow: 0px 1px 12px rgba(0,0,0,.1);
}
.related .itemsP p {
    font-size: 15px;
    overflow: hidden;
    /* height: 67px; */
}
#offerDetails {
    /* background: rgb(0,48,120); */
    margin-top: 3rem;
}
#offerDetails h3 {
    /* color: #fff; */
    font-weight: bold;
}
#relacionados h3,
#tambienVieron h3 {
    font-weight: bold;
}

#cp div {
    border-radius: 0px;
    border-bottom-width: 0px;
}
.fullImageArea {position:relative;}
.arrowsArea {
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(50% - 25px);
    left: 0px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#leftArrow,
#rightArrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0,48,120);
    color: #fff;
    border-radius: 5px;
}


/* @media(max-width:992px) {
    #detailsProduct .btn-comprar {
        position: fixed;
        width: 90%;
        left: 5%;
        bottom: 0;
        z-index: 3;
    }
} */
.relacionados .priceList span {
    font-size: 12px !important;
}

#allDetails table {width: 60%!important;border: none;}
#allDetails table tr {
  display: grid;
  grid-template-columns: 60px 1fr;
  width: 100%;
  border: 1px solid #fbf8f8;
  align-items: center;
}
#allDetails table tr td:first-of-type {
  background: #f6f6f6;
  display: block;
}
#allDetails table tr td:first-of-type img {
    mix-blend-mode: darken;
}
.cuotasMain {
    display: block;
    padding: 20px 0px;
}
.cuotasContain {text-transform: uppercase; color: #1d1d1d; margin-bottom: 10px; display: flex;}
.cuotasContain > div img {display: inline-block; float: left; margin-right: 15px;}
.cuotasContain b {display: block; font-size: 1.2em; line-height: 1.1em; margin-bottom: 3px;}
.cuotasMain ul {padding: 0px;}
.cuotasMain ul li {
    list-style: none;
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 32px 1fr;
}

.cuotasMain ul li svg {    
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    width: 27px;
      
}

.breadcrumbs .crumb {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.price-compare {
    margin-right: 10px;
    text-decoration: line-through;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    display: block;
    box-sizing: inherit;
}
.precioDetalleProducto {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    flex-direction: column;
}

.precioxbulto {
    display: flex;
    gap: .4rem;
    align-items: center;
    border: 1px solid #f49999;
    border-radius: 5px;
    padding: .2rem;
    font-size: 13px;
    background: #ffbebe;
}
.precioxbulto svg { width: 15px;}

#detailsProduct .col-md-8 {position: relative;}

@media(max-width:1000px) {
    /*
    #detailsProduct .btn-comprar {
        position: fixed;
        width: 100%;
        left: 0px;
        bottom: 0;
        z-index: 3;
        margin: 0px;
        background: rgba(181, 178, 178, 0.5);
        padding: 0px;
        height: 80px;
        border-radius: 0px;
        backdrop-filter: blur(5px);
    }
    */
    #detailsProduct .btn-comprar div {
        background: var(--color2022);
        width: 90%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
}
/* @media(max-width:992px) {
    .relacionados .itemsP {
        height: 336px !important;
    }
} */

.me-title {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-start;
    font-size: 12px;
}
.me-title,.me-title p {color:#a2a2a2;}
.me-title-first {
    margin-top: 2rem;
    margin-bottom: .2rem;
}
.me-title-last {
    margin-bottom: 1rem;
}
.me-title svg,
.me-title img {
    height: 1em;
    width: 20px;
}
.me-title img {opacity: .5;}
.formEnvio {margin-bottom: 1rem;}
.formEnvio .col-auto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.formEnvio input {
    border-right: 0;
    border-radius: 10px 0 0 10px;
    border: 1px solid ;
}
.formEnvio input:hover,
.formEnvio input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #b7b7b7;
}

.formEnvio button {
    padding: 6px 12px 9px 12px;
    border-radius: 0 10px 10px 0;
    color: #333;
    border: 1px solid #727376;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.4s ease;
    font-size: 14px;
    border-left:0;
}
.formEnvio button:hover {
    outline: 0;
    opacity: 0.8;
    color: #fff;
    transition: all 0.4s ease;
    background-color: #727376;
    border-color: #727376; 
}
.fav-buttom {
    position: absolute;
    right: 10px;
    top: 10px;
}

.fav-buttom svg {
    width: 25px;
    fill: #fff;
    stroke: #727376;
    stroke-width: 3px;
}

.fav-buttom svg:hover {
    cursor: pointer;
    transition: cubic-bezier(0.86,0,0.07,1) all 500ms;
    fill: #727376;
    stroke: #727376;
    stroke-width: 3px;
    transform: scale(1.2);
}

.fav-buttom svg[data-set="1"] {
    fill: #727376;
    stroke: #727376;
    stroke-width: 3px;
}

.qty-detalle.qty-input {
    width: 180px;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}