/* Inter Font Family */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", serif;
    color: #000;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0 15px;
}

.ml-auto {
    margin-left: auto;
}

.mb-24 {
    margin-bottom: 24px;
}

.pl-0 {
    padding-left: 0 !important;
}

.navbar-collapse {
    flex-grow: inherit;
}

.tab-content>.active {
    display: flex;
}

.product-full-description:before {
    content: '';
    position: absolute;
    left: 0;
    background: #F9FAFF;
    width: 100%;
    height: 100%;
    z-index: -9999;
}

h1 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Header */
.header {
    background: #fff;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.header header,
.header header .navbar {
    height: 88px;
}

header .menu {
    display: flex;
}

header .menu li {
    display: flex;
}

header .menu li a,
header .navbar li a {
    padding: 34px 0px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

header .navbar li {
    padding-left: 16px;
    padding-right: 16px;
}

header .logo {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

header .navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse {
    background-color: #ffffff;
}

.mm-right-side {
    position: absolute;
    left: 40%;
    top: 50px;
}

.mega-menu-dropdown .mm-right-side {
    display: none;
}

.mega-menu-dropdown .nav-item:hover .mm-right-side {
    display: block;
}

.mega-menu-dropdown.hovered .dropdown-menu {
    display: block;
}

.mega-menu-row.hovered {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 88px;
    background: rgba(0, 0, 0, 0.5);
}

.menu-h {
    height: 68px;
}

.nav-item.mega-dropdown {
    position: static;
}

.mega-menu-dropdown.hovered {
    display: block;
}


/* mega menu */
li.nav-item.current_page_item a.nav-link,
li.nav-item.current-menu-parent a.nav-link {
    font-weight: 700;
    color: #000;
    position: relative;
}

.dropdown-specification {
    display: flex;
    margin-bottom: 8px;
}

.dropdown-specification span {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    position: relative;
    padding: 0 10px;
}

.dropdown-specification span:first-child {
    padding-left: 0;
}

.dropdown-specification span:after {
    content: '';
    height: 19px;
    width: 1px;
    background: #000;
    right: 0;
    position: absolute;
}

.dropdown-specification span:last-child:after {
    display: none;
}

li.nav-item.current_page_item a.nav-link,
li.nav-item.current-menu-parent a.nav-link {
    font-weight: 700;
    color: #000;
    position: relative;
}

li.nav-item.current_page_item a.nav-link:after,
li.nav-item.current-menu-parent a.nav-link::after,
li.nav-item.current-menu-ancestor a.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background-color: #000000;
    display: block !important;
    border: none;
    margin: 0;
    vertical-align: inherit;
}

.mega-menu-dropdown li.nav-item a.nav-link {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    line-height: 34px;
    position: relative;
}

.mega-menu-dropdown li.nav-item a.nav-link:after {
    display: none !important;
}

.mega-menu-dropdown li.nav-item.active a.nav-link {
    position: relative;
    font-weight: 700;
}

.mega-menu-dropdown li.nav-item:hover a.nav-link {
    cursor: pointer;
    font-weight: 700;
}

.mega-menu-dropdown li.nav-item.active a.nav-link:after,
.mega-menu-dropdown li.nav-item:hover a.nav-link:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #000000;
    content: '';
    display: block !important;
}


.mega-menu-dropdown {
    position: fixed;
    top: 88px;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    background: #F9FAFF;
    padding-top: 32px;
    padding-bottom: 32px;
    height: 336px;
}

.nav-pills .nav-link {
    background: transparent !important;
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    padding: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    text-decoration: underline;
    font-weight: 700;
    text-decoration-skip-ink: none;
}

.menu-img {
    margin-right: 24px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 9px 10px 2px #f3f3f3;
    width: 181px;
    height: 181px;
}

.menu-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.mega-m-description p:last-child {
    margin-bottom: 8px;
}

.mega-m-description p {
    font-size: 14px;
    line-height: 17px;
    color: #464646;
    margin-bottom: 8px;
}

.mega-m-description .btn-link {
    padding: 0;
}

.btn-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    color: #000000;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.btn-link svg {
    margin-left: 8px;
}

.btn-link:hover {
    color: #4E7CCD;
}

a.btn-link:hover svg path,
a.btn-link:hover svg {
    fill: #4E7CCD;
}

.mega-menu-dropdown {
    display: none;
}

.mega-menu-dropdown.hovered {
    display: block;
}

.mega-menu-dropdown .nav-item:hover .mm-right-side {
    display: block;
}

.mega-menu-dropdown .nav-item.active .mm-right-side {
    display: block;
}

header .navbar .mega-menu-dropdown ul {
    list-style: none;
}

header .navbar .mega-menu-dropdown ul li {
    padding-left: 0;
}

.mega-dropdown .dropdown-toggle::after {
    display: none;
}

/* End Header */

/* Disclaimer */
.disclaimer {
    padding: 27px 15px 26px;
    font-size: 12px;
    line-height: 14px;

}

.disclaimer a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.disclaimer a:hover {
    text-decoration: underline;
}

/* EnD Disclaimer */


/* Product Listing */
.top-sticky-header {
    margin-bottom: 57px;
}

.top-sticky-header {
    position: sticky;
    top: 85px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0.29735644257703087) 100%);
    z-index: 12;
}

.product-listing .heading-content p {
    line-height: 19px;
}

.product-listing .col-2 {
    padding: 0 8px;
    max-width: 197.8px;
    min-width: 197.8px;
    box-sizing: border-box;
}

.product-listing .heading-content h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 4px;
    font-weight: 600;
}

.product-tabs .nav-tabs {
    border: none;
}

.product-tabs .nav-tabs .nav-item.show .nav-link,
.product-tabs .nav-tabs .nav-link.active {
    border: none;
}

.product-tabs .nav-tabs .nav-link {
    background: #F7F6F6;
    border: 1px solid #CBCBCB;
    font-size: 14px;
    color: #464646;
    margin-right: 16px;
    padding: 5px 12px;
    border-radius: 32px;
    font-weight: 500;
}

.product-tabs .nav-tabs .nav-link:hover {
    background: #E8E8E8;
}

.product-tabs .nav-tabs .nav-link a {
    text-decoration: none;
    color: #464646;
}

.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-link.active a {
    background: #4E7CCD;
    color: #FFFFFF;
}


.blank-space {
    width: 100%;
    min-height: 40px;
    display: block;
    margin-bottom: 12px;
}

.comparison-sub-products.rounded {
    margin-top: 20px;
}

.comparison-sub-products.warm-water {
    margin-top: 49px;
    padding-top: 18px;
    border-top: 1px solid #E6E6E6;
}

.comparison-sub-products.tem {
    margin-top: 16px;
    margin-bottom: 0;
}

.tem-blank-space {
    min-height: 24px;
}

.comparison-sub-products {
    margin-bottom: 16px;
}

.product-tabs .nav-tabs .nav-link.active {
    background: #4E7CCD;
    color: #FFFFFF;
}

.tem-control {
    background: #fff;
}

.inner-product-review {
    min-height: 68px;
}

.border-line {
    width: calc(100% + 20px);
    height: 1px;
    margin: 16px 0;
    background: #E6E6E6;
    margin-left: -10px;
}

/* .product-tabs .nav-tabs .nav-link:last-child{
    margin-right: 0;
} */

.product-card figure img {
    width: auto;
    min-height: 100%;
    object-fit: fill;
    object-position: center;
    min-width: 100%;
    height: 100%;
}

.product-card .card-heading,
.row-custom .card-heading {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-card .card-heading:hover,
.row-custom .card-heading:hover {
    color: #4E7CCD;
}

.product-container .card-heading a,
.other-product-listing .product-heading a {
    color: #000000;
    text-decoration: none;
}

.product-listing .tab-content {
    /* z-index: 9999; */
    position: relative;
    top: 0;
}

/* by me */
/* .tab-content.scrolled .product-container {
    top: 0;
    z-index: 9999;
}

.tab-content.scrolled .row-custom p.card-description,
.tab-content.scrolled .row-custom .product-item,
.tab-content.scrolled .row-custom .product-from.site-name {
    display: none;
} */

/* by me */
.product-tabs .nav-tabs {
    background: white;
}

.product-card p.card-description,
.row-custom p.card-description {
    margin-bottom: 35px;
    height: 85px;
    overflow: hidden;
}

.product-card p,
.row-custom p.card-description,
.row-custom p {
    font-size: 14px;
    line-height: 17px;
    color: #464646;
}


.row-custom p.card-description {
    font-size: 14px;
    line-height: 17px;
    color: #464646;
}

.product-card .product-price .price,
.row-custom .price {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
    font-weight: 700;
}

.btn-row .btn-blue {
    border-radius: 6px;
    background: #4E7CCD;
    color: #fff;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.btn-row .btn-gray {
    border-radius: 6px;
    background: #F7F6F6;
    color: #464646;
    font-size: 16px;
    font-weight: 500;
}

.btn-row p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

.comparison-table-wrapper {
    position: relative;
    z-index: 1;
}

.comparison-table-wrapper::after {
    content: '';
    height: 24px;
    width: 100%;
    position: absolute;
    box-shadow: 0px 18px 16px 0px rgba(0, 0, 0, 0.03);
    top: -24px;
    left: 0;
    pointer-events: none;
}

.comparison-table-wrapper {
    background: #F9FAFF;
    padding-top: 24px;
    padding-bottom: 50px;
}

.comparison-table-wrapper .row.row-custom {
    padding: 0 10px;
}

.comparison-table-wrapper .row.row-custom .col-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;

}

.single-brand .comparison-table-wrapper .row.row-custom .col-2 {
    border: none;
}

.single-brand .comparison-table-wrapper::after {
    box-shadow: none;
}

.single-brand .comparison-table-wrapper {
    background-color: #fff;
}

.comparison-table-wrapper .row.row-custom .col-2:first-child {
    padding-left: 7px;
    padding-right: 0;
}

.row.row-custom ul {
    margin-left: 16px;
}

.row.row-custom .comparison-required ul {
    margin-left: 0;
    list-style: none;
    width: 100%;
}

.row.row-custom .comparison-required ul li {
    margin-right: 0;
    text-align: center;
}

.row.row-custom .comparison-required ul li span.helping-txt {
    margin-top: 8px;
    display: block;
}

/* .comparison-table-wrapper .row-custom:nth-child(even){
    background: #fff;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
} */

.comparison-table-wrapper .row-custom:nth-child(even) .col-2 {
    background: #fff;
}
.comparison-table-wrapper .row-custom:nth-child(odd) .col-2 {
    background: #F9FAFF;
}

.comparison-table-wrapper .comparison-price {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
}

.comparison-table-wrapper .comparison-rating {
    display: flex;
    height: 100%;
    align-items: center;
}

.comparison-table-wrapper .comparison-heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 4px;
}

.comparison-table-wrapper .comparison-sub-heading {
    font-size: 14px;
    line-height: 19px;
}

.comparison-table-wrapper .comparison-description {
    font-size: 14px;
    line-height: 17px;
}

.comparison-table-wrapper .comparison-required,
.custom-row .comparison-required {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.comparison-table-wrapper .comparison-required .comparison-tooltip,
.custom-row .comparison-required .comparison-tooltip {
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.comparison-table-wrapper .comparison-single-details {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.comparison-specification ul {
    margin: 0;
    margin-left: 17px;
    padding: 0;
}

.comparison-specification ul li {
    font-size: 16px;
    line-height: 28px;
}

/* End Product Listing */

.product-grid-wrapper,
.comparison-table-scroll-row {
    overflow-x: hidden !important;
    cursor: grab;
    position: relative;
    max-width: 100%;
}

.product-container {
    background: #fff;
    z-index: 2;
    padding-bottom: 24px;
}
/* 
@media (min-width: 1366px) {
    .product-container{
        position: sticky;
        top: 88px;
    }
} */

/* Footer Start Here */
footer {
    background: #000;
    padding: 56px 0;
}

footer .menu {
    display: flex;
    flex-wrap: wrap;
}

footer .menu li {
    width: 50%;
    display: flex;
    padding: 0 8px;
}

footer .menu li a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    padding: 8px 0;
}

footer .copyright {
    color: #E2E2E2;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    margin-bottom: 0;
    padding-top: 80px;
}

footer .logo {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;

}

/* Footer End Here */


/* Brand Details Page CSS Start Here */
.brand-details {
    margin-top: 16px;
}

.brand-details figure {
    margin: 0;
}

.brand-details figure img {
    width: 100%;
    height: auto;
}

hr {
    margin: 48px 0;
    color: #d7d7d7;
    opacity: 1;
}

.brand-details .brand-content h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.brand-details .brand-content {
    max-width: 378px;
    width: 100%;
}

.brand-details .brand-content p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.brand-details .why-choose {
    margin-top: 16px;
}

.brand-details .why-choose .sub-heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 30px;
}

.brand-details .why-choose ul li {
    font-size: 16px;
    line-height: 24px;
    list-style: inside;
    color: #464646;
}


/* Other Product Listing */
.other-product-row hr {
    margin: 40px 0;
}

.other-product-row .about-brand h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 16px;
}

.other-product-row .about-brand p {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
}

.other-product-row .about-brand p.mb-32 {
    margin-bottom: 32px;
}

.other-product-row .about-brand p:last-child {
    margin-bottom: 0;
}

.other-product-row .other-product h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 8px;
}

.other-product-row .other-product .sub-heading {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin-bottom: 24px;
}

.other-product .other-product-listing figure {
    height: 369px;
}

.other-product .other-product-listing figure img {
    min-width: 100%;
}

.other-product-listing figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.other-product-listing figure .product-tag {
    position: absolute;
    padding: 6px 17px;
    background: #fff;
    border-radius: 4px;
    top: 16px;
    left: 16px;
    font-size: 16px;
    font-weight: 700;
}

.other-product-listing figure img {
    object-fit: cover;
    height: 100%;
}

.other-product-listing .listing-row {
    background: #F0F4FC;
    width: 100%;
    margin-left: 0;
}

.other-product-listing .product-heading {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 8px;
    text-decoration: underline;
}

.other-product-listing .product-des {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 16px;
}

.other-product-listing .tips {
    font-size: 14px;
    line-height: 16px;
    color: #4D4D4D;
}

.other-product-listing .price {
    margin: 16px 0 8px;
}

.other-product-listing .current-price {
    font-size: 16px;
    line-height: 19px;
    color: #C71616;
    font-weight: 700;
    margin-right: 16px;
}

.other-product-listing .last-price {
    font-size: 16px;
    line-height: 19px;
    color: #747474;
    font-weight: 500;
    margin-right: 16px;
    text-decoration: line-through;
}

.other-product-listing .btn-blue {
    width: 100%;
}

.other-product-listing .pr-24 {
    padding-right: 24px;
}

.other-product-listing .btn-row span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 9px;
}

.other-product-listing .product-details {
    margin-top: 40px;
}

.other-product-listing .product-details .product-details-heading {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}

.other-product-listing .product-details p {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #464646;
}

.other-product-listing {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.other-product-listing:last-child {
    border: none;
    padding-bottom: 0;
}


/* Product Review */
.product-review {
    margin-top: 16px;
}

.product-review .breadcrumb {
    padding-bottom: 16px;
    border-bottom: 1px solid #D7D7D7;
}

.product-review .breadcrumb {
    font-weight: 500;
    color: #707070;
    font-size: 14px;
    line-height: 17px;
}

.product-review .breadcrumb a {
    color: #000;
    text-decoration: none;
}

.product-review .breadcrumb a:hover {
    text-decoration: underline;
}

.product-review .breadcrumb .separate {
    padding: 0 10px;
}

.product-review .heading-content {
    margin-top: 24px;
}

.product-review .heading-content .sub-heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.product-review .heading-content h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.product-review .heading-content .last-updated {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #464646;
}

.product-review .heading-content {
    margin-bottom: 40px;
}

.product-review .heading-content .social-content {
    margin-top: 32px;
}

.product-review .heading-content .social-content a {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #D8E6FE;
    text-decoration: none;
    margin-right: 8px;
}

.product-review .product-review-header {
    margin-bottom: 40px;
}

.product-review .product-review-header figure {
    margin-bottom: 0;
}

.product-review .product-review-header figure img {
    width: 100%;
    height: auto;
}

.product-review .review-top-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}
.product-review .review-top-row .product-review-header {
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
}
.product-review .review-top-row .details-view {
    flex: 1;
    min-width: 0;
}

.product-review .admin figure {
    margin: 0;
    margin-right: 16px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.product-review .admin .admin-details .heading {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-review .admin .admin-details .sub-heading {
    font-size: 14px;
    line-height: 17px;
    color: #464646;
}

.product-review hr.mt-24 {
    margin-top: 24px;
}

.product-review .product-review-details .details-view h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 16px;
}

.product-review .product-review-details .details-view .sub-heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 16px;
}

.product-review .product-review-details .details-view {
    margin-bottom: 40px;
}

.product-review .product-review-details .details-view p {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
}

.product-review .product-review-details .details-view p:last-child {
    margin-bottom: 0;
}

.product-review .key-feature {
    background: #F0F4FC;
    padding: 48px 55px 23px;
    margin-bottom: 40px;
}

.product-review .key-feature .heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 24px;
}

.product-review .key-feature .key-feature-container {
    display: flex;
    flex-wrap: wrap;
}

.product-review .key-feature .key-feature-container .feature-col {
    width: 50%;
    margin-bottom: 42px;
}

.product-review .key-feature .key-feature-container .feature-col:nth-child(odd) {
    padding-right: 24px;
}

.product-review .key-feature .key-feature-container .feature-col:nth-child(even) {
    padding-left: 24px;
}

.product-review .key-feature .key-feature-container .feature-col .features-heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 4px;
}

.product-review .key-feature .key-feature-container .feature-col p {
    font-size: 14px;
    line-height: 17px;
    color: #464646;
    margin: 0;
}

.product-review .key-feature .key-feature-container .feature-col svg,
.product-review .key-feature .key-feature-container .feature-col .feature-icon {
    margin-right: 10px;
    min-width: 24px;
    height: 24px;
}


.product-review .key-feature .key-feature-container .feature-col.not-included .feature-icon {
    background-image: url("/wp-content/themes/btl-theme/assets/images/unchecked-img.svg");
}

.product-review .key-feature .key-feature-container .feature-col.included .feature-icon {
    background-image: url("/wp-content/themes/btl-theme/assets/images/checked-img.svg");
}

.product-review .key-feature .key-feature-container .feature-col .feature-icon::before {
    font-size: 0;
}

.reasons-row .dashicons {
    display: none;
}

.product-review .reasons-row .reasons-heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 24px;
}

.product-review .reasons-row .reasons-sub-heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.product-review .reasons-row ul {
    padding-left: 24px;
}

.product-review .reasons-row ul li {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
    margin-bottom: 24px;
}

.product-review .reasons-row {
    margin-bottom: 40px;
}

.product-review .reasons-row ul li:last-child {
    margin-bottom: 0;
}

.more-details .details-heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    margin: 80px 0 40px;
}

.more-details .description {
    margin-bottom: 40px;
}

.more-details .description .heading {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000;
}

.more-details .description {
    font-size: 18px;
    line-height: 21px;
    color: #464646;
}

.more-details .description ul {
    padding-left: 32px;
}

.more-details .description ul li {
    margin-bottom: 24px;
}


.more-details .description ul li ul {
    padding-top: 20px;
}

.more-details .description ul li:last-child {
    margin-bottom: 0;
}

.more-details .description p {
    margin-bottom: 30px;
}

.easy-install .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 8px;
}

.easy-install figure {
    margin: 0;
}

.easy-install figure img {
    width: 100%;
    height: auto;
}

.source {
    font-size: 12px;
    line-height: 14px;
    color: #464646;
    margin-top: 8px;
}

/* social-icon */
.product-review .heading-content .social-content .social-icon-2 {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.product-review .heading-content .social-content .social-icon-2.share {
    background-image: url("/wp-content/themes/btl-theme/assets/images/Shaing-icon.png");
}

.product-review .heading-content .social-content .social-icon-2.message {
    background-image: url("/wp-content/themes/btl-theme/assets/images/message-icon.png");
}

.product-review .heading-content .social-content .social-icon-2.facebook {
    background-image: url("/wp-content/themes/btl-theme/assets/images/fb-icon.png");
}

.easy-install {
    width: 100%;
}

.custom-style-iframe {
    width: 780px;
    height: 414px;
    margin-left: -20px;
}

.easy-install .vp-center {
    justify-content: flex-start;
}



/* new css by lalit */
header {
    border-bottom: #EEEEEE solid 1px;
    background: #fff;
}

.titles-outside-loop+hr,
.custom-scrollspy+hr {
    margin: 38px auto;
}

.titles-outside-loop+hr,
.custom-scrollspy+hr {
    margin: 38px auto;
}

footer {
    margin-top: 64px;
}

.titles-outside-loop ul,
.block-style-1 ul {
    margin-left: 20px;
}

.titles-outside-loop ul li {
    list-style: disc;
}

.titles-outside-loop ul li a {
    color: #000;
    text-decoration: underline;
    line-height: 40px;
}

.titles-outside-loop ul li a:hover {
    color: #4E7CCD;
}

.custom-scrollspy p {
    line-height: 22px;
    margin-bottom: 20px;
}

.custom-scrollspy p:last-child {
    margin-bottom: 0;
}

/* Properly format lists inside the homepage introduction */
body.home section.bg-color-l-blue.pb-5 > .container > ul,
body.home section.bg-color-l-blue.pb-5 > .container > ol {
    margin: 0 0 24px;
    padding-left: 32px;
    list-style-position: outside;
}

body.home section.bg-color-l-blue.pb-5 > .container > ul {
    list-style-type: disc;
}

body.home section.bg-color-l-blue.pb-5 > .container > ol {
    list-style-type: decimal;
}

.sub-title {
    color: #747474;
}

.custom-scrollspy h2 {
    font-size: 24px;
    font-weight: 700;
}

.font-500 {
    font-weight: 500;
}

.font-16 {
    font-size: 16px;
}

.block-style-1 {
    margin-bottom: 40px;
}

.block-style-1 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
}

.block-style-1 ul li {
    list-style: disc;
    color: #464646;
    margin-bottom: 10px;
}

/* footer form */
.subscribe-form div.wpforms-container-full:not(:empty) {
    margin: 0
}

.subscribe-form form#wpforms-form-51 {
    display: flex;
    justify-content: space-between;
}

.subscribe-form .wpforms-container .wpforms-form .wpforms-field-label {
    font-size: 16px;
    color: #B3B3B3
}

.subscribe-form .subscribe-field .wpforms-field-label {
    max-width: 250px;
    float: left;
}

.subscribe-form .subscribe-field .wpforms-field-medium {
    border: #CCCCCC solid 1px;
    background: none;
    height: 36px;
    max-width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 6px;
}

.subscribe-form .subscribe-field .wpforms-field-medium::placeholder {
    color: #fff;
    opacity: 1;
}

.subscribe-form div.wpforms-container-full input[type=text]:focus {
    border: #CCCCCC solid 1px;
    box-shadow: none;
}

.footer-logo {
    margin-bottom: 58px;
}

.wpforms-container .wpforms-field.subscribe-field {
    padding: 0;
    max-width: 330px;
}

.subscribe-form .wpforms-submit-container {
    margin-right: auto;
    display: flex;
    align-self: flex-end;
    margin-left: 16px;
}

.subscribe-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active)[type=submit],
.subscribe-form div.wpforms-container-full button,
.subscribe-form div.wpforms-container-full button[type=submit]:hover[type=submit]:hover[type=submit] {
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    width: 120px;
    height: 36px;
    font-weight: 500;
    background: #fff;
}

/* contact page */
.wpforms-container-full.custom-contact,
.custom-contact.wpforms-container-full:not(:empty) {
    min-height: 387px;
    border: #E1E4ED solid 1px;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.1);
    background: #ffffff;
    padding: 32px 16px;
}

.custom-contact.wpforms-container .wpforms-field {
    padding: 0;
}

.custom-contact.wpforms-container .wpforms-field-container>.wpforms-field {
    padding: 0;
    margin-bottom: 24px;
}

.custom-contact.wpforms-container .custom-style .wpforms-field-medium {
    border: solid 1px #F1F3F7;
    box-shadow: 0 1px 4px 0 rgba(25, 33, 61, 0.1);
    border-radius: 6px;
    color: #454545;
    font-size: 14px;
}

.custom-contact.wpforms-container .custom-style .wpforms-field-medium:focus {
    border: #D8E6FE soloid 1px;
}

.custom-contact.wpforms-container .custom-style .wpforms-field-medium:focus {
    border: solid 1px #D8E6FE;
    box-shadow: none
}

.custom-contact.wpforms-container .custom-style .wpforms-field-medium::placeholder {
    color: #454545;
    font-size: 14px;
    opacity: 1;
}

.custom-contact.wpforms-container .custom-style .wpforms-field-label {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
}

.custom-contact.wpforms-container .wpforms-submit-container .wpforms-submit,
.custom-contact.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background: #4E7CCD;
    transition: none;
    border-radius: 24px;
    padding: 14px 32px;
    border: none;
    height: 47px;
    font-size: 16px;
    font-weight: 600;
}

.custom-contact.wpforms-container .wpforms-submit-container .wpforms-submit:hover {
    background: #4E7CCD;
}

/* custom accordian */
.custom-accordion .accordion-item {
    margin-bottom: 24px;
    border: #eeeeee solid 1px;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
}

.accordion-search {
    margin-bottom: 48px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.custom-accordion .accordion-button.collapsed:hover {
    background: #F7F6F6;
    box-shadow: none;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-button.collapsed:after,
.custom-accordion .accordion-button:after {
    background: url("../images/plus-icon.png");
    width: 24px;
    height: 24px;
    margin-left: 0;
    position: absolute;
    left: 16px;
}

.custom-accordion .accordion-button:after {
    background: url("../images/close-toggle.png");
}

.custom-accordion .accordion-body {
    font-weight: normal;
    color: #53535A;
    font-size: 16px;
    padding: 0 16px 26px 56px;
}

.custom-accordion .accordion-button {
    padding: 21px 16px 21px 56px;
    box-shadow: none;
    background: transparent;
    font-size: 16px;
    border: none;
    font-weight: 600;
    color: #101828;
}

.accordion-search .text-box {
    border: solid 1px #D0D5DD;
    padding: 12px 16px;
    max-width: 380px;
    background: #fff;
    border-radius: 8px;
}

.accordion-search input.text-box {
    background-image: url("../images/search-icon.png");
    background-position: 11px 15px;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #667085;
    padding-left: 44px;
    height: 48px;
}

.accordion-search input.text-box:focus {
    box-shadow: none;
}


/* faqs reset */
.faq-page-reset h1,
.faq-page-reset .sub-line {
    text-align: center;
}

.faq-page-reset h1 {
    position: relative;
}

.faq-page-reset h1:before {
    content: "FAQs";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 48%;
    color: #4E7CCD;
    top: -34px;
}

.faq-page-reset h1 {
    margin-top: 55px;
    margin-bottom: 20px;
}

.faq-page-reset .sub-line {
    margin-bottom: 40px;
}

.contact-page-reset .sub-line {
    max-width: 480px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: black !important;
    -webkit-text-fill-color: #454545 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

/*.other-product-listing figure img{width: auto;}*/

ul.accordion-title {
    list-style: none;
}

ul.accordion-title {
    display: flex;
    flex-wrap: wrap;
}


.row-custom ul.ul-reset {
    list-style: none;
}

.row-custom ul.ul-reset li {
    margin-right: 10px;
}

.admin img {
    max-width: 100%;
}


/* home page css */
.home .home-container {
    width: 100%;
}

.home footer {
    margin-top: 0;
}

#product-category-filter::-webkit-scrollbar {
    display: none;
}

#product-category-filter .nav-link {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 5px 12px;
}

#product-category-filter.scrolling {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media screen and (max-width: 992px) {
    .product-tabs,
    .product-tabs nav {
        max-width: 100%;
        min-width: 0;
    }

    #product-category-filter {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        flex-wrap: nowrap;
        padding-bottom: 1px;
        max-width: 100%;
        width: 100%;
    }
}






/* home page  */
.home-container .home-container {
    width: 100%;
}

/* .custom-contact .wpforms-confirmation-scroll{} */
.contact-page-reset .sub-line {
    margin-bottom: 36px;
}





/* @charset "UTF-8"; */
:root {
    --star-size: 20px;
    --star-color: #AEAEAE;
    --star-background: #1E1E1E;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.product-card figure {
    height: 213px;
    overflow: hidden;
}

.w-full {
    width: 100%;
}

.original-price {
    color: #888;
    font-weight: 400;
}

.offer-price {
    color: #e74c3c;
    font-weight: bold;
    margin-right: 16px;
}

.temperature-control {
    font-size: 12px;
}

.single-brand .comparison-table-wrapper .row-custom {
    background-color: #F9FAFF;
}

.single-brand .comparison-table-wrapper .row-custom:nth-child(even) {
    background-color: #ffffff;
}

.brand-product-heading {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: -24px;
    margin-bottom: 40px;
}


.comparison-table-wrapper.brand-comparison-table,
.product-container.brand-container {
    padding-bottom: 0;
}

/* contact page csss */
.popup-wrapper.popup-wrapper-rest {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.submit-mes-icon {
    background-image: url("/wp-content/themes/btl-theme/assets/images/message-sent-icon.png") !important;
    width: 79px !important;
    height: 72px !important;
    display: inline-block !important;
}

.popup-overlay:before {
    content: "";
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
    left: 0
}

.popup-wrapper.popup-wrapper-rest {
    text-align: center;
}

.popup-container {
    z-index: 99999 !important;
}

.bg-white {
    background: #fff;
}

.popup-container.form-submited {
    padding: 82px 16px 32px !important;
    width: 575px;
    max-width: 100%;
    border-radius: 8px;
}

.font-26 {
    font-size: 26px;
}

.mb-24 {
    margin-bottom: 24px;
}

.popup-wrapper .btn.btn-style-3 {
    background: #4E7CCD;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    padding: 6px 22px;
}

.full-w {
    width: 100%;
}

.text-right {
    text-align: right;
}

.p-50 {
    padding: 50px;
}

.close-buttom-popup {
    background-image: url("/wp-content/themes/btl-theme/assets/images/cross-icon.png") !important;
    width: 22px !important;
    height: 22px !important;
    float: right;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.light-grn-bg {
    background: #F0FCF7;
}

.gray-text {
    color: #464646;
}

.bg-color-l-blue {
    background: #F9FAFF;
}

.other-product-listing figure.position-relative {
    height: 370px;
}

.about-category ul {
    padding-left: 30px;
}

.about-category ul li {
    margin-bottom: 21px;
}

.category-container figure {
    margin: 0 0 1rem;
}

.category-pros-cons h5 {
    text-transform: uppercase;
    margin-top: 15px;
}

.category-pros-cons ul {
    padding-left: 30px;
}

.category-pros-cons ul li {
    margin-top: 15px;
}

.category-features {
    background-color: #F0FCF7;
    padding: 48px 50px;
}

.category-features ul {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
}

.category-features ul li {
    margin: 25px 0;
    margin-left: 38px;
}

.category-features ul li:nth-child(odd) {
    margin-right: 50px;
}

.category-features ul li img {
    margin-left: -38px;
    margin-right: 10px;
}

.category-features p {
    font-size: 14px;
    line-height: 16.94px;
}

.category-links a {
    color: #4E7CCD;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-decoration: none;
}

.category-links a img {
    margin-left: 6px;
}
.sticky-row-inner{
	padding-left:0;
}
@media (min-width: 1300px) {
	.product-grid-wrapper-row{
		padding-left:12px;
		padding-right:12px;
	}
}
/* Mobile landscape only — rules here do not apply to portrait or desktop */
@media screen and (orientation: landscape) and (max-height: 520px) {
    .header{
        position: static;
    }
    .top-sticky-header{
        position: static;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 800px;
    }
}
