#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 {
    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 { 
    padding: 5px 0px 20px;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -0.5px; 
    margin: 0px;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: rgb(0, 0, 0);  
}
#detailsProduct h4 {  
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.32px;
    font-weight: bold;  
}
.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: 2;
    column-gap: 55px;
}
.contentDetails {
    flex-direction: column;
    display: flex;
}
#allDetails {
    padding: 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;
}