/* features css starts here */
section.features {
    /* position: unset; */
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000008f;
    cursor: none;
}
.festures-pop-up-wrapper {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 13px;
    height: 345px;
    width: 525px;
    overflow-y: scroll;
    border-radius: 5px;
    transform: translateY(104%);
    opacity: 0;
    transition: all 0.8s linear;
    /* z-index: 99; */
}
/* width */
.festures-pop-up-wrapper::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.festures-pop-up-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.festures-pop-up-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.festures-pop-up-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wall {
    position: fixed !important;
    /* cursor: url("../images/cursor.svg"), auto; */
    z-index: 999999;
}
.features .table thead th {
    font-size: 14px !important;
    padding: 10px;
    border: 0px;
    color: #000;
}
.features-pop-up-wrapper .table thead th {
    border-bottom: 0px;
    border-top: 0px;
    color: #000;
}
section.features .table td {
    font-size: 13px;
    padding: 15px 3px;
}
.features-pop-up-wrapper table tr {
    text-align: center;
}
.wall .festures-pop-up-wrapper {
    opacity: 1;
    transform: translateY(0%) !important;
    cursor: pointer;
}
.fea-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3em 1.6em;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.fea-content-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.fea-content-wrapper ul li {
    padding: 2vw 0.3333333333vw;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    justify-content: space-between;
}
.fea-content-wrapper ul li:last-child {
    border-bottom: 0px;
}
.fea-content-wrapper {
    padding: 15px;
}
.fea-heading-wrapper a {
    color: #191919;
    font-family: "Poppins";
    font-weight: 300;
}
.fea-heading-wrapper h2 {
    font-size: 30px;
    font-weight: 500;
    color: #191919;
}
/* features css starts here */
/* material css starts here */
.Material {
    /* position: unset; */
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000008f;
    cursor: none;
}

.Material-pop-up-wrapper {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 13px;
    height: 600px;
    width: 526px;
    overflow-y: scroll;
    border-radius: 5px;
    transform: translateY(104%);
    opacity: 0;
    transition: all 0.8s linear;
    z-index: 0;
}
.wall .Material-pop-up-wrapper {
    z-index: 99999;
}
/* width */
.Material-pop-up-wrapper::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.Material-pop-up-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.Material-pop-up-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.Material-pop-up-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wall .Material-pop-up-wrapper {
    opacity: 1;
    transform: translateY(0%) !important;
    cursor: pointer;
}
.Material-pop-up-wrapper button {
    background: transparent;
    border: 0px;
    cursor: pointer;
}
.Material-pop-up-wrapper button:focus {
    outline: none;
}
.Material-pop-up-wrapper button i:hover {
    color: red;
}
.Material-pop-up-wrapper .fea-heading-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
}

.text {
    position: absolute;
    pointer-events: none;
    font-size: 21px;
    /* -webkit-text-stroke: 1.6px white; */
    font-weight: 500;
    text-transform: uppercase;
    color: #161616;
    background: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text span {
    color: white;
}
.card-header {
    border: 0px !important;
    border-radius: 0px !important;
}

.Material-pop-up-wrapper .card {
    border: 0px !important;
}

.Material-pop-up-wrapper .card-header {
    padding: 10px 0px;
    background: transparent;
}
/* material css ends here */
/* Sustainability css starts here */
.Sustainability {
    /* position: unset; */
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000008f;
    cursor: none;
}
.Sustainability-pop-up-wrapper {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 13px;
    height: 545px;
    width: 541px;
    overflow-y: scroll;
    border-radius: 5px;
    transform: translateY(104%);
    opacity: 0;
    transition: all 0.8s linear;
    /* z-index: 99; */
}
/* width */
.Sustainability-pop-up-wrapper::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.Sustainability-pop-up-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.Sustainability-pop-up-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.Sustainability-pop-up-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wall {
    position: fixed !important;
    /* cursor: url("../images/cursor.svg"), auto; */
}
.Sustainability .fea-heading-wrapper h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.wall .Sustainability-pop-up-wrapper {
    opacity: 1;
    transform: translateY(0%) !important;
    cursor: pointer;
}
.fea-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3em 1.6em;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.fea-content-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.fea-content-wrapper ul li {
    padding: 2vw 0.3333333333vw;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    /* justify-content: space-between; */
}
.fea-content-wrapper ul li:last-child {
    border-bottom: 0px;
}
.fea-content-wrapper {
    padding: 15px;
}
.fea-heading-wrapper a {
    color: #191919;
    font-family: "Poppins";
    font-weight: 300;
}
.fea-heading-wrapper h2 {
    font-size: 30px;
    font-weight: 500;
    color: #191919;
}
.Sustainability-pop-up-wrapper .fea-content-wrapper ul li {
    flex-direction: column;
    align-items: baseline;
}
.Sustainability-pop-up-wrapper .fea-content-wrapper ul li span.property {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.Sustainability-pop-up-wrapper .fea-content-wrapper ul li span.item-number {
    font-size: 15px;
}
/* Sustainability css starts here */
/* shipping css starts here */
.shipping {
    /* position: unset; */
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000008f;
    cursor: none;
}
.shipping-pop-up-wrapper {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 13px;
    height: 545px;
    width: 500px;
    overflow-y: scroll;
    border-radius: 5px;
    transform: translateY(104%);
    opacity: 0;
    transition: all 0.8s linear;
    cursor: pointer;
}
.wall .shipping-pop-up-wrapper {
    opacity: 1;
    transform: translateY(0%) !important;
}
.shipping-pop-up-wrapper .fea-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 20px;
    border-bottom: none;
    padding-bottom: 10px;
}
.fea-content-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.fea-content-wrapper ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fea-content-wrapper ul li:last-child {
    border-bottom: 0px;
}
.fea-content-wrapper {
    padding: 15px;
}
.fea-heading-wrapper a {
    color: #191919;
    font-family: "Poppins";
    font-weight: 300;
}
.fea-heading-wrapper h2 {
    font-size: 30px;
    font-weight: 500;
    color: #191919;
}
.shipping-pop-up-wrapper .fea-content-wrapper ul li {
    /* flex-direction: column; */
}
.shipping-pop-up-wrapper .fea-content-wrapper ul li span.property {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.shipping-pop-up-wrapper .fea-content-wrapper ul li span.item-number {
    font-size: 15px;
}
.shipping i.fa.fa-circle {
    color: #05bf05;
    margin-right: 20px;
}
.shipping .fea-content-wrapper ul li {
    border-bottom: 0px;
    flex-direction: column;
    align-items: baseline;
}
/* shipping css starts here */
/* shipping css starts here */
.Dimensions {
    /* position: unset; */
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000008f;
    cursor: none;
}
.Dimensions-pop-up-wrapper {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 13px;
    height: 300px;
    width: 525px;
    overflow-y: scroll;
    border-radius: 5px;
    transform: translateY(104%);
    opacity: 0;
    transition: all 0.8s linear;
    cursor: pointer;
}
/* width */
.Dimensions-pop-up-wrapper::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.Dimensions-pop-up-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.Dimensions-pop-up-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.Dimensions-pop-up-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.wall .Dimensions-pop-up-wrapper {
    opacity: 1;
    transform: translateY(0%) !important;
}
.Dimensions-pop-up-wrapper .fea-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 20px;
    border-bottom: none;
    padding-bottom: 7px;
}
.wall .Dimensions-pop-up-wrapper .row input:checked ~ label ul {
    border: 2px solid #0075ff !important;
}
.Dimensions-pop-up-wrapper button {
    background: transparent;
    border: 0px;
}
.fea-content-wrapper ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.fea-content-wrapper ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fea-content-wrapper ul li:last-child {
    border-bottom: 0px;
}
.fea-content-wrapper {
    padding: 15px;
}
.fea-heading-wrapper a {
    color: #191919;
    font-family: "Poppins";
    font-weight: 300;
}
.fea-heading-wrapper h2 {
    font-size: 34px;
    font-weight: 600;
    color: #191919;
}
.Dimensions-pop-up-wrapper .fea-content-wrapper ul li span.property {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.Dimensions-pop-up-wrapper .fea-content-wrapper ul li span.item-number {
    font-size: 15px;
}
.Dimensions i.fa.fa-circle {
    color: #05bf05;
    margin-right: 20px;
}
.Dimensions .fea-content-wrapper ul li {
    border-bottom: 0px;
}
.wall .Dimensions-pop-up-wrapper .radios_check {
    display: flex;
    align-items: center;
    width: 100%;
}
.wall .Dimensions-pop-up-wrapper .radios_check input[type="radio"] {
    opacity: 0;
}
.wall .Dimensions-pop-up-wrapper .radios_check span.checkmark ul {
    border: 1px solid #ddd;
}
.wall .Dimensions-pop-up-wrapper .radios_check span.checkmark li {
    border: 1px solid #ddd;
}
.wall
    .Dimensions-pop-up-wrapper
    .radios_check
    input:checked
    ~ span.checkmark
    ul {
    border: 1px solid #0075ff;
}
/* Dimensions css starts here */
.Material .fea-content-wrapper ul li {
    flex-direction: column;
    align-items: baseline;
}
section.Material span.property {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.Material span.item-number h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}

.Material span.item-number {
    font-size: 15px;
}
/* dimension */
.Dimensions .table thead th {
    font-size: 14px !important;
    padding: 10px;
}
.Dimensions-pop-up-wrapper .table thead th {
    border-bottom: 0px;
    border-top: 0px;
    color: #000;
}
section.Dimensions .table td {
    font-size: 13px;
    padding: 15px 3px;
}
.Dimensions-pop-up-wrapper table tr {
    text-align: center;
}
.Dimensions-pop-up-wrapper .fea-content-wrapper {
    padding-top: 0px;
}
@media (max-width: 480px) {
    .features.wall .festures-pop-up-wrapper {
        bottom: 0px;
        right: 0px;
        width: 100%;
    }
    .Material .Material-pop-up-wrapper {
        bottom: 0px;
        right: 0px;
        width: 100%;
        overflow: scroll;
        padding-top: 80px;
    }
    .Sustainability .Sustainability-pop-up-wrapper {
        bottom: 0px;
        right: 0px;
        width: 100%;
    }
    .Dimensions .Dimensions-pop-up-wrapper {
        bottom: 0px;
        right: 0px;
        width: 100%;
    }
    .shipping-pop-up-wrapper {
        bottom: 0px;
        right: 0px;
        width: 100%;
    }
}
