/** Shopify CDN: Minification failed

Line 5122:0 Unexpected "{"
Line 5302:4 Unexpected "{"

**/
.blocks-box {
    max-width: 1260px;
    margin: 0 auto;
}

.blocks-item {
    display: flex;
    align-items: center;
    background: #fff;
}

.blocks-item img {
    display: block;
    width: 100%;
}

#productDescription .blocks-item-icon img {
    width: 20%;
}

.blocks-item-text,
.blocks-item-img,
.blocks-item-icon {
    width: 50%;
    flex-direction: column;
}

.blocks-item-text {
    padding: 3% 5% 3% 5%;
}

.blocks-item-text-many ul {
    padding: 0 3% 3% 0% !important;
}

.blocks-item-text ul {
    padding: 3% 0;
    color: #606060;
}

.blocks-item-text-many li {
    padding: 0px !important;
}

.blocks-item-text li {
    list-style-type: none;
    padding: 0% 3% 3% 0%;
}

#howItWork div.video-box {
    text-align: center;
    position: relative;
}

.spec-nsf a {
    color: #036AFF;
    text-decoration: none;
}

.spec-nsf a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .spec-nsf a {
        text-decoration: underline;
    }
}

.blocks-item-text-compare ul {
    padding-left: 0px;
}

.blocks-item-text a {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
}

.blocks-item-text-img {
    width: 50%;
}

.blocks-item-text-compare a {
    color: #2190ef;
}

.blocks-item-text-compare a:hover {
    border-bottom: 1px solid #2190ef;
}

.blocks-item-text-model {
    padding-top: 3%;
}

.blocks-item-text-model li {
    padding-top: 3%;
}

.blocks-item-text-model p {
    font-size: 20px;
}

#productDescription .blocks-item-text-icon-8 img {
    width: 60%;
    height: 66%;
    margin: 0 auto;
}

.blocks-item-text-model span {
    padding: 2px 10px;
    background-color: #009fe9;
    color: white;
    border-radius: 50px;
}

.blocks-item-text-img {
    width: 50%;
    margin-left: 3%;
}

.blocks-item-text .blocks-item-text-imgbox img {
    width: 20%;
}

.blocks-item-text-imgbox span {
    font-weight: 600;
}

.replace-grid {
    width: 90%;
    margin: auto;
    text-align: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    margin-top: 40px;
}

.replace-grid-item.box-1 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.replace-grid-item.box-2 {
    grid-column-start: 3;
    grid-column-end: 7;
}

.replace-grid-item.box-3 {
    grid-column-start: 7;
    grid-column-end: 11;
}

.replace-grid-item.box-4 {
    grid-column-start: 11;
    grid-column-end: 15;
}

.replace-grid-item.box-5 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.replace-grid-item.box-6 {
    grid-column-start: 3;
    grid-column-end: 7;
}

.replace-grid-item.box-7 {
    grid-column-start: 7;
    grid-column-end: 11;
}

.replace-grid-item.box-8 {
    grid-column-start: 11;
    grid-column-end: 15;
}

.replace-grid-item.box-9 {
    grid-column-start: 3;
    grid-column-end: 7;
}

.replace-grid-item.box-10 {
    grid-column-start: 7;
    grid-column-end: 11;
}

.replace-grid-item.box-11 {
    grid-column-start: 11;
    grid-column-end: 15;
}

.replace-grid-item img {
    width: 100%;
}

.Three-operations-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    align-items: center;
    margin-top: 16px;
}

.Three-operations-box1 {
    grid-column-start: 1;
    grid-column-end: 2;
}

.Three-operations-box2 {
    grid-column-start: 2;
    grid-column-end: 3;
}

.Three-operations-box3 {
    grid-column-start: 3;
    grid-column-end: 4;
}

@media screen and (max-width: 1366px) {
    .blocks-box {
        max-width: 1260px;
    }

    .blocks-item-text {
        padding: 2% 3% 2% 3%;
    }

    .blocks-item-text ul {
        padding: 0% 0% 2% 0%;
    }

    .blocks-item-text li {
        padding: 0% 2% 2% 0%;
    }
}

@media screen and (max-width: 1024px) {
    .blocks-item-text a {
        font-size: 14px;
    }

    .blocks-item-text li {
        font-size: 14px;
    }
}

@media screen and (max-width: 834px) {
    .blocks-item-text {
        padding: 1% 3% 1% 3%;
    }

    .blocks-item-text ul {
        padding: 0% 0% 1% 0%;
    }

    .blocks-item-text li {
        padding: 0% 2% 1% 0%;
    }

    .blocks-item-text a {
        font-size: 12px;
    }

    .blocks-item-text li {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .blocks-item-text a {
        font-size: 12px;
    }

    .blocks-item-text li {
        font-size: 12px;
        line-height: 150%;
    }

    .replace-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .replace-grid-item.box-1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .replace-grid-item.box-2 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .replace-grid-item.box-3 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 7;
        grid-row-end: 8;
    }

    .replace-grid-item.box-4 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .replace-grid-item.box-5 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .replace-grid-item.box-6 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .replace-grid-item.box-7 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 8;
    }

    .replace-grid-item.box-8 {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .replace-grid-item.box-9 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .replace-grid-item.box-10 {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 9;
        grid-row-end: 10;
    }

    .replace-grid-item.box-11 {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .Three-operations-box {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .Three-operations-box1 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .Three-operations-box2 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .Three-operations-box3 {
        grid-column-start: 1;
        grid-column-end: 2;
    }

}

@media screen and (max-width: 428px) {
    .blocks-item {
        flex-direction: column-reverse;
    }

    .blocks-item-opposite {
        flex-direction: column;
    }

    .blocks-item-text,
    .blocks-item-img,
    .blocks-item-icon {
        width: 100%;
    }

    .blocks-item-text li {
        font-size: 14px;
        padding: 3% 2% 3% 0%;
    }

    .blocks-item-text-imgbox {
        width: 100%;
    }

    .blocks-item-text {
        padding: 3%;
    }

    .blocks-item-text-compare a {
        font-size: 13px;
    }
}

.form-box {
    border: none;
    font-weight: 400;
    margin: 0 auto;
}

.form-box th {
    font-weight: 400;
    height: 50px;
    padding-left: 0;
    padding: 2px;
}

.form-box tr th:first-child {
    background: #f6f8fc;
    padding: 10px;
    color: #666;
}

.th-style {
    font-weight: 600;
}

.th-text {
    text-align: center;
    padding-left: 0%;
}

.form-box td {
    font-weight: 400;
}


/* diffection start*/
.blocks-hover-title {
    background: #fff;
}

.blocks-hover {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0% 3%;
    background: #fff;
    padding: 40px 50px;
}

.blocks-hover-item {
    position: relative;
    width: calc(100% - 60px);
    margin: 30px;
}

.blocks-hover-item img {
    width: 100%;
    border-radius: 3% 13%;
}

.blocks-hover-item-radius img {
    border-radius: 13% 3%;
}

.blocks-hover-item a {
    font-size: 0px;
}

.blocks-hover-mask-box p {
    font-size: 26px;
}

.blocks-hover-mask {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 99.0%;
    background: rgba(22, 22, 22, 0.5);
    color: #ffffff;
    opacity: 0;
    border-radius: 3% 13%;
    display: block;
    padding: 10%;
    display: flex;
    align-items: center;
}

.blocks-hover-mask-sadius {
    border-radius: 13% 3%;
}

.blocks-hover-item a:hover .blocks-hover-mask {
    opacity: 1;
}

.blocks-hover-mask:hover {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .blocks-hover-mask-box p {
        font-size: 24px;
    }

    .blocks-hover {
        padding: 40px 5.33%;
    }

    .blocks-hover-item {
        width: 100%;
        margin: 15px 0;
    }
}

@media screen and (max-width: 834px) {
    .blocks-hover-mask-box p {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .blocks-hover {
        padding: 0 16px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
}

@media screen and (max-width: 428px) {
    .blocks-hover-mask-box p {
        font-size: 15px;
    }

    .blocks-hover {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0%;
        margin-top: 0px;
    }

    .blocks-hover-mask {
        border-radius: 3%;
    }

    .blocks-hover-mask-sadius {
        border-radius: 3%;
    }

    .blocks-hover-item img {
        border-radius: 3%;
    }

    .blocks-hover-item-radius img {
        border-radius: 3%;
    }
}


/* new */
.deadline {
    margin: 12px 0 0px 0px;
}

.deadline span {
    font-size: 14px;
    color: #036AFF;
    line-height: 20px;
    font-family: 'Montserrat-semiBold';
}

.deadline-pc {
    display: block;
}

.deadline-m {
    display: none;
}

@media screen and (max-width: 4366px) {
    .deadline-box {
        display: flex;
    }
}

@media screen and (max-width: 1024px) {
    .deadlin span {
        font-size: 12px;
    }
}

@media screen and (max-width: 834px) {
    .deadline-box {
        display: block;
    }
}

@media (max-width:767px) {
    .deadline-pc {
        display: none;
    }

    .deadline-m {
        display: block;
    }
}

@media screen and (max-width: 428px) {
    .deadline-box {
        display: block;
    }
}

/* different */
.blocks-item-text-much li {
    line-height: 30px;
}

.blocks-item-text-icon {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin-top: 5%;
}

.blocks-item-text-icon-8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    text-align: center;
    color: #606060;
}

.blocks-item-text-icon-8 div {
    padding: 0% 0%;
}

#howItWork .blocks-item-text-icon-8 img {
    width: 50%;
    margin: 0 auto;
}

.blocks-item-text-8 span {
    display: block;
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    #howItWork .blocks-item-text-icon-8 img {
        width: 40%;
        margin: 0 auto;
    }

    #productDescription .blocks-item-text-icon-8 img {
        width: 40%;
        margin: 0 auto;
    }

    .blocks-item-text-icon-8 div {
        padding: 0 6%;
    }

    .blocks-item-text-icon-8 span {
        font-size: 12px;
    }
}

@media screen and (max-width: 428px) {
    #howItWork .blocks-item-text-icon-8 img {
        width: 50%;
        margin: 0 auto;
    }

    #productDescription .blocks-item-text-icon-8 img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

    .blocks-item-text-icon-8 div {
        padding: 0% 5%;
    }
}


/* diffection end*/

.spec-list li {
    list-style: circle;
}


/* faucet.scss */

.description-2col-flex .desc-content h4 {
    font-size: 1.3m;
}

.description-2col-flex .desc-content h2 {
    font-size: 2em;
    font-weight: 500;
}

.description-2col-flex .desc-content h3 {
    font-size: 2em;
    font-weight: 500;
}

.faucet-grid h3 {
    font-size: 2em;
    font-weight: 500;
    display: block;
    margin: 0;
}

.description-2col-flex .desc-content ul li {
    font-size: 1.3em;
}

#howItWork .description-2col-flex .desc-content ul li {
    margin: 0;
}

.description-2col-flex .desc-content ul li h4 {
    font-size: 1em;
}

.description-2col-flex .desc-content ul li span {
    line-height: 2;
}

.description-2col-flex .desc-content ul.ul-faucet li {
    list-style: outside;
}

.description-2col-flex .desc-content ul.ul-faucet {
    list-style: outside;
}

#howItWork .description-2col-flex .desc-img {
    flex: 3 1 0;
}

#howItWork .description-2col-flex .desc-content {
    flex: 4 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 200px);
}

#productDescription .description-2col-flex .desc-img {
    flex: 3 1 0;
}

#productDescription .description-2col-flex .desc-content {
    flex: 2 1 0;
}

.desc-content-box {
    margin: 20px 0;
}

.faucet-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px;
    max-width: 570px;
}

.filter-img {
    flex: 1 1 45%;
    text-align: center;
    margin: 30px auto 50px;
}

#productDescription #fc-01-filter .desc-img img {
    max-width: 100%;
}

#productDescription #fc-02-filter .desc-img img {
    max-width: 80%;
}

.banner-grid-item img {
    max-width: 100%;
}

.faucet-grid-item {
    grid-column: span 6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

.faucet-grid-item img {
    width: 100%;
}

#howItWork .faucet-grid-item .grid-img {
    flex: 1 1 0;
    margin-right: 20px;
    height: 100%;
    position: relative;
}

#howItWork .faucet-grid-item .grid-span {
    flex: 2 1 0;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.spec-grid .spec-item {
    grid-column: span 3;
    grid-row: span 1;
    max-width: 100%;
}

.spec-grid .spec-item.tall {
    grid-row: span 4;
}

#spec ul.spec-list,
ul.spec-list li {
    list-style: outside;
}

#spec ul.spec-list {
    margin: 30px 0;
}

.banner-fc {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-fc.fc-01 {
    background-image: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-Faucet-FC-01-M2_175356a0-2c00-429d-af76-455e530b417b.jpg?16683);
}

.banner-fc.fc-02 {
    background-image: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-Faucet-detail-FC-02-M2-overlay-04.jpg?16754);
}

.banner-fc.fc-01-filter {
    background-image: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-Faucet-detail-FC-01-filter-M2-2.jpg?16836);
    overflow: hidden;
}

.banner-fc.fc-02-filter {
    background-image: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-Faucet-detail-FC-02-filter-M2.jpg?16878);
}

.banner-fc .banner-grid {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
    max-width: 1280px;
    margin: auto;
    padding: 30px;
}

.banner-grid-item img {
    max-width: 100%;
}

.fc-02-filter .banner-grid-item img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

.banner-fc.fc-02-filter .banner-grid {
    width: 100%;
    max-height: 80vh;
    max-width: 100%;
}

.banner-fc.fc-02-filter .banner-grid-item {
    grid-row: span 4;
    grid-column: span 4;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 2.5em;
    font-weight: 300;
    flex-direction: column;
    text-align: center;
}

.banner-fc.fc-02-filter .banner-grid-item span {
    font-weight: 500;
}

.banner-fc.fc-02-filter .banner-grid-item span#compatible-span {
    margin-bottom: 20px;
    font-weight: 300;
}

.banner-fc.fc-01 .banner-grid-item {
    grid-row: span 1;
    grid-column-start: 1;
    grid-column-end: 5;
}

.banner-fc .banner-grid-item {
    grid-row: span 1;
    grid-column: span 6;
}

.banner-fc .banner-grid-item.tall {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
}

.banner-fc .banner-grid-item.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px 10px 0 10px;
}

.banner-fc .banner-grid-item.flex:last-child {
    padding-bottom: 10px;
}

.fc-01 .banner-grid-item .grid-img {
    flex: 1 1 0;
    font-size: 1.5em;
}

.fc-01 .banner-grid-item .grid-img strong {
    font-size: 1.5em;
}

.fc-01 .banner-grid-item .grid-img img {
    width: 100%;
    max-width: 90px;
    padding-right: 10px;
    display: block;
}

.fc-01 .banner-grid-item .grid-span {
    flex: 3 1 0;
    font-size: 1.2em;
    color: #ffffff;
}

.banner-fc .content {
    min-height: 70vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-fc .banner-grid-item h2 {
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 10px;
}

.banner-fc .banner-grid-item h3 {
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 10px;
}

.banner-fc .banner-grid-item h4 {
    font-size: 1.3em;
    margin: 0;
}

#fc-02-performance .faucet-grid-item {
    grid-column: span 3;
    flex-direction: column;
    margin: 10px 5px;
    grid-row: span 2;
    position: relative;
}

#howItWork #fc-02-performance .faucet-grid-item .grid-img {
    margin: 20px 0;
    text-align: center;
}

#fc-02-performance .faucet-grid-item.full {
    grid-column: span 12;
    grid-row: span 1;
}

#fc-02-performance .faucet-grid-item.flex.full {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#fc-02-performance .faucet-grid-item:after {
    content: '';
    width: 100%;
    position: absolute;
    background-image: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-Faucet-detail-FC-02-M1-2-5-05.png?16754);
    height: 50%;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
    z-index: 1;
}

#fc-02-performance .faucet-grid-item:last-child:after {
    display: none;
}

#fc-02-performance .faucet-grid-item.flex.full:after {
    display: none;
}

#fc-02-performance {
    min-height: 80vh;
}

#howItWork #fc-02-performance .faucet-grid-item img {
    max-width: 80%;
}

#howItWork #fc-02-performance .faucet-grid-item .grid-span {
    text-align: center;
}

#howItWork #fc-02-performance .faucet-grid-item .grid-span b {
    display: block;
}

.banner-item-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 5px;
}

.banner-item-grid-item {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.banner-item-grid-item .grid-img {
    margin: 0 20px 5px;
}

.banner-fc.fc-02 .banner-grid {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(24, 1fr);
    grid-gap: 10px;
    max-width: 1280px;
    margin: auto;
    padding: 30px;
    width: 100%;
    min-height: 75vh;
}

.desc-content .desc-content-item h4 {
    font-size: 1.8em;
    margin-left: 5px;
}

.desc-content-item h4 span {
    font-size: 0.5em;
    margin: 0;
    display: initial;
}

#productDescription .description-2col-flex#fc-02-filter .desc-content {
    flex: 3 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
}

.description-2col-flex#fc-02-filter {
    align-items: stretch;
}

#fc-02-filter .desc-content-item {
    display: flex;
    margin: 30px 0;
    align-items: center;
    background-color: #dbeff7;
    padding: 0 50px 0 0;
    border-radius: 120px;
    justify-content: stretch;
    height: 240px;
    z-index: 9;
    position: relative;
}

#fc-02-filter .desc-content-item:before {
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-Faucet-detail-FC-02-filter-M1-1-3.png?16878);
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: -160px;
    z-index: -1;
}

.banner-item-grid-item .grid-span {
    line-height: 1.1;
    font-size: 0.8em;
}

.desc-content-item-span {
    flex: 2 1 0;
}

.desc-content-item-img {
    flex: 2 1 0;
}

.desc-content-item-img {
    display: flex;
    height: 100%;
    align-items: stretch;
    justify-content: stretch;
}

.desc-content-item-img div,
.desc-content-item-img h4 {
    flex: initial;
    width: auto;
    background: #dbeff7;
    border-radius: 100%;
    display: inline-block;
}

.banner-fc.fc-02 .banner-grid-item.tall {
    grid-row: span 5;
}

.banner-fc.fc-02 .banner-grid-item.medium {
    grid-row: span 3;
}

.banner-fc.fc-02 .banner-grid-item {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    grid-column: span 12;
}

.banner-item-grid-item.space-left {
    grid-column-start: 2;
    grid-column-end: 4;
}

.fc-02 .banner-grid-item.tall .image-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
    margin: auto;
    max-height: 100%;
}

.fc-02 .banner-grid-item.tall .image-box {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 55%;
    right: 3%;
    width: auto;
}

.banner-item-grid-item img {
    max-width: 80px;
    display: block;
}

#fc-01-filter .faucet-grid.filter-img .faucet-grid-item {
    grid-column: span 3;
    margin: 10px;
    grid-row: span 2;
}

#productDescription #fc-01-filter.description-2col-flex .desc-img {
    display: inline-block;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

#productDescription #fc-01-filter.description-2col-flex .desc-img .desc-content:last-child {
    bottom: 10%;
    top: auto;
    right: 0;
    left: auto;
    width: 250px;
}

#productDescription #fc-01-filter.description-2col-flex .desc-img .desc-content {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 200px;
    background-color: #ffffff;
    padding: 2px;
}

#productDescription #fc-01-filter .desc-img .desc-content img {
    width: 50%;
    min-width: 80px;
    display: block;
    margin: auto;
    /* float: right; */
    border: none;
}

div#fc-01-filter .desc-img img {
    border: 5px solid #036AFF;
    border-radius: 100%;
}

.fc-filter-replace .faucet-grid-item {
    grid-column: span 4;
    margin: 30px;
}

.compatible-model h3 {
    font-size: 2.5em;
    font-weight: 200;
    color: #ffffff;
}

.compatible-model {
    position: absolute;
    top: 0;
    left: 320px;
    margin: 40px 20px;
    width: 350px;
    height: auto;
}

.compatible-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: initial;
    max-width: 800px;
}

.compatible-model span {
    display: block;
    font-size: 1.8em;
    color: #ffffff;
}

.compatible-image {
    display: inline-block;
    position: relative;
    width: 50%;
    padding-left: 150px;
}

.compatible-model img {
    width: 50%;
    max-width: 180px;
    height: auto;
}

#productDescription .desc-img img {
    max-width: 80%;
    max-height: 70vh;
    width: auto;
}

.desc-img {
    text-align: center;
}

.fc-filter-replace .desc-content-box h3 {
    font-size: 2em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

#productDescription #fc-02-filter .desc-content-item img {
    max-width: 100%;
    width: auto;
    display: block;
    max-height: 100%;
    padding: 20px 0 20px 20px;
}

.desc-content-item {
    display: flex;
    margin: 15% 0;
    align-items: center;
}

.desc-content-item span {
    margin-left: 20px;
    font-weight: 500;
    display: block;
}

.description-2col-flex .desc-content {
    padding: 30px 0 30px 30px;
}

.fc-02-filter .compatible-image {
    /*     max-height: 70vh; */
}

#fc-02-pc {
    display: block;
    max-height: initial;
    width: 100%;
}

#fc-02-mobile {
    display: none;
    max-height: initial;
    width: 100%;
}

#howItWork.fc-filter-replace .faucet-grid {
    margin: auto;
    max-width: 90%;
}

#productDescription .description-2col-flex#fc-02-filter .desc-img {
    flex: 2 1 0;
    padding: 30px 0;
}

#fc-02-performance .faucet-grid {
    max-width: 100%;
    min-height: 80vh;
    grid-template-rows: repeat(3, 1fr);
}

#howItWork .desc-img img {
    width: 100%;
    width: auto;
    max-width: 100%;
    max-height: 70vh;
}

#howItWork .faucet-grid-item .grid-img img {
    max-width: 100%;
}

#fc-mobile-img {
    display: none;
}

#banner-fc-01-mobile {
    display: none;
}

.description-2col-flex .desc-content#faucet-01 h3 {
    color: #036AFF;
    font-weight: 400;
}

.description-2col-flex .desc-content#faucet-01 h4 {
    color: #036AFF;
    font-weight: 400;
    font-size: 1.6em;
}

#faucet-01,
#faucet-02 {
    text-align: center;
}

.description-2col-flex .desc-content#faucet-02 h3 {
    color: #036AFF;
    font-weight: 400;
}

.description-2col-flex .desc-content#faucet-02 h4 {
    color: #036AFF;
    font-weight: 400;
    font-size: 1.6em;
}

.desc-grid {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
    max-width: 1260px;
    margin: auto;
    padding: 20px;
}

.desc-grid-item {
    grid-column: span 4;
    grid-row: span 1;
    padding: 20px 50px;
    position: relative;
}

.desc-grid-item:last-child:after {
    display: none;
}

.desc-grid-item:first-child {
    padding-left: 0;
}

.desc-grid-item span {
    margin-top: 15px;
    color: #666666;
    display: block;
}

.desc-grid-item h2 {
    font-size: 1.8em;
}

.desc-grid-item h3 {
    font-size: 1.8em;
}

.desc-grid-item h4 {
    font-size: 1.2em;
}

.desc-grid-item:after {
    content: '';
    width: 0;
    height: 33%;
    top: 33%;
    position: absolute;
    right: 0;
    border-left: 3px dotted #666666;
}

div#fc-01-description,
div#fc-02-description {
    background-color: #f7f7f7;
}

.banner-fc.fc-01 .banner-grid {
    grid-gap: 0;
}

.banner-grid-flex {
    background-color: #88accc;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 300;
}

.content-image {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

#productDescription .content-image img {
    max-width: 200px;
}

.content-image div {
    padding: 20px;
}

.banner-fc.fc-02 .banner-grid-item h3 {
    color: #036AFF;
    margin-bottom: 30px;
}

.banner-fc.fc-02 .banner-grid-item h4 {
    font-size: 2em;
    margin-bottom: 20px;
}

.banner-fc.fc-02 .banner-grid-item span {
    font-size: 1.3em;
    margin: 0;
    display: block;
    color: #666666;
}

.description-2col-flex#fc-01-filter {
    display: block;
    text-align: center;
}

.description-2col-flex#fc-01-filter h3 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

@media only screen and (max-width:1400px) {
    #fc-02-filter .desc-content-item {
        margin: 20px 0;
        border-radius: 90px;
        height: 180px;
    }

    #fc-02-filter .desc-content-item:before {
        left: -180px;
    }

    #productDescription #fc-01-filter.description-2col-flex .desc-img .desc-content:last-child {
        width: 180px;
    }

    #productDescription #fc-01-filter.description-2col-flex .desc-img .desc-content {
        width: 125px;
    }

    #productDescription #fc-01-filter .desc-img img {
        max-width: 600px;
    }
}

@media (max-width: 1024px) {
    .description-2col-flex#fc-02-filter {
        align-items: center;
    }

    #productDescription .description-2col-flex#fc-02-filter .desc-content {
        max-width: 650px;
    }

    .banner-fc.fc-01 {
        background-position: 60% center;
    }

    .description-2col-flex .desc-content {
        padding: 50px 0 0;
    }

    .filter-img {
        margin: 20px auto 30px;
    }

    .desc-content-item {
        margin: 30px 0;
        align-items: center;
    }

    #howItWork .description-2col-flex .desc-content {
        min-height: initial;
        max-height: calc(100vh - 200px);
    }

    #howItWork .description-2col-flex .desc-img img {
        max-width: 480px;
    }

    #fc-02-performance .faucet-grid-item {
        grid-column: span 6;
    }

    #fc-02-performance .faucet-grid-item:after {
        display: none;
    }

    #howItWork #fc-02-performance .faucet-grid-item img {
        max-width: 200px;
    }

    .banner-fc.fc-02 .banner-grid {
        min-height: initial;
    }

    .banner-fc .content {
        min-height: initial;
        padding: 30px 0;
    }

    #fc-02-performance .faucet-grid {
        min-height: initial;
    }

    #fc-02-performance {
        min-height: initial;
    }

    #fc-02-filter .desc-content-item:before {
        display: none;
    }

    #productDescription #fc-02-filter .desc-img img {
        max-width: 240px;
    }
}

@media only screen and (max-width:768px) {
    #howItWork .description-2col-flex .desc-img img {
        max-width: 60%;
    }

    #fc-mobile-img {
        display: block;
        width: 100%;
    }

    .banner-fc.fc-01 {
        background-image: none;
    }

    #howItWork .description-2col-flex .desc-content {
        min-height: initial;
        max-height: initial;
    }

    .banner-fc.fc-01 .banner-grid-item {
        grid-row: span 1;
        grid-column: span 6;
    }

    .banner-fc .content {
        min-height: initial;
    }

    .banner-fc.fc-02 .banner-grid-item {
        grid-column: span 24;
    }

    .fc-02 .banner-grid-item.tall .image-box {
        position: relative;
        top: initial;
        bottom: initial;
        margin: auto;
        left: initial;
        right: initial;
        width: auto;
    }

    .fc-02 .banner-grid-item.tall .image-box img {
        position: relative;
        top: initial;
        bottom: initial;
        left: initial;
        height: auto;
        width: 60%;
        margin: auto;
        max-height: 100%;
    }

    .desc-grid-item:first-child {
        padding-left: 0;
        padding-right: 0;
        grid-column: span 12;
        text-align: center;
    }

    .desc-grid-item:first-child:after {
        display: none;
    }

    .desc-grid-item {
        grid-column: span 6;
    }

    .banner-fc.fc-02-filter .banner-grid-item {
        font-size: 2em;
    }

    .banner-fc .banner-grid-item.tall {
        margin: 10px 0;
        grid-row: span 3;
    }

    .banner-fc.fc-01 .content {
        background-color: #f7f8f8;
        padding: 0;
    }

    .banner-fc .banner-grid-item.flex {
        background-color: #f7f8f8;
    }

    .banner-fc.fc-01 .banner-grid {
        grid-gap: 0;
        padding: 0;
        grid-template-rows: repeat(3, 1fr);
    }

    .banner-fc.fc-01-filter {
        min-height: 300px;
    }

    .compatible-image {
        width: 50%;
        padding-left: 50px;
    }
}

@media only screen and (max-width:649px) {
    #banner-fc-01-mobile {
        display: block;
    }

    #banner-fc-01-pc {
        display: none;
    }

    #fc-02-pc {
        display: none;
    }

    #fc-02-mobile {
        display: block;
    }

    .description-2col-flex .desc-content h2 {
        margin-top: 20px;
        font-size: 1.5em;
        font-weight: 400;
        text-align: center;
    }

    .description-2col-flex .desc-content h3 {
        margin-top: 20px;
        font-size: 1.5em;
        font-weight: 400;
        text-align: center;
    }

    #productDescription #fc-01-filter img {
        max-width: 90px;
    }

    .filter-img {
        margin: 20px 20px 30px;
    }

    .faucet-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    #fc-01-filter .faucet-grid.filter-img .faucet-grid-item {
        justify-content: center;
    }

    .description-2col-flex .desc-content ul li {
        font-size: 1em;
        font-weight: 400;
    }

    .fc-filter-replace .faucet-grid-item {
        grid-column: span 3;
        margin: 0px;
    }

    .spec-grid .spec-item {
        grid-column: span 6;
    }

    .desc-content-item span {
        font-weight: 400;
        line-height: 1.2;
        height: 120px;
    }

    #productDescription #fc-02-filter .desc-content-item img {
        width: 120px;
        padding: 10px 0 10px 0;
        height: 100%;
    }

    .faucet-grid-item {
        flex-direction: column;
    }

    #howItWork .faucet-grid-item .grid-img {
        margin: 10px;
    }

    .faucet-grid-item {
        grid-column: span 3;
    }

    #howItWork .faucet-grid-item .grid-span {
        flex: 2 1 0;
        text-align: center;
    }

    #howItWork .faucet-grid-item .grid-img img {
        max-width: 100%;
        max-width: 70px;
    }

    .banner-fc.fc-01 .banner-grid-item {
        grid-row: span 1;
        grid-column: span 12;
    }

    .banner-fc.fc-01 .banner-grid-item.tall {
        grid-row: span 2;
    }

    #howItWork .faucet-grid-item .grid-span span {
        display: block;
        font-size: 0.9em;
    }

    .banner-fc .banner-grid-item h2 {
        font-size: 1.5em;
    }

    .banner-fc .banner-grid-item h3 {
        font-size: 1.5em;
    }

    .banner-fc .banner-grid-item h4 {
        font-size: 1.1em;
    }

    .fc-01 .banner-grid-item .grid-span {
        flex: 3 1 0;
        font-size: 1em;
    }

    .fc-02 .banner-grid-item.tall .image-box img {
        width: 100%;
    }

    .banner-item-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        margin: 30px 0;
    }

    .banner-item-grid-item {
        grid-column: span 6;
        margin-bottom: 10px;
    }

    #fc-02-performance .faucet-grid-item.full {
        grid-column: span 6;
        grid-row: span 1;
    }

    #fc-02-performance .faucet-grid-item {
        grid-column: span 6;
        grid-row: span 2;
    }

    #fc-02-performance .faucet-grid {
        max-height: initial;
        grid-template-rows: repeat(3, 1fr);
    }

    .faucet-grid h3 {
        font-size: 1.5em;
        font-weight: 400;
        text-align: center;
    }

    .banner-fc.fc-01-filter {
        background-image: none;
    }

    .compatible-image {
        display: inline-block;
        position: relative;
        padding: 0;
        width: 100%;
    }

    .compatible-model {
        position: relative;
        top: 0;
        left: 0;
        margin: 40px 20px;
        width: 100%;
        height: auto;
        background-color: #F7F8F8;
        margin: 0;
        padding: 20px;
        text-align: center;
    }

    #banner-fc-01-mobile {}

    .compatible-model h3 {
        font-size: 2em;
    }

    .desc-grid-item {
        text-align: center;
        grid-column: span 12;
        padding: 10px 0;
    }

    .desc-grid-item:after {
        display: none;
    }

    #productDescription #fc-01-filter .desc-img img {
        max-width: 100%;
        border: none;
    }

    #productDescription #fc-01-filter.description-2col-flex .desc-img .desc-content {
        position: relative;
        top: 0;
        left: 0;
        width: 90%;
        background-color: #ffffff;
        padding: 10px;
        margin: 0 auto;
    }

    #productDescription #fc-01-filter.description-2col-flex .desc-img .desc-content:last-child {
        width: 90%;
    }

    #productDescription #fc-01-filter .desc-img .desc-content img {
        max-width: 80px;
    }

    #productDescription #fc-02-filter .desc-img img {
        max-width: 140px;
    }

    #fc-02-filter .desc-content-item {
        margin: 20px 0;
        border-radius: 20px;
        height: auto;
        padding: 20px;
        flex-direction: column;
        display: block;
    }

    #productDescription .description-2col-flex#fc-02-filter .desc-content {
        display: block;
    }

    .desc-content-item-img div,
    .desc-content-item-img h4 {
        flex: initial;
        height: 100%;
    }

    .banner-fc.fc-02-filter .banner-grid-item {
        font-size: 2em;
        grid-column: span 12;
    }

    .banner-fc.fc-02-filter {
        background-position: 0;
    }

    .compatible-model span {
        color: #111111;
        font-size: 1.2em;
        font-weight: 600;
    }

    .compatible-model h3 {
        font-weight: 200;
        color: #111111;
    }

    .desc-content .desc-content-item h4 {
        font-size: 1.8em;
        margin-left: 5px;
        margin-right: 0;
    }

    .desc-content-item-img {
        justify-content: center;
    }

    #productDescription .desc-img img {
        max-width: 100%;
    }
}

/* h1 - h6 */
.product-details-title {
    color: #424242;
    font-size: 26px;
    font-weight: normal;
    display: block;
    line-height: 1.3;
    padding-bottom: 0.2em;
    margin: auto;
    font-family: 'Montserrat-semiBold';
}

.product-details-title h2 {
    color: #424242;
    font-size: 26px;
    font-weight: normal;
    display: block;
    line-height: 1.3;
    padding-bottom: 0.2em;
    margin: auto;
    font-family: 'Montserrat-semiBold';
}

.product-details-title-p {
    padding: 10px 0;
    line-height: 150%;
}

#spec h1,
#spec h2,
#spec h3,
#spec h4,
#spec h5,
#spec h6,
#productDescription h1,
#productDescription h2,
#productDescription h3,
#productDescription h4,
#productDescription h5,
#productDescription h6,
#howItWork h1,
#howItWork h2,
#howItWork h3,
#howItWork h4,
#howItWork h5,
#howItWork h6,
#faq h1,
#faq h2,
#faq h3,
#faq h4,
#faq h5,
#faq h6 {
    color: inherit;
    font-size: inherit;
    display: inline;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}

#spec pre,
#productDescription pre,
#howItWork pre,
#faq pre {
    font-family: inherit;
    white-space: inherit;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .product-details-title {
        font-size: 22px;
    }

    .product-details-title h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .product-details-title {
        font-size: 20px;
    }

    .product-details-title h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 428px) {
    .product-details-title {
        padding: 3% 0px 0px 0px;
    }

    .product-details-title h2 {
        padding: 3% 0px 0px 0px;
    }
}

/* description NSF & feature */
.get-certified-info,
.get-product-feature {
    display: none;
}

.certified-info span .get-certified-info-nsf {
    overflow: unset;
    white-space: break-spaces;
    color: #666;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.nsf-Statement-box {
    border: 1px solid #036AFF;
    color: #036AFF;
    padding: 10px 7px;
    font-size: 13px;
}

/* faq.scss */
.accordion {
    margin: 0;
    padding: 10px 0;
    color: #111111;
    font-size: 16px;
    line-height: 150%;
    position: relative;
    font-weight: 500;
    padding-right: 45px;
    cursor: pointer;
    font-family: 'Montserrat-regular';
}

#faq .accordion {
    padding: 16px 25px 16px 0 !important;
    border-top: 1px solid #E2E2E2 !important;
}

#faq .accordion:first-child {
    border-top: unset !important;
}

#howItWork.faqpage h3 {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 1em;
    color: #000000;
}

.compatible-accordion {
    padding: 16px 0 !important;
    border-top: 1px solid #E2E2E2 !important;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    position: relative;
    margin: 0;
    cursor: pointer;
}

#spec .faqpage {
    padding: 0;
    padding-top: 40px;
}

.faqpage {
    background: #fff;
    padding: 40px;
}

.accordion:hover {
    color: #036AFF;
}

.accordion-close span {
    display: block;
    position: absolute;
    right: 3px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 1em;
    height: 1em;
}

.accordion-open span:before {
    content: "\e904";
    font-family: 'wd-iconfont';
    color: #111;
    font-weight: bold;
    font-size: 18px;
}

.accordion-close span:before {
    content: "\e903";
    font-family: 'wd-iconfont';
    color: #111;
    font-weight: bold;
    font-size: 18px;
}

.accordion-open span {
    display: block;
    position: absolute;
    right: 3px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 1em;
    height: 1em;
}

.accordion-close span {
    display: block;
    position: absolute;
    right: 3px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 1em;
    height: 1em;
}

.faqpage div.container {
    padding: 0;
    margin: 0;
}

.faqpage div.container {
    max-width: 100%;
    padding: 5px 0;
}

.faqpage div.content {
    padding: 0;
    width: 85%;
}

#faq div.content {
    margin: -24px 0 16px 0;
    margin-left: 25px;
}

#howItWork>p:last-child {
    margin-top: 0 !important;
    padding-top: 24px;
    border-top: 1px solid #E2E2E2 !important;
    color: #999 !important;
}

#howItWork .faq-container {
    margin-bottom: 16px;
}

.faqpage div.content ul {
    margin: 0;
    padding-top: 1px;
    list-style-type: none;
}

.faqpage div.content p {
    padding: 0;
    margin: 3px 0 10px;
    padding: 3px;
    font-size: 0.9em;
    text-align: justify;
}

.faqpage div.content div {
    padding: 0;
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    display: block;
    font-family: 'Montserrat-regular', sans-serif;
    color: #666;
    margin: 0;
}

.faqpage div.content .faqpage-content-text {
    padding: 0;
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    display: block;
    font-family: 'Montserrat-regular', sans-serif;
    color: #666;
    margin: 0;
    padding-bottom: 12px;
    word-break: break-word;
}

.faqpage div.content .faqpage-content-text:last-child {
    padding-bottom: 0;
}

.faqpage div.content .faqpage-content-text a {
    color: #036AFF !important;
    text-decoration: none !important;
}

.faqpage div.content .faqpage-content-text a:hover {
    text-decoration: underline !important;
}

.faqpage div.content li {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Montserrat-regular', sans-serif;
    color: #666;
    padding-bottom: 12px;
    list-style-type: none;
}

#howItWork h4 {
    margin-bottom: 20px;
}

#howItWork .product-details-title {
    margin-top: 24px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    display: block;
    color: #424242;
}

#howItWork .product-details-small-title {
    font-family: 'Montserrat-regular';
    font-size: 15.6px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}

@media screen and (max-width: 767px) {
    #faq .accordion {
        padding-right: 30px !important;
    }

    .faqpage {
        font-size: .9em !important;
        padding: 0;
    }

    .faqpage div.content p {
        text-align: left;
    }

    .faqpage div.content div {
        text-align: left;
    }

    .faqpage div.content .faqpage-content-text {
        text-align: left;
    }

    #howItWork .product-details-title {
        font-size: 20px;
    }

    #faq .accordion:first-child {
        padding-top: 0px !important;
    }

    .faqpage div.content .faqpage-content-text a {
        text-decoration: underline !important;
    }

    #faq div.content {
        margin: 0 0 16px 0;
        margin-left: 0;
    }

    .faqpage div.content {
        width: 89.33vw;
    }
}

@media (max-width:540px) {
    .faqpage {
        background: #fff;
    }

}

/* specification.scss */

/* common specification-box-top start*/
.specification-box-top {
    max-width: 1260px;
    margin: 0px auto;
    padding: 0 1% 1%;
    padding-top: 0px;
    /*   display:none; */
}

.specification-box-top-box {
    width: 100%;
}

.specification-box-top-P1 {
    font-size: 26px;
    align-items: center;
    display: flex;
    cursor: pointer;
    justify-content: center;
}

.specification-box-top-P2 {
    font-size: 14px;
    height: 85px;
    overflow: hidden;
}

.specification-box-top-P3 {
    font-size: 16px;
    padding: 1% 0 1%;
}

.show-more-top img {
    width: 20px;
    height: 22px;
    vertical-align: sub;
}

.specification-overlay-top {
    display: none;
    height: 60px;
    width: 100%;
    max-width: 1260px;
    position: absolute;
    bottom: 22px;
    cursor: pointer;
}

.specification-box-top .overlay-collection {
    background: linear-gradient(180deg, rgba(252, 251, 252, 0), white);
}

.paragraph-P4 .product-specification-content-p-title:first-child {
    padding-top: 0;
}

.paragraph-P4 .product-specification-content-p:last-child {
    margin-bottom: 0;
}

.paragraph-P4-collection {
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .specification-top-button {
        padding: 0 3%;
        padding-top: 15px;
    }

    .specification-overlay-top {
        width: 94%;
    }
}

@media screen and (max-width: 428px) {
    .specification-top-button {
        padding: 0 3%;
        padding-top: 15px;
        width: 100%;
        margin: 0 auto;
    }

    .specification-top-button-P2 {
        font-size: 12px;
    }

    .specification-overlay-top {
        width: 94%;
    }
}

/* common specification-box-top end*/
/* common specification-box-button start*/
.specification-box-button {
    max-width: 1260px;
    margin: 0px auto;
    padding: 0 1%;
    /*   display:none; */
}

.specification-box-button-collection {
    max-width: 800px;
    margin: 0px auto;
    padding: 0 1%;
}

.specification-box-button-box {
    width: 100%;
}

.specification-box-button-P1 {
    font-size: 26px;
    align-items: center;
    display: flex;
    cursor: pointer;
    justify-content: center;
}

.specification-box-button-P1-collection {
    font-size: 24px;
    align-items: start;
    display: flex;
    justify-content: start;
    font-weight: bold;
}

.specification-box-button-P2 {
    font-size: 14px;
    height: 85px;
    overflow: hidden;
}

.specification-box-button-P2-collection {
    font-size: 14px;
}

.specification-box-button-P3 {
    font-size: 16px;
    padding: 1% 0;
}

.specification-box-button-P3-collection {
    font-size: 20px;
    padding: 5px 0;
    color: #444;
}

.show-more img {
    width: 20px;
    height: 22px;
    vertical-align: sub;
}

.specification-overlay {
    display: block;
    height: 60px;
    width: 100%;
    max-width: 1260px;
    background: linear-gradient(180deg, rgba(252, 251, 252, 0), #f7f7f7);
    position: absolute;
    bottom: 22px;
}

.specification-box-button .overlay-collection {
    background: linear-gradient(180deg, rgba(252, 251, 252, 0), white);
}

@media screen and (max-width: 1024px) {
    .specification-box-button {
        padding: 0 3%;
        padding-top: 15px;
    }

    .specification-box-button-collection {
        padding: 0 3%;
    }

    .specification-overlay {
        width: 94%;
    }
}

@media screen and (max-width: 428px) {
    .specification-box-button {
        padding: 0 3%;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
    }

    .specification-box-button-collection {
        padding: 0 15px;
        width: 100%;
        margin: 0 auto;
    }

    .specification-box-button-P2 {
        font-size: 12px;
    }

    .specification-box-button-P2-collection {
        font-size: 12px;
    }

    .specification-overlay {
        width: 94%;
    }

    .specification-box-button-P1 {
        font-size: 20px;
    }

    .icon-twitter:before {
        left: -16px;
    }

    .icon-facebook:before {
        left: -16px;
    }

    .icon-instagram:before {
        left: -16px;
    }

    .icon-pinterest:before {
        left: -16px;
    }

    .icon-youtube:before {
        left: -16px;
    }
}

@media screen and (max-width: 375px) {
    .specification-box-button-P1 {
        font-size: 19px;
    }

}

/* common specification-box-button end*/

/* no specification start */
.specification-nojs-title {
    text-align: center;
    font-size: 26px;
    padding-bottom: 10px;
}

.specification-nojs-p {
    padding-bottom: 7px;
}

@media screen and (max-width: 428px) {
    .specification-nojs-title {
        font-size: 20px;
    }

    .specification-nojs-p {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .specification-nojs-title {
        font-size: 19px;
    }
}

/* no specification end */

.specification-collection-div {
    background-color: #f7f8f8;
    padding: 3% 0;
}

.specification-collection-hr {
    background: #666;
    height: 1px;
    margin: 10px 0 30px 0;
    border: 0;
}

.specification-collection-answer {
    padding-left: 34px;
    display: none;
}

.specification-collection-question {
    display: flex;
    align-items: start;
    cursor: pointer;
}

.specification-collection-question img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: 8px;
}

.product-specification-showMore {
    background: #fff;
    text-align: center;
    padding-top: 34px;
}

.product-specification-showMore-icon-down a:after {
    content: "\e90d";
    color: #036AFF;
    font-size: 20px;
    font-family: 'wd-iconfont';
    padding-left: 12px;
}

.product-specification-showMore-icon-up a:after {
    content: "\e92c";
    color: #036AFF;
    font-size: 20px;
    font-family: 'wd-iconfont';
    padding-left: 12px;
}

.product-specification-showMore a img {
    display: none;
}

.product-specification-showMore a {
    display: inline-flex;
    cursor: pointer;
    background: #F6F8FC;
    padding: 10px 24px;
    border-radius: 25px;
}

.product-specification-showMore img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.product-specification-showMore p {
    font-size: 16px;
    line-height: inherit;
    color: #036AFF;
}

.product-specification-content {
    font-size: 14px;
}

.product-specification-content-div {
    max-width: 1260px;
    margin: 0px auto;
    padding-top: 0px;
    display: none;
    background: #fff;
    position: relative;
    padding-bottom: 40px;
    top: 40px;
}

.product-specification-content-p {
    margin-bottom: 24px;
    line-height: 180%;
    font-size: 16px;
}

.product-specification-content-p-title {
    font-size: 20px;
    padding-top: 16px;
    margin-bottom: 16px;
}

.product-specification-content-div h1,
.product-specification-content-div h2,
.product-specification-content-div h3,
.product-specification-content-div h4,
.product-specification-content-div h5,
.product-specification-content-div h6,
.specification-box-button-P2-collection h1,
.specification-box-button-P2-collection h2,
.specification-box-button-P2-collection h3,
.specification-box-button-P2-collection h4,
.specification-box-button-P2-collection h5,
.specification-box-button-P2-collection h6,
.specification-box-button-collection h1,
.specification-box-button-collection h2,
.specification-box-button-collection h3,
.specification-box-button-collection h4,
.specification-box-button-collection h5,
.specification-box-button-collection h6 {
    color: inherit;
    font-size: inherit;
    display: inline;
    font-weight: inherit;
}

@media screen and (max-width:767px) {
    .specification-collection-question {
        margin-bottom: 10px;
    }

    .specification-box-button-P3-collection {
        padding: 0;
    }

    .product-specification-showMore a {
        margin-left: 5px;
    }

    .specification-box-button-P3-collection {
        font-size: 14px;
        line-height: 20px;
    }

    .specification-collection-question img {
        height: 20px;
        width: 20px;
        margin-top: 2px;
    }

    .specification-collection-answer {
        padding-left: 30px;
    }

    .product-specification-content-p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .product-specification-content-p-title {
        font-size: 14px;
        font-weight: 600;
        padding-top: 0px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .template-collection .page-title__heading {
        font-size: 18px;
    }
}

/* product- prroduct soecifications start */
#spec {
    background: #fff;
    padding: 40px;
}

#spec .spec-grid {
    display: flex;
    flex-direction: column;
    background: #fff;
}

#spec .spec-item div {
    background: #f6f8fc;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 0px;
}

#spec .spec-grid .spec-item:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}

#spec .spec-item {
    display: flex;
    max-width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 16px;
    padding: 0px;
    line-height: 28px;
}

#spec .label {
    grid-column: span 2;
    grid-row: span 1;
    padding: 10px 20px;
    margin-top: 0px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

#spec .spec-content {
    grid-column: span 3;
    grid-row: span 1;
    padding: 10px 20px;
    background-color: white;
    margin-top: 0px;
    font-size: 16px;
    color: #111111;
    line-height: 28px;
}

#spec .spec-list {
    grid-column: span 3;
    grid-row: span 1;
    padding: 0px;
    margin-top: 0px;
}

#spec .spec-grid .spec-item a:hover {
    text-decoration: underline;
}

@media (max-width:767px) {
    #spec .spec-content {
        padding: 10px 10px;
    }

    #spec {
        padding: 0 0 24px 0;
    }

    #spec .spec-grid .spec-item a {
        text-decoration: underline;
    }
}

@media screen and (max-width: 428px) {
    #spec .spec-item {
        font-size: 14px;
    }

    #spec .label {
        font-size: 14px;
    }

    #spec .spec-content {
        font-size: 14px;
    }
}

/* product- prroduct soecifications end */

/* spec new add start */
.wd-product-bottom-tab-active a {
    color: #036AFF !important;
}

.faqpage .accordion:before {
    content: "Q:";
    font-size: 16px;
    line-height: 150%;
    color: #111111;
    font-family: 'Montserrat-regular', sans-serif;
    padding-right: 8px;
}

#faq .faq-container:before {
    content: "A:";
    font-size: 16px;
    line-height: 150%;
    color: #111111;
    font-family: 'Montserrat-regular', sans-serif;
}

@media (max-width:767px) {
    .faqpage .accordion:before {
        content: unset;
    }

    #faq .faq-container:before {
        content: unset;
    }
}

/* spec new add end */

/* compare start */
* {
    margin: 0;
    padding: 0;
}

.wd-product-compare-box {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: scroll;
    padding: 40px;
    background: #fff;
}

.wd-product-compare-box table {
    margin: 0 auto;
    width: 100%;
}

.wd-product-compare-box a {
    display: inline-block;
    text-decoration: none;
    color: #036AFF;
}

.wd-product-compare-box a:hover {
    text-decoration: underline;
}

.wd-product-compare-box::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

.wd-product-compare-box table {
    border-spacing: 0;
}

.wd-product-compare-box table tr th {
    background: #F6F8FC;
    padding: 10px;
    max-width: 188px;
    min-width: 188px;
    width: 188px;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    font-family: 'Montserrat-regular', sans-serif;
    border-top: 1px solid #e2e2e2;
    vertical-align: top;
    box-sizing: border-box;
    word-break: break-word;
    text-align: center;
}

.wd-product-compare-box table tr:last-child th,
.wd-product-compare-box table tr:last-child td {
    border-bottom: 1px solid #e2e2e2;
}

.wd-product-compare-box table tr td {
    max-width: 152px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
    font-family: 'Montserrat-regular', sans-serif;
    vertical-align: top;
    box-sizing: border-box;
    word-break: break-word;
}

.wd-product-compare-img td {
    border-top: none !important;
}

.wd-product-compare-img img {
    width: 135px;
    margin-bottom: 12px;
}

.wd-product-compare-img p {
    font-size: 16px;
    line-height: 125%;
    color: #036AFF;
    font-family: 'Montserrat-semiBold';
}

.wd-product-compare-img p:hover {
    text-decoration: underline;
}

@media (max-width:1024px) {
    .wd-product-compare-box table tr th {
        max-width: 110px;
        min-width: 110px;
        width: 110px;
        font-size: 14px;
    }

    .wd-product-compare-box table tr td {
        max-width: 140px;
        font-size: 14px;
        min-width: 140px;
    }

    .wd-product-compare-img img {
        width: 120px;
    }

    .wd-product-compare-img p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .wd-product-compare-box {
        padding: 24px 0 0 0;
    }

    .wd-product-compare-img p,
    .wd-product-compare-box a {
        text-decoration: underline;
    }
}

/* compare end */

/* add old style start */
.certified-info {
    justify-content: flex-start;
}

.product-bar__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-bar__info {
    padding-right: 50px;
}

.wc_review_main_content {
    width: 100%;
    display: inline-block;
    padding: 20px;
    max-width: 1280px;
    margin: auto;
}

.collectionGrid.related-products .container {
    background: #ffffff;
}

.policy-box {
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
}

.policy-box strong {
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
}

.policy-box .policy-box-item {
    margin-bottom: 24px;
}

.policy-box h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.spec-grid span.label,
.spec-flex span.label {
    text-transform: initial;
}

.banner-flex-item {
    margin: 10px 0;
}

section.related-products.container-wrap.collectionGrid.js-collectionGrid {
    background: #ffffff;
}

#faq.faqpage .content span {
    font-size: initial;
    display: block;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: "icomoon";
    font-size: 2em;
    width: 30px;
    height: 30px;
}

.modal-container {
    display: block;
    opacity: 0;
    padding: 20px 50px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    margin-top: 0;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, 1);
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -webkit-overflow-scrolling: touch;
}

.active.modal-container {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
}

.modal-close:before {
    content: "\e604";
    display: none;
}

.product-slideshow {
    position: relative;
}

.product .container .row.row--slideshow.js-row--slideshow {
    z-index: 2;
}

ul.spec-list,
ul.spec-list li {
    list-style: decimal outside;
}

ul.spec-list {
    padding-left: 15px;
}

.wc_product_review_badge {
    margin-bottom: 25px;
}

.bodyWrap {
    background-color: #f7f8f8;
}

figure.wc_author_figure span.wc_first_char {
    font-weight: 500;
}

.product-share .socialBar a {
    margin: 5px;
}

.product-info__wrapper h1.product-title {
    font-size: 1.6em;
    font-weight: 500;
}

.flickity-slider .product-image-thumb {
    padding: 10px;
}

.flickity-slider .product-image-thumb img {
    padding: 0;
}

.product-image-thumb img {
    background: #ffffff;
    border-radius: 6px;
}

.product-image-thumb.is-selected img {
    border: 1px solid #036AFF;
}

.product-slideshow ul {
    list-style: none;
}

.guaranteed,
.product-share {
    margin-top: 25px;
}

.slideshow-img img {
    width: 100%;
}

.productForm select,
.productForm input {
    border-bottom: none;
    background-color: white;
}

.user-doc img {
    width: 30px;
}

.user-doc span {
    line-height: 30px;
    height: 30px;
    vertical-align: top;
    margin-left: 5px;
}

ul.sildeshow-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.sildeshow-icon img {
    max-width: 100%;
    padding: 10px;
    opacity: 0.4;
}

.sildeshow-icon .active img {
    opacity: 1;
}

ul.sildeshow-icon li {
    text-align: center;
    margin-right: 45px;
}

ul.sildeshow-icon li div {
    background-color: rgba(27, 67, 101, 0.1);
    border-radius: 43px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.sildeshow-icon li .active div {
    border-color: #ffffff;
}

ul.sildeshow-icon li:hover div {
    border-color: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.sildeshow-text h2 {
    color: #ffffff;
    font-size: 2.1em;
    font-weight: 500;
    margin-bottom: 18px;
}

.sildeshow-text h3 {
    color: #ffffff;
    font-size: 2.1em;
    font-weight: 500;
    margin-bottom: 18px;
}

.product-slideshow ul.dot-ul li {
    list-style-type: disc;
    list-style: inside;
    line-height: 1.3;
    font-size: 1.2em;
}

.sildeshow-text li {
    color: #ffffff;
    font-weight: 300;
    padding-top: 20px;
}

.sildeshow-text .dot-ul li {
    padding-top: 10px;
}

.sildeshow-text li span {
    line-height: 1.5;
    font-size: 1.2em;
}

.slideshow-content {
    max-width: 1260px;
    z-index: 2;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slideshow-content .slideshow-inner {
    position: absolute;
    top: 32%;
    width: 50%;
    left: 0;
}

.qty-label {
    font-weight: 600;
}

.product-info .product-title {
    margin-bottom: 15px;
}

.product-info .product-price .product-compare-price,
.product-info .product-price .product-normal-price {
    margin: 20px 0 10px 0;
}

span.icon-minus {
    font-weight: 800;
}

.user-doc {
    margin-top: 30px;
}

span.icon-plus {
    font-weight: 800;
}

.product-share h3 {
    color: #111111;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1;
}

.product-share div {
    color: #111111;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1;
}

.guaranteed h3 {
    color: #111111;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1;
}

.guaranteed div {
    color: #111111;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1;
}

.productForm-block .productForm-submit.add-to-cart-btn-style {
    margin-top: 15px;
}

.productForm-block .productForm-submit {
    min-width: 220px;
}

.product-vendor {
    margin-bottom: 15px;
    color: #666666;
    opacity: 0.7;
}

.qty-label {
    margin-bottom: 15px;
}

.product-info .product-price {
    font-weight: 500;
    font-size: 1.6em;
}

.product-bottom-tab {
    margin-top: 70px;
}

.product-feature {
    margin-top: 20px;
    padding: 20px 0 20px 18px;
    border-top: 1px solid rgba(212, 212, 212, 0.6);
    border-bottom: 1px solid rgba(212, 212, 212, 0.6);
}

.product-feature ul,
.product-feature ol,
.product-feature li {
    list-style-type: disc;
}

.product-feature li {
    line-height: 1.8em;
}

.productForm-block div.productForm-select {
    display: block;
}

.user-doc ul {
    max-width: 450px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gs-flex {
    max-width: 390px;
    margin-right: 20px;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-form .product-share {
    padding: 0;
}

#review {
    max-width: 1260px;
    margin: 0px auto;
}

.product .container {
    max-width: 100%;
    background-color: #f7f8f8;
}

#shopify-section-related-products .collectionGrid .collectionBlock {
    margin-bottom: 50px;
}

ul.tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 10px;
    right: 10px;
    background: #036AFF;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs li a:after {
    /*   content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #036AFF;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in; */
    content: "";
    position: absolute;
    bottom: 0;
    height: 0px;
    left: 10px;
    right: 10px;
    background: #ebebeb;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs li a.active {
    color: #036AFF;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs li a:hover {
    color: #036AFF;
}

ul.tabs li a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 10px;
    right: 10px;
    background: #036AFF;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

/*  */
ul.tabs li h2.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 10px;
    right: 10px;
    background: #036AFF;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs li h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #036AFF;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs li h2.active {
    color: #036AFF;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs li h2:hover {
    color: #036AFF;
}

ul.tabs li h2:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 10px;
    right: 10px;
    background: #036AFF;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

ul.tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.related-products.collectionGrid .container {
    /* min-height: 300px; */
    /* height: 100px; */
    overflow-y: hidden;
}

ul.tabs li {
    background: transparent;
    width: 20%;
    min-width: 160px;
    text-align: center;
    position: relative;
}

ul.tabs li:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 10px;
    bottom: 10px;
    background-color: #ebebeb;
    right: 0;
}

ul.tabs li:last-child:after {
    display: none;
}

ul.tabs li a {
    padding: 15px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.product .container .product-bottom-tab.row {
    background: #ffffff;
}

section.container-wrap.collectionGrid.js-collectionGrid {
    /*     max-width: 1260px; */
    margin: 0 auto;
    display: block !important;
}

.product-tab.product-tab--reviews {
    max-width: 1260px;
    margin: 0 auto;
}

.spr-icon.spr-icon-star-empty {
    color: #e8b100;
}

.description-2col-flex {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 32px;
}


.description-2col-flex .desc-img {
    flex: 1 1 0;
    padding: 30px 30px 30px 0;
}

.description-2col-flex .desc-content {
    flex: 1 1 0;
    padding: 30px 0 30px 60px;
}

.description-2col-flex .desc-content h3 {
    font-size: 26px;
}

.description-2col-flex .desc-content .product-details-title {
    font-size: 26px;
    font-weight: normal;
    display: block;
}

.description-2col-flex .desc-content ul {
    margin: 30px;
    list-style: decimal outside;
}

.description-2col-flex .desc-content ul li {
    list-style: decimal outside;
    font-weight: 500;
    margin: 30px 0;
    font-size: 1.2em;
}

.Three-operations-box img {
    width: 100%;
}

.description-2col-flex .desc-content ul li span {
    font-size: 0.9em;
    font-weight: 400;
}

.desc-content h4 {
    font-size: 1em;
    font-weight: 500;
}

.spec-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.spec-grid .spec-item {
    grid-column: span 2;
    grid-row: span 1;
    max-width: 100%;
}

.performance-grid {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin: 30px 0;
}

.performance-grid .grid-item {
    grid-column: span 3;
    grid-row: span 1;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.performance-grid .grid-item.arrow {
    grid-column: span 2;
    justify-content: space-around;
}

#howItWork .filter-grid img {
    max-height: 40vh;
    width: auto;
}

.filter-grid {
    margin-top: 80px;
}

.filter-grid .grid-item {
    grid-column: span 3;
    grid-row: span 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.filter-grid span.filter-title {
    margin: 20px 0 10px;
    font-weight: 600;
    color: #405489;
    display: block;
}

.filter-grid .grid-item#cf span.filter-title {
    color: #088ac6;
}

.filter-grid .grid-item#cb span.filter-title {
    color: #578a4f;
}

.filter-grid .grid-item#cf img {
    padding-top: 80px;
}

.filter-grid .grid-item#cb img {
    padding-top: 80px;
}

.performance-grid .grid-item img {
    max-width: 100%;
}

.spec-grid .spec-item.row-2 {
    grid-row: span 2;
}

.spec-grid .spec-item.row-3 {
    grid-row: span 3;
}

.spec-grid .spec-item.col-6 {
    grid-column: span 6;
}

.howitwork-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 960px;
    margin: 0 auto;
}

.howitwork-img {
    max-width: 960px;
    margin: 20px auto;
}

.howitwork-item {
    padding: 10px;
    flex: 1 1 25%;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.howitwork-filter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-img img {
    max-width: 220px;
}

.filter-img {
    flex: 1 1 45%;
    text-align: center;
    margin: 30px 0 50px;
}

.filter-content {
    flex: 1 1 55%;
}

.howitwork-filter h2 {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 20px;
}

.howitwork-filter h3 {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 20px;
}

.howitwork-filter span {
    font-size: 1.2em;
}

.howitwork-item img {
    max-width: 126px;
}

.howitwork-item span {
    font-size: 1.1em;
    font-weight: 300;
}

span.label {
    font-size: 1em;
    font-weight: 500;
}

span.spec-content {
    font-weight: 400;
    display: block;
    font-size: 0.85em;
    margin-top: 8px;
}

.spec-item {
    padding: 10px;
    flex: 1 1 33%;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 1.2em;
}

.spec-item div {
    padding: 20px 30px;
    background: #f7f8f8;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.performance-grid .grid-item img {
    max-width: 120px;
}

.performance-grid .arrow.grid-item img {
    max-width: 60px;
}

/* ro detail page */

#ro-swiper-slider .swiper-slide img {
    max-width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 25px;
    background-size: 20px 25px;
    margin: 0 10px;
    padding: 0px;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#ro-swiper-container .swiper-button-next,
#ro-swiper-container .swiper-button-prev {
    display: none;
}

/* end ro detail page */

/*   401 detail page */

.banner-53.banner-401 .test-item:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    right: -5px;
    border-radius: 5px;
    margin: auto;
}

.banner-53.banner-401 .test-item {
    flex: auto;
    padding: 0 10px 0 0;
}

.banner-53 .banner-flex {
    margin: 40px 0;
}

.banner-53.banner-401 .banner-flex-item img {
    max-width: 120px;
    max-height: 120px;
}

.banner-53.banner-401 .test-item:first-child {
    max-width: 80px;
    padding: 0;
}

.banner-flex-item img {
    max-width: 120px;
    max-height: 80px;
}

span.test-no {
    font-size: 2.8em;
    font-weight: 400;
}

.banner-53.banner-401 .banner-flex-item.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    align-items: center;
}

.banner-53.banner-401 .test-item:first-child:after {
    display: none;
}

/* end 401 detail page  */

/* 53 detail page */

.banner-53 {
    background: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-banner-53.jpg?v=1583991671);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-53.banner-401 {
    background: url(https://cdn.shopify.com/s/files/1/0078/6156/7570/files/Shopify-banner-401.jpg?v=1583991671);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.desc-content ul.ul-53,
.desc-content ul.ul-53 li {
    list-style: disc;
}

.banner-53 .content {
    max-width: 1260px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding: 0px;
}

.test-item:after {
    content: "";
    width: 2px;
    height: 60%;
    position: absolute;
    top: 10%;
    bottom: 0;
    background: #ffffff;
    right: -30px;
    margin: auto;
}

.test-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
}

.test-item span {
    flex: auto;
}

.test-item:last-child:after {
    display: none;
}

.banner-flex {
    display: flex;
    flex-direction: column;
    width: 50%;
    color: #ffffff;
    align-items: flex-start;
    height: auto;
    justify-content: space-around;
}

.banner-flex-item.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
}

span.test-no {
    font-size: 2.8em;
    font-weight: 600;
}

.banner-flex-item img {
    max-width: 120px;
}

.banner-flex-item .img-item img {
    max-height: 120px;
}

.banner-53 .banner-flex-item h3 {
    color: #ffffff;
    font-size: 2em;
}

.banner-53.banner-401 .banner-flex-item h3 {
    color: #ffffff;
    font-size: 2.5em;
}

span.test-span {
    font-size: 1.3em;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 400;
}

#replaceVideo {
    max-width: 100%;
}

/* end 53 detail page */

.wc_review_main_content {
    display: block !important;
}

strike.product-compare-price {
    margin: 5px 0;
    font-size: 0.6em;
    vertical-align: initial;
}

.product-info .product-price {
    margin-bottom: 0;
}

.product-info .product-price .sale {
    margin: 20px 0 10px 0;
}

@media (min-width: 399px) {
    .productForm-block .productForm-submit.add-to-cart-btn-style {
        margin-right: 1px;
    }
}

@media screen and (min-width: 768px) {

    .inputCounter-down,
    .inputCounter-up {
        height: 30px;
        font-size: 12px;
    }

    .counter.inputGroup input {
        padding: 4px;
    }

    .row.row-lg {
        width: 100%;
        max-width: 1300px;
    }

    .footer-inner.row.row-lg {
        width: 80%;
    }
}

@media screen and (min-width: 1024px) {
    .product-info {
        padding: 25px 0 0;
    }

    section.product.container-wrap.row.row-lg {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1260px) {
    .product .container .row.breadcrumb {
        max-width: 1260px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .product .container .row.row--slideshow.js-row--slideshow {
        max-width: 1260px;
    }
}

@media screen and (min-width: 1400px) {
    .product .container .row.breadcrumb {
        max-width: 1260px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .product .container .row.row--slideshow.js-row--slideshow {
        max-width: 1260px;
    }

    .banner-53 .banner-flex {
        margin: 80px 0;
    }
}

@media (max-width: 1300px) {
    .banner-53 {
        font-size: 0.8em;
    }

    .banner-flex {
        height: 50vh;
    }

    #review {
        margin: 0px 20px;
    }

    .test-item:after {
        right: -45px;
    }

    .banner-53 .banner-flex {
        margin-left: 20px;
    }
}

@media (max-width: 1260px) {
    .slideshow-content .slideshow-inner {
        margin-left: 40px;
    }

    .slideshow-content .slideshow-inner {
        top: 16%;
        width: 70%;
    }

    .banner-53 {
        font-size: 0.8em;
    }

    .banner-flex {
        height: 50vh;
    }

    .banner-53 {
        background-size: cover;
    }

    .banner-53.banner-401 {
        background-size: cover;
    }
}

@media (max-width: 1024px) {
    .test-item:after {
        right: -25px;
    }

    .collectionGrid.related-products .container {
        min-height: auto;
    }

    .product-feature {
        padding: 20px;
        text-align: left;
    }

    ul.tabs li a {
        white-space: nowrap;
    }

    ul.tabs li {
        min-width: auto;
        width: auto;
    }

    .description-2col-flex {
        flex-direction: column;
    }

    .description-2col-flex-direction-reverse {
        flex-direction: column-reverse;
    }

    .description-2col-flex .desc-img img {
        max-width: 480px;
        width: 100%;
    }

    .description-2col-flex .desc-content {
        padding: 0;
    }

    .slideshow-content {
        position: relative;
    }

    .slideshow-content .slideshow-inner {
        position: relative;
        transform: initial;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 50px 20px 40px;
        background-color: #333;
    }

    ul.sildeshow-icon li {
        text-align: center;
        margin-right: 0;
    }

    ul.sildeshow-icon {
        align-items: center;
        justify-content: space-around;
        max-width: 400px;
        margin: 20px auto;
    }

    .container .row.row--slideshow.js-row--slideshow {
        padding: 0 30px;
    }

    .container .row.breadcrumb {
        padding: 0 30px;
    }

    .user-doc ul {
        margin: 20px auto 5px;
    }

    .gs-flex {
        margin: 0 auto;
    }

    .row.row-lg {
        width: 100%;
    }

    /*     .productForm-block {
    text-align: center;
  } */
    ul.sildeshow-icon {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -30px;
    }

    ul.sildeshow-icon li div {
        width: 60px;
        height: 60px;
        border: 3px solid rgba(255, 255, 255, 0.4);
        line-height: 60px;
        color: #036AFF;
        border-color: rgba(204, 204, 204, 0.3);
        background: #ffffff;
    }

    ul.sildeshow-icon li .active div {
        border-color: #036AFF;
    }

    ul.sildeshow-icon li:hover div {
        border-color: #036AFF;
    }
}

@media screen and (max-width: 925px) {
    .banner-flex {
        width: 70%;
    }

    .test-item:after {
        right: -10px;
    }
}

@media screen and (max-width: 768px) {
    .productForm label {
        text-align: left;
    }

    .banner-flex {
        width: 80%;
    }

    .test-item:after {
        right: -40px;
    }

    .modal-container {
        top: 0;
        padding: 100px 20px 50px;
    }

    #ro-swiper-container .swiper-button-next,
    #ro-swiper-container .swiper-button-prev {
        display: initial;
    }

    .filter-grid .grid-item#cb img {
        padding-top: 40px;
    }

    .filter-grid .grid-item#cf img {
        padding-top: 40px;
    }

    .description-2col-flex .desc-img {
        padding: 5px;
    }

    .spec-grid .spec-item {
        grid-column: span 3;
        font-size: 1em;
    }

    .howitwork-filter {
        flex-direction: column;
        font-size: 0.9em;
    }

    .howitwork-item img {
        max-width: 90px;
    }

    .product-slideshow ul {
        font-size: 0.8em;
    }

    .howitwork-img {
        margin: 20px;
    }

    .howitwork-item {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .howitwork-flex {
        margin: 20px 0 40px;
        align-items: flex-start;
        font-size: 0.9em;
    }

    #review {
        margin: 0px 10px;
        display: block;
        height: 100%;
    }

    .productImgSlider {
        background: transparent;
    }

    .header-fix-cont-inner {
        margin: 0 15px;
    }

    .qty-label {
        margin-bottom: 10px;
    }

    .productForm-block .productForm-submit.add-to-cart-btn-style {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .productForm-block div {
        max-width: 220px;
        margin: auto;
    }

    .spec-item {
        flex: 1 1 50%;
        max-width: 50%;
        font-size: 1em;
    }

    .productForm-block .productForm-submit {
        margin-right: 0 !important;
    }

    .gs-flex {
        flex-direction: column;
        max-width: auto;
        align-items: center;
    }

    .product-form .product-share {
        display: none;
        padding: 0;
    }

    .product-bottom-tab {
        margin-top: 20px;
    }

    .product-form .productForm-block {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .sildeshow-text li span {
        line-height: 1.3;
    }

    .product-slideshow ul.dot-ul li {
        line-height: 1.3;
    }

    .slideshow-img {
        height: 300px;
    }

    .sildeshow-text li {
        font-size: 1em;
    }

    .slideshow-img img {
        width: auto;
        position: absolute;
        height: 300px;
        right: 0;
        overflow: hidden;
    }

    .description-2col-flex .desc-content ul li {
        margin: 10px 0;
        font-size: 1em;
    }

    .description-2col-flex .desc-content ul li span {
        font-size: 1em;
    }

    .user-doc img {
        width: 30px;
        display: block;
        margin: 0 auto;
    }

    .user-doc span {
        margin: 0;
        text-align: center;
        font-size: 0.9em;
    }

    .user-doc ul {
        margin: 20px auto 5px;
    }

    .product-feature {
        font-size: 0.9em;
    }

    .user-doc ul {
        justify-content: space-around;
    }

    .product-info .product-vendor {
        font-size: 0.9em;
    }

    .banner-53 .banner-flex-item h3 {
        color: #ffffff;
        font-size: 2.2em;
        text-align: center;
    }

    .spec-item div {
        padding: 15px 15px;
    }

    .spec-item {
        padding: 5px;
    }

    div#product-radio-btn div {
        max-width: 100%;
    }

    #product-radio-btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 649px) {
    .test-item:after {
        right: -20px;
    }

    ul.tabs {
        justify-content: flex-start;
        overflow: auto;
    }

    .spec-grid .spec-item {
        grid-column: span 6;
    }

    .performance-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 0;
    }

    .performance-grid .grid-item.arrow img {
        transform: rotate(90deg);
    }

    .performance-grid .grid-item.arrow {
        grid-column: span 3;
    }

    .performance-grid br {
        display: none;
    }

    .performance-grid .grid-item img {
        max-width: 80px;
    }

    .performance-grid .arrow.grid-item img {
        max-width: 30px;
    }

    .banner-flex {
        width: 100%;
    }

    .img-item {
        flex: 1 1 25%;
    }

    .banner-flex-item img {
        max-width: 120px;
        width: 100%;
    }

    .banner-53.banner-401 .banner-flex-item img {
        max-width: 80px;
        width: 100%;
    }

    .banner-flex-item.flex {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        max-width: 300px;
        width: 100%;
    }

    .test-item:after {
        display: none;
    }

    .banner-401.banner-53 .content {
        height: auto;
        padding: 0px;
    }

    .banner-53 .content {
        height: auto;
        padding: 0px;
        background: hsla(0, 0%, 0%, 0.2);
        width: 100%;
    }

    .banner-flex {
        height: auto;
        align-items: center;
    }

    .banner-53 {
        font-size: 0.6em;
    }

    .banner-flex-item {
        margin: 10px 0;
        text-align: center;
    }

    .test-item:last-child {
        flex: 1 1 100%;
    }

    .test-item {
        padding: 5px;
    }

    .product-slideshow ul.dot-ul li {
        font-size: 1.5em;
    }

    .sildeshow-text li span {
        line-height: 1.5;
    }

    .flickity-slider .product-image-thumb {
        padding: 5px;
    }

    .productImgSlider-nav .js-slide {
        width: 110px;
        height: 110px;
    }

    .banner-53.banner-401 .test-item:first-child {
        flex: 1 1 100%;
        text-align: justify;
        justify-content: center;
        align-items: center;
    }

    .banner-53.banner-401 .test-item {
        flex: auto;
        padding: 5px;
    }

    .banner-53.banner-401 .banner-flex-item.flex {
        max-width: 350px;
    }

    .description-2col-flex .desc-img {
        padding: 0;
    }

    .description-2col-flex {
        padding: 0;
    }
}

@media screen and (max-width: 549px) {
    .row .tabs-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    ul.tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    ul.tabs li a {
        font-size: 0.9em;
    }

    .container .row.row--slideshow.js-row--slideshow {
        padding: 0 10px;
    }

    .spec-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .container .row.breadcrumb {
        padding: 0 10px;
    }

    ul.tabs li a {
        padding: 10px 10px;
    }

    ul.tabs li {
        min-width: auto;
    }

    ul.sildeshow-icon {
        max-width: 300px;
    }
}

/* Liam product css */

@media screen and (max-width: 428px) {
    .gs-flex {
        display: none;
    }

    .certified-info {
        justify-content: center;
    }

    .product-info__wrapper h1.product-title {
        font-size: 1.4em;
    }

    .product-bottom-tab {
        margin-top: 10px;
    }

    .guaranteed,
    .product-share {
        margin-top: 10px;
    }

    .description-2col-flex .desc-img {
        text-align: center;
        padding-top: 25px;
    }

    #quantity-box {
        display: grid;
    }

    .qty-label {
        margin-bottom: 20px;
    }

    ul.tabs li a:after {
        height: 1px;
    }
}

#quantity-box {
    margin-bottom: 5px !important;
}

/* product- prroduct soecifications */
#spec .spec-grid {
    display: flex;
    flex-direction: column;
}

#spec .spec-item {
    display: flex;
    max-width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 16px;
    padding: 0px;
    line-height: 28px;
}

#spec .label {
    grid-column: span 2;
    grid-row: span 1;
    padding: 10px 20px;
    margin-top: 0px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

#spec .spec-content {
    grid-column: span 3;
    grid-row: span 1;
    padding: 10px 20px;
    background-color: white;
    margin-top: 0px;
    font-size: 16px;
    color: #111111;
    line-height: 28px;
}

#spec .spec-list {
    grid-column: span 3;
    grid-row: span 1;
    padding: 0px;
    margin-top: 0px;
}

@media screen and (max-width: 428px) {
    #spec .spec-item {
        font-size: 14px;
    }

    #spec .label {
        font-size: 14px;
    }

    #spec .spec-content {
        font-size: 14px;
    }
}

/* description NSF & feature */
.get-certified-info,
.get-product-feature {
    display: none;
}

.certified-info span .get-certified-info-nsf {
    overflow: unset;
    white-space: break-spaces;
    color: #666;
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.nsf-Statement-box {
    border: 1px solid #036AFF;
    color: #036AFF;
    padding: 10px 7px;
    font-size: 13px;
}

#filtrationPerformance,
#compatibleWith,
#productDescription,
#howItWork,
#faq,
#spec,
#review {
    background: #ffffff;
    max-width: 1440px;
    margin: 0 auto;
}

#review {

    padding: 0px;
}

#productDescription .description-2col-flex .desc-content ul.ul-ref-non-nsf li img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.description-2col-flex .desc-content ul.ul-ref-non-nsf li {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.description-2col-flex .desc-content ul.ul-ref-non-nsf {
    list-style: none;
    margin: 30px 10px;
}

/* add old style end */

.wd-product-description-remark-section {
    padding: 0;
    background: #fff;
    font-size: 12px;
    color: #999;
    line-height: 150%;
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
    font-family: 'Montserrat-regular';
}

@media (max-width: 1024px) {
    .wd-product-description-remark-section {
        padding: 0 5.33%;
    }
}

@media (max-width: 767px) {
    .wd-product-description-remark-section {
        padding: 0 16px;
        padding-top: 24px;
    }
}

/* compare pure img */
.wd-product-compare-pure {
    height: 36px;
}

/* shopify 2.0 css start */

#filtrationPerformance,
#compatibleWith,
#howItWork,
#faq,
#spec,
#review,
{
max-width: 1440px;
padding: 0 60px;
margin: 0 auto;
margin-top: 24px;
}

.blocks-item-text {
    padding: 30px;
}

.blocks-item-img {
    padding: 30px;
}

.blocks-item-text {
    font-family: 'Montserrat-Regular';
}

#spec .spec-grid {
    font-family: 'Montserrat-Medium';
    margin-top: 24px;
}

#spec .spec-content {
    font-family: 'Montserrat-Regular';
}

.spec-nsf a {
    display: flex;
    align-items: center;
}

.spec-nsf a svg {
    top: 0 !important;
}

.blocks-box {
    max-width: 1440px;
}

.blocks-item {
    grid-column-gap: 60px;
    margin-bottom: 60px;
}

.blocks-item img {
    border-radius: 16px;
}

#spec .label {
    color: #292929;
}

.product-specification-showMore p {
    font-family: 'Montserrat-Regular';
}

.product-specification-showMore a {
    align-items: center;
}

.product-specification-content-div {
    font-family: 'Montserrat-Regular';
}

.wd-product-bottom-tab-reviews {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 50px 50px;
    margin-top: 24px;
}

.wd-product-bottom-tab-title-fixed-mobile {
    display: none;
}

.wd-product-bottom-tab-sub-title {
    max-width: 1440px;
    padding: 0 50px;
    margin: 0 auto;
}

.wd-fixed-product {
    width: auto;
}

.wd-product-bottom-tab-sub-title .wd-img img {
    display: block;
}

.wd-product-bottom-tab-sub-title .wd-img {
    margin-right: 12px;
}

.wd-product-bottom-tab-sub-title .wd-description {
    max-width: 300px;
}

.wd-product-bottom-tab-sub-title .wd-fixed-product {
    margin-right: 0;
}

.wd-pure-to-drain-rate-hover {
    display: inline;
}

.wd-product-compare-pure {
    margin: 0 auto;
}

.faq-container {
    font-family: 'Montserrat-regular', sans-serif;
}

.faq-container table {
    border: 1px solid #e2e2e2;
    border-right: none;
    border-bottom: none;
}

.faq-container table tr {
    border-bottom: 1px solid #e2e2e2;
}

.faq-container table tr td {
    border-right: 1px solid #e2e2e2;
}

.faq-container table tr th {
    border-right: 1px solid #e2e2e2;
}

#spec.productSpec {
    margin-bottom: 40px;
}

.wd-breadcrumb-container .sf-breadcrumb__nav {
    max-width: 100%;
}

@media screen and (max-width:1024px) {

    #filtrationPerformance,
    #compatibleWith,
    #howItWork,
    #faq,
    #spec,
    #review {
        padding: 0 5.33%;
    }

    #howItWork {
        padding: 0;
    }

    .blocks-item {
        row-gap: 4.16vw;
        column-gap: 4.16vw;
        margin-bottom: 4.16vw;
    }

    .blocks-item-text,
    .blocks-item-img {
        padding: 0;
    }

    .wd-product-bottom-tab-reviews {
        padding: 0 5.33%;
    }
}

@media screen and (max-width:767px) {

    #filtrationPerformance,
    #compatibleWith,
    #howItWork,
    #faq,
    #spec,
    #review,
    {
    padding: 0 20px;
}

.wd-product-bottom-tab-reviews {
    padding: 0 20px;
}

.wd-product-bottom-tab-ul {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.wd-product-bottom-tab-ul li a {
    padding: 0;
}

.wd-product-bottom-tab-ul li:after {
    display: none;
}

/* .wd-product-bottom-tab-ul li:first-child {
    display: flex;
    justify-content: start;
}

.wd-product-bottom-tab-ul li:nth-child(2) {
    display: flex;
    justify-content: center;
}

.wd-product-bottom-tab-ul li:nth-child(3) {
    display: flex;
    justify-content: center;
}

.wd-product-bottom-tab-ul li:last-child {
    display: flex;
    justify-content: flex-end;
} */

.productSpec-box {
    padding: 0 !important;
}

#spec.productSpec {
    margin-bottom: 0;
}
}

/* shopify 2.0 css end */