/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 18, 2023, 12:31:50 AM
    Author     : qualebs
*/

/*Warranty description*/
.cpr__warranty-details {
    display: flex;
}

.cpr__warranty-details-content {
    width: 862px;
    display: flex;
    margin: 0 auto;
    margin-top: 45px;
    column-gap: 12px;
}

.cpr__warranty-description {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.cpr__warranty-description-lbl {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    color: #F15F5E;
    margin-top: 41px;
}

.cpr__warranty-p {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #4E4E50;
    margin: 0;
}

.cpr__warranty-p.note {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #4E4E50;
}

.cpr__warranty-aside {
    display: flex;
    flex-direction: column;
}

.cpr__warranty-aside-list {
    margin-top: 68px;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    box-sizing: border-box;
}

.cpr__warranty-aside-lbl {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4E4E50;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #F15F5E;
    width: 100%;
}

.cpr__warranty-aside-item {
    padding: 17px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #B9BDCB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpr__warranty-aside-item svg {
    margin-right: 15px;
}

.cpr__warranty-aside-item-lbl {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    color: #4E4E50;
}

.cpr__warranty-aside img {
    width: 209.46px;
}
/*Warranty description*/

/*Other Info*/
.cpr__other-info {
    display: flex;
}

.cpr__other-info-content {
    display: flex;
    width: 860px;
    margin: 0px auto;
    column-gap: 19px;
    margin-bottom: 71px;
    margin-top: 61px;
}

.cpr__other-info-item:hover .cpr__other-info-background-img {
    filter: brightness(0.9);
}

.cpr__other-info-item {
    display: flex;
    position: relative;
    text-decoration: none !important;
    width: 300px;
    height: 360px;
    border-radius: 17.6471px;
    box-sizing: border-box;
    border: 2px solid red;
}

.cpr__other-info-accesories-img {
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: -30px;
    width: 350px;
}

.cpr__other-info-business-img {
    border-radius: 17.6471px;
    width: 296px;
}

.cpr__other-info-item-blue {
    background: #02B9F6;
}

.cpr__other-info-warranty-img {
    border-radius: 17.6471px;
    position: absolute;
    bottom: 0;
}

.cpr__other-info-details {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    width: 90%;
}

.cpr__other-info-more {
    position: absolute;
    bottom: 15px;
    column-gap: 7px;
    z-index: 1;
    right: 30px;
}

.cpr__other-info-t {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    pointer-events: none;
}
.cpr__other-info-d {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 30.5517px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    pointer-events: none;
}

.cpr__other-info-note {
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 200;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.cpr__other-info-more {
    display: flex;
    align-items: center;
}

.cpr__other-info-more-lbl {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 11.6868px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    pointer-events: none;
}
/*Other info*/

/* BEGIN other links */
.cpr__other-links__container {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cpr__other-links-content__container {
    display: flex;
    width: 100%;
    max-width: 1040px;
    flex-direction: row;
    justify-content: space-around;
}

.cpr__deal-month-thumbnail__container {
    width: 330px;
    height: 360px;
    border-radius: 17.6471px;
    box-sizing: border-box;
    position: relative;
}

.cpr__deal-month-thumbnail {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 387px;
}

.cpr__deal-month-thumbnail-text__container {
    border-radius: 17.6471px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cpr__deal-month-thumbnail-text {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.cpr__deal-month-thumbnail-text2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #2D2D3B;
}

.cpr__business-thumbnail__container {
    width: 330px;
    height: 360px;
    border-radius: 17.6471px;
    position: relative;
}

.cpr__business-thumbnail {
    border-radius: 17.6471px;
    position: absolute;
    z-index: -1;
    width: 330px;
}

.cpr__business-thumbnail-text__container {
    border-radius: 17.6471px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cpr__business-thumbnail-text {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.cpr__business-thumbnail-text2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #FFFFFF;
}

.business-thumbnail-btn {
    position: absolute;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.business-thumbnail-btn path {
    fill: #F15F5E !important;
}

.cpr__trade-thumbnail__container {
    background: #CCD0D4;
    width: 330px;
    height: 360px;
    border-radius: 17.6471px;
    position: relative;
}

.cpr__trade-thumbnail {
    border-radius: 17.6471px;
    position: absolute;
    bottom: 0;
    width: 330px;
}

.cpr__trade-thumbnail-text__container {
    position: absolute;
    border-radius: 17.6471px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cpr__trade-thumbnail-text {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #2D2D3B;
}

.cpr__trade-thumbnail-text2 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 200;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #F15F5E;
}

.cpr__trade-thumbnail-btn,
.deal-month-thumbnail-btn {
    position: absolute;
    bottom: 10px;
    right: 30px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.deal-month-thumbnail-btn .cpr__btn-lbl {
    font-size: 14px;
    line-height: 19px;
}

.cpr__trade-thumbnail-btn .cpr__btn-lbl {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #2D2D3B;
}

.cpr__trade-thumbnail-btn path {
    fill: black !important;
}

.cpr__other-links-img {
    height: 100%;
    width: 100%;
}
/* ENDS other links */

@media (min-width: 1px) and (max-width: 762px) {
    .cpr__warranty-details-content {
        margin-top: 20px;
        width: 100%;
        max-width: 343px;
        flex-direction: column;
    }

    .cpr__warranty-header {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .cpr__warranty-description {
        row-gap: 20px;
    }

    .cpr__warranty-description-lbl {
        font-size: 25px;
        line-height: 34px;
    }

    .cpr__warranty-header img {
        width: 175.6px;
    }

    .cpr__warranty-aside-list {
        margin-top: 33px;
        padding: 0px;
    }

    .cpr__warranty-aside-lbl {
        text-align: center;
        border: none;
    }

    .cpr__warranty-aside-item {
        border-bottom: 2px solid #F15F5E;
    }

    .cpr__warranty-aside-item-lbl {
        margin-left: 16px;
    }

    .cpr__other-links__container {
        margin: 30px 0px;
    }

    .cpr__other-links-content__container {
        max-width: 343px;
        flex-direction: column;
        row-gap: 15px;
    }

    .cpr__deal-month-thumbnail__container,
    .cpr__business-thumbnail__container,
    .cpr__trade-thumbnail__container {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 763px) and (max-width: 1293px) {
    /* Detail */
    .cpr__warranty-details-content {
        column-gap: 16px;
        width: 528.32px;
    }

    .cpr__warranty-description {
        row-gap: 19px;
    }

    .cpr__warranty-description-lbl {
        font-size: 27.5806px;
        line-height: 38px;
    }

    .cpr__warranty-p {
        font-size: 9.80645px;
        line-height: 13px;
    }
    /* End Detail */

    /* Aside */
    .cpr__warranty-aside img {
        width: 128.38px;
    }

    .cpr__warranty-aside-list {
        margin-top: 30px;
        padding: 0;
    }

    .cpr__warranty-aside-lbl {
        font-size: 9.80645px;
        line-height: 13px;
        padding-bottom: 9px;
    }

    .cpr__warranty-aside-item {
        padding: 12px 0;
    }

    .cpr__warranty-aside-item svg {
        height: 9.5px;
        margin-right: 10px;
    }

    .cpr__warranty-aside-item-lbl {
        font-size: 9.80645px;
        line-height: 13px;
    }
    /* End Aside */

    /* Others */
    .cpr__other-links__container {
        margin-top: 36px;
    }

    .cpr__other-links-content__container {
        max-width: 637.43px;
    }

    .cpr__trade-thumbnail__container,
    .cpr__deal-month-thumbnail__container,
    .cpr__business-thumbnail__container {
        height: 220.65px;
        width: 203.48px;
    }
    /* End Others */
}