Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
12 kB
5
Indexable
/* about section css - start */
html body .eg__title {
    margin-bottom: 54px;
}

html body .eg__title h2 {
    color: #303030;
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

html body .eg__title span {
    color: #303030;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.4%;
    /* 31.328px */
    letter-spacing: 0.64px;
    display: block;
}

html body #eg-about-section {
    background: #F2F2F2;
}

html body .eg-tab-header {
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #D6D6D6;
    grid-gap: 10px;
}

html body .eg-tab-header h2 {
    margin: 0 !important;
    color: #303030;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 142.4%;
    /* 31.328px */
    letter-spacing: 0.64px;
}

html body .eg-tab-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.4%;
    /* 21.36px */
    letter-spacing: 0.64px;
    grid-gap: 7px;
    cursor: pointer;
}

html body .eg-tab-header:not(.eg-open) .eg-tab-icons::before {
    content: "Open";
}

html body .eg-tab-header:not(.eg-open) .eg-open-tab-icon,
html body .eg-tab-header.eg-open .eg-close-tab-icon {
    display: none;
}

html body .eg-tab-header.eg-open .eg-tab-icons::before {
    content: "Close";
}

html body .eg-tab-content {
    padding: 33px 60px;
}

html body .eg-tab-header:not(.eg-open)+.eg-tab-content {
    display: none !important;
}

html body #eg-about-section .section-heading {
    display: none !important;
}

html body #egvideosContentBlock .list-videos-images-content {
    float: unset !important;
}

html body #egreviewsContentBlock .yotpo-reviews-list {
    display: flex;
    flex-direction: column;
}

html body #egreviewsContentBlock .yotpo-reviews-list>.yotpo-review {
    display: flex;
    flex-direction: row;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    flex-wrap: wrap;
}

html body #egreviewsContentBlock,
html body #egquestionsContentBlock,
html body #egoverviewContentBlock {
    background: white;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-left-panel {
    flex-basis: 18%;
    flex-grow: 0;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-left-panel .yotpo-reviewer-name {
    color: rgb(0, 0, 0) !important;
    text-align: start;
    align-self: flex-start;
    word-break: break-all;
    white-space: nowrap;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 16px !important;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel .yotpo-vertical-line {
    border-left: 1px solid rgba(0, 0, 0, 1);
    margin-left: 30px;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-left-panel .yotpo-reviewer-verified-buyer-text {
    font-size: 13.3333px;
    color: rgba(47, 132, 237, 1) !important;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-left-panel .yotpo-custom-questions-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 15px;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel>.yotpo-review-rating-title {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    align-items: flex-start;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel .yotpo-review-title {
    order: 1;
    flex-basis: 80%;
    margin-left: 4px;
    text-align: start;
    color: rgba(0, 0, 0, 1) !important;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel .yotpo-read-more-text {
    display: contents;
    white-space: pre-wrap;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel .yotpo-read-more-text {
    display: contents;
    white-space: pre-wrap;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 63%;
    flex-grow: 0;
    /* order: 2; */
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 15px;
    padding-right: 15px;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel .yotpo-date-format {
    white-space: nowrap;
    color: rgba(0, 0, 0, 1) !important;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel .yotpo-review-date {
    color: #555555 !important;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel {
    order: 3;
    flex-basis: 11%;
    min-width: 8%;
    flex-grow: 2;
    text-align: end;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel .yotpo-custom-questions-range-question-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-bottom: 20px !important;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel .yotpo-custom-questions-range-question-title {
    display: flex;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #676A6C !important;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel .yotpo-progress-bar-value-label {
    display: flex;
    justify-content: space-between;
    position: absolute;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #676A6C !important;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-right-panel .yotpo-progress-bar-value-point {
    position: relative;
    bottom: 8px;
    background: #2e4f7c !important;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel .yotpo-comment-title {
    margin-left: 10px;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
}

html body #egreviewsContentBlock .yotpo-review>.yotpo-review-center-panel .yotpo-comment-content {
    min-width: fit-content;
    font-family: 'Open Sans';
    font-style: normal !important;
    font-weight: 300;
    word-break: break-word;
}

html body #egreviewsContentBlock .yotpo-reviews-pagination-container .yotpo-horizontal-pagination>.selected {
    background: rgba(47, 132, 237, 1) !important;
    cursor: pointer;
    color: #fff;
    border-radius: 5px;
}

html body #egreviewsContentBlock .yotpo-reviews-pagination-container .yotpo-horizontal-pagination [aria-label="Goto previous page"] {
    cursor: not-allowed;
    color: #D8D8D8 !important;
    padding: 5px 9px;
    min-width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

html body #egreviewsContentBlock .yotpo-reviews-pagination-container .yotpo-horizontal-pagination [aria-label="Goto next page"] {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    font-family: 'Open Sans';
}

html body #egreviewsContentBlock .yotpo-horizontal-pagination [aria-label="Goto previous page"] svg {
    fill: black !important;
}

html body #egreviewsContentBlock .yotpo-horizontal-pagination [aria-label="Goto next page"] svg {
    fill: rgba(0, 0, 0, 1) !important;
}

html body #egreviewsContentBlock .yotpo-head>.yotpo-reviews-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    text-decoration: none;
    min-width: 150px;
    flex-basis: 25% !important;
    justify-content: flex-start;
}

html body #egreviewsContentBlock .yotpo-head .yotpo-reviews-icon-text {
    margin-right: 4px;
    font-size: 14px;
    white-space: nowrap;
    color: rgba(0, 0, 0, 1) !important;
    font-family: 'Open Sans';
    font-weight: 300;
}

html body #egreviewsContentBlock .yotpo-summary-section .yotpo-bottom-line-summary>div:first-child {
    font-size: 48px;
    color: rgba(47, 132, 237, 1) !important;
    padding: 2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
}

html body #egreviewsContentBlock .yotpo-summary-section .yotpo-bottom-line-summary .yotpo-bottom-line-text {
    white-space: nowrap;
    color: rgba(0, 0, 0, 1) !important;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-align: start;
    margin-top: 9px;
}

html body #egreviewsContentBlock .yotpo-vertical-border {
    border-right: 1px solid #e3e3e3 !important;
}

html body #egreviewsContentBlock .yotpo-star-distribution .yotpo-star-distribution-index,
html body #egreviewsContentBlock .yotpo-star-distribution .yotpo-star-distribution-value {
    color: rgba(47, 132, 237, 1) !important;
    font-weight: 300;
    font-family: 'Open Sans';
}

html body #egreviewsContentBlock .yotpo-layout-header-wrapper {
    margin-bottom: 40px !important;
}

html body #egreviewsContentBlock .yotpo-head:after {
    display: block !important;
    content: '';
    width: calc(100% - 150px);
    height: 1px;
    background: #eaeaea;
}

html body #egreviewsContentBlock .yotpo-head {
    margin-bottom: 70px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

@media(max-width:767px) {
    html body .eg__title span {
        line-height: normal;
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
    }

    html body #eg-about-section .eg__title {
        margin-bottom: 3px !important;
    }

    html body .eg-tab-header h2 {
        max-width: 224px !important;
    }

    html body .eg-tab-content {
        padding: 22px !important;
    }

    html body .eg-tab-header {
        padding-left: 29px !important;
        padding-right: 29px !important;
    }

    html body #egreviewsContentBlock .yotpo-bottom-line {
        display: flex;
        flex-direction: column;
    }

    html body #egreviewsContentBlock .yotpo-bottom-line .yotpo-summary-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    html body #egreviewsContentBlock .yotpo-verified-icon-wrapper {
        position: absolute;
        top: 32px;
        left: 28px;
    }

    html body #egreviewsContentBlock .yotpo-review .yotpo-progress-bar-value-point {
        background: #2e4f7c !important;
    }

    html body #egquestionsContentBlock .yotpo-main-layout {
        margin-bottom: 45px;
    }
}

/* about section css - end */
Leave a Comment