.headerList li a,
body {
  background: var(--HB-cream);
}
.bannerSection,
.heading h3,
.why-hypnos-points-card .why-hypnos-points-item:first-child {
  margin-top: 0;
}
:root {
  --HB-primary: #00c596;
  --HB-secondary: #5d4841;
  --HB-cream: #f8f3e2;
  --HB-peach: #f9c1cb;
}
.brandCatg .brandCatLeft h4,
.productListContent .productGrid .productGridBody h2,
.productName {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.abtVideo-point,
.author_2 h4 a,
.averageRating,
.brandCatg,
.brandCatg a,
.cart-links,
.categorie-brand,
.checkoutnew-right .cart-top-row,
.contact-form .inputField,
.contact-icon,
.content_2,
.formSaperate,
.formSaperate span,
.fs-wrap,
.logoSection,
.menuSection,
.position-relative,
.prodDtlForm .prodDtlFormHeader .sku-hh-id,
.productDetailBox,
.productsCategory,
.productsCategory h3,
.radio .checkGrid,
.rate,
.reviewProfile,
.site-home ul li a,
.slick-list,
.slick-slider,
.slick-track,
.stepwizard-step a,
.videoSection {
  position: relative;
}
.blog-cont h5,
.blog-details-title h5,
.faq-accordion .card h2 button.btn,
.highlighted_search,
.hmi-list-card h6,
.hypnos-brands-intro h6,
.megamenu h2,
.prod-main-Total,
.productsCategory .prodItemGrid h4,
.right-text h4,
.right-text h4 span,
.right-text h5,
.tooltip2 .tooltiptext,
body {
  font-family: "Nunito Sans", sans-serif;
}
.forgetLink:focus,
.min-max-price .price-filter-btn .btn:focus,
.orders-table-card
  .dataTables_wrapper
  .dataTables_paginate
  a.paginate_button:focus,
.ps-btn .btn:focus {
  outline-offset: 0;
  outline: 0;
}
.select-hidden,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.sidenav,
body {
  overflow-x: hidden;
}
.continue-using-btn a:hover,
.faq-accordion .card h2 button.btn:focus,
.faq-accordion .card h2 button.btn:hover,
.hastens-landing-main .hypnos-collections-item:hover a,
.headerList li a.cart-links:hover,
.healthy-brands-item:hover .healthy-brands-title h4 a,
.healthy-brands-title h4 a:hover,
.hypnos-about-ptype a:hover,
.logo-right-site a,
.order-hisbx .prosmdt h4 a:hover,
.productListContent .productGrid a,
.site-text ul li a,
.sleep-questions:hover a,
a:focus {
  text-decoration: none;
}
.headerList li a {
  padding: 8px 15px 5px;
  border-radius: 5px;
  color: var(--HB-primary) !important;
}
@keyframes dot1 {
  0%,
  40% {
    top: 0;
  }
  20% {
    top: -6.6666666666667px;
    opacity: 0.5;
  }
}
@keyframes dot2 {
  20%,
  60% {
    top: 0;
  }
  40% {
    top: -6.6666666666667px;
    opacity: 0.5;
  }
}
@keyframes dot3 {
  40%,
  80% {
    top: 0;
  }
  60% {
    top: -6.6666666666667px;
    opacity: 0.5;
  }
}
@keyframes dot4 {
  60%,
  to {
    top: 0;
  }
  80% {
    top: -6.6666666666667px;
    opacity: 0.5;
  }
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--HB-secondary);
}
.logoSection,
.productsCategory h3::after,
.productsCategory:hover .btn2 a,
header {
  background: var(--HB-primary);
}
p {
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, serif;
}
header {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  position: fixed;
  transition: 0.7s;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:focus {
  outline: 0;
  outline-offset: 0;
}
button:focus-visible {
  outline: 0;
}
.logoSection {
  padding: 0;
  z-index: 111111;
}
.menuSection {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition-duration: 0.3s;
}
header:hover .menuSection {
  bottom: -51px;
  opacity: 1;
  transition-duration: 0.3s;
}
.menuSection .navbar {
  z-index: initial;
}
label.error {
  color: red;
}
.align-items-center,
.logo,
.productsCategory figure {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.logo {
  padding: 2px 0;
}
.hodoyou-sleep-item {
  width: 280px;
}
.logo img {
  width: 330px;
}
.heading {
  text-align: center;
  margin-bottom: 25px;
}
.heading h3 {
  color: var(--HB-secondary);
  font-size: 32px;
}
.CategoryNavigation h3 span,
.checkoutnew-right .summary-item span.summary-value,
.heading h3 span,
.prodDtlForm .prodDtlFormHeader .prodReview,
.prodDtlMoreSect .prodDtlMoreHdr h3 span,
.prodDtlRelatedSect .prodDtlMoreHdr h3 span,
.prodDtlTabSec .prodDtlTabHg h3 span,
.showroomSection .contactInfo p span,
footer h3 span {
  font-weight: 700;
}
.bannerSection .bannerText {
  text-align: center;
  margin: 24%auto 20%;
}
.bannerSection .bannerText h2 {
  color: var(--HB-cream);
  font-weight: 700;
  font-size: 75px;
  line-height: 110px;
}
.ab-menu.active ~ .megamenu .ab-mm .tabcontent,
.bannerSection .bannerText h2 span,
.blankets-menu.active ~ .megamenu .blankets-mm .tabcontent,
.bs-menu.active ~ .megamenu .bs-mm .tabcontent,
.categorie-brand ul li.cb-show > a::before,
.checkGrid input:checked ~ .checkmark:after,
.comforters-menu.active ~ .megamenu .comforters-mm .tabcontent,
.desktop-filte-icon .des-filter-show,
.mattressebases-menu.active ~ .megamenu .mattressebases-mm .tabcontent,
.mattresses-menu.active ~ .megamenu .mattresses-mm .tabcontent,
.menu-large.active ~ .megamenu,
.menu-large.active ~ .megamenu-bg,
.menuCatgLeft li.result_hover .tabcontent,
.pillow-menu.active ~ .megamenu .pillow-mm .tabcontent,
.prodlis-filter-item a:hover .pt-icon-hover,
.prodlis-filter-item.pf-active a .pt-icon-hover,
.protectors-menu.active ~ .megamenu .protectors-mm .tabcontent,
.searchBar .drop-dwon,
.sidenav a,
.site-images-text:hover .hove-bac,
.slick-initialized .slick-slide,
.slick-list,
.slick-slide img,
.slick-slider,
.slick-track,
.tab button,
.throws-menu.active ~ .megamenu .throws-mm .tabcontent,
.toppers-menu.active ~ .megamenu .toppers-mm .tabcontent,
.towels-menu.active ~ .megamenu .towels-mm .tabcontent {
  display: block;
}
.productSection,
footer {
  background: var(--HB-cream);
  padding: 45px 0;
  overflow: hidden;
}
.paddinglr_10,
.productSection .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.productsCategory {
  background: #fff;
  padding: 30px 20px 15px;
  box-shadow: 0 0 3px 1px #e0dfdf;
  border: 2px solid #fff;
  margin: 15px auto;
  height: 555px;
  border-bottom: 2px solid var(--HB-secondary);
  transition: 0.3s ease-in;
}
.abtVideo-card:hover {
  border: 2px solid var(--HB-secondary);
}
.productsCategory:hover {
  border: 2px solid var(--HB-primary);
  transition-duration: 0.3s;
}
.callUsGridContent .section-title a:hover,
.footer-showroom p a:hover,
.productsCategory:hover h3 a {
  color: var(--HB-primary);
  text-decoration: none;
  transition-duration: 0.3s;
}
.productsCategory:hover .btn2 a {
  border-color: var(--HB-primary) #1c8c6f #1c8c6f var(--HB-primary) !important;
  transition-duration: 0.3s;
}
.productsCategory figure {
  height: 110px;
  margin-bottom: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.productsCategory figure img {
  max-height: 110px;
  object-fit: cover;
}
.productsCategory h3 {
  margin: 0 auto 25px;
  text-align: center;
  font-size: 22px;
  color: var(--HB-secondary);
  font-weight: 600;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inherit;
}
.hypnos-offerings-card:hover h6 a,
.productsCategory h3 a {
  color: var(--HB-secondary);
  text-decoration: none;
  transition: 0.3s ease-in;
}
.size-category .breadcrumb a.breadcrumb-active:hover {
  color: var(--HB-primary);
  text-decoration: none;
  transition: 0.3s ease-in;
}
.aboutBrandSection .heading h3,
.aboutIntroSection .heading h3,
.callUsSection .callUsGrid .callUsGridContent h2 a,
.checkoutnew-right .cart-card .cart-remove:hover,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing,
.found-looking .heading h3,
.order-msg p,
.prodDtlForm .prodDtlAddrs .prodDtlAddrsHead p b,
.returns-form .contact-form .contact-title,
.showroomSection .heading h3,
.sidenav a:hover,
.single-info p a,
table.dataTable td a:hover {
  color: var(--HB-secondary);
}
.productsCategory h3::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-details-main .slick-dots li.slick-active button,
.brandSection .heading,
.btn2 a,
.btn2 a:hover,
.cart-card .cart-remove:hover,
.healthy-brands-item:hover .healthy-brands-logo a,
.pagination > li > a[rel="next"]:hover,
.pagination > li > a[rel="prev"]:hover,
.productDealList .slick-dots li.slick-active button,
.productDealList li a:hover,
.productsCategory .btn2 a,
.searchBar .site-images .btn:hover,
.searchresult-view-btn a:hover,
.sidenav-login-btn .login-main-btn.sign-up-btn {
  background: var(--HB-secondary);
}
.productsCategory .prodItemGrid {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.shop {
  margin: 29px 0 0;
}
.shop1 {
  margin: 12px 0 0;
}
.productsCategory .prodItemGrid h4 {
  font-size: 16px;
  color: var(--HB-secondary);
  font-weight: 700;
}
.productsCategory .prodItemGrid ul {
  margin: auto;
  padding: 0;
  height: 103px;
  overflow: hidden;
}
.productsCategory .prodItemGrid ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 4px 7px 0;
  position: relative;
}
.hastens-landing-main .why-hypnos-content,
.hypnos-about-ptype .hypnos-about-title span,
.main-nav > li > ul,
.order-detail-card .col-lg-7.col-md-12,
.productListSection .container-fluid > .row > .col-md-9,
.productsCategory .prodItemGrid ul li:first-child,
.reviewTblLeft td:first-child {
  padding-left: 0;
}
.hastens-landing-main
  .why-hypnos-points-card
  .why-hypnos-points-item:nth-child(2n)
  .why-hypnos-content,
.order-detail-card .col-lg-5.col-md-12,
.productsCategory .prodItemGrid ul li:last-child,
.searchBar .site-text ul li.found-in-result a span {
  padding-right: 0;
}
#owl-demo-2 .owl-pagination,
#owl-demo-3 .owl-pagination,
.aboutTestimonial .owl-theme .owl-controls .owl-buttons div,
.headerList li:last-child::after,
.materialsSlider .owl-pagination,
.menu-large .dropdown-menu,
.navbar-nav.sticky-active .menu-large.active ~ .megamenu,
.prodSlider .owl-pagination,
.productDetailBox .tabs li a::after,
.productListContent .productGrid .productGridBody h2::after,
.productsCategory .prodItemGrid ul li:first-child::before,
.radio-input input,
.searchBar .site-images-text:hover .hove-bac,
.select-hide {
  display: none;
}
.CategoryNavigation ul li a:hover .ps-icon-hover,
.btn2 a,
.callUsSection .callUsGrid .callUsGridContent a,
.ftrConnectText > span,
.giveRating .revStarList,
.giveRating b,
.prodDtlTabSec .prodDtlTabBody .tabs li,
.productDiscount span,
.productcardrow-new .productcardrow,
.quantity,
.summy {
  display: inline-block;
}
.productsCategory .prodItemGrid ul li a {
  color: var(--HB-secondary);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid var(--HB-secondary);
  display: inline-block;
  border-radius: 5px;
  transition-duration: 0.3s;
  padding: 3px 10px;
}

.blog-details-main .blog-details-imgcard img{
  object-fit:cover !important;
}
.ab-menu.active ~ .megamenu .ab-mm a,
.aboutIntroSection .heading h3,
.abtVideo-point button:hover,
.bs-menu.active ~ .megamenu .bs-mm a,
.comforters-menu.active ~ .megamenu .comforters-mm a,
.giveRating .revStarList li.active i,
.giveRating .revStarList li:hover i,
.hastens-landing-main .sovereign-series-bg .hypnos-about-title span,
.mattresses-menu.active ~ .megamenu .mattresses-mm a,
.pillow-menu.active ~ .megamenu .pillow-mm a,
.pro-dec h4 a,
.productListContent .productGrid .productGridBody h2:hover,
.productListContent .productGrid:hover .productGridBody h2,
.productListLeft .checkGrid:hover,
.productsCategory .prodItemGrid ul li a:hover,
.profile:hover .right-text h4,
.profile:hover .right-text h4 span,
.promocode-name-applied span#promocodetext,
.protectors-menu.active ~ .megamenu .protectors-mm a,
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label,
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label,
.searchresult-product .slick-arrow:hover,
.showroomSection .contactInfo p a:hover,
.showroomSection .heading h3,
.sidenav ul li.dropdown.open .dropdown-toggle,
.sidenav ul.sidenav_menu_list a:hover,
.site-text ul li.found-in-result a:hover,
.sprout-landing-main .sovereign-series-bg .hypnos-about-title span,
.subHgSmall span,
.tbl td a,
.text-checkbar ul li:hover,
.toppers-menu.active ~ .megamenu .toppers-mm a,
footer .widgets .ftrList li a:hover {
  color: var(--HB-primary);
}
.productsCategory .prodItemGrid ul li a:hover {
  color: #fff;
  background: var(--HB-primary);
  border: 1px solid var(--HB-primary);
  text-decoration: none;
  transition-duration: 0.3s;
}
.productsCategory .btn2 {
  text-align: center;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.btn2 a {
  text-transform: uppercase;
  padding: 8px 20px;
  min-width: 130px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
}
.brandSection {
  padding: 45px 0;
  background: var(--HB-primary);
}
#filter-button button:hover,
.CategoryNavigation ul li a:hover p,
.brandSection .heading h3,
.breadcrumbs-card .breadcrumb > .active,
.btn2 a,
.callUsGridContent .section-title h3,
.contact-info p a,
.hypnos-models .hypnos-title,
.hypnos-needhelp.callUsSection .callUsGrid .callUsGridContent h2,
.left_bookmark_bar .main-nav li.filter-active h3 .menu-caret,
.navbar-default .navbar-brand,
.pro-dec-his p,
.royal-series-bg .hypnos-about-ptype a,
.royal-series-bg .hypnos-about-ptype p,
.sovereign-series-bg .hypnos-about-ptype a,
.sovereign-series-bg .hypnos-about-ptype p,
.sovereign-series-bg .hypnos-about-title span,
.text-white .hypnos-about-title h2,
.text-white p {
  color: #fff;
}
.brandCatg {
  margin: 30px auto;
  height: 300px;
}
.brandSection .heading {
  padding: 15px 0;
  margin-bottom: 0;
}
.actb a:last-child i,
.brandSection .heading h3,
.callUsSection .row,
.cusrd:last-child,
.home-moreproducts .homeproduct-card h3,
.manage-addresses-card form.row,
.pickup_address_card .error-postal,
.prodDtlInfo .prodDtlInfoBody ul.specifications-ul-li,
.product-faqs-card .prodDtl-title h3,
.product-summary-card .prodDtlQty .row,
.selected_shipping_add p.full_address {
  margin: 0;
}
.brandCatg a::after,
.prodDtlMoreSect .prodDtlMoreBody ul li a figure::after,
.prodDtlRelatedSect .prodDtlMoreBody ul li a figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.brandCatg a:hover::after,
.prodDtlMoreSect .prodDtlMoreBody ul li:hover a figure::after,
.prodDtlRelatedSect .prodDtlMoreBody ul li:hover a figure::after {
  border: 2px solid var(--HB-secondary);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.brandCatg .brandCatgBody {
  background: var(--HB-cream);
  padding: 28px 28px 20px;
  height: 281px;
  transition: 0.3s ease-in;
}
.brandCatg .brandCatgBody:hover {
  background: #ede9d5;
}
.brandCatg .brandCatgBody figure,
.callUsSection .callUsGrid figure,
.prodDtl-brand-logo img,
.prodDtlForm .prodAddBtn .form-group {
  margin: auto;
}
.StGeneve-main.prodDtlTabBody-img img,
.blog-details-title,
.brandCatg .brandCatgBody figure img,
.brands-banner-hb-check img,
.brands-banner-hblogo img,
.current_deals_banner img,
.ergomotion-main.prodDtlTabBody-img img,
.faq-brand figure img,
.ftrDiscountSection img,
.harmony-main.prodDtlTabBody-img img,
.hastens-main .prodDtlTabBody-img img,
.hefel-main.prodDtlTabBody-img img,
.hero-bottom-img,
.hero-bottom-img img,
.hypnos-collections-item img,
.hypnos-main.prodDtlTabBody-img img,
.hypnos-store-gallery img,
.lable2,
.megamenu .thumbnail img,
.menuSection .navbar-collapse,
.orderDetails table,
.overview-video,
.paypal-btn,
.pro-img img,
.prodDtlForm .prodDtlFormHeader .sku-hh-id,
.prodDtlRelatedSect .prodDtlMoreBody ul li a figure,
.prodDtlShowroomImg img,
.productListContent .productGrid .AddCartBtn,
.productListContent .productGrid .productGridBody .productGridBodyBanner,
.productcardrow-new .productcardrow .prdctcard,
.productcardrow.productcardrow-full .prdctcard,
.projuct,
.register-card .formBtnFull button,
.search-products-tab,
.section-hblogo img,
.showroom-title-icon img,
.sprout-main .prodDtlTabBody-img img,
.sprout-main.prodDtlTabBody-img img,
.tbl,
.testimonial_content figure img {
  width: 100%;
}
.brandCatg .brandCatLeft h4 {
  font-size: 16px;
  color: var(--HB-secondary);
  font-weight: 400;
  line-height: 20px;
  margin: auto;
  padding-top: 35px;
  display: -webkit-box;
}

.new-coloursss ul#myColorList {
  display: inline-grid !important;
}

.new-coloursss ul#myColorList li{
  width: 100% !important;
}

.brandCatg .brandCatLeft h4.healthy-brands-hastens {
  padding-top: 26px;
}
.brandCatg .brandCatRight {
  text-align: center;
  padding-top: 20px;
}
.brandCatg .brandCatRight img {
  width: 60px;
  margin: auto;
}
.brandCatg .brandCatRight p {
  font-size: 15px;
  margin: auto;
  padding-top: 5px;
  color: var(--HB-secondary);
}
.brandCatg .brandCatgFtr {
  background: var(--HB-secondary);
  text-align: center;
  z-index: 99;
  position: relative;
  padding: 10px;
}
.brandCatg .brandCatgFtr a {
  display: block;
  padding: 10px;
}
.brandCatg .brandCatgFtr img {
  width: 32px;
  margin: auto;
}
.showroomSection .contactInfo h3 {
  font-size: 24px;
  color: var(--HB-secondary);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 10px;
}
.showroomSection .contactInfo h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--HB-primary);
  left: 0;
  bottom: 0;
}
.showroomSection .contactInfo p {
  padding: 0 10px 0 5px;
}
.checkoutnew-right .promocode-card,
.comment-reply-form .contact-form .inputField input,
.faq-title,
.info-content,
.left_bookmark_bar > ul,
.order-msg,
.showroomSection iframe {
  margin-bottom: 20px;
}
.showroomSection .contactInfo p,
footer h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: var(--HB-secondary);
}
.acetive0,
.acetive0-3,
.acetive01,
.login-card #pickup_address .custom-control b,
.orderDetails table td,
.showroomSection .contactInfo p span,
.summy ul li span,
.tbl td {
  font-weight: 600;
}
.forgetLink:focus,
.forgetLink:hover,
.ps-hed a:hover,
.showroomSection .contactInfo p a {
  color: var(--HB-secondary);
  text-decoration: none;
}
.callUsSection {
  background: var(--HB-peach);
  margin-top: 15px;
}
.abtVideo-card .modal-body,
.callUsSection .callUsGrid .row > div,
.callUsSection .container-fluid,
.callUsSection .row > div,
.checkoutnew-left .form-card,
.filter-brand-Offerings li:nth-child(3n),
.megamenu > li > .row > div,
.padding-0,
.padding_zero,
.prodDtlInfoBody .col-md-6 figure,
.prodDtlTabSec .prodDtlTabBody,
.prodDtlTabSec .prodDtlTabBody .tabcontents .prodDtlInfoBody,
.productListContent,
.right-text .row > div,
.site-text ul,
footer .col-md-5,
footer .col-md-7,
footer .container-fluid,
footer .widgets .ftrGridList > li:last-child {
  padding: 0;
}
.callUsSection .callUsGrid .callUsGridContent {
  padding: 40px 100px;
  position: relative;
}
.callUs-hb-logo {
  position: absolute;
  right: 45px;
  bottom: 25px;
}
.callUsSection .callUsGrid .callUsGridContent h2 {
  font-size: 34px;
  color: var(--HB-secondary);
  font-weight: 600;
  line-height: 48px;
  margin: auto;
  padding: 75px 0 30px;
  text-align: left;
}
.callUsSection .callUsGrid .callUsGridContent h2 span,
.text,
.text-site-bar1,
.text1 {
  font-weight: 300;
}
.callUsSection .callUsGrid .callUsGridContent img {
  width: 300px;
}
footer {
  width: 100%;
  padding: 0;
  position: relative;
}
footer .row {
  display: flex;
  width: 100%;
  margin: 0;
}
footer .subFooter {
  position: relative;
  z-index: 99;
}
footer h3 {
  font-size: 26px;
  margin-bottom: 25px;
}
footer .widgets {
  padding-left: 18px;
  margin-bottom: 45px;
}
.prodDtlMoreSect .prodDtlMoreBody ul,
footer .widgets .ftrGridList {
  margin: auto;
  padding: 0;
}
footer .widgets .ftrGridList > li {
  list-style-type: none;
  float: left;
  width: 33%;
  padding-right: 5.2%;
}
footer .widgets .ftrGridList > li .ftrList {
  border-right: 2px solid var(--HB-primary);
}
footer .widgets .ftrGridList > li:last-child .ftrList {
  border: #ffdead;
}
footer .widgets .ftrList {
  padding: 0;
  font-size: 15px;
}
footer .widgets .ftrList li {
  list-style-type: disclosure-closed;
  padding: 3px 0;
  color: #2fba93;
}
footer .widgets .ftrList li a {
  color: var(--HB-secondary);
  text-decoration: none;
  font-weight: 600;
  display: list-item;
}
footer .ftrShowroomGrid {
  background: url(../images/ftr.png) 0 0/100% no-repeat;
  min-height: 140px;
  position: relative;
  z-index: 99;
  padding: 15px 7%;
}
footer .ftrShowroomGrid ul {
  margin: 29px auto;
  padding: 0;
}
.ftrConnectText > span img,
.nav-link img {
  margin-right: 8px;
}
footer .ftrShowroomGrid ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  width: 32%;
  vertical-align: middle;
  border-left: 1px solid #fff;
  padding-left: 5%;
}
.in-ac-tabs .nav-tabs,
.left_bookmark_bar .main-nav > li:last-child > a,
.prodDtlQty .prodDtlPrice:last-child,
.productListContent .noproduct,
footer .ftrShowroomGrid ul li:first-child {
  border: 0;
}
footer .ftrShowroomGrid ul li p {
  margin: 0;
  padding-bottom: 12px;
  line-height: 26px;
}
.headerList li a,
footer .ftrShowroomGrid ul li p a {
  color: #fff;
  text-decoration: none;
}
.checkoutnew-left .forgetLink:hover,
.headerList li a.cart-links:hover .ct,
.headerList li a:hover,
.single-info p a:hover,
footer .ftrShowroomGrid ul li p a:hover {
  text-decoration: underline;
}
.callUsSection.hypnos-needhelp,
.left_bookmark_bar .main-nav > li:last-child,
.sort-by-card .sortByContent,
footer .ftrShowroomGrid ul li p:last-child {
  padding-bottom: 0;
}
footer .ftrShowroomGrid ul li p i {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.copyrightText {
  margin: 20px auto;
  text-align: right;
  color: var(--HB-secondary);
  font-size: 15px;
}
.ftrConnectText {
  color: var(--HB-secondary);
  padding: 0;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ftrConnectText a {
  color: var(--HB-primary);
  font-size: 24px;
  line-height: 20px;
  margin-left: 15px;
  transition-duration: 0.3s;
}
.footer-showroom p a,
.ftrConnectText a:hover {
  color: var(--HB-secondary);
  transition-duration: 0.3s;
}
.faq-accordion .card h2 button.btn:hover {
  color: var(--HB-primary);
  transition-duration: 0.3s;
}
.ftrConnectText > span {
  margin-left: 35px;
  display: flex;
  align-items: center;
}
.ftrConnectText > span span,
.productDetailBox .tabs li:first-child,
.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner {
  margin-left: 0;
}
.custom-select {
  position: relative;
  padding: 0;
  border: 0;
  background: 0 0;
}
.pro-numbar ul li:hover,
.select-items,
.select-selected {
  background-color: var(--HB-primary);
}
.checkGrid input:checked ~ .checkmark,
.checkGrid:hover input:checked ~ .checkmark {
  background-color: var(--HB-peach);
  border: 1px solid var(--HB-peach);
}

#myBrandList span.checkmark:hover{
background-color: transparent !important;
}

.custom-select select {
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  padding: 8px;
  display: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff;
  top: 7px;
}
.select-items div,
.select-selected {
  color: #fff;
  padding: 6px 24px 6px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1);+
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.searchBar {
  position: relative;
  margin: 0;
}
.searchBar .form-control {
  width: 200px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  color: var(--HB-primary);
  border: 0;
  padding: 6px 42px 6px 12px;
  transition-duration: 0.3s;
}
.searchBar .form-control:focus {
  width: 700px;
  transition-duration: 0.3s;
}
.searchBar .form-control::-webkit-input-placeholder {
  color: var(--HB-primary);
}
.searchBar .form-control::-moz-placeholder {
  color: var(--HB-primary);
}
.searchBar .form-control:-ms-input-placeholder {
  color: var(--HB-primary);
}
.searchBar .form-control:-moz-placeholder {
  color: var(--HB-primary);
}
.address-form {
  box-shadow: none;
  color: #302a28;
}
.searchBar button {
  background: 0 0;
  border: 0;
  position: absolute;
  top: 6px;
  font-size: 20px;
  right: 5px;
  color: var(--HB-primary);
}
.headerList {
  margin: 0;
  padding: 0 65px 0 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.headerList li {
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 0;
}
.headerList li::after {
  position: absolute;
  height: 18px;
  width: 1px;
  background: #554848;
  right: -3px;
  top: 6px;
}
.headerList li .custom-select {
  width: initial;
  min-width: 80px;
  margin-left: 10px;
  height: initial;
  display: inline-block;
}
.headerList li.profile-dropdown:hover > ul,
.left_bookmark_bar .main-nav > li.active-manual > ul,
.sidenav-login-btn:hover .dropdown-menu {
  display: block !important;
}
.headerList li.profile-dropdown > ul {
  padding: 0;
  border-radius: 3px;
  min-width: 180px;
}
.headerList li.profile-dropdown > ul li {
  display: block;
  padding: 0;
}
.headerList li.profile-dropdown > ul li a {
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
}
.headerList li.profile-dropdown > ul li a:hover {
  background: var(--HB-primary);
  color: #fff !important;
  text-decoration: none;
}
.headerList li.profile-dropdown > ul li a i {
  padding-right: 10px;
}
.cart-links > #go-to-basket-item {
  position: absolute;
  top: -8px;
  right: -7px;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
}
.cart-links > #go-to-basket-item #go-to-basket {
  color: #fff;
  background: var(--HB-secondary);
}
.nav-link img {
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}
.categorie-brand ul li a,
.tooltip2 {
  position: relative;
  display: inline-block;
}
.tooltip2 .tooltiptext {
  visibility: hidden;
  max-width: 255px;
  background: #edc1b4;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  text-align: left;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: -20px;
  font-size: 12px;
  color: var(--HB-secondary);
  font-weight: 400;
  line-height: 15px;
  right: auto;
}
.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  left: 60px;
  top: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #edc1b4 transparent transparent;
}
.tooltip2:hover .tooltiptext {
  visibility: visible;
}
.profile-dropdown .dropdown-menu li a {
  display: block;
  margin: 0;
  padding: 5px 15px;
  line-height: 24px;
  color: #4d595b !important;
  white-space: nowrap;
}
.headerList .select-items div,
.headerList .select-selected {
  background-color: #fff;
  color: var(--HB-primary);
  padding: 4px 24px 4px 10px;
}
.headerList .same-as-selected,
.headerList .select-items div:hover,
.sortByContent .same-as-selected,
.sortByContent .select-items div:hover {
  background-color: var(--HB-secondary);
  color: #fff;
}
.headerList .select-selected:after {
  border-color: var(--HB-primary) transparent transparent;
  top: 13px;
}
.menuIcon {
  position: absolute;
  z-index: 9999999;
  background: 0 0;
  border: 0;
  right: 25px;
  top: 20px;
  padding: 0;
  cursor: pointer;
}
.menuIcon img {
  width: 32px;
}
.innerPageContent {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--HB-cream);
}
.navbar-default {
  color: #fff;
  background-color: #232323;
}
.megamenu h2,
.navbar-default .navbar-nav > li > a {
  color: var(--HB-secondary);
  font-size: 16px;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a,
.product-summary-card .prodDtlQty,
.ps-hed {
  padding: 15px 20px;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover {
  color: var(--HB-primary) !important;
  background-color: transparent !important;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: var(--HB-secondary);
  border-bottom-color: var(--HB-secondary);
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: var(--HB-primary);
  border-bottom-color: var(--HB-primary);
}
.menu-large {
  position: static !important;
}
.menu-large:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.megamenu,
.megamenu-bg {
  position: absolute;
  top: 100%;
  display: none;
}
.megamenu {
  margin: 0;
  padding: 0;
  background: 0 0;
  min-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 11px 25px rgb(0 0 0/18%), 0 2px 4px rgb(0 0 0/22%);
}
.megamenu-bg {
  width: 100%;
  height: 100vh;
  left: 0;
}
.megamenu h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.megamenu::before,
.rate:not(:checked) > label:before {
  content: "";
}
.megamenu .tabcontents {
  padding-right: 10px;
  padding-bottom: 20px;
}
.megamenu > li {
  background: var(--HB-cream);
  position: relative;
  padding: 20px;
  height: 360px;
}
.megamenu .thumbnail {
  background: 0 0;
  margin: 10px auto;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0;
  transition: 0.3s ease-in;
}
.megamenu .thumbnail:hover {
  width: 100%;
  border-color: var(--HB-primary);
}
.checkoutnew-shipping .selected_shipping_add .radio,
.footer-brands-list li ul.ftrList,
.megamenu > li > ul,
.site-home ul li:last-child a {
  padding: 0;
  margin: 0;
}
.footer-brands-list li,
.megamenu > li,
.megamenu > li > ul > li,
.site-home ul,
.site-text ul {
  list-style: none;
}
.megamenu > li > ul > li > a {
  display: inline-block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  width: auto;
}
.main-nav li a:active,
.main-nav li a:focus,
.main-nav li a:hover,
.megamenu > li ul > li.result_hover a,
.megamenu > li ul > li > a:focus,
.megamenu > li ul > li > a:hover {
  text-decoration: none;
  color: var(--HB-primary);
}
.megamenu.disabled > a,
.megamenu.disabled > a:focus,
.megamenu.disabled > a:hover {
  color: #999;
}
.megamenu.disabled > a:focus,
.megamenu.disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
.menuSection .navbar {
  margin: auto;
  background: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
}
.form_tag,
.form_tag .tag_line {
  display: inline-block;
  position: relative;
}
.hypnoshealthy-tabs .nav-tabs > li,
.menuSection .navbar .navbar-nav {
  float: initial;
}
.accordianSection button.accordion {
  color: #000;
  cursor: pointer;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
  background: 0 0;
  padding: 0 0 5px;
  font-weight: 600;
}
.accordianSection button.accordion.active,
.accordianSection button.accordion:hover {
  color: #fe6c41;
}
.accordianSection button.accordion:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  font-size: 16px;
}
.accordianSection button.accordion.active:after {
  content: "";
  color: #fe6c41;
}
.accordianSection div.panel {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.accordianSection ul,
.payment-card .list-right.card-icon,
.productListContent .row > div {
  margin-bottom: 15px;
}
.accordianSection ul li {
  padding: 4px 0;
  white-space: nowrap;
  display: block;
  position: relative;
  font-size: 15px;
  color: #000;
}
.accordianSection ul li a {
  color: #000;
  text-decoration: none;
}
.accordianSection ul li a:hover {
  color: #0888a4;
}
.productListSection {
  padding-top: 30px;
}
.productListSection .container-fluid {
  max-width: 1480px;
}
.productDealList {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.productDealList li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 5px;
  list-style-type: none;
}
.productDealList li a {
  background: var(--HB-primary);
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.productDealList li a:hover .discount {
  color: #fff !important;
}
.productDealList li a figure {
  background: var(--HB-cream);
  border-radius: 5px;
  padding: 5px;
  height: 165px;
}
.productDealList li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.productDealList li a h4 {
  color: #fff;
  font-size: 15px;
  margin: 25px auto 5px;
  font-weight: 700;
}
.form_tag {
  margin: 0;
  padding-left: 0;
}
.form_tag .tag_line {
  background: var(--HB-primary);
  border: 1px solid var(--HB-primary);
  color: #fff;
  padding: 4px 35px 4px 6px;
  margin: 2px;
  white-space: nowrap;
  border-radius: 6px;
  transition-duration: 0.3s;
}
.form_tag .tag_line:hover{
  cursor: pointer !important;
}
.form_tag .tag_line:hover,
.login-card .collapse select.form-control:focus,
.login-card .collapse select.form-control:hover,
.min-max-price .form-control:hover,
.searchresult-price .form-control:focus,
.searchresult-price .form-control:hover,
.select-styled:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  border: 1px solid var(--HB-secondary);
  transition-duration: 0.3s;
}
.form_tag .tag_line button {
  box-shadow: none;
  border: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 15px;
  background: var(--HB-peach);
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: var(--HB-secondary);
  line-height: 29px;
  transition-duration: 0.3s;
}
.form_tag .tag_line:hover button {
  background: var(--HB-secondary);
  color: #fff;
  transition-duration: 0.3s;
}
.form_tag .hypnosBg {
  background: #19212c;
  border-color: #19212c;
}
.form_tag .sproutBg {
  background: #273c91;
  border-color: #273c91;
}
.subHgSmall {
  color: var(--HB-secondary);
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.prdDtlTtlPrce,
.product-size,
.productType,
label {
  margin-bottom: 5px;
}
.productListContent .row {
  margin: 0-8px;
  display: flex;
  flex-wrap: wrap;
}
.productListContent .col-lg-3.col-md-6 {
  padding: 0 8px;
}
.productListContent .productGrid {
  height: 100% !important;
  background: #fff;
  position: relative;
  border: 2px solid transparent;
  transition: 0.3s ease-in;
  border-radius: 8px;
  padding: 10px;
}
.form-control:active,
.form-control:focus,
.form-control:hover,
.form-control:visited,
.productListContent .productGrid:hover,
.promocode-card .promo-input.form-control:focus,
.promocode-card .promo-input.form-control:hover {
  border-color: var(--HB-secondary);
}
.productListContent .productGrid .productGridBody {
  height: auto !important;
}
.productListContent .productGrid .productGridBody .productGridBodyBanner h3 {
  font-size: 15px;
  color: var(--HB-secondary);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  padding: 5px 10px;
  background: var(--HB-peach);
  width: auto;
  display: inline-block;
  border-radius: 6px;
}
.productListContent .productGrid .productGridBody .productGridBodyBanner h4 {
  max-width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin: -22px 0 0;
  text-align: right;
}
.productListContent .productGrid .productGridBody figure {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
#prod-video .productDetailCont video,
.blog-details-img img,
.blog-img img,
.callUsSection .callUsGrid figure img,
.explore-more-video video,
.footer-right-bg img,
.hastens-about-video video,
.healthy-brands-county i img,
.hypnos-about-img-item img,
.map-img img,
.order-hisbx .proimg img,
.plf-brands .prodlis-filter-item a img,
.prdctcard-img img,
.productListContent .productGrid .productGridBody figure img,
.searchresult-content-card .src-in ul.search-slct-brand li img,
.sub-hero-img img,
.why-hypnos-img img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.productListContent .productGrid .productGridBody figure img:last-child {
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 47%;
  border-radius: 8px;
}
.productListContent .productGrid .productGridBody .productType h4 {
  font-size: 16px;
  line-height: 18px;
  color: var(--HB-secondary);
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 40%;
  display: inline-block;
}
.productListContent .productGrid .productGridBody .productType span {
  color: #8a8686;
  font-size: 15px;
  font-weight: 500;
  display: list-item;
  float: right;
  list-style-type: disclosure-closed;
}
.faq-accordion .card-body li span,
.prodDtlInfo .prodDtlInfoBody ul li span,
.productDealList li h6 .newPrice span,
.productListContent .productGrid .prodListPrice .newPrice span,
.question {
  font-weight: 800;
}
.productListContent .productGrid .productGridBody h3 {
  font-size: 24px;
  color: var(--HB-primary);
  font-weight: 600;
  margin: 0;
}
.productListContent .productGrid .productGridBody h2 {
  font-size: 16px;
  line-height: 22px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0;
  height: 45px;
  transition: 0.3s ease-in;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.desktop-filter .productListContent .productGrid .productGridBody h3::after {
  left: 92px;
}
.ana-card .checkGrid .checkmark,
.login-card .collapse .addcheckmark,
.productListContent .productGrid .productGridBody h2::after,
.productListLeft .checkGrid .checkmark {
  left: 0;
}
.productListContent .productGrid .productGridBody p {
  color: var(--HB-secondary);
  font-weight: 500;
  font-size: 15px;
  height: auto !important;
  margin: 7px 0 10px;
}
.productListContent .productGrid .prodListPrice {
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
}
.productListContent .productGrid .prodListPrice .newPrice {
  font-size: 18px;
  font-weight: 600;
  color: var(--HB-primary);
  float: none;
}
.oldPrice,
.productListContent .productGrid .prodListPrice .oldPrice {
  color: var(--HB-secondary);
  font-size: 14px;
  text-decoration: line-through;
}
.productDealList li h6 .newPrice sup,
.productListContent .productGrid .prodListPrice .newPrice sup {
  top: -3px;
}
.productListContent .productGrid .prodListPrice .oldPrice {
  font-weight: 500 !important;
  margin: 0 0 0 12px;
}
.productListContent .productGrid .prodListPrice .discount {
  font-size: 13px;
  color: var(--HB-secondary);
  font-weight: 800 !important;
  position: absolute;
  top: 63px;
  background: var(--HB-peach);
  right: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.discountMiddleSection .discountBox p,
.product-size,
.productName,
.thankyouPageSec .thankyouPageCont p {
  font-size: 15px;
  color: var(--HB-secondary);
}
.product-size {
  width: 100%;
  height: 20px;
  display: inline-block;
}
.productName {
  display: -webkit-box;
  line-height: 22px;
  margin: 0 0 15px;
  height: 42px;
}
.footer-quick-links li a:hover,
.productListContent .productGrid .productGridBody h3 a {
  color: var(--HB-primary);
  text-decoration: none;
}
.radio-input {
  display: flex;
  flex-direction: column;
  padding: 12px;
  flex-wrap: wrap;
  color: #000;
  border-radius: 10px;
}

.cus-radbx,
.info {
  align-items: center;
}
.info {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.question {
  color: #313131;
  font-size: 1rem;
  line-height: 1rem;
}
.steps {
  background-color: #000;
  padding: 4px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.radio-input label {
  display: flex;
  padding: 14px;
  margin: 8px 0 0;
  font-size: 13px;
  flex: 1;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid var(--HB-secondary);
  color: var(--HB-secondary) !important;
  transition: 0.3s;
  width: fit-content;
}
.radio-input label:hover {
  background-color: var(--HB-primary);
  color: #fff !important;
}
.radio-input input:checked + label {
  border-color: #362121;
  background-color: var(--HB-primary);
  color: #f7fdfa !important;
}
@media (max-width: 600px) {
  .radio-input label {
    flex-basis: 100%;
  }
}
.productPrice {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.productListContent .productGrid .productGridBody .newPrice {
  font-size: 20px;
  font-weight: 600;
  color: var(--HB-primary);
  float: right;
}
.comment-reply-form .contact-form .revBig li,
.contioue,
.order,
.orderDetails table td,
.orderDetails table td b,
.productListContent .productGrid .productGridBody .newPrice sup,
.promo,
.promo1,
.sortByCountRight {
  font-size: 15px;
}
.productListContent .productGrid .AddCartBtn a {
  display: block;
  background: var(--HB-secondary);
  text-align: center;
  color: #fff;
  padding: 7px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  border-radius: 6px;
}
.btn-account:hover,
.formBtnFull .btn:hover,
.formBtnFull input:hover,
.found-looking-btn a:last-child:hover,
.hastens-landing-main .sovereign-series-bg .hypnos-about-title span:before,
.productListContent .productGrid:hover .AddCartBtn a,
.ps-btn .btn:hover,
.reviewTblLeft td .progress .progress-bar,
.sidenav-login-btn .login-main-btn.sign-up-btn:hover,
.sidenav-login-btn .login-main-btn:hover,
.sprout-landing-main .sovereign-series-bg .hypnos-about-title span:before {
  background: var(--HB-primary);
}
.productListContent .productGrid .productDiscount {
  font-size: 13px;
  flex: 1;
  float: left;
}
.productListContent .productGrid .productDiscount .oldPrice {
  color: #8a8686;
  text-decoration: line-through;
}
.productListContent .productGrid .productDiscount .offer {
  background: #ed5a26;
  color: #fff;
  padding: 3px 4px;
  border-radius: 4px;
  font-size: 11px;
  height: 20px;
}
.aboutBrandSection .btn3,
.page_pagination {
  text-align: center;
  padding-top: 35px;
}
.page_pagination .pagination_list {
  display: inline-block;
  padding: 0;
  margin: auto;
}
.page_pagination .pagination_list li {
  list-style-type: none;
  float: left;
  padding: 0 5px;
}
.page_pagination .pagination_list li a {
  padding: 5px 10px;
  color: var(--HB-primary);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.contioue:hover,
.login-card .card-body button,
.min-max-price .price-filter-btn .btn:focus,
.min-max-price .price-filter-btn .btn:hover,
.page_pagination .pagination_list li.active a,
.prodDtlForm .prodAddBtn button:hover,
.productListContent .productGrid .AddCartBtn a:hover {
  background: var(--HB-primary);
  color: #fff;
}
.page_pagination .pagination_list li:hover:not(.active) a {
  background: 0 0;
  color: #cf2030;
}
.page_pagination .pagination_list li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page_pagination .pagination_list li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.productListLeft {
  padding: 0 30px 0 0;
  margin-top: 34px;
}
.left_bookmark_bar .main-nav li {
  color: var(--HB-secondary);
  position: relative;
  font-size: 15px;
}
.blog-details-main .slick-arrow,
.left_bookmark_bar .main-nav > li.active-manual > ul.open,
.productDealList .slick-arrow,
.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
  display: none !important;
}
.colorsList li,
.left_bookmark_bar .main-nav > li {
  padding-bottom: 15px;
}
.left_bookmark_bar .main-nav > li > a h3 {
  color: var(--HB-primary);
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  padding-bottom: 5px;
}
.main-nav,
.main-nav li {
  display: block;
  margin: 0;
  padding: 0;
}
.main-nav > li > a,
body.videoopen {
  overflow: hidden;
}
.main-nav li {
  list-style-type: none;
}
.main-nav li a {
  padding: 6px 0;
  white-space: nowrap;
  display: block;
  position: relative;
  font-size: 15px;
  color: #000;
}
.main-nav li a i {
  margin: 0 1em 0 1.2em;
  padding: 0 0 0.1em;
  display: inline-block;
  text-align: center;
}
#owl-demo-3 .owl-controls .owl-buttons .owl-next,
.main-nav li a .label,
.prodDtlQty .prodDtlPrice .quantity.buttons_added > span,
[dir="rtl"] .slick-slide {
  float: right;
}
.main-nav li.main-nav-label span {
  text-transform: uppercase;
  font-weight: 400;
  color: #888;
  padding: 1.6em 1.7em 1.2em;
  display: block;
  white-space: nowrap;
}
.main-nav li.main-nav-label:first-child,
.od-table .table tr:first-child td,
.od-table .table tr:first-child th,
.site-text ul li.found-in-result,
.site-text ul li:first-child {
  border-top: 0;
}
.main-nav ul li a {
  padding: 0;
  color: var(--HB-secondary);
  position: relative;
}
.main-nav ul li .productLabel {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 12px;
  font-weight: 400;
}
#myList li ul {
  padding: 0 15px;
  overflow-y: inherit !important;
  max-height: initial !important;
  position: relative;
}
#myList li ul::after {
  position: absolute;
  top: -11px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid var(--HB-primary);
}
.main-nav .menu-caret {
  display: block;
  position: absolute;
  right: 5px;
  text-align: center;
  line-height: 16px;
  color: var(--HB-primary);
  transform: rotate(180deg);
}
.main-nav .active .menu-caret {
  transform: rotate(0);
  line-height: 18px;
}
.main-nav .menu-caret::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: relative;
}
.main-nav li.active > a > .menu-caret::before {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.checkGrid,
.left_bookmark_bar .heading {
  display: block;
  margin-bottom: 10px;
}
.left_bookmark_bar .bookmark_link_path {
  display: block;
  color: #928a8a;
}
.checkGrid {
  padding-left: 44px;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
}
.productListLeft .checkGrid {
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 30px;
  font-weight: 600 !important;
  font-size: 15px;
  margin: 0 0 10px;
  text-overflow: initial;
}
.checkGrid input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 16px;
  height: 20px;
  width: 20px;
  background: 0 0;
  border: 1px solid var(--HB-primary);
  border-radius: 5px;
}
.checkGrid:hover input ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkGrid .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.productLstSearch {
  position: relative;
  padding-bottom: 12px;
}
.productLstSearch input {
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  color: var(--HB-secondary);
  padding-left: 35px;
  background: 0 0;
  box-shadow: none;
  border: 1px solid #5d484145;
  border-radius: 8px;
}
.productLstSearch input::-webkit-input-placeholder {
  color: var(--HB-secondary);
}
.productLstSearch input::-moz-placeholder {
  color: var(--HB-secondary);
}
.productLstSearch input:-ms-input-placeholder {
  color: var(--HB-secondary);
}
.productLstSearch input:-moz-placeholder {
  color: var(--HB-secondary);
}
.productLstSearch button {
  background: 0 0;
  border: 0;
  position: absolute;
  top: 9px;
  left: 5px;
  font-size: 17px;
}
.sortBySection {
  padding: 20px 0 15px;
}
.sortByContent span {
  font-weight: 600;
  font-size: 15px;
}
.sortByContent span.sortByCountLeft {
  vertical-align: top;
  position: relative;
  top: 11px;
}
#totalRowCountofproduct {
  font-size: 15px;
  margin-right: 5px;
  line-height: 40px;
}
.sortByContent .custom-select {
  width: initial;
  min-width: 150px;
  margin-left: 10px;
  height: 40px;
  display: inline-block;
  font-size: 15px;
  border: 0;
  margin-right: 10px;
}
.sortByContent .select-items div,
.sortByContent .select-selected {
  background-color: #fff;
  color: #787777;
  padding: 8px 24px 8px 10px;
}
.sortByContent .select-selected:after {
  border-color: #787777 transparent transparent;
  top: 17px;
}
.colorsList li label {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.colorsList li .checkmark {
  width: 30px;
  height: 30px;
  border: 0;
  background: var(--HB-primary);
}
.colorsList li .checkGrid input:checked ~ .checkmark {
  background: #19212c;
}
.colorsList li .checkGrid .checkmark::after {
  width: 8px;
  height: 15px;
  left: 11px;
  top: 5px;
}
.ftrDiscountSection {
  background: #eec0b0;
  padding: 45px 0;
}
.discountMiddleSection {
  padding: 45px 0;
  background: linear-gradient(to bottom, #eec0b0 50%, var(--HB-secondary) 50%);
}
.aboutBrandSection .heading h3,
.discountMiddleSection .heading,
.found-looking .heading h3,
.videoSection .heading h3 {
  margin-bottom: 35px;
}
.discountMiddleSection .discountBox {
  background: var(--HB-cream);
  text-align: center;
  padding: 15px;
  border: 4px solid var(--HB-secondary);
}
.discountMiddleSection .discountBox figure {
  padding: 10px 20px 0;
}
.discountMiddleSection .discountBox h3 {
  margin: auto;
  color: var(--HB-secondary);
  font-weight: 700;
  padding-bottom: 10px;
}
.discountLogo {
  text-align: center;
  padding-top: 45px;
}
.discountLogo img {
  width: 380px;
  margin: auto;
}
.bannerSection .innerBannerText {
  width: 60%;
  margin: 20%auto;
}
.bannerSection .innerBannerText h3 {
  color: var(--HB-cream);
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}
.bannerSection .innerBannerText p,
.testimonial_content .text p {
  font-size: 15px;
  color: var(--HB-cream);
  line-height: 24px;
}
.aboutIntroSection {
  padding-bottom: 45px;
}
.aboutIntroSection figure {
  padding-top: 35px;
}
.testimonial-bg {
  background-image: url(../images/bg/testimonial_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.testimonial-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#owl-demo-3 .owl-buttons {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  right: 0;
}
#owl-demo-3 .owl-controls .owl-buttons div {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 0;
  width: 50px;
  height: 50px;
}
#owl-demo-3 .owl-controls .owl-buttons div:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
}
#owl-demo-3 .owl-controls .owl-buttons .owl-next:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
}
#owl-demo-3 .owl-controls .owl-buttons .owl-prev:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾";
}
#owl-demo-3 .owl-controls .owl-buttons .owl-prev,
.site-home ul li {
  float: left;
}
.testimonial_content,
.testimonial_content .text {
  float: left;
  width: 100%;
  text-align: center;
}
.testimonial_content figure,
.testimonial_content figure img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonial_content figure {
  width: 135px;
  height: 135px;
  border: 5px solid #fff;
  float: none;
  margin-bottom: 19px;
  display: inline-block;
}
.testimonial_content .text .testiQuote {
  font-size: 34px;
  color: #3bb490;
}
.testimonial_content .text h5 {
  color: #fff;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.testimonial_content .text em {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  margin-bottom: 24px;
  color: #f4b843;
}
.aboutTestimonial h2,
.testimonial_content .text p {
  color:#3d312d;
  margin-bottom: 0;
  position: relative;
  font-weight: 600;
}
.testimonial_content .text p {
  width: 100%;
  padding: 10px 50px;
}
.testimonial_content .text h6 {
  color: #1c926f;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
}
.testimonial_content .rating {
  margin-bottom: -7px;
}
.testimonial_content .rating span {
  font-size: 20px;
  color: #f4b843;
}
.aboutTestimonial {
  background: #f5e5c0;
  padding: 35px 0;
}
.aboutTestimonial h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  padding-bottom: 20px;
}
.aboutTestimonial h2::after {
  content: "";
  width: 35px;
  height: 4px;
  display: block;
  background: #3bb490;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.aboutProdSec {
  padding: 45px 0;
  background: #3bb490;
}
.aboutProdSec .heading h3,
.btn3 a,
.healthy-brands-title h4 a {
  color: var(--HB-cream);
}
.aboutProdGrid {
  padding: 25px 0;
}
.aboutProdGrid figure {
  position: relative;
  margin-right: 10%;
}
.aboutBrandGrid figure span,
.aboutBrandGrid2 figure span,
.aboutProdGrid figure span {
  background: #fff;
  position: relative;
  z-index: 9999;
  display: block;
  box-shadow: 0 0 7px 2px #8e8b8b;
}
.aboutProdGrid figure::after {
  content: "";
  position: absolute;
  border: 3px solid var(--HB-cream);
  width: 100%;
  height: 100%;
  bottom: -8%;
  right: -5%;
}
.aboutBrandGrid figure::after,
.aboutBrandGrid2 figure::after {
  position: absolute;
  border: 3px solid #0f102e;
  height: 100%;
  bottom: -15%;
  content: "";
  width: 100%;
}
.aboutBrandGrid figure img,
.aboutProdGrid figure img,
.subpage-banner .container {
  position: relative;
  z-index: 9;
}
.aboutProdGrid .abtProdText {
  padding: 10%0 10% 5%;
  color: var(--HB-cream);
}
.aboutProdGrid .abtProdText h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--HB-cream);
  margin-bottom: 25px;
  margin-top: 0;
}
.aboutBrandGrid .abtBrandText p:last-child,
.cart-product .table,
.checkoutnew-left .form-card .form-group:last-child,
.checkoutnew-right .summary-card,
.faq-accordion .card-body p:last-child,
.footer-showroom p:last-child,
.hmi-list-card:last-child,
.homeproduct-content-in:last-child,
.homeproduct-section:last-child,
.hypnos-about-text p:last-child,
.left_bookmark_bar .main-nav li:last-child .checkGrid,
.mb-0,
.one-feature:last-child,
.order-hisbx-row:last-child,
.prdctcard-dic-content:last-child,
.prodDtlInfo,
.productDetailBox .tabs li:last-child,
.productcardrow .prdctcard .prdctcard-dic:last-child,
.productcardrow .prdctcard p:last-child,
.search-accordion .panel-group,
.showroom-title-main .section-title {
  margin-bottom: 0;
}
.aboutProdGrid2 figure {
  margin-left: 5%;
  margin-right: 5%;
}
.aboutProdGrid2 .abtProdText {
  text-align: right;
  padding: 12% 5% 12%0;
}
.btn3 a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
.btn3 a i,
.btn3 a span {
  padding: 10px 25px;
  display: inline-block;
  background: var(--HB-secondary);
}
.btn3 a i {
  padding: 12.3px 13px;
  margin-left: -1.7px;
  position: relative;
  top: 0.5px;
}
.aboutProdSec .btn3,
.border,
.btn-circle,
.continue-using,
.hove-bac,
.hypnos-offerings h3,
.noproduct,
.prices1,
.prodDtlForm .prodDtlFormHeader figure,
.stepwizard-step,
.testimonial_slider_2 #controls,
.videoSection .row {
  text-align: center;
}
.aboutBrandSection {
  padding: 45px 5%0;
}
.aboutBrandGrid {
  padding: 25px 0 55px;
}
.aboutBrandGrid:last-child {
  padding-bottom: 25px;
}
.aboutBrandGrid figure {
  position: relative;
  margin-right: 7%;
}
.aboutBrandGrid figure::after {
  right: -25%;
}
.aboutBrandGrid .abtBrandText {
  background: #3bb490;
  padding: 30px;
  text-align: center;
  color: #fff;
  margin-top: 12%;
  position: relative;
  z-index: 11;
}
.aboutBrandGrid2 figure {
  position: relative;
  margin-left: 7%;
  margin-right: 0;
}
.aboutBrandGrid2 figure::after {
  left: -25%;
}
figure.hefelBorder::after {
  border-color: #e91b32;
}
.productDetailSection {
  padding-top: 50px;
  padding-bottom: 0;
}
.prodDtlForm {
  border: 1px solid #b2a6a1;
  padding: 20px;
  box-shadow: 0 0 2px 1px #c0b6b2;
  position: relative;
}
.prodDtlForm .prodDtlFormHeader {
  margin-bottom: 10px;
  position: relative;
}
.prodDtlForm .prodDtlFormHeader p {
  font-size: 14px;
  color: var(--HB-secondary);
  font-weight: 400;
  padding: 0 0 5px;
  margin: 0;
}
.prodDtlForm .prodDtlFormHeader h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: var(--HB-primary);
  font-weight: 700;
  padding: 0 0 10px;
}
.prodDtl-country_flag {
  position: absolute;
  right: 0;
  top: 0;
}
.prodDtl-country_flag img {
  height: 18px;
}
.prodDtlForm .prodDtlFormHeader .sku-hh-id p {
  font-size: 14px;
  line-height: 15px;
  color: var(--HB-secondary);
  font-weight: 600;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid var(--HB-secondary);
}
.prodDtlForm .prodDtlFormHeader .sku-hh-id p:last-child {
  padding: 0;
  margin: 0;
  border-right: 0;
}
.prodDtlForm .prodDtlBody .fs-wrap.multiple .fs-option {
  display: flex;
  padding: 10px 8px 10px 30px;
}
.prodDtlForm .prodDtlBody .fs-option-label {
  margin-left: 5px;
  font-size: 14px;
}
.prodDtlForm .prodDtlBody .prodAddBtn {
  position: absolute;
  bottom: 20px;
  left: 27px;
  right: 27px;
}
.prodDtlForm .prodDtlFormHeader figure img {
  max-width: 100%;
  height: 40px;
  margin: auto;
}
.prodDtlForm .prodDtlFormHeader .prodReview span {
  background: #f9a33c;
  color: #fff;
  padding: 1px 6px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  font-weight: 400;
}
.form-group .custom-select .select-items div,
.form-group .custom-select .select-selected {
  background: #fff;
  color: var(--HB-secondary);
  font-weight: 700;
  border-color: #d6d2d1;
}
.form-group .custom-select .select-selected:after {
  border-color: var(--HB-secondary) transparent transparent;
  top: 16px;
}
.prodDtlForm .prodDtlBody .prodDtlHelp {
  text-align: right;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 5px;
}
.prodDtlForm .prodDtlAddrs {
  background: #fff;
  margin-top: 12px;
  color: var(--HB-secondary);
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsHead {
  background: #fff;
  padding: 8px 20px;
  border-bottom: 1px solid #d0d0d0;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsHead p {
  margin: auto;
  text-align: left;
  font-weight: 800;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsHead .delivery-address p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 23px;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsHead button {
  background: 0 0;
  border: #ffdead;
  padding: 0;
  text-decoration: underline;
  color: var(--HB-secondary);
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsBody {
  padding: 12px 20px;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsBody p {
  margin: auto;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 600;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsBody p span,
.summy ul li a.promo_code {
  color: var(--HB-primary);
  font-weight: 700;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsBody p i {
  color: var(--HB-primary);
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 4px;
}
.prodDtlForm .prodDtlAddrs .prodDtlAddrsHead label {
  color: var(--HB-secondary);
  font-size: 14px;
  margin: 0 0 3px;
  font-weight: 400;
}
.prodDtlForm .prodDtlPrice .prdDtlOldPrce {
  font-size: 15px;
  margin-right: 15px;
}
.prodDtlForm .prodDtlPrice .prdDtlOldPrce span {
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 10px;
}
.prodDtlForm .prodDtlPrice .prdDtlTtlPrce span {
  font-size: 16px;
  color: var(--HB-primary);
  margin-left: 4px;
  font-weight: 600;
}
.prodDtlForm .prodAddBtn button {
  background: var(--HB-secondary);
  border: 0;
  color: #fff;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}
.prodDtlTabSec {
  padding-top: 70px;
  padding-bottom: 70px;
}
.prodDtlTabSec .prodDtlTabHg h3 {
  margin: auto;
  text-align: center;
  background: var(--HB-primary);
  font-size: 34px;
  color: var(--HB-cream);
  padding: 17px 15px;
}
.prodDtlTabSec .prodDtlTabBody .tabs {
  margin: auto;
  padding: 0;
  border-bottom: 2px solid #585858;
}
.prodDtlTabSec .prodDtlTabBody .tabs li a {
  font-size: 15px;
  color: var(--HB-secondary);
  padding: 6px 25px;
  display: block;
  font-weight: 600;
}
.prodDtlTabSec .prodDtlTabBody .tabs li.selected a {
  color: var(--HB-primary);
  position: relative;
}
.materials-prdctcard-dic-img .prdctcard-dic-img:first-child,
.prodDtlTabSec .prodDtlTabBody .tabcontents {
  padding-top: 0;
}
.prodDtlTabSec .prodDtlTabBody .tabcontents p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  font-weight: 600;
}
.prodDtlInfo {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 2px 1px #ddd;
}
.prodDtlInfo h3 {
  text-align: center;
  font-size: 22px;
  color: var(--HB-secondary);
  font-weight: 700;
  position: relative;
  margin: 15px auto;
  padding-bottom: 15px;
}
.materialsDtl h5,
.materialsDtl h6,
.materialsDtl p,
.productDetailimg-title-card h3 {
  text-align: left;
  color: var(--HB-secondary);
}
.prodDtlInfo h3::after,
.productDetailCont h3::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 3px;
  background: var(--HB-secondary);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.prodDtlInfo .prodDtlInfoBody {
  padding: 30px 0 0;
}
.prodDtl-brand-logo,
.prodDtlInfo .prodDtlInfoBody figure {
  text-align: center;
  padding: 20px 0;
}
.prodDtlInfo .prodDtlInfoBody figure img {
  width: 100%;
  margin: auto;
}
.prodDtlInfo .prodDtlInfoBody ul {
  margin: 0 auto 25px;
  padding: 0;
}
.prodDtlInfo .prodDtlInfoBody ul li {
  font-size: 15px;
  list-style-type: none;
  position: relative;
  padding: 4px 0 4px 15px;
  color: var(--HB-secondary);
}
.prodDtlInfo .prodDtlInfoBody ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.prodDtlMoreSect {
  background: #eec0b0;
  padding: 25px 0 35px;
  position: relative;
}
.prodDtlMoreSect .prodDtlMoreHdr,
.prodDtlRelatedSect .prodDtlMoreHdr {
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.prodDtlMoreSect .prodDtlMoreHdr h3,
.prodDtlRelatedSect .prodDtlMoreHdr h3 {
  margin: auto;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.prodDtlMoreSect .prodDtlMoreHdr figure {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border: 1px solid #fff;
  height: 45px;
  width: 140px;
}
.prodDtlMoreSect .flagImg,
.prodDtlRelatedSect .flagImg {
  position: absolute;
  top: 10%;
  right: 2.8%;
  background: #fff;
  padding: 2px;
}
.prodDtlMoreSect .flagImg img,
.prodDtlRelatedSect .flagImg img {
  height: 25px;
}
.prodDtlMoreSect .prodDtlMoreBody,
.prodDtlRelatedSect .prodDtlMoreBody,
.productDetailCont figure.prLogo {
  padding-top: 25px;
}
.prodDtlMoreSect .prodDtlMoreBody ul li {
  display: inline-block;
  padding: 0 10px;
  width: 24.7%;
  float: left;
}
.prodDtlMoreSect .prodDtlMoreBody ul li a {
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.prodDtlMoreSect .prodDtlMoreBody ul li a figure,
.prodDtlRelatedSect .prodDtlMoreBody ul li a figure {
  background: #fff;
  padding: 2px;
  margin-bottom: 15px;
  height: 230px;
  position: relative;
}
.prodDtlMoreSect .prodDtlMoreBody ul li a h3 {
  text-transform: uppercase;
}
.prodDtlMoreSect .prodDtlMoreBody ul li a p {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.prodDtlMoreSect .HBLogoImg {
  position: absolute;
  bottom: 7%;
  right: 2.5%;
  padding: 6px;
}
.prodDtlMoreSect .HBLogoImg img {
  width: 45px;
}
.productDetailSection .aboutTestimonial {
  margin: 50px 0 0;
}
.prodDtlShowroomImg {
  padding: 45px;
  background: var(--HB-cream);
}
.prodDtlRelatedSect {
  background: var(--HB-primary);
  padding: 25px 25px 35px;
  position: relative;
}
.prodDtlRelatedSect .prodDtlMoreHdr h3 {
  font-size: 30px;
  color: var(--HB-cream);
}
.prodDtlRelatedSect .prodDtlMoreHdr figure {
  display: inline-block;
  box-shadow: 0 0 1px 1px #dbdbdb;
  vertical-align: middle;
  margin-left: 20px;
}
.prodDtlRelatedSect .prodDtlMoreBody ul {
  margin: auto;
  padding: 0;
  text-align: center;
}
.prodDtlRelatedSect .prodDtlMoreBody ul li {
  display: inline-block;
  padding: 0 10px;
  width: 19%;
  vertical-align: top;
}
.prodDtlRelatedSect .prodDtlMoreBody ul li a {
  text-align: center;
  text-decoration: none;
  color: var(--HB-cream);
}
.prodDtlMoreSect .prodDtlMoreBody ul li a figure img,
.prodDtlMoreSect .prodDtlMoreHdr figure img,
.prodDtlRelatedSect .prodDtlMoreBody ul li a figure img {
  width: 100%;
  /* object-fit: fill; */
  height: 100%;
}
.prodDtlMoreSect .prodDtlMoreBody ul li a h3,
.prodDtlRelatedSect .prodDtlMoreBody ul li a h4 {
  font-size: 18px;
  margin: 0 auto 5px;
  font-weight: 600;
  color: #fff;
}
.prodDtlRelatedSect .prodDtlMoreBody ul li a h3 {
  font-size: 24px;
  margin: 0 auto 5px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-weight: 700;
}
.prodDtlRelatedSect .prodDtlMoreBody ul li a p {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}
.productDetailCont,
.profile-dt {
  padding: 0 0 0 15px;
}
.productDetailimg-title-card h3 {
  margin: 0;
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  padding-right: 15px;
  line-height: 32px;
}
.hypnos-main.productDetailCont figure.prLogo img,
.productDetailimg-title-card img {
  height: 40px;
}
.productDetailCont h3::after {
  width: 35px;
}
.productDetailCont figure.prLogo img {
  height: 35px;
  margin: 0 auto;
}
.prod-main-Total {
  flex: 1;
  text-align: right;
  margin: 0;
  color: var(--HB-primary);
  font-weight: 700;
  font-size: 18px;
  padding: 7px 0;
}
.productDetailimg-card {
  display: flex !important;
  align-items: center !important;
}
.productDetailimg-title-card {
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px;
  padding-left: 125px;
  position: relative;
}
.productDetailBox .tabs {
  margin: 0;
  padding: 0;
  width: 110px;
  display: flex !important;
  flex-direction: column !important;
}
.productDetailBox .tabs li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.productDetailBox .tabs li a {
  background: #fd002e;
  padding: 2px;
}
.order-summary,
.productDetailBox .tabs li a figure,
.sovereign-series-bg .hypnos-about-title span:before {
  background: #fff;
}
.productDetailBox .tabs li a figure img {
  width: 100%;
  height: 83.5px;
  object-fit: cover;
}
.productDetailBox .tabs li.video-tab a {
  height: 87.5px;
}
.productDetailBox .tabs li.video-tab a i {
  color: var(--HB-cream);
  font-size: 40px;
  line-height: 84px;
}
.checkoutnew-right .pro-dec-sub,
.contact-info,
.hodoyou-sleep-item.center-side,
.hypnos-models-item-list,
.materials-prdctcard-dic-img,
.prdctcard-content-left,
.pro-dec-row .cart-botm-row,
.pro-dec-row .pro-dec-sub,
.productDetailBox .tabcontents,
.promocode-name-applied,
.searchresult-content-card .src-in,
.summary-item .summary-label {
  flex: 1;
}
.hastens-landing-main .hodoyou-sleep,
.hastens-landing-main .how-hypnoshealthy,
.hastens-landing-main .hypnos-models,
.hastens-landing-main .hypnos-needhelp .callUsGrid,
.hastens-landing-main .royal-series-bg,
.hastens-main .productDetailBox .tabs li a,
.hastens-main.prodDtlMoreSect,
.testimonial_slider_2 #slide_2_1:checked ~ #controls label:first-child,
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4) {
  background: #000;
}
.materialsDtl,
.prodDtlInfo {
  margin-top: 30px;
}
.row.product-faqs-card {
  width: 100%;
  margin: auto;
}
.productDetailCont .overview-video,
.productDetailCont figure.prLargeImg img {
  width: 100%;
  /* height: 380px; */
  object-fit: cover;
}
#prod-video {
  height: 380px;
}
#prod-video .productDetailCont {
  height: 100%;
}
.prodDtlShowroomImg #prod-video {
  height: 720px;
}
.prodDtlShowroomImg #prod-video .productDetailCont {
  height: 100%;
  padding: 0;
}
.acetive,
.change-password .form-group,
.materialsDtl-img,
.product-summary-card .prodDtlQty .col-md-12,
.search-accordion li {
  padding: 0 !important;
}
.materialsDtl h5,
.materialsDtl p {
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 10px;
}
.materialsDtl h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
}
.materialsDtl p {
  text-align: left !important;
}
.sprout-landing-main .hodoyou-sleep,
.sprout-landing-main .how-hypnoshealthy,
.sprout-landing-main .hypnos-models,
.sprout-landing-main .hypnos-needhelp .callUsGrid,
.sprout-landing-main .royal-series-bg,
.sprout-main .productDetailBox .tabs li a,
.sprout-main.prodDtlMoreSect,
.sprout-main.productDetailBox .tabs li a {
  background: #283428;
}
.ergomotion-main.prodDtlMoreSect,
.ergomotion-main.productDetailBox .tabs li a {
  background: #daafa8;
}
.hefel-main.prodDtlMoreSect,
.hefel-main.productDetailBox .tabs li a {
  background: #fd002e;
}
.StGeneve-main.prodDtlMoreSect,
.StGeneve-main.productDetailBox .tabs li a {
  background: #727176;
}
.harmony-main.prodDtlMoreSect,
.harmony-main.productDetailBox .tabs li a {
  background: #d5bc48;
}
.abyss-main.prodDtlMoreSect,
.abyss-main.productDetailBox .tabs li a {
  background: #a7a9ac;
}
.hush-main.prodDtlMoreSect,
.hush-main.productDetailBox .tabs li a {
  background: #1f2020;
}
.hypnos-main.productDetailBox .tabs li a {
  background: #17283c;
}
.hypnos-main.prodDtlMoreSect {
  background: #0a243b;
}
.quantity .input-text.qty {
  width: 30px;
  height: 36px;
  padding: 0 5px;
  background: #fff;
  color: var(--HB-secondary);
  font-weight: 700;
  border: 1px solid #d6d2d1;
  text-align: center;
  float: none;
}
.quantity .input-text.qty::-webkit-inner-spin-button,
.quantity .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .input-text.qty[type="number"] {
  -moz-appearance: textfield;
}
.quantity .input-text.qty:focus-visible {
  outline: 0;
}
.quantity.buttons_added {
  text-align: left;
  position: relative;
  vertical-align: top;
  display: contents;
}
.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}
.quantity.buttons_added .minus {
  padding: 7px 7px 8px;
  width: 30px;
  height: 36px;
  font-size: 20px;
  border-right: 0;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  background-color: var(--HB-secondary);
  border: 0;
  color: #fff;
  line-height: 15px;
}
.quantity.buttons_added .plus {
  border-left: 0;
}
.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: 0;
}
.deliverypin input {
  width: 100%;
  color: var(--HB-secondary);
  font-weight: 400;
  border: 1px solid #d6d2d1;
  padding: 8px 10px 10px 24px;
  height: 40px;
  background: url(../images/location.png) 5px center/14px no-repeat #fff;
  font-size: 14px;
}
.deliverypin input:focus-visible,
.prodDtlBody select:focus-visible {
  outline: 0;
}
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0;
  padding: 8px 13px;
  color: var(--HB-primary);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin: 0 3px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background-color: var(--HB-primary);
  border-color: var(--HB-primary);
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.product-tag {
  position: absolute;
  top: 20px;
  right: 0;
  background: var(--HB-primary);
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px 0 0 3px;
}
.product-tag.newarrival {
  background: #ed5a26;
}
.productGrid-brand {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.add-tag .productGrid-brand {
  left: 10px;
  transform: initial;
}
.productGrid-brand img {
  margin: 0 auto;
  height: 30px;
  border: 0;
  max-width: initial;
}
.prodDtlForm .prodDtlFormHeader h6 {
  margin: 0 0 5px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}
.prodDtlForm .prodDtlFormHeader span {
  color: #000;
  font-size: 13px;
  font-weight: 300;
}
.prodDtlBody select {
  width: 100%;
  background: url(../images/select-arrow.png) right 10px center/8px no-repeat
    #fff;
  color: #6c6c6c;
  padding: 9px 25px 9px 12px !important;
  border: 1px solid #d6d2d1;
  cursor: pointer;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
}
.log,
.min-max-price h3,
.noproduct {
  color: var(--HB-primary);
}
.prodDtlBody select::-ms-expand {
  display: none;
}
.prodDtlForm .prodDtlBody label {
  color: var(--HB-primary);
  font-size: 14px;
  margin: 0 0 3px;
  font-weight: 600 !important;
  font-family: Merriweather, serif;
}
.prodDtlForm .prodDtlBody .form-group {
  margin-bottom: 12px;
}
.fs-dropdown {
  margin-top: 0 !important;
  border: 1px solid #979797 !important;
}
.prodDtlForm .prodDtlBody .form-row-group .form-group {
  margin-bottom: 8px;
}
.noproduct {
  margin: 40px 0;
  border: 1px solid var(--HB-primary);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
}
.profile {
  border-bottom: 1px solid #ddd;
}
.min-max-price {
  margin-bottom: 20px;
  margin-top: 10px;
}
.min-max-price h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}
.customer-site ul,
.customer-site1 ul,
.numbar ul,
.panel-heading ul,
.text-checkbar ul {
  padding: 0;
  list-style: none;
}
.categorie-brand ul li.cb-show .cb-content,
.gorilla-dropdown .container > .ddlist > .dditem > div,
.gorilla-dropdown .content > div,
.min-max-price .price-filter-inputs,
.min-max-price .price-filter-inputs-card,
.promocode-applied-card,
.promocode-applied-in,
.summary-card-discount {
  display: flex;
}
.min-max-price .form-control {
  width: 100%;
  padding: 0 10px 0 25px;
  background: url(../images/dollar-sign.png) left 10px center/8px no-repeat;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  color: var(--HB-secondary);
  box-shadow: none;
  border: 1px solid #5d484145;
  border-radius: 8px;
}
.min-max-price .form-control::-webkit-input-placeholder {
  color: var(--HB-secondary);
}
.min-max-price .form-control::-moz-placeholder {
  color: var(--HB-secondary);
}
.min-max-price .form-control:-ms-input-placeholder {
  color: var(--HB-secondary);
}
.min-max-price .form-control:-moz-placeholder {
  color: var(--HB-secondary);
}
.min-max-price .price-filter-btn .btn {
  height: 40px;
  background-color: var(--HB-secondary);
  border: 0;
  color: #fff;
  font-size: 14px;
  width: 52px;
  font-weight: 700;
  padding: 0;
  border-radius: 8px;
  text-transform: uppercase;
}
.checkout {
  width: 100%;
  padding: 150px 0 80px;
  background: var(--HB-cream);
}
.stepwizard-step p {
  margin: 5px 0 0;
  color: var(--HB-secondary);
}
.contioue i,
.log {
  margin-left: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.margi,
.pay-now-1,
.site-home {
  position: absolute;
}
.log {
  float: right;
  font-weight: 300;
  margin-top: -4px;
}
.border-none {
  width: 98%;
  background: 0 0 !important;
  border: 0 !important;
  color: #000 !important;
  font-weight: 500;
  font-size: 12px;
}
label {
  display: inline-block;
  font-weight: 300 !important;
  color: #000;
  margin-top: 5px;
  font-size: 15px;
}
.Month {
  margin-left: 0 !important;
}
.Model-content {
  width: 100%;
  height: 43px;
  padding: 10px;
  font-size: 15px;
  color: #302a28 !important;
  font-weight: 600;
  border-radius: 0;
}
.site-bar {
  width: 100%;
  float: left;
  background: var(--HB-primary);
  padding: 20px;
}
.customar,
.gorilla-dropdown .container > .ddlist > .dditem:hover,
.os-btn button:hover,
.sidenav-login-btn .login-main-btn:hover,
.top {
  background: var(--HB-primary) !important;
}
.images-site-bar,
.images-site-bar1 {
  width: 40%;
  float: left;
}
.text-site-bar,
.text-site-bar1 {
  width: 28%;
  margin-left: 2%;
  margin-top: 28px;
  float: left;
  font-size: 13px;
  color: #fff;
}
.checkbar img,
.images-site-bar img,
.images-site-bar1 img,
.pay img,
.pay1 img,
.pay2 img,
label {
  max-width: 100%;
}
.mean-box,
.mean-box1,
.mean-box2 {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.line-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.text,
.text1 {
  width: 38%;
  float: left;
  font-size: 13px;
  color: #fff;
}
.text1 {
  width: 40%;
  float: right;
  margin-right: 40px;
}
.text2,
.text3 {
  width: 65%;
  float: left;
  font-size: 15px;
  color: #fff;
}
.text3 {
  width: 27%;
  float: right;
  color: #ffff;
  margin-right: 26px;
}
.text4,
.text5 {
  width: 90%;
  font-size: 15px;
  float: left;
  color: #fff;
  font-weight: 400;
}
.text5 {
  width: 9%;
  cursor: pointer;
}
.form-group0 {
  width: 50%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-group1,
.form-group3 {
  float: left;
  margin-left: 1%;
  margin-bottom: 10px;
}
.form-group1 {
  width: 49%;
  margin-top: 10px;
}
.form-group3 {
  width: 33%;
}
.form-group2 {
  width: 32%;
  float: left;
}
.customar {
  margin-bottom: 42px;
  padding: 12px 11px 30px;
}
.customer-site,
.customer-site1 {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.customer-site ul {
  margin-top: -26px;
}
.customer-site ul li,
.customer-site1 ul li {
  float: left;
  cursor: pointer;
  font-size: 15px;
  padding: 0 17px 0 44px;
}
.customer-site1 {
  margin-bottom: 27px;
}
.customer-site1 ul li {
  padding: 0 17px 0 124px;
}
.acetive0-3 {
  padding: 0 0 0 93px !important;
}
.acetive01 {
  padding: 0 0 0 44px !important;
}
.mean-images {
  width: 100%;
  float: left;
  height: 97px;
  margin-top: 6px;
  margin-bottom: 7px;
}
.method {
  margin-left: 2%;
  width: 65%;
  float: left;
}
.Model-content1 {
  width: 70%;
  padding: 7px;
  font-size: 15px;
  color: #000 !important;
}
.form-group4 {
  width: 25.2%;
  float: left;
  margin-left: 1%;
  margin-bottom: 10px;
}
.top {
  padding: 11px 11px 0;
  margin-top: 28px;
  float: left;
  width: 100%;
}
.color-seat {
  margin-top: -2px;
  float: left;
  background: #fff;
}
.os-btn button,
.pull-right {
  background: var(--HB-secondary) !important;
}
.pay-now-1 {
  width: 14%;
  float: left !important;
  margin-top: 24%;
  left: 50%;
  padding: 10px;
}
.account {
  float: right;
  margin-right: -27px;
  font-size: 13px;
  font-weight: 300;
}
.pay,
.pay1,
.pay2 {
  width: 18%;
  float: left;
}
.pay1,
.pay2 {
  margin-left: 2%;
}
.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
  background: #fff;
  cursor: pointer;
}
.panel-heading ul li {
  float: left;
  padding: 0 0 0 81px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.acetive2 {
  padding: 0 0 0 240px !important;
}
.stepwizard-step:before {
  top: 15px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: var(--HB-secondary);
  z-index: 0;
  left: 100px;
}
#filter-button,
.form-checkbox input[type="checkbox"],
.menuCatgLeft li a::after,
.searchBar-mb,
.select-options li[rel="hide"],
.site-home ul li:last-child a:after,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.stepwizard-step:last-child:before,
.testimonial_slider_2 input {
  display: none;
}
.checkbar {
  width: 15%;
  float: left;
}
.text-checkbar {
  width: 20%;
  float: left;
}
.text-checkbar ul li {
  float: left;
  width: 50%;
  cursor: pointer;
  color: #000;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
}
.acetive1 {
  color: #0aa57c !important;
  width: 100% !important;
}
.numbar ul li,
.prices,
.prices1 {
  float: left;
  color: #333;
}
.numbar {
  width: 16%;
  float: left;
  margin-left: 60px;
}
.numbar ul li {
  font-size: 15px;
  padding: 3px;
  cursor: pointer;
}
.border {
  width: 30%;
  border: 1px solid #333;
}
.checkout .remove,
.prices {
  text-align: center;
  font-size: 15px;
}
.prices {
  width: 14%;
  margin-right: 5%;
}
.prices1 {
  width: 15%;
  font-size: 13px;
  font-weight: 600;
}
.checkout .remove {
  width: auto;
  color: #19ab85;
  cursor: pointer;
  height: 15px;
}
.pull-right {
  float: right !important;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
}
.dusra-checkbar,
.summy {
  background: #fff;
  width: 100%;
}
.margi {
  margin-top: 174px;
  width: 13%;
  padding: 8px;
}
.dusra-checkbar {
  float: left;
  padding: 30px 15px 16px;
  margin-top: 1px;
  border-top: 1px solid var(--HB-primary);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: var(--HB-primary);
  border-color: #337ab7;
}
.site-home {
  width: 100%;
  float: left;
  top: 126px;
}
.acetive23 {
  color: #000 !important;
}
.subtotal {
  width: 48%;
  float: left;
  font-weight: 300;
  margin-left: 20px;
  font-size: 13px;
  margin-bottom: 2px;
}
.subtotal1,
.subtotal2 {
  font-weight: 300;
  float: right;
  margin-right: 16px;
  font-size: 15px;
}
.subtotal2 {
  font-weight: 400;
  margin-right: 85px;
}
.promo {
  width: 88%;
  margin-left: 7%;
  padding: 4px 10px 4px 3px;
  margin-bottom: 7px;
  margin-top: 0;
}
.button-auto {
  width: 94%;
  background: var(--HB-primary);
  float: left;
  margin: 0 auto auto 3%;
}
.line {
  width: 95%;
  height: 2px;
  background: #333;
  margin: 47px auto 26px;
}
.promo1 {
  margin-left: -30px;
  cursor: pointer;
}
.order {
  width: 100%;
  float: left;
  background: var(--HB-primary);
  padding: 14px 20px;
  margin-top: 1px;
  color: #fff;
  font-weight: 400;
}
.hastens {
  font-weight: 300 !important;
}
.Brands-box {
  border: 0;
  border-top: 1px solid var(--HB-primary);
  padding: 29px 0 2px;
}
.stepwizard-step {
  display: table-cell;
  position: relative;
}
.contioue {
  float: left !important;
  margin-top: 50px;
  padding: 9px;
  color: #fff;
  font-weight: 500;
  min-width: 250px;
  text-transform: uppercase;
  background: var(--HB-secondary);
  border-radius: 0;
}
.Shopping,
.right-text {
  font-weight: 400;
  font-size: 13px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.acetive02 {
  padding: 0 0 0 98px !important;
}
.Shopping {
  color: #fff;
  padding: 10px;
  width: 30%;
}
.summy1 {
  width: 25%;
  float: right;
  background: #fff;
}
.payment {
  padding: 12px !important;
  color: #000 !important;
}
.drop-dwon {
  width: 100%;
  float: left;
  position: absolute;
  background: #fff;
  display: none;
  box-shadow: rgb(0 0 0/18%) 0 5px 4px 0;
}
.site-images {
  width: 60%;
  float: left;
  border-right: 1px dotted #fff;
  padding: 5px;
}
.searchBar .site-images,
.searchBar .site-text {
  max-height: 346px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.site-text {
  width: 40%;
  float: left;
  padding: 5px;
}
.site-text ul li {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
}
.right-text .searchBarPrice,
.right-text h4,
.site-text ul li a {
  color: var(--HB-primary);
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.searchBar .site-text ul li a span {
  color: var(--HB-secondary);
  padding-right: 5px;
}
.site-text ul li.found-in-result a {
  color: var(--HB-secondary);
  font-weight: 500;
}
.right-text,
.site-images-text {
  width: 17%;
  float: left;
  cursor: pointer;
}
.site-images-text img {
  max-width: 80%;
  max-height: 40px;
  object-fit: cover;
  float: left;
  margin-top: 0;
}
.right-text {
  margin: 30px 23px;
  color: #333;
  border-bottom: 2px dotted #fff;
  display: contents;
  width: 85%;
}
.right-text h4 {
  margin: 0;
  float: left;
  color: var(--HB-secondary);
}
.right-text h4 span,
.right-text h5 {
  margin: auto;
  padding-top: 5px;
  color: var(--HB-secondary);
}
.right-text h4 span {
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}
.right-text h5 {
  font-size: 11px;
  font-weight: 700;
}
.site-text ul li a:hover {
  color: var(--HB-primary) !important;
}
.right-text .searchBarPrice {
  white-space: nowrap;
  float: right;
}
.profile {
  width: 100%;
  float: left;
  padding: 8px 5px 7px;
}
.hove-bac {
  width: 15%;
  padding: 1px 10px 0;
  display: none;
  position: absolute;
  margin-top: 11px;
  line-height: 48px;
  color: #fff;
}
.btn-success {
  color: #fff;
  border-color: #4cae4c;
}
.acetive16,
.btn-success,
.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: var(--HB-primary) !important;
}
.callUsGridContent h2 {
  font-size: 34px;
  color: var(--HB-secondary);
  font-weight: 300;
  line-height: 48px;
  margin: auto;
  padding: 75px 0 30px;
  text-align: left;
}
.logo-right-site {
  width: 40%;
  float: right;
}
.page-breadcrumb {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0;
}
.checkout .panel {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-product {
  border: 1px solid #f4f4f4;
  background: #fff;
}
.cart-product .table > thead > tr > th {
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: 0;
  background: var(--HB-primary);
}
.cart-product .table > tbody > tr > td {
  padding: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
}
.pro-img {
  width: 100px;
  margin-right: 15px;
}
.pro-dec {
  flex: 1;
  max-width: 180px;
}
.pro-dec h4 {
  margin: 0 0 5px;
  color: var(--HB-primary);
  font-size: 15px;
  line-height: 20px;
}
.pro-dec p {
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: var(--HB-secondary);
}
.pro-dec p span {
  display: inline-block;
  font-weight: 700;
  color: var(--HB-secondary);
}
.pro-numbar ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.pro-numbar ul li {
  list-style: none;
  padding: 0;
  width: 25px;
  height: 25px;
  background-color: var(--HB-secondary);
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 9px;
  line-height: 25px;
  text-align: center;
}
.actb a i,
.in-ac-tabs .nav-tabs li a i {
  width: 35px;
  height: 35px;
  text-align: center;
}
.pro-numbar ul li:nth-child(2) {
  width: 30px;
  height: 25px;
  padding: 0;
  background: #fff;
  color: var(--HB-secondary);
  font-weight: 700;
  border: 1px solid #d6d2d1;
  text-align: center;
  float: none;
  font-size: 13px;
  line-height: 25px;
  cursor: auto;
}
.pro-numbar ul li:nth-child(2):hover {
  background: #fff;
  border: 1px solid var(--HB-primary);
}
.bestseller-card a,
.hypnos-collections-item a,
.os-btn,
.summy-title {
  width: 100%;
  display: inline-block;
}
.d-flex,
.summy ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
}
.d-flex,
.left_bookmark_bar .main-nav > li.active-manual.filter-color-code > ul,
.left_bookmark_bar .main-nav > li.active-manual.filter-colors > ul,
.left_bookmark_bar .main-nav > li.active-manual.filter-country > ul,
.left_bookmark_bar .main-nav > li.active-manual.filter-depth > ul,
.left_bookmark_bar .main-nav > li.active-manual.filter-lead-time > ul,
.left_bookmark_bar .main-nav > li.active-manual.filter-length > ul,
.left_bookmark_bar .main-nav > li.active-manual.filter-width > ul,
.summy ul li {
  display: flex !important;
}
.summy-title {
  background: var(--HB-primary);
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.summy ul {
  padding: 15px 20px 12px;
  margin: 0;
}
.summy ul li {
  list-style: none;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  color: var(--HB-secondary);
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  position: relative;
  padding: 3px 0;
}
.summy ul li .promo {
  width: 100%;
  margin: 10px 0;
  padding: 6px 10px;
  display: block !important;
  border: 1px solid var(--HB-secondary);
}
.summy ul li .promo1 {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}
.summy ul li.final-total {
  border-top: 1px solid #c3c3c3;
  padding-top: 12px;
  margin-top: 12px;
  font-size: 18px;
}
.formBtnFull .btn,
.formBtnFull input,
.os-btn button {
  font-weight: 700;
  transition: 0.3s ease-in;
  border: 0;
  color: #fff;
  font-size: 15px;
  width: 100%;
  padding: 8px;
  text-transform: uppercase;
}
.os-btn button {
  cursor: pointer;
}
.os-btn {
  padding: 0 20px 15px;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.cart-final-total,
.justify-content-between,
.pro-dec-row,
.productDealList li h6 {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.google-login,
.hypnos-showroom .hypnos-title,
.summary-card {
  margin-bottom: 10px;
}
.google-login p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.forgetLink,
.google-login a {
  color: var(--HB-primary);
  font-weight: 500;
}
.google-login a,
.prodDtlForm .prodDtlFormHeader .prodMain-price span.discount {
  font-size: 13px;
}
.form-card {
  padding: 20px 20px 5px;
}
.formBtnFull .btn,
.formBtnFull input {
  background: var(--HB-secondary);
  border-radius: 0;
}
.formBtnFull .btn:focus,
.formBtnFull input:focus {
  border: 1px solid var(--HB-primary);
  background: var(--HB-primary);
}
.hypnos-contact-form-card-title,
.login-card,
.register-card {
  margin-bottom: 30px;
}
.login-card .radio {
  padding: 0 15px;
}
.login-card .radio label {
  margin-right: 18px;
  font-weight: 400 !important;
  color: var(--HB-secondary);
}
.login-card .card-body {
  padding: 15px;
  background: #eec0b0;
  font-size: 15px;
}
.login-card .collapse {
  padding: 15px;
}
.login-card .collapse .checkGrid {
  position: relative;
  padding-left: 35px;
}
.checkoutnew-shipping .selected_shipping_add .radio .checkGrid,
.rememberText .checkGrid {
  margin: 0;
  padding-left: 30px;
}
.forgetLink {
  font-size: 15px;
  display: inline-block;
}
.register-card .formBtnFull {
  margin-top: 14px;
}
.form-card .control-label {
  margin: 0 0 5px;
  width: 100%;
}
.continue-using span {
  color: #666;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}
.continue-using span:after,
.continue-using span:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  top: 10px;
  background: #666;
  right: -170px;
}
.continue-using span:before {
  left: -170px;
}
.comment-reply-form .contact-form form,
.continue-using-btn {
  margin-top: 15px;
}
.continue-using-btn a {
  margin: 0 8px;
  background-color: #263961;
  color: #fff;
  border-radius: 0;
  border: 1px solid;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 20px;
  display: inline-flex;
}
.continue-using-btn a.ggle-btn {
  background-color: #e93f2e;
  border-color: #e93f2e;
  color: #fff;
}
.continue-using-btn a i {
  max-width: 20px;
  margin-right: 10px;
  font-size: 21px;
  vertical-align: text-bottom;
}
.payment-card {
  margin: 0 0 30px;
}
.payment-card:last-child {
  margin: 0 0 15px;
}
.payment-card h6 {
  color: #666;
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
}
.account-title,
.profile-dt h3 {
  font-size: 16px;
  font-weight: 600;
}
.payment-btn {
  background: #f6c657;
  display: inline-block;
  padding: 8px 23px;
}
.payment-btn img {
  width: 95px;
}
.my-account {
  padding-top: 120px;
  padding-bottom: 70px;
}
.account-sidebar {
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.profile-box {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
}
.profile-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-dt h3 {
  color: var(--HB-secondary);
  margin: 0 0 4px;
}
.profile-dt p,
.single-info p {
  font-size: 15px;
  color: #787777;
  margin: 0;
}
.checkoutnew-right .summary-card .summary-item span,
.in-ac-tabs {
  padding: 0 0 10px;
}
.in-ac-tabs .nav-tabs li {
  display: block;
  width: 100%;
  margin: 0;
}
.in-ac-tabs .nav-tabs li a,
.in-ac-tabs .nav-tabs li a i {
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.in-ac-tabs .nav-tabs li a {
  padding: 10px 15px;
  display: block;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  color: var(--HB-secondary);
  margin: 0;
}
.in-ac-tabs .nav-tabs li a i {
  border-radius: 50%;
  background: var(--HB-primary);
  line-height: 35px;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.in-ac-tabs .nav-tabs > li.active > a,
.in-ac-tabs .nav-tabs > li.active > a:focus,
.in-ac-tabs .nav-tabs > li > a:hover {
  border: 0;
  background: var(--HB-primary);
  color: #fff;
}
.in-ac-tabs .nav-tabs > li.active a i,
.in-ac-tabs .nav-tabs > li > a:hover i {
  background: #fff;
  color: var(--HB-primary);
}
.account-cmbx {
  width: 100%;
  background: #fff;
}
.account-title {
  margin: 0;
  background: var(--HB-primary);
  color: #fff;
  padding: 15px 20px;
  font-family: Arial;
}
.account-card {
  width: 100%;
  padding: 20px;
}
.account-card form label {
  margin: 0 0 3px;
  font-size: 14px;
  color: var(--HB-primary);
  font-weight: 700 !important;
}
.account-card form.row {
  margin: 0-10px;
}
.account-card form .form-group,
.brand_content,
.change-password .col-lg-6.col-md-12 {
  padding: 0 10px;
}
.cus-radbx {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.cusrd {
  margin: 0 20px 0 0;
}
.cusrd [type="radio"]:checked,
.cusrd [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cusrd [type="radio"]:checked + label,
.cusrd [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500 !important;
  margin: 0;
}
.cusrd [type="radio"]:checked + label:before,
.cusrd [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--HB-secondary);
  border-radius: 100%;
  background: #fff;
}
#filter-button button:hover,
.actb a i:hover,
.btn-account,
.order-hisbx .prosmdt span,
.order-search button,
.pro-dec-his,
.reset_form_tag a,
.sidenav-btn .btn {
  background: var(--HB-secondary);
}
.cusrd [type="radio"]:checked + label:after,
.cusrd [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--HB-secondary);
  position: absolute;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cusrd [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cusrd [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-account {
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 30px;
  transition: 0.3s ease-in;
  border-radius: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.order-hisbx-row {
  width: 100%;
  box-shadow: 0 0 3px 1px #e0dfdf;
  padding: 15px 15px 0;
  margin-bottom: 20px;
}
.proimg {
  width: 100%;
  height: 67px;
}
.order-hisbx .prosmdt h4 {
  margin: 0 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.order-hisbx .prosmdt h4 a {
  color: var(--HB-primary);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.order-hisbx .prosmdt h5,
.order-hisbx .prosmdt p {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin: 7px 0 0;
}
.order-hisbx .prosmdt span {
  padding: 3px 7px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.order-hisbx .prosmdt p {
  font-size: 13.5px;
  margin: 5px 0 0;
}
.order-hisbx .order-hisbx-price h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 35px;
}
.actb,
.invoiceBtnAlign,
.orderDetails table td:last-child,
.prdDtlTtlPrce,
.text-lg-right {
  text-align: right;
}
.actb a i {
  background: #fff;
  font-size: 15px;
  color: var(--HB-secondary);
  line-height: 31px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid var(--HB-secondary);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.actb a i:hover,
.order-search button {
  border: 2px solid var(--HB-secondary);
  color: #fff;
}
.order-search .form-group {
  padding: 0 !important;
  position: relative;
}
.order-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  font-size: 15px;
  padding: 7px 15px;
}
.order-search button i {
  margin-right: 4px;
}
.form-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.form-checkbox label,
.order-msg p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
.form-checkbox input[type="checkbox"] + label {
  display: flex;
  margin: 0;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}
.form-checkbox input[type="checkbox"] + label:before {
  content: "";
  border: 1px solid var(--HB-secondary);
  border-radius: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 0;
  margin-right: 8px;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
  background: url(../images/icons/check.png) center center/15px no-repeat
    var(--HB-secondary);
  border-color: var(--HB-secondary);
}
.address-card-row,
.address-form {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
.address-card-row {
  box-shadow: 0 0 3px 1px #e0dfdf;
  padding: 15px;
}
.address-card-details h5 {
  color: var(--HB-primary);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 3px;
}
.address-card-details p,
.pro-dec-his p {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin: 0;
}
.address-card-row .actb {
  padding: 4px 0;
}
.order-hisbx-price,
.ppq-card,
.pro-dec-his {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.pro-dec-his {
  margin: 15px -15px 0;
  padding: 8px 16px;
}
.order-hisbx-price {
  padding: 16px 0;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 20px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 25px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 0 5px;
}
.order-detail-card {
  width: 100%;
  border: 1px solid var(--HB-secondary);
  margin: 15px 0 0;
}
.order-detail-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.od-table .table {
  margin-bottom: 0;
  border-left: 1px solid var(--HB-secondary);
  font-size: 15px;
  color: #787777;
}
.od-table .table td,
.od-table .table th {
  border-top: 0.5px solid var(--HB-secondary);
}
.od-table .table th {
  border-right: 0.5px solid var(--HB-secondary);
  width: 150px;
  color: var(--HB-secondary);
}
.order-detail-img {
  padding: 20px;
}
.order-detail-img p {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
}
.prodDtlPrice1 span {
  font-size: 24px;
  color: var(--HB-primary);
  margin-left: 10px;
  font-weight: 900;
  margin-bottom: 19px;
}
.prodDtlPrice1 {
  width: 100%;
  position: relative;
  top: 82px;
  display: block;
}
.fs-label-wrap .fs-label {
  padding: 12px 22px 12px 8px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #6c6c6c;
}
.right-text a {
  text-decoration: none;
  color: #fff;
}
.sidenav {
  height: 100%;
  width: 320px;
  position: fixed;
  z-index: 99999;
  top: 0;
  background-color: #fff;
  transition: 0.5s ease-in;
  right: -400px;
  padding-top: 60px;
  box-shadow: 0 0 3px 1px #bcb8b8;
}
.product-summary-card.opensummary,
.sidenav.opennav {
  right: 0;
}
.sidenav a {
  text-decoration: none;
  transition: 0.1s;
}
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 9;
  color: var(--HB-primary);
}
.sidenav ul.sidenav_menu_list {
  margin: 0;
  padding: 0 30px;
  overflow: auto;
  border-top: 0;
}
#filter-button button:hover,
.sidenav-btn .btn {
  border-color: var(--HB-secondary) #241c19 #241c19 var(--HB-secondary);
}
.sidenav ul.sidenav_menu_list li {
  list-style-type: none;
  text-align: left;
}
.sidenav ul.sidenav_menu_list a {
  font-size: 15px;
  padding: 10px 0 10px 25px;
  color: var(--HB-secondary);
  text-transform: capitalize;
  font-weight: 600;
  background-image: url(../images/fav.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.sidenav ul li.dropdown .dropdown-toggle .caret {
  background: 0 0;
  padding: initial;
}
.sidenav ul li.dropdown ul.dropdown-menu {
  position: relative !important;
  float: none;
  box-shadow: none;
  border: 0;
  top: 100% !important;
  transform: initial !important;
  padding: 0;
}
.sidenav ul li.dropdown ul.dropdown-menu li a {
  padding: 6px 8px 6px 55px;
  color: #686868;
  font-size: 15px;
  position: relative;
}
.sidenav ul li.dropdown ul.dropdown-menu li.active > a {
  background: 0 0;
  color: var(--HB-primary);
}
.sidenav ul li.dropdown ul.dropdown-menu li a:hover {
  background-color: #eee;
  color: var(--HB-primary);
}
.sidenav ul li.dropdown ul.dropdown-menu li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 35px;
  font-weight: 900;
}
.get-in-touch {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  text-align: left;
}
.get-in-touch h4 {
  font-weight: 700;
  color: var(--HB-secondary);
  font-size: 22px;
  margin: 0 0 15px;
  padding: 0;
}
.homeproduct-section .heading,
.single-info {
  margin-bottom: 25px;
}
.sidenav-btn .btn,
.single-info span {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.single-info span {
  color: var(--HB-primary);
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
.sidenav-btn .btn {
  color: #fff;
  padding: 9px 10px;
  text-align: center;
  text-decoration: none;
  border-width: 3px;
  border-style: solid;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
}
.sidenav-btn .btn:hover {
  color: #fff;
  background: var(--HB-primary);
  border-color: var(--HB-primary) #1c8c6f #1c8c6f var(--HB-primary);
}
.reset_form_tag {
  padding-left: 0;
  width: 100%;
  padding-top: 2px;
}
.reset_form_tag a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition-duration: 0.3s;
  padding: 3px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
}
.reset_form_tag a:hover {
  text-decoration: none;
  background: var(--HB-primary);
  transition-duration: 0.3s;
}
.reset_form_tag a i {
  margin-right: 3px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.prodDtlQty {
  background: #fff;
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 22px;
}
.prodDtlQty .prodDtlPrice span {
  padding-left: 15px;
}
.prodDtlQty .quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  width: 25px;
  height: 25px;
  font-size: 15px;
  padding: 4px;
}
.prodDtlQty .quantity .input-text.qty {
  width: 30px;
  height: 25px;
  font-size: 11px;
}
.login-card .collapse select.form-control {
  border-radius: 0;
  height: 43px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 15px;
  color: #8b7b76 !important;
}
table.dataTable td a {
  color: var(--HB-primary);
  margin: 0 5px;
}
.orderDetails {
  background: #fff;
  padding-bottom: 15px;
}
.orderDetails h3 {
  background: var(--HB-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  font-family: Arial;
}
.orderDetails table td {
  padding: 8px 20px;
  color: var(--HB-secondary);
}
.thankyouPageSec {
  padding-top: 180px;
  background: var(--HB-cream);
  padding-bottom: 45px;
  min-height: calc(100vh - 190px);
}
.thankyouPageSec .thankyouPageCont {
  background: #fff;
  text-align: center;
  padding: 45px 15%;
  box-shadow: 0 0 2px 1px #d6d6d6;
  display: inline-block;
  width: 100%;
}
.thankyouPageSec .thankyouPageCont i {
  font-size: 85px;
  color: var(--HB-primary);
  margin-bottom: 15px;
}
.thankyouPageSec .thankyouPageCont h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 25px;
  color: var(--HB-secondary);
}
.radio .checkGrid {
  display: inline-block;
  padding-left: 35px;
}
.radio .checkGrid .checkmark {
  left: 0;
  border-radius: 50%;
}
.Model-content,
input:focus,
input:focus-visible,
input:not(:placeholder-shown),
input:visited {
  box-shadow: none !important;
  border: 1px solid #ddd;
  outline: 0 !important;
}
.paddinglr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.login-card #pickup_address .full_address,
.testimonial_2 p {
  display: inline;
}
.Model-content,
.found-looking-btn a:hover,
.hypnos-contact-form-card .contact-form-btn .btn:hover {
  background: 0 0;
}
.selected_shipping_add {
  background: #fff;
  padding: 0;
  font-size: 15px;
  border-top: 1px solid #e2e2e2;
  margin: 0;
}
.login-card #delivery_address.collapse .checkGrid {
  padding-left: 45px;
}
.testimonial_slider_2 {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0;
}
.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner {
  margin-left: -100%;
}
.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner {
  margin-left: -200%;
}
.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner {
  margin-left: -300%;
}
.testimonial_slider_2 .boo_inner {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.testimonial_slider_2 .slide_content {
  width: 25%;
  float: left;
}
.testimonial_slider_2 #controls label {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  display: inline-block;
  background: #999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.testimonial_2 {
  font-size: 16px !important;
  color: #333;
  padding: 30px 30px 23px;
  text-align: center;
}
.content_2 {
  padding-left: 30px;
  margin-bottom: 30px;
}
.author_2 h4 a:after,
.content_2:after,
.content_2:before {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}
.content_2:before {
  background: url(icon_testimonial_2_before.png) no-repeat;
  left: 0;
}
.content_2:after {
  background: url(icon_testimonial_2_after.png) no-repeat;
  margin: 5px 10px;
}
.author_2 {
  margin-left: 30px;
}
.author_2 h3,
.author_2 h4 {
  color: #333;
  font-size: 13px;
  font-weight: 600px;
  padding: 0 0 5px;
}
.author_2 h4 {
  font-size: 12px;
  font-weight: 400;
}
.author_2 h4 a {
  color: #999;
  text-decoration: none;
  padding-bottom: 1px;
  overflow: hidden;
  border-bottom: 1px solid;
}
.author_2 h4 a:after {
  background: #999;
  height: 1px;
  left: 0;
  bottom: -1px;
  width: 0;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.author_2 h4 a:hover {
  color: #000;
  border: 0;
}
.author_2 h4 a:hover:after {
  border-color: #000;
  width: 100%;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.gorilla-dropdown .-clear-both,
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.totalProdBorder {
  border-top: 1px solid #d0d0d0;
  padding-top: 18px;
  font-weight: 700;
  font-size: 16px;
}
.formSaperate {
  text-align: center;
  margin: 0;
  height: 482px;
}
.formSaperate::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #333;
  height: 100%;
  left: 50%;
  right: 0;
  top: 0;
}
.formSaperate span {
  background: var(--HB-cream);
  padding: 15px;
  top: 50%;
}
.prodListGridHdr {
  padding: 0;
  margin: 0 0 5px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.prodListGridHdr li {
  list-style-type: none;
  text-align: center;
  font-size: 15px;
}
.prodListGridHdr li img {
  max-width: 100%;
  height: 32px;
  object-fit: cover;
}
.prodListGridHdr li.plgNew {
  background: #f4911d;
  color: #fff;
}
.prodListGridHdr li.plgKids {
  background: var(--HB-primary);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  width: 47%;
  overflow: hidden;
  padding: 0 6px;
  border-radius: 8px;
}
.prodListGridHdr li.plgMid {
  background: #4e595b;
  color: #fff;
}
.prodListGridHdr li.flagProdList {
  display: none;
  padding: 0;
  position: absolute;
  top: 177px;
  right: 17px;
  z-index: 9;
  width: 50px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px 2px #00000017;
}
.prodListGridHdr li.flagProdList img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-section {
  padding: 70px 0;
  background: var(--HB-cream);
}
.contact-details {
  width: 100%;
  background: var(--HB-primary);
  padding: 40px;
}
.contact-title {
  font-size: 24px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 700;
}
.contact-details-card {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3bc78a;
}
.contact-details-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.contact-icon {
  font-size: 25px;
  color: #fff;
  padding: 0 40px 0 0;
}
.contact-icon:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 2px;
  height: 20px;
  background: #fff;
}
.contact-info h6 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.contact-info p {
  color: #fff;
  margin: 0;
  font-size: 15px;
}
.contact-form .contact-title {
  margin: 0 0 5px;
  color: var(--HB-secondary);
  font-size: 32px;
}
.contact-form .contact-subtitle {
  margin: 0;
  font-size: 15px;
}
.contact-form,
.hypnos-contact-form-card {
  padding: 5px 10px;
}
.contact-form form,
.prodDtlForm .prodDtlBody .form-group > .form-group,
.thankyouPageSec .thankyouPageCont button {
  margin-top: 20px;
}
.contact-form .inputField input,
.contact-form .inputField textarea {
  border: 1px solid #ccc;
  color: #302a28;
  font-weight: 600;
  display: block;
  font-size: 15px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.contact-form .inputField textarea,
.hypnos-contact-form-card textarea.form-control {
  height: 150px;
  padding: 15px;
}
.contact-form .inputField input::placeholder,
.contact-form .inputField textarea::placeholder {
  color: #8c9698 !important;
}
.contact-form .inputField input:focus::placeholder,
.contact-form .inputField textarea:focus::placeholder {
  color: #333 !important;
}
.contact-form .inputField input:active,
.contact-form .inputField input:focus,
.contact-form .inputField input:hover,
.contact-form .inputField input:visited,
.contact-form .inputField textarea:active,
.contact-form .inputField textarea:focus,
.contact-form .inputField textarea:hover,
.contact-form .inputField textarea:visited,
.hypnos-contact-form-card .form-control:active,
.hypnos-contact-form-card .form-control:focus,
.hypnos-contact-form-card .form-control:hover {
  border-color: var(--HB-secondary);
  color: #302a28;
  box-shadow: none;
}
.contact-form label.error {
  bottom: -19px;
  color: red;
  margin: 0;
  position: absolute;
  font-size: 13px;
  font-weight: 600 !important;
}
.contact-form-btn {
  text-align: right;
  padding: 18px 15px;
}
.contact-form-btn .btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 60px;
  text-decoration: none;
  margin: 0;
  border-radius: 0;
  background-color: var(--HB-secondary);
  transition-duration: 0.2s;
}
.contact-form-btn .btn:hover {
  background: var(--HB-primary);
  color: #fff;
  transition-duration: 0.2s;
}
.policySection h3 {
  color: var(--HB-primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 25px;
}
.policySection p {
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
  font-weight: 600;
}
.returns-form {
  border-top: 1px solid #ccc;
  padding-top: 70px;
  margin-top: 70px;
}
.returns-form .contact-form .contact-title {
  margin: 0 0 30px;
  text-align: center;
}
.policySection ul {
  padding-left: 20px;
}
.policySection li {
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
}
.policySection p a {
  color: var(--HB-primary);
  text-decoration: underline;
}
.prodDtlTabSec .prodDtlTabBody .reviewsCard {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 2px 1px #ddd;
  margin: 30px 0 35px;
}
.reviewComments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px auto;
  background: #fff;
}
.reviewProfile {
  padding-left: 50px;
  text-align: left;
}
.reviewProfile figure {
  width: 40px;
  height: 40px;
  background: #ccc;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.averageRating,
.notfound a {
  background: var(--HB-primary);
}
.averageRating h3,
.reviewProfile h3 {
  margin: auto;
  font-size: 15px;
  font-weight: 700;
  color: var(--HB-secondary);
}
.reviewProfileDate {
  text-align: right;
  font-weight: 700;
  font-size: 13px;
}
.reviewComments p {
  font-size: 14px !important;
  text-align: left !important;
  margin: 10px 0 0 !important;
}
.averageRating {
  width: 100%;
  text-align: center;
  padding: 18px 10px;
}
.averageRating i {
  font-size: 55px;
  color: #fff;
}
.averageRating .averageRatingOverlay {
  position: absolute;
  top: 38px;
  font-size: 15px;
  left: 0;
  right: 0;
  color: var(--HB-primary);
  font-weight: 700;
}
.averageRating h3 {
  color: #fff;
  padding: 10px 0 5px;
}
.prodDtlTabSec .prodDtlTabBody .tabcontents .averageRating p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.reviewTblLeft td {
  padding: 0 10px;
  vertical-align: top;
}
.reviewTblLeft td span {
  font-size: 14px;
  color: #4d595b;
  margin-bottom: 7px;
  display: inline-block;
}
.reviewTblLeft td h4 {
  color: #4d595b;
  margin: 0 auto;
  font-size: 24px;
}
.revStarList {
  padding: 0;
  margin-bottom: 0;
}
.revStarList li {
  display: inline-block;
  color: #f4911d;
  font-size: 14px;
}
.revBig li {
  font-size: 11px;
}
.reviewTblLeft td .progress {
  margin: 7px 0;
  height: 6px;
}
.reviewComments-title h5 {
  font-size: 18px;
  margin: 25px 0 10px;
  text-align: left;
  color: var(--HB-primary);
  font-weight: 700;
}
.giveRating {
  padding: 2px 0 0;
}
.giveRating b {
  padding-right: 15px;
  color: #229160;
  font-size: 14px;
}
.giveRating .revStarList li i {
  color: var(--HB-primary);
  cursor: pointer;
}
.giveRating span {
  font-size: 13px;
  color: var(--HB-primary);
  font-weight: 700;
  margin-left: 5px;
}
.menuCatgLeft {
  text-align: left !important;
  width: 190px;
}
.menuCatgLeft h4 {
  margin: 0 0 5px;
  color: var(--HB-primary);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.menuCatgLeft li {
  list-style-type: none;
  padding: 5px 0;
}
.menuCatgLeft li a {
  color: var(--HB-secondary);
  text-decoration: none;
  font-weight: 600;
  padding: 0 !important;
}
.site-home ul li a {
  text-decoration: none;
  color: var(--HB-primary);
  font-size: 14px;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
.gorilla-dropdown .container > .ddlist > .dditem:hover .description,
.showroomSection .heading h3,
.site-home ul li a.acetive23 {
  color: var(--HB-secondary) !important;
}
.site-home ul li a:after {
  position: absolute;
  right: -4px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 12px;
  top: 2px;
}
.comment-reply-form .contact-form {
  padding: 0;
  margin-top: 20px;
}
.comment-reply-form .contact-form .contact-title {
  color: var(--HB-primary);
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.comment-reply-form .contact-form-btn {
  text-align: left;
}
.brand_content > div,
.checkoutnew-left .checkoutnew-shipping .form-card .row .col-md-12 {
  padding: 0 5px;
}
.sortByContent {
  padding-bottom: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.tabcontent {
  display: none;
  padding: 20px 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}
.notfound {
  text-align: center;
  padding-bottom: 65px;
  margin: auto;
  padding-top: 100px;
  background: var(--HB-cream);
}
.notfound a,
.notfound h2 {
  color: var(--HB-primary);
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.notfound p {
  color: #8b8b8b;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}
.notfound a {
  color: #fff;
  padding: 13px 25px;
  font-size: 19px;
  display: inline-block;
  transition: 0.2s;
  line-height: normal;
  font-weight: 500;
  border-radius: 4px;
  min-width: 150px;
  margin: 0 10px;
  border: 2px solid var(--HB-primary);
}
.notfound a:hover {
  box-shadow: 0 0 1px 2px #ff9b5d;
}
.notfound a:last-child {
  color: #333;
  background: 0 0;
}
.videoSection {
  padding: 65px 0 0;
}
.videoSection .overview-video {
  margin: 10px 0;
  border: 6px solid #3bb490;
}
.headerList li a i {
  margin-right: 3px;
}
.flagProdList.tooltip2 .tooltiptext {
  min-width: 60px;
  text-align: center;
}
.invoice-last-btn .btn,
.searchBar .site-images .btn {
  min-width: 130px;
  text-decoration: none;
  text-transform: uppercase;
}
.flagProdList.tooltip2 .tooltiptext::after {
  left: 47px;
}
#filter-button button {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 10px;
  text-align: center;
  text-decoration: none;
  border-width: 3px;
  border-style: solid;
  border-color: var(--HB-primary) #1c8c6f #1c8c6f var(--HB-primary);
  border-radius: 0;
}
#filter-button button i {
  margin-right: 7px;
}
.filter-mobile-header,
.gorilla-dropdown .container > .ddlist > .dditem > div,
.gorilla-dropdown .content > div {
  width: 100%;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.filter-mobile-header {
  display: none;
  padding: 15px 20px 11px;
  border-bottom: 1px solid #ececec;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-mobile-header h3,
.ps-hed h3 {
  font-size: 20px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin: 0;
}
.filter-mobile-header .close-filter a {
  font-size: 20px;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: var(--HB-primary);
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  font-weight: 800;
  display: inline-block;
}
.filter-mobile-header .close-filter a:hover {
  background-color: #229160;
  text-decoration: none;
}
.filter-mobile-overlay.overlay-show {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
}
.ps-btn .btn,
.view-product-summary a {
  background: var(--HB-secondary);
  text-transform: uppercase;
}
.select-hidden {
  display: none;
  padding-right: 10px;
}
.select,
.view-product-summary a {
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
.select {
  position: relative;
  font-size: 14px;
  color: #6c6c6c;
  height: 40px;
}
.select-options,
.select-styled {
  position: absolute;
  right: 0;
  left: 0;
}
.select-styled {
  top: 0;
  bottom: 0;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #5d484145;
  color: var(--HB-secondary);
  border-radius: 6px;
  padding: 9px 20px 9px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #5f4b44 transparent transparent;
  position: absolute;
  top: 16px;
  right: 7px;
}
.select-styled.active:after,
.select-styled:active:after {
  top: 9px;
  border-color: transparent transparent #5f4b44;
}
.prodDtlDelivery,
.ps-btn {
  border-top: 1px solid #dadada;
}
.cart-top-row,
.ps-hed {
  border-bottom: 1px solid #dadada;
}
.select-options {
  display: none;
  top: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--HB-secondary);
  box-shadow: 0 0 3px 1px #e0dfdf;
}
.select-options li {
  margin: 0;
  padding: 7px 0;
  font-size: 14px;
  text-indent: 12px;
  border-top: 1px solid #b5aeab;
  -moz-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  color: #fff;
}
#filter-button button,
.select-options li.is-selected,
.select-options li:hover {
  color: #fff;
  background: var(--HB-primary);
}
.gorilla-dropdown {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.gorilla-dropdown .container {
  position: relative;
  width: 100% !important;
  padding: 0;
}
.gorilla-dropdown .container > .current {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff !important;
  border: 1px solid #d6d2d1 !important;
  padding: 9px 20px 9px 10px !important;
  cursor: pointer;
}
.gorilla-dropdown .container > .current .arrow {
  color: #5f4b44 !important;
  font-size: 10px !important;
  right: 6px !important;
  top: 11px !important;
}
.gorilla-dropdown .container > .ddlist {
  position: absolute;
  display: none;
  z-index: 100;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: 268px;
}
.gorilla-dropdown .container > .ddlist > .dditem {
  width: 100%;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--HB-secondary) !important;
  border-top: 1px solid #b5aeab !important;
  border: 0;
  padding: 7px 10px !important;
  cursor: pointer;
}
.gorilla-dropdown .container > .ddlist > .dditem > div .text,
.gorilla-dropdown .content > div .text {
  flex: 1;
  font-weight: 400 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff !important;
  font-size: 13px !important;
}
.gorilla-dropdown .content > div .description,
.gorilla-dropdown .content > div .text {
  font-size: 14px !important;
  color: #6c6c6c !important;
}
.gorilla-dropdown .container > .ddlist > .dditem > div .description {
  color: var(--HB-primary) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.gorilla-dropdown .content > div .description {
  font-weight: 600 !important;
}
.product-summary-card {
  height: 100%;
  width: 470px;
  position: fixed;
  z-index: 11111111;
  top: 0;
  right: -850px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 0 3px 1px #bcb8b8;
  padding: 75px 10px 350px 20px;
}
.abtVideo-card,
.sleep-questions {
  background: #fff;
  box-shadow: 0 0 3px 1px #e0dfdf;
}
.hypnos-about-ptype .hypnos-about-title h2,
.searchresult-content-card:last-child,
.view-product-summary {
  margin-top: 10px;
}
.view-product-summary a {
  border: 0;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s ease-in;
}
.ps-hed a,
.ps-hed h3 {
  color: var(--HB-primary);
}
.view-product-summary a:hover {
  background: var(--HB-primary);
  text-decoration: none;
}
.ps-hed {
  display: flex;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
.ps-hed h3 {
  flex: 1;
  line-height: 28px;
  font-weight: 700;
}
.ps-hed a {
  font-size: 36px;
  line-height: 25px;
}
.prodDtlForm .prodDtlPrice {
  padding: 0 0 15px;
  text-align: left;
  color: var(--HB-secondary);
  border-bottom: 1px solid #ececec !important;
  margin: 0 0 15px;
}
.prodDtlForm .prodAddBtn button,
.ps-btn .btn {
  padding: 10px;
}
.product-summary-card .prodDtlQty .col-md-12:last-child .prodDtlPrice {
  padding: 0;
  margin: 0;
  border-bottom: 0 !important;
}
.quantity.buttons_added {
  width: 100%;
  white-space: initial;
}
.ppq-card .prdprice {
  font-size: 14px;
  color: var(--HB-primary);
  font-weight: 600;
  line-height: 25px;
}
.checkoutnew-shipping .tab-content,
.prodDtlDelivery {
  padding-top: 20px;
}
.main-total-ps {
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.cart-top-row,
.productDealList li h6 {
  -webkit-box-align: center !important;
  width: 100%;
}
.prodDtlForm {
  min-height: auto;
}
.ps-btn {
  padding: 15px 20px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ps-btn .btn {
  border: 0;
  color: #fff;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0;
}
.cart-card {
  width: 100%;
  height: 100%;
  padding-right: 8px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-thumb: var(--HB-secondary);
  scrollbar-track: rgba(206, 206, 206, 0.8);
  scrollbar-color: var(--HB-secondary) rgba(206, 206, 206, 0.8);
}
.cart-card::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.cart-card::-webkit-scrollbar-track {
  background-color: rgba(206, 206, 206, 0.8);
}
.cart-card::-webkit-scrollbar-thumb {
  background-color: var(--HB-secondary);
}
.cart-card::-webkit-scrollbar-thumb,
.cart-card::-webkit-scrollbar-track {
  border-radius: 12px;
}
.cart-top-row {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-top-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.cart-card .pro-img {
  width: 60px;
  margin-right: 10px;
}
.cart-card .pro-dec {
  flex: 1;
  max-width: 100%;
}
.cart-card .pro-dec h4 {
  margin: 0 0 5px;
  color: var(--HB-primary);
  font-size: 13px;
  line-height: 18px;
}
.pro-dec-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.cart-card .cart-price {
  margin-top: 6px;
  color: var(--HB-primary);
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}
.cart-card .cart-price .oldPrice {
  margin-left: 0;
  font-size: 13px;
  display: inherit;
}
.cart-card .pro-numbar ul {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.cart-card .cart-remove {
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  background: #19ab85;
  width: 20px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
}
.cart-final-total {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--HB-secondary);
  font-weight: 700;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.payment-option {
  text-align: center;
  margin-top: 10px;
}
.payment-option i {
  font-size: 35px;
  margin: 0 2px;
  color: var(--HB-primary);
}
.prodDtlMoreSect .prodDtlMoreBody ul li a h4 {
  width: 100%;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.prodDtlMoreSect .prodDtlMoreBody ul li a h4.tooltip2 .tooltiptext,
.prodDtlRelatedSect .prodDtlMoreBody ul li a h4.tooltip2 .tooltiptext {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  min-width: 200px;
  white-space: initial;
}
.flagImg.tooltip2 .tooltiptext {
  margin: 0;
  right: 0;
  bottom: 120%;
}
.flagImg.tooltip2 .tooltiptext::after {
  left: auto;
  margin-left: 0;
  right: 17px;
}
.productDealList li h6 {
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 10px 0 8px;
}
.productDealList li h6 .newPrice {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.productDealList li h6 .oldPrice {
  color: #fff;
  font-size: 13px;
}
.productDealList li .discount {
  color: var(--HB-secondary);
  font-size: 14px;
  font-weight: 800;
  padding: 5px 5px 4px;
  display: inline-block;
  width: 100%;
}
.manage-addresses-card .address-form {
  padding: 0;
  margin: 20px -10px 0;
}
.dataTables_wrapper {
  overflow: auto;
}
.ana-card,
.login-card .card-body.pickup_address_card {
  background: #fff;
  border-top: 1px solid #787777;
}
.ana-card .checkGrid {
  margin: 0;
  padding-left: 27px !important;
}
.ana-card .form-card {
  padding: 15px 0 0;
}
.orders-table-card .dataTable {
  padding-top: 10px;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 10px;
}
.orders-table-card input,
.orders-table-card select {
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
}
.orders-table-card input:focus,
.orders-table-card select:focus {
  border: 1px solid var(--HB-secondary) !important;
}
.orders-table-card table.dataTable thead th {
  color: #fff;
  text-align: center;
  border-bottom: 0;
}
.orders-table-card table.dataTable tbody td {
  text-align: center;
  padding: 12px 5px;
}
.orders-table-card table.dataTable tbody td:last-child {
  text-align: left;
  padding-left: 18px;
}
.orders-table-card table {
  white-space: nowrap;
}
.orders-table-card .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent;
  border: 0;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  margin: 0 3px;
  border-radius: 0;
}
.orders-table-card
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
.orders-table-card
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover,
.orders-table-card
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:hover {
  color: #fff !important;
  background: var(--HB-primary) !important;
  border: 0;
}
.orders-table-card
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover {
  color: #fff !important;
  cursor: no-drop;
}
.tbl tr td:nth-child(2) {
  text-align: left;
  padding: 8px 10px;
}
.tbl,
.tbl td,
.tbl th {
  text-align: center;
  border: 1px solid #8c7269;
}
.sidenav-login-btn .login-main-btn:hover,
.tbl th {
  background: var(--HB-secondary);
  color: #fff;
}
.tbl td,
.tbl th {
  padding: 8px 4px;
  font-size: 15px;
}
.tbl2 {
  width: 100%;
  font-size: 15px;
  margin-bottom: 25px;
}
.tbl2 td {
  padding: 6px 0;
  color: var(--HB-secondary);
}
.orderPageDetailSec h4 {
  background: var(--HB-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  font-family: Arial;
  margin-bottom: 15px;
}
.orderPageDetailSec p {
  font-size: 14px;
  color: var(--HB-secondary);
}
.tbl td img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
.aboutIntroSection p,
.aboutProdGrid .abtProdText p,
.abtVideo-card p {
  font-size: 15px;
  line-height: 24px;
}
.abtVideo-card {
  border: 2px solid #fff;
  border-bottom: 2px solid var(--HB-secondary);
  margin-bottom: 30px;
  transition: 0.3s ease-in;
  text-align: left;
}
.abtVideo-point img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.abtVideo-point button {
  border: 0;
  background: 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: 9;
  transition: 0.3s ease-in;
}
.abtVideo-card h5 {
  margin: 0 0 5px;
  color: var(--HB-primary);
  font-size: 24px;
  font-weight: 600;
  padding: 20px 15px 0;
}
.abtVideo-card p {
  margin: 0;
  padding: 0 15px 15px;
}
.abtVideo-card .modal-header,
.hmi-list-card h6.models-castle,
.hmi-list-card h6.models-royal,
.hmi-list-card h6.models-sovereign {
  border: 0;
  padding: 0;
}
.abtVideo-card .modal-header .close {
  margin-top: 0;
  position: absolute;
  top: -8px;
  right: -35px;
  color: #fff;
  opacity: 1;
  font-size: 35px;
}
.abtVideo-card .modal-lg {
  width: 1200px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal-backdrop {
  z-index: 999999;
}
.abtVideo-card .modal {
  z-index: 9999999;
  padding-right: 0 !important;
}
.modal-backdrop.in {
  opacity: 0.92;
}
.videoSection .col-lg-4.col-md-6 {
  float: initial;
  display: inline-block;
  width: 33%;
}
.pl-filter-card {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}
.pl-filter-card .form_tag {
  flex: 1;
  display: flex;
  max-width: 420px;
  overflow: auto;
  margin: 0 0 0 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pl-filter-card .form_tag::-webkit-scrollbar {
  display: none;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  z-index: 9999999 !important;
  padding: 30px 0 0 !important;
}
.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  justify-self: center !important;
  display: flex !important;
  padding: 15px !important;
}
.swal2-title {
  font-size: 15px !important;
  color: var(--HB-secondary) !important;
  font-family: "Nunito Sans", sans-serif !important;
  padding: 0 !important;
  line-height: 35px !important;
}
.swal2-icon {
  margin: 0 15px 0 0 !important;
  width: 30px !important;
  height: 30px !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 16px !important;
  left: 5px !important;
  width: 10px !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 14px !important;
  right: 3px !important;
  width: 17px !important;
}
.comment-reply-form .contact-form span#rating-error {
  color: #e20000;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.comment-reply-form .contact-form .giveRating {
  padding: 5px 0 0;
}
.comment-reply-form .contact-form .giveRating span {
  font-size: 15px;
  color: var(--HB-primary);
  font-weight: 700;
  margin-left: 5px;
}
.product-summary-card #loading-image {
  margin: 0 auto;
  display: inherit;
  height: 100px;
}
.sleep-questions {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  border: 1px solid var(--HB-secondary);
  background: var(--HB-secondary);
  transition: 0.3s ease-in;
}
.sleep-questions:hover {
  border: 1px solid var(--HB-primary);
  background: var(--HB-primary);
  transition: 0.3s ease-in;
}
.found-looking-card,
.searchresult-content-card .src-in ul.search-slct-brand li.brand-active a {
  box-shadow: 0 0 4px 2px #ddd;
}
.sleep-questions a {
  padding: 15px 15px 15px 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.sleep-questions a i {
  position: absolute;
  top: 25px;
  color: #fff;
  left: 18px;
  font-size: 30px;
}
.sleep-questions a span {
  display: block;
  color: #fff;
}
.testimonial_content .text p i.fas.fa-quote-left {
  font-size: 28px;
  color: #3bb490;
  position: absolute;
  top: 0;
  left: 1px;
}
.testimonial_content .text p i.fas.fa-quote-right {
  font-size: 28px;
  color: #3bb490;
  position: absolute;
  bottom: 0;
  right: 1px;
}
.prodMain-price {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: var(--HB-secondary);
  margin-top: 15px;
  display: flex;
}
.discount-price-card {
  padding-left: 10px;
}
.bestseller-card .prodMain-price span,
.prodDtlForm .prodDtlFormHeader .prodMain-price span {
  font-size: 18px;
  color: var(--HB-secondary);
  font-weight: 800;
}
.prodMain-price sup {
  top: -3px;
  left: -3px;
}
.prodDtlInfo .prodDtlInfoBody ul.specifications-ul-li li {
  padding: 5px 0 5px 15px;
}
.searchBar .site-images .btn {
  background: var(--HB-primary);
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
  border: 0;
  border-radius: 0;
  margin: 20px 0 15px;
}
.CategoryNavigation {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #ddd;
}
.CategoryNavigation ul {
  padding: 0;
  margin: 0;
  display: inline-table;
}
.CategoryNavigation ul li {
  float: left;
  display: inline-block;
  list-style: none;
  width: 25%;
  padding: 5px;
  transition: 0.3s ease-in;
}
.CategoryNavigation ul li a {
  width: 100%;
  display: flex;
  padding: 8px;
  border: 1px solid var(--HB-secondary);
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  transition: 0.3s ease-in;
}
.CategoryNavigation ul li a:hover {
  background: var(--HB-secondary);
  text-decoration: none;
  transition: 0.3s ease-in;
}
.CategoryNavigation ul li a i {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
}
.CategoryNavigation ul li a i img {
  max-height: 65px;
}
.CategoryNavigation ul li a:hover .ps-icon-main,
.callUs-hb-logo-mob,
.des-filter-show,
.desktop-filte-icon .des-filter-hide,
.desktop-filter > .col-md-3,
.filter-brand-Offerings li .checkGrid .checkmark:after,
.filter-brand-Offerings li .checkGrid .productLabel,
.footer-quick-links li:last-child:after,
.homeproduct-desktop
  .homeproduct-item:last-child
  .homeproduct-detail-card::after,
.homeproduct-mobile,
.hypnos-about-ptype .hypnos-about-title span:before,
.prodlis-filter-item a:hover .pt-icon-main,
.prodlis-filter-item.pf-active a .pt-icon-main,
.ps-icon-hover,
.pt-icon-hover,
.royal-series-pt-mb,
.sort-by-card .select-selected {
  display: none;
}
.CategoryNavigation ul li a p {
  margin: 0;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--HB-secondary);
  padding-left: 20px;
}
.CategoryNavigation h3 {
  color: var(--HB-secondary);
  font-size: 20px;
}
.CategoryNavigation .size-category {
  width: 100%;
  min-height: 200px;
  position: absolute;
  top: 0;
  left: 100%;
  background: var(--HB-cream);
  padding-top: 20px;
  transition: 0.4s ease-in;
}
.CategoryNavigation .size-category.open-sc {
  left: 0;
  transition: 0.4s ease-in;
}
.size-category .breadcrumb {
  margin: 0 0 15px;
  background: 0 0;
  padding: 0;
}
.size-category .breadcrumb a.breadcrumb-active {
  font-size: 15px;
  font-weight: 700;
  color: var(--HB-secondary);
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  transition: 0.3s ease-in;
}
.size-category .breadcrumb a.breadcrumb-active::before {
  content: "";
  position: absolute;
  top: 4px;
  right: -3px;
  width: 2px;
  height: 15px;
  background: var(--HB-secondary);
}
.size-category .breadcrumb a.breadcrumb-active i {
  font-size: 22px;
  top: 3px;
  position: relative;
  padding-right: 2px;
}
.size-category .breadcrumb span {
  font-size: 15px;
  font-weight: 600;
  color: var(--HB-secondary);
  position: relative;
  top: 1px;
}
.CategoryNavigation .size-category ul {
  width: 100%;
  max-height: 145px;
  overflow: auto;
  display: inline-block;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--HB-cream) var(--HB-cream);
}
.prodlis-filter-list,
.productListLeft .main-nav ul {
  scrollbar-width: 6px;
  scrollbar-thumb: rgba(0, 0, 0, 0.3);
  scrollbar-track: rgba(0, 0, 0, 0.1);
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}
.CategoryNavigation .size-category ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.CategoryNavigation .size-category ul li a i img {
  max-height: 40px;
}
.CategoryNavigation .size-category ul li,
.desktop-filter .productListContent .col-lg-3.col-md-6 {
  width: 20%;
}
.CategoryNavigation .size-category ul li a p {
  font-size: 14px;
  padding-left: 10px;
}
#loadingGIF,
.loader {
  background-size: 110px !important;
}
.productDealList-carg {
  margin-top: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.productDealList-carg span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  padding: 5px 10px;
  background: var(--HB-secondary);
  border-right: 2px solid var(--HB-primary);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productDealList-carg span:last-child {
  border-right: 0;
  border-left: 2px solid var(--HB-primary);
}
.productDealList li a:hover .productDealList-carg span {
  background: var(--HB-primary);
  border-right: 2px solid var(--HB-secondary);
  transition: 0.3s ease-in;
}
.productDealList li a:hover .productDealList-carg span:last-child {
  border-right: 0;
  border-left: 2px solid var(--HB-secondary);
  transition: 0.3s ease-in;
}
.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  padding: 40px 40px 30px;
  background: rgb(93 73 66/80%);
  border-radius: 10px;
}
.loading .dot {
  width: 1em;
  height: 1em;
  margin: 0 0.2em;
  display: inline-block;
  background: var(--HB-primary);
  border-radius: 50%;
  position: relative;
}
.loading .dot:first-child {
  animation: 1s ease-in-out infinite dot1;
}
.loading .dot:nth-child(2) {
  animation: 1s ease-in-out infinite dot2;
}
.loading .dot:nth-child(3) {
  animation: 1s ease-in-out infinite dot3;
}
.loading .dot:nth-child(4) {
  animation: 1s ease-in-out infinite dot4;
}
.categorie-brand ul {
  padding: 0 15px 0 0;
  margin: 0;
  width: 130px;
  border-right: 1px solid #614942;
}
.categorie-brand ul li {
  padding: 0;
  margin: 0 0 15px;
}
.cb-content {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 160px);
  display: none;
  padding-left: 0;
}
.cb-cont-img {
  margin-right: 15px;
  width: 230px;
  display: inline-flex;
  transition: 0.3s ease-in;
}
.cb-cont-img:last-child,
.checkout-card-icon img:last-child,
.hypnoshealthy-tabs .nav-tabs > li:last-child > a,
.mattress-bysize li:last-child,
.sort-by-card .sortByContent .custom-select {
  margin-right: 0;
}
.categorie-brand ul li > a::before {
  position: absolute;
  content: "";
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/menu-brand-arrow.svg) no-repeat;
  width: 7px;
  height: 12px;
  display: none;
}
.cb-cont-img:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.productsCategory .prodItemGrid.hp-prod-brand ul {
  overflow: inherit;
  height: 67px;
}
.hp-prod-brand .tooltip2 .tooltiptext {
  width: 175px;
  left: -35px;
  bottom: 120%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}
.hp-prod-brand .tooltip2 .tooltiptext small {
  width: 87px;
  display: inherit;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  border-bottom: 0.5px solid var(--HB-primary);
  padding-bottom: 2px;
  margin: 0 auto 7px;
  letter-spacing: 0.5px;
}
.orders-table-card label {
  font-weight: 400 !important;
  color: var(--HB-secondary);
}
.invoice-last-btn {
  text-align: center;
  margin-top: 20px;
}
.invoice-last-btn .btn {
  background: var(--HB-primary);
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
  border-radius: 0;
}
.summy ul li span sup {
  top: -4px;
}
.footer-quick-links {
  padding: 0 0 20px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.footer-quick-links li {
  list-style: none;
  margin-right: 13px;
  padding-right: 13px;
  position: relative;
}
.footer-quick-links li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  background: var(--HB-primary);
  top: 5px;
  right: -1px;
}
.footer-quick-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-quick-links li a {
  color: var(--HB-secondary);
  font-size: 15px;
  text-decoration: none;
}
.search-accordion .panel.panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.search-accordion .panel-default > .panel-heading a {
  padding: 6px 10px;
  background-color: var(--HB-cream) !important;
  border: 1px solid var(--HB-cream) !important;
  transition-duration: 0.3s;
  text-transform: none;
}
.search-accordion .panel-default > .panel-heading a:hover {
  border: 1px solid var(--HB-primary) !important;
  transition-duration: 0.3s;
}
.search-accordion .panel-default > .panel-heading a:after {
  font-size: 18px;
}
.search-accordion .panel-body {
  border-top: 0;
  padding: 8px 10px;
}
.site-text ul li.found-in-result {
  padding: 4px 0 !important;
}
.prodDtlForm .prodDtlFormHeader .prodMain-price span.oldPrice {
  font-size: 13px;
  font-weight: 700;
}
.search-accordion .accordion-option {
  width: 100%;
  margin: 10px 0;
}
.accordion-option .title {
  font-size: 17px !important;
  color: var(--HB-primary);
}
.accordion-option .toggle-accordion {
  color: var(--HB-secondary) !important;
  font-size: 13px !important;
  font-weight: 800;
  text-transform: uppercase;
}
.highlighted_search {
  display: initial !important;
  padding: 0;
  color: var(--HB-primary);
  font-weight: 700;
  font-size: 14px;
}
.swal2-container {
  padding-right: 15px;
}
.sidenav-open-bg.opennav {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
}
.checkGrid:hover input:checked ~ .checkmark::after {
  border-color: #fff;
}
.product-description-card p {
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  margin-bottom: 15px;
  font-weight: 600;
}
.productcardrow {
  width: 100%;
  padding: 0;
  display: flex;
}
.productcardrow .prdctcard {
  width: 50%;
  display: flex;
  padding: 35px 0 0;
}
.faq-section .container,
.productDetail-breadcrumbs.container,
.productDetail-top-card .container,
.productDetailSection .container {
  width: auto;
  max-width: 1400px;
}
.productcardrow.productcardrow-full {
  display: inline-block;
  border-top: 1px solid #b2a6a1;
  margin-top: 50px;
  padding-top: 15px;
  border-bottom: 1px solid #b2a6a1;
  margin-bottom: 15px;
  padding-bottom: 50px;
}
.productcardrow .prdctcard h3 {
  width: 170px;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 0;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: var(--HB-primary);
  position: relative;
}
.productcardrow .prdctcard h3::after {
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #3bb490;
}
.productcardrow .prdctcard .prdctcard-dic {
  flex: 1;
  padding-left: 15px;
}
.productcardrow .prdctcard .prdctcard-dic,
.productcardrow .prdctcard p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  flex: 1;
  font-weight: 600;
}
.prodDtlInfo {
  margin-top: 0 !important;
}
.productcardrow .prdctcard .prdctcard-dic h4 {
  width: 100%;
  margin: 15px 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--HB-secondary);
  line-height: 26px;
}
.productcardrow .prdctcard .prdctcard-dic h4:first-child {
  margin-top: 2px;
}
.prodDtl-title h3 {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  background: var(--HB-primary);
  font-size: 34px;
  color: var(--HB-cream);
  padding: 17px 15px;
}
.checkout .login-card .checkmark,
.checkoutnew-shipping .selected_shipping_add .radio .checkGrid .checkmark {
  width: 18px;
  height: 18px;
}
.checkout .checkGrid .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 10px;
}
div#paypal-button-container {
  width: 70%;
  margin: auto;
}
.pagination > li > a[rel="next"],
.pagination > li > a[rel="prev"] {
  display: block;
  background: var(--HB-primary);
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
  text-transform: uppercase;
}
.faq-section {
  width: 100%;
  padding: 70px 0 20px;
  background: var(--HB-cream);
}
.faq-title h3 {
  width: 100%;
  margin: 0;
  color: var(--HB-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  padding-left: 75px;
}
.faq-title h3:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 6px;
  background: var(--HB-primary);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.faq-accordion .card {
  width: 100%;
  border-bottom: 1px solid #e4e2db;
}
.faq-accordion .card h2 {
  margin-top: 0;
  width: 100%;
}
.faq-accordion .card h2 button.btn {
  width: 100%;
  text-align: left;
  padding: 25px 40px 25px 12px;
  font-size: 20px;
  font-weight: 700;
  color: var(--HB-secondary);
  position: relative;
  white-space: inherit;
  transition-duration: 0.3s;
}
.faq-accordion .card h2 button.btn.collapsed:after {
  content: "\f078";
}
.faq-accordion .card h2 button.btn:after {
  position: absolute;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  right: 12px;
  line-height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-accordion .card-body {
  padding: 0 12px 20px;
}
.faq-accordion .card-body p {
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-accordion .card-body ul {
  margin-bottom: 15px;
  padding-left: 18px;
}
.faq-accordion .card-body li {
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin-bottom: 10px;
  list-style: decimal;
}
.faq-section-card {
  margin-bottom: 70px;
  position: relative;
  padding-left: 20px;
}
.faq-section .row .col-lg-6.col-md-12:first-child .faq-section-card,
.product-faqs-card
  .col-md-12
  .col-lg-6.col-md-12:first-child
  .faq-section-card {
  padding-right: 20px;
  padding-left: 0;
}
.faq-section .row .col-lg-6.col-md-12:first-child .faq-section-card::after,
.product-faqs-card
  .col-md-12
  .col-lg-6.col-md-12:first-child
  .faq-section-card::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -15px;
  top: 0;
  background: #e4e2db;
}
.product-faqs-card
  .col-md-12
  .col-lg-6.col-md-12:last-child
  .faq-section-card::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -16px;
  top: 0;
  background: #e4e2db;
}
.found-looking {
  width: 100%;
  background: var(--HB-cream);
  padding-bottom: 70px;
}
.found-looking-card {
  max-width: 790px;
  margin: 0 auto;
  background: var(--HB-secondary);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.found-looking-card h4 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
.found-looking-btn a,
.promo-apply {
  font-weight: 700;
  text-transform: uppercase;
}
.found-looking-btn a {
  background: var(--HB-primary);
  padding: 8px 17px;
  text-align: center;
  text-decoration: none;
  border: 3px solid var(--HB-primary);
  font-size: 15px;
  transition: 0.3s ease-in;
  color: #fff;
  display: inline-block;
}
.found-looking-btn a i {
  padding-right: 5px;
}
.found-looking-btn a:last-child {
  background: 0 0;
  margin-left: 10px;
}
.found-looking-btn a:last-child i {
  padding-right: 0;
  padding-left: 5px;
}
.faq-brand {
  padding: 50px 100px;
  background: var(--HB-cream);
  overflow: hidden;
}
.found-looking .returns-form {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.browse-product-btn {
  border-top: 1px solid #ececec;
  padding: 20px 30px 15px;
}
.sidenav-login-btn {
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  gap: 10px;
}
.sidenav-login-btn .login-main-btn {
  background: var(--HB-secondary);
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease-in;
  color: #fff;
  width: auto;
  display: inline-block;
  flex: 1;
}
.sidenav-login-btn .dropdown-menu {
  top: 33px;
  border: 0;
  border-radius: 0;
  min-width: 150px;
}
.sidenav-login-btn .dropdown-menu li a {
  display: block;
  margin: 0;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: var(--HB-secondary);
  transition-duration: 0.3s;
}
.sidenav-login-btn .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.sidenav-login-btn .dropdown-menu li a i {
  margin-right: 10px;
  text-align: center;
  width: 19px;
}
.sidenav-login-btn .dropdown-menu li a:hover {
  background-color: transparent;
  color: var(--HB-primary);
  transition-duration: 0.3s;
}
.sidenav-login-btn .a-profile {
  font-size: 15px;
  font-weight: 600;
  color: var(--HB-primary);
  transition-duration: 0.2s;
}
.sidenav-login-btn .a-profile i {
  width: 30px;
  height: 30px;
  border: 1px solid var(--HB-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 6px;
  transition-duration: 0.2s;
}
.breadcrumbs-card-2 .breadcrumb-item a,
.sidenav-login-btn .a-profile:hover {
  color: var(--HB-secondary);
  transition-duration: 0.2s;
}
.sidenav-login-btn .a-profile:hover i {
  border: 1px solid var(--HB-secondary);
  transition-duration: 0.2s;
}
.productListLeft .main-nav ul {
  margin: 0;
  padding: 0 15px 0 0;
  width: 100%;
  max-height: 150px !important;
  overflow: overlay !important;
  scrollbar-width: thin;
}
.productListLeft .main-nav ul::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
.productListLeft .main-nav ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.productListLeft .main-nav ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.subpage-banner {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.subpage-banner .innerBannerText {
  width: 100%;
  margin: 0;
}
.subpage-banner .innerBannerText h3 {
  margin: 0;
  color: #fff;
}
.subpage-banner .innerBannerText p {
  color: #fff;
  margin: 15px 0 0;
}
.promo-apply a:hover,
.promo-change a:hover {
  color: var(--HB-secondary);
  transition: 0.5s;
  text-decoration: none;
}
.subpage-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.aboutBg {
  background: url(../images/slider/hero-banner-01.webp) center center/cover
    no-repeat;
}
.faqsBg,
.privacypolicyBg {
  background: url(../images/slider/hero-banner-02.webp) center center/cover
    no-repeat;
}
.contactBg {
  background: url(../images/slider/hero-banner-03.webp) center center/cover
    no-repeat;
}
.termsconditionBg {
  background: url(../images/slider/hero-banner-04.webp) center center/cover
    no-repeat;
}
.returnsexchangesBg {
  background: url(../images/banner/ftrBg.jpg) center center/cover no-repeat;
}
.deliverysBg {
  background: url(../images/productDetails/HB-image-broductdetails/Hypnos-image-collage.jpg)
    center center/cover no-repeat;
}
.product-faqs-card .faq-title {
  margin-top: 20px;
  margin-bottom: 5px;
}
.prodlist-dis-price {
  position: absolute;
  top: 2px;
  right: 10px;
}
.promocode-card {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.promocode-card form {
  display: flex;
  width: 100%;
}
.promocode-card .promo-input.form-control {
  border: 1px solid #ccc;
  color: #302a28;
  font-weight: 600;
  display: block;
  font-size: 15px;
  height: 45px;
  margin-bottom: 0;
  padding: 0 75px 0 15px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.promo-apply {
  position: absolute;
  top: 13px;
  right: 15px;
  color: var(--HB-primary);
  font-size: 14px;
  cursor: pointer;
}
.promo-apply a,
.promo-change a {
  color: var(--HB-primary);
  transition: 0.5s;
}
.promocode-applied {
  width: 100%;
  margin-top: 10px;
}
.promocode-name-applied {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
}
.promocode-name-applied i {
  color: var(--HB-primary);
  margin-right: 7px;
}
.promo-change {
  color: var(--HB-primary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.summary-heading {
  width: 100%;
  margin-bottom: 5px;
}
.summary-heading h5 {
  color: var(--HB-primary);
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
}
.summary-item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f8f8f8;
  padding: 0;
}
.summary-item span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0;
}
.promocode-card .alert.alert-danger {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0 0;
  color: #d20000;
  margin: 5px 0 0;
}
.checkoutnew-main {
  padding-top: 40px;
  padding-bottom: 100px;
}
.checkoutnew-left .continue-using {
  padding: 25px 0 15px;
}
.checkoutnew-left .continue-using span {
  color: var(--HB-secondary);
  font-weight: 700;
  text-transform: uppercase;
}
.checkoutnew-left .continue-using span:after,
.checkoutnew-left .continue-using span:before {
  width: 150px;
  background: #ddd;
}
.checkoutnew-left .continue-using span:after {
  right: -168px;
}
.checkoutnew-left .continue-using span:before {
  left: -168px;
}
.new-signup-card {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.new-signup-card p {
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}
.new-signup-card p a {
  color: #3bb490;
}
.checkoutnew-right {
  width: 100%;
  padding: 0 0 0 100px;
  position: relative;
}
.checkoutnew-right::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 33px;
  top: 0;
  background: #ddd;
}
.order-review-heading {
  width: 100%;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: var(--HB-secondary);
  line-height: 26px;
  text-align: left;
}
.checkout-review-order-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.checkout-review-order.cart-card,
.order-summary {
  padding: 20px 15px;
  box-shadow: 0 0 3px 1px #e0dfdf;
}
.checkout-review-order-title h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--HB-secondary);
}
.checkout-review-order {
  width: 100%;
  margin-bottom: 30px;
}
.checkout-review-order.cart-card {
  height: auto;
  overflow: initial;
  background: #fff;
}
.checkoutnew-right .cart-final-total {
  margin-bottom: 0;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 0;
}
.checkout-card-icon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.checkout-card-icon img {
  width: auto;
  height: 25px;
  margin-right: 10px;
}
.checkoutnew-right .cart-card .pro-dec h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 20px;
}
.checkoutnew-right .cart-card .cart-remove p {
  margin: 0;
  line-height: 20px;
}
.checkoutnew-right .pro-dec p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.checkoutnew-right .cart-card .cart-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--HB-secondary);
  margin-top: 0;
}
.checkoutnew-right .cart-card .cart-remove {
  position: absolute;
  margin-right: 0;
  top: 0;
  right: 0;
  color: #19ab85;
  background: 0 0;
  width: auto;
  height: auto;
  line-height: initial;
  font-size: 15px;
}
.checkoutnew-right .cart-card .cart-remove p.remove.remove-cart {
  margin: 0;
  line-height: initial;
}
.checkoutnew-right .cart-card .pro-img {
  width: 80px;
}
.checkoutnew-right .cart-card .pro-img img {
  width: 100%;
  max-height: 80px;
  object-fit: cover;
}
.checkoutnew-right .summary-card .summary-item {
  border-bottom: none;
  padding: 0;
}
.checkoutnew-left .summy.login-card {
  background: 0 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.checkoutnew-left .summy-title {
  background: 0 0;
  font-size: 20px;
  color: var(--HB-secondary);
  font-weight: 700;
  padding: 0;
  margin-bottom: 20px;
}
.checkoutnew-left .Model-content {
  background: #fff;
  height: 50px;
  padding: 10px 15px;
}
.checkoutnew-left .formBtnFull .btn {
  padding: 8px 30px;
  width: auto;
}
.checkoutnew-left .form-card .form-group.d-flex {
  align-items: center;
  justify-content: space-between;
}
.checkoutnew-left .forgetLink {
  color: var(--HB-secondary);
  font-weight: 600;
}
.checkoutnew-left .summy.login-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.checkoutnew-shipping .btn {
  font-size: 15px;
  font-weight: 700;
  transition: 0.2s ease-in;
  padding: 7px 20px;
  color: var(--HB-secondary);
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.checkoutnew-shipping .btn.active {
  color: #fff;
  background: var(--HB-secondary);
  transition: 0.2s ease-in;
}
.checkoutnew-shipping .tab-content p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.checkoutnew-shipping .tab-content h5 {
  color: #3bb490;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
}
.checkoutnew-left .checkoutnew-shipping .form-card {
  margin-top: 13px;
}
.checkoutnew-left .checkoutnew-shipping .form-card .row {
  margin: 0 -5px;
}
.checkoutnew-left select.Model-content {
  color: #827975 !important;
}
.prodDtlForm .prodDtlFormHeader .sku-hh-id p span {
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  margin-right: 6px;
  color: var(--HB-secondary);
}
.checkoutnew-right .pro-new-smr {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.checkoutnew-place-order {
  margin-bottom: 20px;
  width: 100%;
}
.checkoutnew-place-order button {
  display: block;
  background: var(--HB-secondary);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.checkoutnew-place-order button:active,
.checkoutnew-place-order button:active:focus,
.checkoutnew-place-order button:active:hover,
.checkoutnew-place-order button:focus,
.checkoutnew-place-order button:hover {
  background: var(--HB-primary);
  color: #fff;
  box-shadow: none;
}
.productDealList .slick-dots {
  width: 100%;
  display: inline-flex !important;
  padding: 0;
  justify-content: center;
  margin-top: 7px;
}
.productDealList .slick-dots li {
  width: auto;
  padding: 0;
}
.productDealList .slick-dots li button {
  font-size: 0;
  border: 0;
  background: var(--HB-primary);
  width: 15px;
  height: 15px;
  margin: 0 7px;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
}
.breadcrumbs-card {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 9;
}
.breadcrumbs-card nav,
.footer-quick-list,
.healthy-brands-title {
  width: 100%;
  text-align: center;
}
.breadcrumbs-card .breadcrumb {
  padding: 10px 20px;
  margin: 0;
  background: #3bb490;
  text-align: center;
  width: auto;
  display: inline-block;
  border-radius: 0;
  position: relative;
}
.breadcrumbs-card .breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: -21px;
  width: 22px;
  height: 100%;
  background: url(../images/breadcrumb-bg-1.png) 0 0 / auto 100% no-repeat;
}
.breadcrumbs-card .breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 25px;
  height: 100%;
  background: url(../images/breadcrumb-bg-2.png) 0 0 / auto 100% no-repeat;
}
.breadcrumbs-card .breadcrumb-item {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.breadcrumbs-card .breadcrumb-item a {
  color: #fff;
  transition-duration: 0.3s;
}
.breadcrumbs-card .breadcrumb-item a:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
}
.breadcrumbs-card .breadcrumb > li + li:before {
  padding: 0 5px 0 8px;
  color: #fff;
  content: "/\00a0";
}
.breadcrumbs-card-2 {
  width: 100%;
  padding-top: 30px;
  background: var(--HB-cream);
}
.breadcrumbs-card-2 .breadcrumb,
.page-title .breadcrumb {
  padding: 0;
  margin: 0;
  background: 0 0;
  border-radius: 0;
}
.breadcrumbs-card-2 .breadcrumb .breadcrumb-item {
  font-size: 15px;
  font-weight: 700;
  color: var(--HB-secondary);
  text-transform: capitalize;
  transition-duration: 0.2s;
}
.breadcrumbs-card-2 .breadcrumb-item a:hover {
  color: var(--HB-primary);
  text-decoration: none;
  transition-duration: 0.2s;
}
.breadcrumbs-card-2 .breadcrumb > li + li:before,
.productDetail-breadcrumbs .breadcrumb > .active span:before {
  padding: 0 5px;
  color: var(--HB-secondary);
  content: "/\00a0";
}
.productList-breadcrumbs.container {
  max-width: 1480px;
  width: auto;
}
.signin-page-main {
  padding-top: 40px;
}
.newsearch-open-bg.opensearch {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
}
.new-search-result {
  width: 1170px;
  top: 0;
  margin-top: 71px;
  max-height: 92vh;
  overflow: auto;
  background: var(--HB-cream);
  padding: 15px 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  opacity: 0;
  display: none;
}
.new-search-result.opensearch {
  opacity: 1;
  display: block;
}
.search-products-tab .nav-tabs {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0 0 0 110px;
  border-bottom: 0;
  position: relative;
}
.search-products-tab .nav-tabs h5 {
  color: var(--HB-secondary);
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 9px 15px 9px 20px;
}
.search-products-tab .nav-tabs > li {
  margin: 5px;
}
.search-products-tab .nav-tabs > li > a {
  font-size: 16px;
  color: var(--HB-secondary);
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 5px;
  border: 0;
  margin: 0;
  transition-duration: 0.3s;
}
.search-products-tab .nav-tabs > li:first-child {
  margin: 0;
  position: absolute;
  left: 0;
  top: 5px;
}
.search-products-tab .nav-tabs > li.active > a,
.search-products-tab .nav-tabs > li.active > a:focus,
.search-products-tab .nav-tabs > li.active > a:hover,
.search-products-tab .nav-tabs > li > a:focus,
.search-products-tab .nav-tabs > li > a:hover {
  border: 0;
  background: var(--HB-secondary);
  color: #fff;
  transition-duration: 0.3s;
}

.new-search-result.opensearch .search-products-tab .nav-tabs > li > a{
  border: 1px solid #ccc;
}
.search-products-tab .tab-content {
  width: 100%;
  padding-top: 10px;
}
.searchresult-content {
  width: 100%;
  border: 1px solid rgba(93, 73, 66, 0.5);
  border-radius: 5px;
  padding: 10px 15px 15px 0;
}
.searchresult-content-card {
  width: 100%;
  display: flex;
  margin-bottom: 0;
}
.searchresult-content-card h5 {
  color: var(--HB-secondary);
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 17px 0 0;
  width: 96px;
  text-align: left;
  padding-left: 25px !important;
}
.search-resultfound p,
.searchresult-price .form-control,
.searchresult-price span {
  font-weight: 600;
  color: var(--HB-secondary);
}
.searchresult-content-card:last-child h5 {
  padding: 12px 0 0;
}
.searchresult-content-card .src-in ul {
  margin: 0;
  padding: 0 0 0 15px;
  display: inline-block;
  width: 100%;
}
.searchresult-content-card .src-in ul li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.searchresult-content-card .src-in ul.search-slct-brand li {
  width: 120px;
  height: 42px;
  border-radius: 5px;
  overflow: hidden;
  transition-duration: 0.3s;
}
.searchresult-content-card .src-in ul.search-slct-brand li a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.prodlis-filter-item a::before,
.searchresult-content-card .src-in ul.search-slct-brand li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid var(--HB-secondary);
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.3s;
}
.filter-brand-Offerings li .checkGrid input:checked ~ .checkmark,
.filter-brand-Offerings li:hover .checkGrid .checkmark,
.prodlis-filter-item a:hover::before,
.prodlis-filter-item.pf-active a::before,
.searchresult-content-card
  .src-in
  ul.search-slct-brand
  li.brand-active
  a::before,
.searchresult-content-card .src-in ul.search-slct-brand li:hover a::before {
  opacity: 1;
  transition-duration: 0.3s;
}
.searchresult-content-card .src-in ul.search-slct-size li a {
  display: inline-block;
  width: 155px;
  text-align: center;
  height: 42px;
  background: #fff;
  border-radius: 5px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--HB-secondary);
  font-weight: 600;
  padding: 0 5px;
}
.searchresult-content-card .src-in ul.search-slct-size li a span {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mattress-bysize li a:hover,
.prodlis-filter-item a:hover,
.prodlis-filter-item.pf-active a,
.searchresult-content-card .src-in ul.search-slct-size li a:hover,
.searchresult-content-card .src-in ul.search-slct-size li.size-active a {
  background: var(--HB-secondary);
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
}
.searchresult-price {
  width: 100%;
  display: flex;
  padding-left: 20px;
}
.searchresult-price .form-control {
  width: 200px;
  height: 42px;
  border: 1px solid #bbb;
  border-radius: 5px;
  font-size: 16px;
  background: url("../images/dollar-sign.png") left 12px center/8px no-repeat
    #fff;
  padding-left: 25px;
  transition-duration: 0.3s;
}
.searchresult-price .form-control::-webkit-input-placeholder {
  color: var(--HB-secondary);
}
.searchresult-price .form-control::-moz-placeholder {
  color: var(--HB-secondary);
}
.searchresult-price .form-control:-ms-input-placeholder {
  color: var(--HB-secondary);
}
.searchresult-price .form-control:-moz-placeholder {
  color: var(--HB-secondary);
}
.searchresult-price span {
  display: inline-block;
  font-size: 17px;
  line-height: 42px;
  padding: 0 15px;
}
.search-resultfound {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  position: relative;
}
.search-resultfound p {
  font-size: 16px;
  margin: 0;
  width: auto;
  display: inline-block;
  padding: 0 20px;
  background: var(--HB-cream);
  z-index: 99;
  position: relative;
}
.search-resultfound:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--HB-secondary);
}
.searchresult-view-btn {
  width: 100%;
  text-align: center;
  padding: 12px 0 0;
  display: inline-block;
}
.searchresult-view-btn a {
  text-transform: uppercase;
  background: var(--HB-primary);
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
  transition: 0.3s ease-in;
}
.searchresult-product .productGrid {
  margin: 0 10px;
}
.callUsGrid img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .subFooter img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.searchresult-product {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin-top: 15px;
}
.searchresult-product .slick-arrow {
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background: 0 0;
  color: var(--HB-secondary);
  opacity: 1;
  font-size: 30px;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.searchresult-product .slick-arrow.slick-disabled {
  color: #d3d3d3;
  cursor: default;
}
.searchresult-product .slick-arrow.slick-next {
  right: -6px;
  left: auto;
}
body.opensearch .menuSection {
  bottom: 0;
}
.videoSection .main-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  visibility: visible;
  transition: 0.4s;
}
.videoSection.active .main-video {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.videoSection .main-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  outline: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.videoSection .main-video .close {
  position: absolute;
  top: -3px;
  right: -46px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}
.videoSection .main-video .close:hover {
  color: var(--HB-primary);
  transition: 0.3s;
}
.videoSection .videos {
  position: relative;
  height: 230px;
  width: 100%;
  cursor: pointer;
}
.videoSection .videos::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.videoSection .videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 0;
  pointer-events: none;
}
.videoSection .videos i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  pointer-events: none;
}
.videoSection-backdrop.videoopen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.6);
}
.returns-form .contact-form .inputField input.error,
.returns-form .contact-form .inputField textarea.error {
  bottom: auto;
}
.new-pdding{
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}
.blog-details-main,
.blog-section,
.hypnos-bestseller,
.hypnos-faqs,
.hypnos-offerings,
.why-hypnos-main {
  width: 100%;
  padding: 80px 0;
  background: var(--HB-cream);
}
.blog-card {
  border-top: 1px solid #e4e2db;
  width: 100%;
  padding: 30px 0 0;
  margin: 30px 0 0;
  display: flex;
  flex-direction: row-reverse;
}
.blog-img {
  width: 350px;
  height: 240px;
  margin-top: 25px;
  background: var(--HB-primary);
  padding: 3px;
}
.blog-cont {
  width: 100%;
  flex: 1;
  padding-right: 30px;
}
.blog-cont h5,
.blog-details-title h5 {
  color: var(--HB-primary);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.blog-cont h3,
.blog-cont p,
.blog-details-cont h2,
.blog-details-title h3 {
  font-weight: 600;
  color: var(--HB-secondary);
}
.blog-cont h3 {
  margin: 10px 0 15px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  position: relative;
}
.blog-cont h3 a {
  color: var(--HB-secondary);
  transition: 0.3s;
}
.blog-card .blog-cont h3 a:hover {
  color: var(--HB-primary);
  text-decoration: none;
  transition: 0.3s;
}
.blog-cont h3::after,
.blog-details-cont h2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: var(--HB-primary);
  left: 0;
  bottom: 0;
}
.blog-cont p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.blog-cont .btn2 a {
  border: 0;
  padding: 10px 25px;
}
.blog-details-heds {
  display: flex;
  align-items: center;
  height: 400px;
}
.blog-details-title h3 {
  margin: 15px 0 0;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
}
.blog-details-img {
  width: 100%;
  height: 400px;
  background: var(--HB-primary);
  padding: 3px;
}
.blog-details-main .slick-dots {
  width: 100%;
  display: inline-flex !important;
  padding: 0;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 0;
}
.blog-details-main .slick-dots li {
  width: auto;
  padding: 0;
  list-style-type: none;
}
.blog-details-main .slick-dots li button {
  font-size: 0;
  border: 0;
  background: var(--HB-primary);
  width: 12px;
  height: 12px;
  margin: 0 7px;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
}
.blog-details-cont {
  width: 100%;
  margin-top: 70px;
}
.blog-details-cont ul {
  padding: 0 0 0 18px;
  margin-bottom: 15px;
}
.blog-details-cont li,
.blog-details-cont p {
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-cont li {
  list-style: outside;
  margin-bottom: 10px;
}
.blog-details-cont h2 {
  margin: 30px 0 15px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  position: relative;
}
.cart-open-bg.opensummary {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 999999;
  right: 0;
}
.blog-details-tags {
  width: 100%;
  padding: 30px 0 90px;
}
.blog-details-tags span {
  color: var(--HB-secondary);
  font-size: 14px;
  font-weight: 800;
  padding: 6px 10px;
  background: #edc1b4;
  display: inline-block;
  margin: 0 5px 8px 0;
  text-transform: capitalize;
}
.hypnos-brands-main {
  width: 100%;
  padding: 130px 0 80px;
  background: url("../images/landing/hypnos/hypnos-god-of-sleep.png") top -180px
    left -60px/400px auto no-repeat #08243d;
  position: relative;
}
.brands-banner-hblogo {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
}
.hypnos-brands-intro {
  width: 100%;
  text-align: center;
  padding: 0 100px;
}
.hypnos-brands-intro h6 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
.hypnos-brands-intro h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
}
.hypnos-brands-intro p,
.hypnos-collections-title p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.hypnos-collections {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hypnos-collections-title {
  width: 28%;
}
.hypnos-collections-title h4 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
}
.hypnos-collections-logo {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.hypnos-collections-item {
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  border: 1px solid #2f4151;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hypnos-collections-item:hover {
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hypnos-about-area {
  width: 100%;
  padding: 80px 0;
}
.castle-series-bg {
  background: url(../images/landing/hypnos/castle-badge.png) bottom 20px right
    20px/180px no-repeat #e8e8e8;
}
.royal-series-bg {
  background: url(../images/landing/hypnos/royal-badge.png) bottom 20px left
    20px/180px no-repeat #19273d;
}
.sovereign-series-bg {
  background: url(../images/landing/hypnos/sovereign-badge.png) bottom 20px
    right 20px/180px no-repeat #9e792b;
}
.hypnos-about-img-item {
  width: 100%;
  height: 600px;
  position: relative;
}
.hypnos-about-img-item:before {
  position: absolute;
  left: 3%;
  top: 2%;
  right: 3%;
  bottom: 2%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.hypnos-about-text {
  width: 100%;
  padding-left: 70px;
  padding-top: 50px;
}
.hypnos-about-title span {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: var(--HB-primary);
  padding-left: 90px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.hypnos-about-ptype a,
.hypnos-about-text p,
.section-title.dark-title h3 {
  color: var(--HB-secondary);
}
.hypnos-about-title span:before,
.why-hypnos-content h5:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  content: "";
  background: var(--HB-primary);
}
.hypnos-about-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.hypnos-about-text p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.royal-series-bg .hypnos-about-text {
  padding-left: 0;
  padding-right: 70px;
}
.hypnos-about-ptype {
  width: 100%;
  margin-top: 50px;
  transition: 0.3s ease-in;
}
.hypnos-about-ptype img {
  width: 100%;
  border: 2px solid var(--HB-primary);
  border-radius: 10px;
  transition: 0.3s ease-in;
}
.hypnos-about-ptype:hover img {
  border: 2px solid var(--HB-secondary);
  transition: 0.3s ease-in;
}
.hypnos-about-ptype h4 {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.hypnos-about-ptype p,
.why-hypnos-content p,
.why-hypnos-title p {
  font-size: 15px;
  line-height: 24px;
  color: var(--HB-secondary);
  font-weight: 600;
  margin-bottom: 0;
}
.hodoyou-sleep .hypnos-title,
.how-hypnoshealthy .hypnos-title,
.why-hypnos-item a {
  color: #fff;
  text-align: center;
}
.hypnos-about-ptype .hypnos-about-title {
  padding-top: 60px;
}
.hypnos-title,
.why-hypnos-title h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 25px;
}
.hypnos-models-img-btn,
.hypnoshealthy-tabs .nav-tabs > li > a {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}
.why-hypnos-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 5px;
}
.why-hypnos-item {
  width: 32.8%;
}
.why-hypnos-item a {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background: #08243d;
  border-radius: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border: 2px solid #08243d;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.why-hypnos-item a:focus,
.why-hypnos-item a:hover {
  background: 0 0;
  color: #08243d;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.why-hypnos-points-title {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  padding: 17px 0;
  background: var(--HB-primary);
  border-radius: 10px 10px 0 0;
}
.why-hypnos-points-title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: var(--HB-cream);
}
.materials-prdctcard-dic-img .prdctcard-dic-img:nth-child(2n) .prdctcard-dic,
.why-hypnos-title {
  padding-right: 50px;
}
.why-hypnos-content h5 {
  display: inline-block;
  padding-left: 90px;
  position: relative;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: var(--HB-primary);
  margin: 0 0 20px;
}
.why-hypnos-img {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}
.why-hypnos-points-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.why-hypnos-content {
  flex: 1;
  padding-left: 70px;
}
.prdctcard-content-main
  .prdctcard-dic-content:nth-child(2n)
  .prdctcard-content-card,
.productcardrow-new .prdctcard:nth-child(2n) .prdctcard-dic-img,
.why-hypnos-points-card .why-hypnos-points-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.why-hypnos-points-card
  .why-hypnos-points-item:nth-child(2n)
  .why-hypnos-content {
  padding-left: 0;
  padding-right: 70px;
  text-align: right;
}
.why-hypnos-points-card {
  width: 100%;
  border: 1px solid #b2a6a1;
  border-top: 0;
  padding: 50px 40px;
  border-radius: 0 0 10px 10px;
}
.hypnos-offerings-card {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 3px 1px #e0dfdf;
  border: 2px solid #fff;
  text-align: center;
  padding: 20px;
  height: 210px;
  margin-top: 20px;
  transition: 0.3s ease-in;
}
.hypnos-offerings-card i {
  width: auto;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  margin-bottom: 20px;
}
.hypnos-offerings-card h6 {
  color: var(--HB-primary);
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease-in;
}
.bestseller-card:hover h3,
.homeproduct-card:hover h3,
.hypnos-offerings-card h6 a,
.one-feature h5 a {
  color: var(--HB-primary);
  transition: 0.3s ease-in;
}
.hypnos-offerings-card p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.hypnos-offerings-card:hover {
  transition: 0.3s ease-in;
  border-color: var(--HB-secondary);
}
.hodoyou-sleep,
.how-hypnoshealthy {
  width: 100%;
  padding: 80px 0;
  background: #08243d;
}
.hodoyou-sleep .left-side .one-feature:first-child,
.hodoyou-sleep .left-side .one-feature:nth-child(3) {
  position: relative;
  left: 50px;
}
.hodoyou-sleep .right-side .one-feature:first-child,
.hodoyou-sleep .right-side .one-feature:nth-child(3) {
  position: relative;
  right: 50px;
}
.one-feature {
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
.one-feature h5 {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  color: var(--HB-primary);
  line-height: 32px;
}
.explore-more-item,
.one-feature h5 a:hover {
  transition: 0.3s ease-in;
}
.one-feature p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}
.hodoyou-sleep .features-circle {
  position: relative;
  height: 580px;
}
.hodoyou-sleep .features-circle .circle-card {
  position: absolute;
  width: 480px;
  height: 480px;
  top: 50%;
  transform: translateY(-50%);
  border: 3px dashed var(--HB-primary);
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hodoyou-sleep .features-circle img {
  width: 350px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 9;
  position: relative;
}
.hodoyou-sleep-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
.hypnoshealthy-tabs {
  width: 100%;
  margin-top: 20px;
}
.hypnoshealthy-tabs .nav-tabs {
  border: 0;
  display: flex;
  justify-content: center;
}
.hypnos-models-item,
.mattress-bysize,
.prdctcard-content-card {
  width: 100%;
  display: flex;
  align-items: center;
}
.hypnoshealthy-tabs .nav-tabs > li > a {
  margin-right: 30px;
  border-radius: 0;
  color: var(--HB-primary);
  font-weight: 700;
  border: 1px solid var(--HB-primary);
  padding: 8px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hypnoshealthy-tabs .nav-tabs > li.active > a,
.hypnoshealthy-tabs .nav-tabs > li > a:hover {
  color: #fff;
  background: var(--HB-primary);
  border: 1px solid var(--HB-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hypnoshealthy-tabs .tab-content {
  margin-top: 35px;
  text-align: center;
  min-height: 140px;
}
.hypnoshealthy-tabs .tab-content h3 {
  color: var(--HB-primary);
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
}
.hypnoshealthy-tabs .tab-content p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}
.hypnos-bestseller .hypnos-title,
.hypnos-heading {
  text-align: center;
  margin-bottom: 45px;
}
.bestseller-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  margin-bottom: 15px;
}
.bestseller-card h3,
.bestseller-card p {
  margin: 0;
  font-weight: 700;
  color: var(--HB-secondary);
}
.bestseller-card {
  width: 100%;
  border: 2px solid #fff;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 4px 2px #ddd;
  transition: 0.3s ease-in;
}
.bestseller-card:hover,
.explore-more-item:hover img {
  border-color: var(--HB-secondary);
  transition: 0.3s ease-in;
}
.bestseller-card p {
  font-size: 15px;
  padding: 0 0 5px;
}
.bestseller-card h3 {
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  transition: 0.3s ease-in;
}
.bestseller-card .item-add-to-cart {
  width: 100%;
  display: inline-block;
  background: var(--HB-secondary);
  border: 0;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s ease-in;
}
.bestseller-card:hover a {
  text-decoration: none;
  color: var(--HB-primary);
  transition: 0.3s ease-in;
}
.bestseller-card:hover .item-add-to-cart {
  background: var(--HB-primary);
  color: #fff;
  transition: 0.3s ease-in;
}
.mattress-bysize {
  margin-top: 80px;
  background: var(--HB-primary);
  padding: 20px 30px;
  justify-content: center;
}
.mattress-bysize .hypnos-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 28px;
  color: #fff;
}
.mattress-bysize ul {
  padding: 0;
  margin: 0 0 0 40px;
  display: flex;
}
.mattress-bysize li {
  list-style: none;
  margin-right: 15px;
}
.mattress-bysize li a {
  width: 100px;
  height: 45px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 17px;
  color: var(--HB-secondary);
  font-weight: 600;
  transition-duration: 0.3s;
}
.hypnos-showroom,
.hypnos-testimonial {
  padding: 80px 0;
}
.hypnos-faqs .hypnos-title {
  text-align: center;
  margin-bottom: 20px;
}
.hypnos-needhelp .callUsGrid {
  box-shadow: none;
  background: #08243d;
}
.hypnos-store-gallery {
  padding: 45px 45px 0;
  background: var(--HB-cream);
}
.hypnos-heading p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.hypnos-showroom iframe {
  border: 2px solid var(--HB-primary) !important;
}
.hypnos-contact-form {
  width: 100%;
  padding: 80px 0;
  background: var(--HB-primary);
}
.hypnos-contact-form-title {
  width: 100%;
  padding: 75px 40px;
  background: url(../images/slider/banner-2.jpg) center center/cover no-repeat;
  position: relative;
}
.hypnos-contact-form-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.hypnos-contact-form-title img {
  width: 250px;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  margin-left: -6px;
}
.hypnos-contact-form-title .hypnos-title {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  font-size: 24px;
  line-height: 40px;
}
.hypnos-contact-form-card-title .contact-title {
  margin: 0 0 5px;
  color: #fff;
  font-size: 32px;
}
.hypnos-contact-form-card-title .contact-subtitle {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
.hypnos-contact-form-card .form-control {
  border: 1px solid #ccc;
  color: #302a28;
  font-weight: 600;
  display: block;
  font-size: 15px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
  transition: 0.5s;
  width: 100%;
  position: relative;
  border-radius: 0;
  background-color: #fff;
}
.explore-more .hypnos-title,
.hypnos-models .hypnos-title {
  margin-bottom: 45px;
  text-align: center;
}
.hypnos-contact-form-card .contact-form-btn .btn {
  border: 1px solid var(--HB-secondary);
}
.hypnos-contact-form-card .inputField {
  width: 100%;
  position: relative;
}
.hypnos-contact-form-card .inputField label.error {
  position: absolute;
  margin: 0;
  bottom: -19px;
  font-size: 13px;
  font-weight: 700 !important;
  color: var(--HB-secondary);
}
.explore-more {
  padding: 80px 0;
  background: var(--HB-cream);
}
.explore-more-card {
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.explore-more-video {
  flex: 1;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.explore-more-item img {
  height: 400px;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 0 4px 2px #ddd;
  transition: 0.3s ease-in;
}
.hypnos-models {
  width: 100%;
  padding: 80px 0 30px;
  background: #08243d;
}
.hypnos-models-item {
  border: 1px solid #193854;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px 45px;
}
.hypnos-models-item-first {
  padding-right: 45px;
  text-align: center;
  border-right: 1px solid var(--HB-primary);
  margin-right: 45px;
  position: relative;
}
.hypnos-models-item-first i.fas {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  color: var(--HB-primary);
}
.hypnos-models-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  border-radius: 10px;
  border: 2px solid var(--HB-primary);
  padding: 5px;
  position: relative;
}
.hypnos-models-img a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.hypnos-models-img::after {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  content: "";
  background: var(--HB-primary);
}
.hypnos-models-img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.hypnos-models-img-btn {
  min-width: 170px;
  color: #fff;
  font-weight: 700;
  background: var(--HB-primary);
  border: 2px solid var(--HB-primary);
  display: inline-block;
  padding: 7px 30px;
  border-radius: 5px;
  transition: 0.3s ease-in;
}
.hypnos-models-img-btn:hover {
  color: var(--HB-primary);
  text-decoration: none;
  background: 0 0;
  transition: 0.3s ease-in;
}
.hmi-list-card h6 {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  width: auto;
  display: inline-block;
}
.hmi-list-card h6 a,
.hmi-list-card li a {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px 15px;
  transition: 0.3s ease-in;
}
.hmi-list-card h6 a:hover,
.hmi-list-card li a:hover {
  background: var(--HB-primary);
  text-decoration: none;
  border: 1px solid var(--HB-primary);
  transition: 0.3s ease-in;
}
.hmi-list-card h6.models-castle a {
  display: inline-block;
  padding: 7px 15px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: var(--HB-secondary);
  min-width: 135px;
  text-align: center;
  transition: 0.3s ease-in;
}
.hmi-list-card h6.models-royal a {
  display: inline-block;
  padding: 7px 15px;
  background: #19273d;
  border: 1px solid #2f4151;
  color: #fff;
  min-width: 135px;
  text-align: center;
  transition: 0.3s ease-in;
}
.hmi-list-card h6.models-sovereign a {
  display: inline-block;
  padding: 7px 15px;
  background: #9e792b;
  border: 1px solid #9e792b;
  color: #fff;
  min-width: 135px;
  text-align: center;
  transition: 0.3s ease-in;
}
.hmi-list-card h6.models-castle a:hover,
.hmi-list-card h6.models-royal a:hover,
.hmi-list-card h6.models-sovereign a:hover {
  border: 1px solid #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.hmi-list-card i.fas {
  color: #fff;
  margin-left: 20px;
}
.hmi-list-card ul {
  margin: 0 0 0 20px;
  padding: 0;
  display: flex;
}
.hmi-list-card li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  margin-right: 20px;
}
.hmi-list-card li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0px;
}
.hmi-list-card {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.section-hblogo {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 45px;
}
.sprout-landing-main .hypnos-brands-main {
  background: url(../images/landing/sprout/banner-bg.png) center/cover no-repeat
    #283428;
}
.sprout-landing-main .hypnos-brands-intro img {
  height: 100px;
}
.sprout-landing-main .hypnos-collections-item {
  border: 1px solid #2d3a2d;
  background: url(../images/landing/sprout/pattern.png) center / 277px #aeb776;
  background-repeat-x: repeat;
}
.hastens-landing-main .hypnos-collections-item:hover,
.sprout-landing-main .hypnos-collections-item:hover {
  border: 1px solid #fff;
}
.sprout-landing-main .hypnos-collections-item h5 {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sprout-landing-main .why-hypnos-item a {
  background: #283693;
  border: 2px solid #283693;
}
.sprout-landing-main .why-hypnos-item a:focus,
.sprout-landing-main .why-hypnos-item a:hover {
  color: #283693;
  background: 0 0;
}
.sprout-landing-main .hypnos-offerings-card {
  height: 240px;
}
.sprout-landing-main .hypnos-models-item {
  border: 1px solid #3f4ca3;
}
.sprout-models-mattress .hmi-list-card {
  width: auto;
  display: inline-flex;
  margin-right: 10px;
}
.sprout-landing-main .castle-series-bg,
.sprout-landing-main .sovereign-series-bg {
  background: #d3e9ed;
}
.hastens-landing-main .hypnos-brands-main {
  background: url(../images/landing/hastens/banner-bg.png) bottom 15px
    left/300px no-repeat #000;
}
.hastens-landing-main .hypnos-brands-intro h6 {
  font-family: GothamSSmMedium;
  font-weight: 400;
}
.brands-banner-hb-check {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 50px;
}
.hastens-landing-main .hypnos-collections-item {
  border: 1px solid #161616;
  background: #161616;
}
.hastens-landing-main .hypnos-collections-item h5 {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hastens-landing-main .hypnos-collections-item h5 span {
  margin-top: 5px;
  font-size: 15px;
}
.hastens-landing-main .why-hypnos-item a {
  background: #000;
  border: 2px solid #000;
  line-height: 23px;
  padding: 0 20px;
}
.hastens-landing-main .why-hypnos-item a:focus,
.hastens-landing-main .why-hypnos-item a:hover {
  color: #000;
  background: 0 0;
}
.hastens-landing-main .hypnos-models-item {
  border: 1px solid #232323;
}
.hastens-landing-main .castle-series-bg,
.hastens-landing-main .sovereign-series-bg {
  background: var(--HB-cream);
}
.hastens-landing-main .why-hypnos-card {
  justify-content: flex-end;
}
.hastens-landing-main .why-hypnos-item {
  width: auto;
  min-width: 33%;
}
.hastens-landing-main .bestseller-card h3 {
  font-size: 20px;
  min-height: 60px;
}
.hastens-about-video {
  width: 100%;
  height: 600px;
}
.hastens-blue-check-icon {
  width: 60px;
  position: absolute;
  top: 35px;
  left: 35px;
}
.productDetailimg-hastens-blue-check {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
@font-face {
  font-family: GothamSSmMedium;
  src: url("../fonts/GothamSSmMedium.eot");
  src: url("../fonts/GothamSSmMedium.eot") format("embedded-opentype"),
    url("../fonts/GothamSSmMedium.woff2") format("woff2"),
    url("../fonts/GothamSSmMedium.woff") format("woff"),
    url("../fonts/GothamSSmMedium.ttf") format("truetype"),
    url("../fonts/GothamSSmMedium.svg#GothamSSmMedium") format("svg");
}
.hastens-tagline {
  font-family: GothamSSmMedium;
  width: 100%;
  margin: 0;
  padding-top: 30px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.desktop-filter-card {
  position: fixed;
  top: 170px;
  left: 0;
}
.des-filter-clear {
  padding: 8px 10px;
  background: var(--HB-primary);
  cursor: pointer;
  transition: 0.2s ease-in;
}
.des-filter-clear:hover {
  background: var(--HB-secondary);
  transition: 0.2s ease-in;
}
.des-filter-clear img {
  width: 18px;
}
.desktop-filter > .col-md-9 {
  width: 100%;
  padding-left: 15px !important;
}
.prodlis-filter {
  width: 100%;
  display: flex;
  padding-top: 30px;
  margin-bottom: 20px;
  gap: 15px;
}
.prodlis-filter-card {
  width: 33.33%;
}
.prodlis-filter-title {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
}
.prodlis-filter-title h3 {
  margin: 0;
  color: var(--HB-primary);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid var(--HB-primary);
  padding: 0 0 10px;
}
.prodlis-filter-list {
  width: 100%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  max-height: 146px;
  overflow: auto;
  padding-right: 3px;
  scrollbar-width: thin;
  padding-bottom: 10px;
}
.prodlis-filter-list::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
.prodlis-filter-list::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.prodlis-filter-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.prodlis-filter-item {
  width: 32.3%;
  height: 45px;
}
.footer-showroom a.f-email {
  text-decoration: underline !important;
}
.footer-content-left ul.ftrList {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.prodlis-filter-item a {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 17px;
  color: var(--HB-secondary);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
}
.prodlis-filter-card.plf-type .prodlis-filter-item {
  width: 49.2%;
}
.desktop-filter .prodlis-filter-card.plf-type .prodlis-filter-item {
  width: 32.3%;
}
.plf-type .prodlis-filter-item a {
  justify-content: flex-start;
  padding: 0 0 0 10px;
  text-align: left;
}
.plf-type .prodlis-filter-item a i {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  margin-right: 10px;
}
.plf-type .prodlis-filter-item a i img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.filter-brand-Offerings li {
  width: 33.33%;
  display: inline-block;
  padding: 0 6px 6px 0;
}
.filter-brand-Offerings li .checkGrid {
  font-size: 0;
  padding: 0;
  margin: 0;
  position: relative;
}
.filter-brand-Offerings li .checkGrid img {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  object-fit: cover;
}
.filter-brand-Offerings li .checkGrid .checkmark {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid var(--HB-secondary);
  top: 0;
  left: 0;
  background: 0 0;
  opacity: 0;
  transition-duration: 0.3s;
}
.filter-brand-Offerings ul {
  padding-right: 0 !important;
}
.filter-color-code li,
.filter-colors li,
.filter-country li,
.filter-depth li,
.filter-lead-time li,
.filter-length li,
.filter-width li {
  width: 44%;
  display: inline-block;
}
.filter-color-code ul,
.filter-colors ul,
.filter-country ul,
.filter-depth ul,
.filter-lead-time ul,
.filter-length ul,
.filter-width ul {
  gap: 0 34px;
  flex-wrap: wrap;
}
.left_bookmark_bar .main-nav li.filter-active a {
  background: var(--HB-secondary);
  padding: 11px 0 11px 10px;
  margin-bottom: 0;
}
.left_bookmark_bar .main-nav li.filter-active h3 {
  color: #fff;
  padding-bottom: 0;
}
.searchresult-product.productListContent
  .productGrid
  .productGridBody
  h3::after {
  left: 83px;
}
.prdctcard-dic-img {
  flex: 1;
  display: flex;
  padding-left: 50px;
  align-items: center;
}
.prdctcard-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.productcardrow-new .productcardrow .prdctcard .prdctcard-dic {
  padding-left: 50px;
}
.productcardrow-new .prdctcard:nth-child(2n) .prdctcard-dic {
  padding-left: 0;
  padding-right: 50px;
}
.materials-prdctcard-dic-img .prdctcard-dic-img {
  padding: 35px 0 0 50px;
}
.materials-prdctcard-dic-img .prdctcard-dic-img:nth-child(2n) {
  flex-direction: row-reverse;
  padding-left: 0;
}
.prdctcard-dic-content {
  width: 100%;
  margin-bottom: 55px;
}
.prdctcard-content-right {
  width: 500px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 50px;
}
.prdctcard-content-right img {
  margin: 0 auto;
}
.prdctcard-content-list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  border-bottom: 1px solid #ecc0b4;
  padding-bottom: 10px;
}
.prdctcard-content-list-item {
  flex: 1;
  padding-right: 15px;
  border-right: 1px solid #ecc0b4;
  margin-right: 20px;
}
.prdctcard-content-list-item:last-child {
  border-right: 0px;
}
.prdctcard-content-main
  .prdctcard-dic-content:nth-child(2n)
  .prdctcard-content-right {
  margin-left: 0;
  margin-right: 50px;
}
.prdctcard-content-list-item p {
  margin: 0 !important;
}
.prdctcard-content-list-item h4 {
  margin: 0 0 8px !important;
}
.checkoutnew-shipping
  .selected_shipping_add
  .radio
  .checkGrid
  .checkmark::after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
}
.checkoutnew-shipping .selected_shipping_add .radio .checkGrid b {
  text-transform: capitalize;
  font-size: 15px;
}
.checkoutnew-left .form-card .form-group#shippingaddressdive {
  width: 100%;
  padding: 0 5px !important;
}
.produtDtl-size-card .form-group > label {
  width: 100%;
  display: inline-block;
  font-size: 15px !important;
  margin-bottom: 8px !important;
}
.produtDtl-size-card .radio-input {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.produtDtl-size-card .produtDtl-size-radio label {
  width: 100%;
  height: 40px;
  margin: 0 !important;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
  line-height: 17px;
  color: var(--HB-secondary) !important;
  font-weight: 600 !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  font-family: "Nunito Sans", sans-serif !important;
  padding: 0 15px !important;
  transition: 0.2s;
}
.produtDtl-size-card .produtDtl-size-radio label .newPrice {
  font-weight: 800 !important;
}
.produtDtl-size-card .produtDtl-size-radio label:hover {
  background-color: var(--HB-primary) !important;
  color: #fff !important;
  transition: 0.2s;
}
.account-cmbx .orders-table-card th {
  color: #fff;
  padding: 10px;
}
.account-cmbx .orders-table-card td {
  padding: 10px;
  border-bottom: 1px solid var(--HB-secondary);
}
.account-cmbx .orders-table-card {
  width: 100%;
  overflow: auto;
}
.map-img {
  width: 100%;
  height: 440px;
  margin-bottom: 60px;
}

.map-img img.img-responsive{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.btn-account,
.btn2 a,
.checkoutnew-place-order button,
.contact-form-btn .btn,
.formBtnFull .btn,
.formBtnFull input,
.login-main-btn,
.min-max-price .price-filter-btn .btn,
.productListContent .productGrid .AddCartBtn a,
.ps-btn .btn,
.reset_form_tag a,
.view-product-summary a {
  border-width: 3px !important;
  border-style: solid !important;
  border-color: var(--HB-secondary) #241c19 #241c19 var(--HB-secondary) !important;
}
.btn-account:focus,
.btn-account:hover,
.btn2 a:focus,
.btn2 a:hover,
.checkoutnew-place-order button:focus,
.checkoutnew-place-order button:hover,
.contact-form-btn .btn:focus,
.contact-form-btn .btn:hover,
.formBtnFull .btn:focus,
.formBtnFull .btn:hover,
.formBtnFull input:focus,
.formBtnFull input:hover,
.login-main-btn:focus,
.login-main-btn:hover,
.min-max-price .price-filter-btn .btn:focus,
.min-max-price .price-filter-btn .btn:hover,
.productListContent .productGrid .AddCartBtn a:focus,
.productListContent .productGrid .AddCartBtn a:hover,
.productListContent .productGrid:focus .AddCartBtn a,
.productListContent .productGrid:hover .AddCartBtn a,
.ps-btn .btn:focus,
.ps-btn .btn:hover,
.reset_form_tag a:focus,
.reset_form_tag a:hover,
.view-product-summary a:focus,
.view-product-summary a:hover {
  background: var(--HB-primary) !important;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: var(--HB-primary) #1c8c6f #1c8c6f var(--HB-primary) !important;
}
.homeproduct-card .homeproduct-btn,
.hp-size-list li a:hover {
  background: var(--HB-primary);
  transition: 0.3s ease-in;
  color: #fff;
}
.btn-account:active,
.btn2 a:active,
.checkoutnew-place-order button:active,
.contact-form-btn .btn:active,
.formBtnFull .btn:active,
.formBtnFull input:active,
.homeproduct-card .homeproduct-btn:active,
.login-main-btn:active,
.min-max-price .price-filter-btn .btn:active,
.productListContent .productGrid .AddCartBtn a:active,
.ps-btn .btn:active,
.reset_form_tag a:active,
.view-product-summary a:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.homepage-product-section {
  width: 100%;
  padding: 0 0 60px;
  background: var(--HB-cream);
}
.homeproduct-section {
  width: 100%;
  margin-bottom: 40px;
}
.homeproduct-card h3 {
  font-family: Nunito Sans;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  color: var(--HB-secondary);
  margin: 0 0 5px;
  transition: 0.3s ease-in;
}
.homeproduct-card .homeproduct-btn,
.homeproduct-card h6 {
  font-size: 15px;
  font-family: Nunito Sans;
  text-align: center;
}
.homeproduct-card h6 {
  font-weight: 600;
  line-height: 23px;
  color: var(--HB-secondary);
  margin: 0 0 7px;
}
.homeproduct-card h6 span {
  font-weight: 800;
  color: var(--HB-primary);
}
.homeproduct-card .homeproduct-btn {
  font-weight: 600;
  line-height: 20px;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
  margin: 12px 0 0;
}
.homeproduct-card .homeproduct-btn:hover {
  background: var(--HB-secondary);
  transition: 0.3s ease-in;
  text-decoration: none;
}
.homeproduct-img {
  width: 260px;
  height: 260px;
  border: 5px solid var(--HB-primary);
  border-radius: 50%;
  background: #fff;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: end;
  /* margin-bottom: 20px; */
  transition: 0.3s ease-in;
  margin: auto;
}
.homeproduct-card:hover .homeproduct-img {
  border: 5px solid var(--HB-secondary);
  transition: 0.3s ease-in;
}
.homeproduct-img img {
  max-width: 100%;
  width: auto !important;
}
.homeproduct-item {
  margin: 0 5px;
}
.homeproduct-content {
  width: 100%;
  transition: 0.3s ease-in;
}
.homeproduct-content-in {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--HB-secondary);
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.homeproduct-content-in h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  color: var(--HB-primary);
  margin: 0 0 8px;
}
.hp-brand-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}
.hp-brand-list li {
  width: 72px;
  height: 49px;
  list-style: none;
  position: relative;
  border: 2px outset transparent;
  box-shadow: 0 0 4px 0 #00000040;
  border-radius: 5px;
  transition: 0.3s ease-in;
}
.hp-brand-list li:hover {
  border: 2px solid var(--HB-primary);
  transition: 0.3s ease-in;
}
.hp-brand-list li img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.hp-size-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.hp-size-list li {
  width: 80px;
  height: 27px;
  list-style: none;
}
.hp-size-list li a {
  display: inline-flex;
  color: var(--HB-secondary);
  border: 1px solid var(--HB-secondary);
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  border-radius: 5px;
  transition: 0.3s ease-in;
}
.hp-size-list li a:hover {
  border: 1px solid var(--HB-primary);
  text-decoration: none;
}
.homeproduct-section .nav-tabs {
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 60px;
}
.homeproduct-section .nav-tabs li a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 !important;
  color: var(--HB-secondary);
  font-size: 25px;
  font-family: Merriweather, serif;
  font-weight: 700;
  line-height: 35px;
  transition: 0.3s ease-in;
}
.homeproduct-section .nav-tabs li a:hover,
.homeproduct-section .nav-tabs li.active a {
  background: 0 0;
  color: var(--HB-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.3s ease-in;
}
.homeproduct-detail-card {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 15px 20px;
}
.homeproduct-detail-card::after {
  position: absolute;
  top: 0;
  right: -13px;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--HB-secondary);
}
.home-healthy-brands {
  width: 100%;
  padding: 45px 0;
  background: var(--HB-primary);
}
.section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.section-title h3 {
  color: var(--HB-cream);
  font-family: Merriweather, serif;
  font-size: 60px;
  line-height: 55px;
  font-weight: 800;
  margin: 0;
}
.section-title h3 span {
  width: 100%;
  display: inline-block;
  font-family: Nunito Sans;
  font-size: 40px;
  font-weight: 600;
}
.healthy-brands-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 50px;
}
.healthy-brands-item {
  flex: 1;
  transition: 0.3s ease-in;
}
.healthy-brands-county {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.healthy-brands-county i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.healthy-brands-county h6 {
  color: var(--HB-cream);
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.healthy-brands-logo {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.healthy-brands-logo a {
  width: 100%;
  display: inline-block;
  position: relative;
  background: var(--HB-cream);
  padding-top: 56%;
  transition: 0.3s ease-in;
}
.healthy-brands-logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}
.healthy-brands-title h4 {
  color: var(--HB-cream);
  font-family: Nunito Sans;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin: 0;
}
header .main_menu {
  font-size: 30px;
  line-height: 25px;
  color: var(--HB-cream);
  position: relative;
  top: 0;
}
.header-row,
.showroom-info-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-right-col {
  display: flex;
  gap: 60px;
  align-items: center;
}
.hero-bottom-border.slider-up,
.hero-top-border {
  margin-top: 71px;
}
.hero-bottom-border {
  width: 100%;
  height: 53px;
  background: var(--HB-cream);
  border-top: 10px solid var(--HB-peach);
  border-bottom: 5px solid var(--HB-peach);
}
.hero-bottom-border span {
  width: 100%;
  display: inline-block;
  border-top: 12px solid var(--HB-peach);
  border-bottom: 7px solid var(--HB-peach);
  margin: 6px 0 10px;
  height: 26px;
}
.showroomSection {
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 180px;
}
.showroom-title-main {
  position: absolute;
  top: 288px;
  left: -288px;
  background: var(--HB-secondary);
  transform: rotate(-90deg);
  display: flex;
  padding: 30px 0;
  flex-direction: row-reverse;
  width: 755px;
}
.showroom-title-icon {
  transform: rotate(90deg);
  width: 80px;
  position: relative;
  left: -80px;
}
.showroom-map-card {
  flex: 1;
  padding: 60px 8%;
}
.callUsGridContent .section-title {
  text-align: left;
  margin-bottom: 0;
}
.callUsGridContent .section-title a {
  font-family: Nunito Sans;
  font-size: 40px;
  line-height: 70px;
  font-weight: 500;
  color: #fff;
  transition-duration: 0.3s;
}
.footer-row {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--HB-secondary);
}
.footer-row:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 35px 0 25px;
}
.footer-brands-list {
  margin: 0;
  padding: 0;
  gap: 0 60px;
  display: flex;
  justify-content: center;
}
.footer-brands-list li a {
  font-size: 17px;
  color: var(--HB-secondary);
  font-weight: 600;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  transition-duration: 0.3s;
}
.footer-brands-list li a:hover {
  text-decoration: none;
  color: var(--HB-primary);
  transition-duration: 0.3s;
}
.footer-brands-list li a:after {
  position: absolute;
  content: "";
  background: var(--HB-primary);
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.footer-showroom {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.footer-showroom:after {
  position: absolute;
  content: "";
  background: var(--HB-primary);
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  height: 2px;
}
.footer-showroom p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: var(--HB-secondary);
  margin-bottom: 4px;
}
.footer-right-bg {
  width: 100%;
  height: 100%;
  border: 30px solid #fff;
  background: #fff;
}
.footer-content-left {
  width: 100%;
  padding: 50px 70px 0;
}
.ftrConnectText > span img {
  width: 30px;
}
.callUsSection .callUsGrid figure {
  height: 270px;
}
.sub-hero-banner {
  width: 100%;
  padding-top: 50px;
}
.sub-hero-img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -150px;
}
.productlist-page .container {
  max-width: 1480px;
  width: 100%;
}
.page-title {
  width: 100%;
  margin-top: 25px;
}
.page-title h3 {
  color: var(--HB-secondary);
  font-family: Merriweather, serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 800;
  margin: 0 0 15px;
}
.page-title .breadcrumb .breadcrumb-item {
  font-size: 17px;
  font-weight: 600;
  color: var(--HB-primary);
  text-transform: capitalize;
  transition-duration: 0.2s;
}
.page-title .breadcrumb-item a {
  color: var(--HB-primary);
  transition-duration: 0.2s;
}
.page-title .breadcrumb > .active span:before,
.page-title .breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--HB-primary);
  content: "/\00a0";
}
.page-title .breadcrumb-item a:hover {
  color: var(--HB-secondary);
  text-decoration: none;
  transition-duration: 0.2s;
}
.homeproduct-img img {
    width: 300px;
    height: 200px;
    object-fit: cover; /* Taake image stretched na ho */
}
.productListLeft.left_bookmark_bar li.active-manual {
  border-bottom: 1px solid #5d48411a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.homeproduct-desktop .homeproduct-row {
  width: 100%;
  display: flex;
  gap: 20px;
}
.homeproduct-desktop .homeproduct-item {
  width: 24%;
  margin: 0;
}
