@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoe_ui.woff2') format('woff2'),
         url('../fonts/segoe_ui.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  color: #5B5B5B;
  line-height: 1.5;
  font-family: 'Anek Latin', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
}
ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Anek Latin', sans-serif;
  font-weight: 600;
  color: #000000;
}
a {
  list-style-type: none;
  color: #777777;
  text-decoration: none;
}
.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs25 {
  font-size: 25px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs35 {
  font-size: 35px;
}
.fs40 {
  font-size: 40px;
}
.fs50 {
  font-size: 50px;
}
.fs60 {
  font-size: 60px;
}
.fs70 {
  font-size: 70px;
}
.fs80 {
  font-size: 80px;
}
.fs90 {
  font-size: 90px;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.color-white {
  color: #fff !important;
}
.color-black {
  color: #000 !important;
}
.color-yellow {
  color: #FCAF43 !important;
}
.color-grey {
  color: #0D0D0D !important;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #1E1E1E;
}
.bg-grey {
  background: #0D0D0D;
}
.bg-lightgrey {
  background: #F4F4F4;
}
/* *********************  Btn One Style  ********************** */
.t-btn-one {
  border-radius: 0px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: #000000;
  color: #fff;
  transition: ease 0.4s;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
}
.t-btn-one:hover {
  background: none;
  color: #000 !important;
  border: 1px solid #000;
}
.t-btn-one i,
.normal-btn i {
  padding-left: 7px;
  font-size: 13px;
}
.normal-btn {
  border-radius: 0px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: none;
  color: #000;
  transition: ease 0.4s;
  border: 1px solid #000;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
}
.normal-btn:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid transparent;
}
/* *********************  Btn One Style End ********************** */
.head-div h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
}
.head-div h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #FCAF43;
  font-weight: 300;
  position: relative;
}
.head-div h4:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: url(../img/h4-after.png) no-repeat;
  left: 0;
  bottom: -15px;
}
/* ************************** Main Header Css **************************** */


/* navbar */
.ConsultantToday {
    padding: 10px 0;
    background-color: #01a4f1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.toptext span a {
    color: #fff;
    font-weight: 800;
}

.toptext span {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 16px;
}

.toptext span img {
    width: 216px;
    display: inline-block;
}

a.loginbtn {
  background: #00FF67;
  color: #fff;
  padding: 15px 40px;
  border-radius: 15px;
  text-decoration: none;
}
a.loginbtn:hover {
  background: #01a4f1;
  color: #fff;
}
a.cartbtn {
  background: #01a3f0;
  color: #fff;
  padding: 15px 30px;
  border-radius: 15px;
  position: relative;
}
a.cartbtn:hover{
  background: #00FF67;
  color: #fff;
}
.navbar {
  background: #ffffff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  padding: 1% 0;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
header.navbar img {
    width: 280px;
}

.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: #112f48;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}
.expand-btn:after {
  content: " \25BE";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 65px;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}
.navbar .dropdown-menu,
.menu-left {
  left: unset;
  right: 0;
}
.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'segoe_uiregular';
    position: relative;
}

.navbar .menu-item:hover {
    color: #707070;
}

.navbar .menu-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar .menu-item:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-item.first-item {
  padding: 1.5rem 1rem;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* mega menu  */

.navbar .mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 86px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  background: #e9ecef;
  padding: 1rem;
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 70%;
  justify-content: space-between;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  margin: 0px auto;
}

.blog .content {
  grid-template-columns: repeat(4, 1fr);
}

.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
  width: 100%;
}

.content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    object-fit: scale-down;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #ff5722;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  border-left: 1px solid #3c3c3c;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.content .col .read-more:hover {
  color: #ff5722;
}

/* container */

.container p {
  color: #ffffff;
}

h1 {
  font-weight: 700;
  line-height: 10vw;
  color: #ffffff;
  text-transform: uppercase;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
}

/* Responsive style */

@media screen and (max-width: 1024px) {
    .navbar {
        padding: 10px 10px;
    }
    .navbar img{
         width: 70%;
    }
    .navbar ul li {
        padding-left: 10px;
        display: block;

    }
.matresses h4 {
    font-size: 14px;
}

  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: flex;
  }

  .navbar .menu-items {
    position: fixed;
    height: 100%;
    max-height: initial;
    overflow-y: auto;
    width: 80%;
    top: 0px;
    left: 0;
    background: #fcfcfc;
    display: block;
    transform: translateX(-1000vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
  }

  .menu-items.open {
    transform: translateY(0);
  }

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  .menu-item.first-item {
    padding: 1rem 1rem;
  }

  /* DROPDOWN, MEGA MENUS */
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open + .sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open + .blog.sample {
      max-height: 100%;
      transform: scaleZ(1);
      max-width: 100%;
  }

  .mega-menu .content{
      width: 100%;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}
.innermega {
  background: #fff;
  padding: 9px;
}
.navbar .read-more {
  background: #00FF67;
  display: table !important;
  margin: 20px auto 0px;
  padding: 10px 60px;
  padding-right: 0 !important;
  /* justify-content: center !important; */
  text-align: center;
  color: #fff !important;
  border-radius: 10px;
  line-height: 40px;
  padding-top: 0 !important;
  padding-left: 0 !important;
  width: 70%;
  height: 40px;
  padding-bottom: 0;
}
.navbar .read-more:hover, .navbar .read-more:focus{
  color: #fff !important;
  background: #000;
}
/* ************************** Main Header Css End **************************** */
/* ************************** Footer Css **************************** */

.footer-main {
  background-color: #01a4f1;
  background-image: url(../img/footerbg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4% 0;
}
.footer-main img {
    width: 330px;
    margin: 0;
    display: table;
}
.footer-main h5 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: underline;
  padding: 0 0 0px 0px;
}
.main-link span {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  display: block;
}
.main-link a {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 33px;
  display: block;
}
.elementor-icon-list-text {
  color: #FFFFFF;
  transition: color 0.3s;
}
.main-contact ul li{
  display: block;
  margin-bottom: 17px;
}
.main-contact ul li a{
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  display: inline-block;
}
.elementor-icon-list-text {
  color: #FFFFFF;
  transition: color 0.3s;
}
.main-contact {
  float: right;
}
.elementor-icon-list-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mright70 {
  margin-right: 70px;
}
.copyright {
  padding: 1% 0;
  background-color: #01a4f1;
}
.copytext span{
  color: #fff;
  font-size: 20px;
}
.copytext a{
  color: #fff;
  font-size: 20px;
}
.bottomsocail.text-center {
    text-align: left !important;
}
.bottomsocail ul li{
    display: inline-block;
    margin-right: 20px;
}
.bottomsocail ul li a{
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
    display: block;
}
.bottomsocail ul li a:hover{
  color: #000;
}
/* ************************** Footer Css End **************************** */
/* ************************** Billing Details **************************** */
.biling{
  padding: 5% 0;
}
.productlabel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productlabel label{
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.leftform {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 1px 1px 11px #00000036;
}
.rightform {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 1px 1px 11px #00000036;
}
.productname h3 {
  font-size: 24px;
  display: block;
  margin: 5% 0;
}
.productname h3 {
  font-size: 24px;
  display: block;
  margin: 5% 0;
  color: #01a4f1;
}
.sizes{
  display: block;
}
.sizes strong{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.sizes small{
  display: block;
  font-size: 18px;
  color: #000;
  display: block;
  margin: 0 0 9px 0;
}
.productlabel span {
  font-weight: 900;
  color: #000;
  font-size: 18px;
}
.subtotal small{
  font-weight: 900;
  color: #000;
  font-size: 18px;
}
.total{
  margin: 5% 0;
}
.total small{
  font-weight: 900;
  color: #000;
  font-size: 26px;
}
.biling .form-control {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #69727d;
  border-radius: 7px;
  margin-bottom: 15px;
}
.biling form label{
  color: #000;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.BillingText h4 {
  color: #01a4f1;
  text-transform: capitalize;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.paymentimg {
  margin: 20px 0 20px 0;
  display: block;
}
.biling .btn-primary {
  width: 100%;
  color: #fff;
  background: #01a4f1;
  border: 1px solid #01a4f1;
  line-height: 40px;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 7px;

}
.biling .btn-primary:hover, .biling .btn-primary:focus{
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
/* ************************** Billing Details **************************** */
/* ************************** Cart PAge Css **************************** */
.CartPage {
  padding: 5% 0;
}
.cart-detail h3 {
  color: #01a4f1;
  text-transform: capitalize;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.cart-detail strong {
  color: #000;
  text-transform: capitalize;
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.cart-detail p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.cart-detail {
  margin-bottom: 30px;
}
.productimg img {
    width: 130px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #01a4f1;
    padding: 0;
}
.remove button {
  color: #df4747;
  font-size: 25px;
  line-height: 119px;
  border: none;
  background: transparent;
}
.prodetails h4 {
  color: #01a4f1;
  text-transform: capitalize;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.prodetails h3 {
  color: #000;
  text-transform: capitalize;
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.prodetails p {
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
.quantity {
  display: flex;
  border: 2px solid #3498db;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 104px;
  margin: 38px 0;
}

.quantity button {
  background-color: #3498db;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #39a6ed;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}
.price span {
  font-size: 18px;
  line-height: 110px;
  font-weight: 600;
}
.forward {
  padding: 15px 120px;
  background: #3dff74;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 8px;
  border:none;
}
.forward:hover, .forward:focus{
  background: #000;
  color: #fff;
}
.back {
  padding: 15px 100px;
  background: #39a6ed;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 8px;
}
.back:hover, .back:focus{
  background: #000;
  color: #fff;
}
.continuebtn {
  margin-top: 60px;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}
input[type="radio"]:checked + img, input[type="checkbox"]:checked + img {
  background-color: #8acd3b;
}
.mb-quality-options__mattresses input[type="radio"]:hover, .mb-quality-options__mattresses input[type="checkbox"]:hover {
    background-color: #8acd3b;
    color: white;
}
.mb-quality-options__mattresses input[type="radio"], .mb-quality-options__mattresses input[type="checkbox"] {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    color: #5d5d5d;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .2s ease-in-out all;
    transition: .2s ease-in-out all;
}
.mb-quality-options__mattresses > input[type="radio"], .mb-quality-options__mattresses > input[type="checkbox"] {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 5px !important;
}
label.quality-option, label.add-on-option {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    color: #5d5d5d;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: .2s ease-in-out all;
    transition: .2s ease-in-out all;
}
label.quality-option img, label.add-on-option img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.titlename {
    text-align: center;
    font-size: 15px;
    margin: 10px 0 0 0;
}
.mb-quality-options__mattress p{
    color: #5d5d5d;
}
label.quality-option:hover, label.add-on-option:hover {
    background-color: #8acd3b;
    color: white;
}
.form-select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #69727d;
    border-radius: 7px;
}
/* ************************** Cart PAge Css **************************** */
.forinline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 10px;
}
#extra-options label {
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    /* width: 31%; */
    position: relative;
    top: -7px;
    color: #01a3f0;
    font-size: 16px;
    margin: 0 5px;
}
#extra-options input[type="radio"]{
    display: block;
    background-color: #01a3f0;
    position: relative;
    top: 8px;
    left: -3px;
}
.measurcontent span {
    color: #01a4f1;
    font-size: 24px;
    display: block;
    margin: 0 0 10px 0;
}
.measurcontent p {
    margin: 0 0 10px 0;
    font-size: 15px;
}
.measurcontent img {
    width: 50%;
}
.savechanges button {
    border: none;
    width: 50%;
    margin: 0px auto;
    display: table;
    background: #00FF67;
    color: #fff;
    padding: 12px 0;
    font-size: 24px;
    border-radius: 10px;
}
.savechanges button:hover, .savechanges button:focus{
    background: #01a3f0;
    color: #fff;
}
.savechanges {
    margin-top: 50px;
}
.mattress-builder__main-content .Add-Custom{
    padding: 15px 20px;
    background: #00FF67;
    color: #fff !important;
    display: table;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
}
.mattress-builder__main-content .Add-Custom:hover{
    background: #01a3f0;
    color: #fff !important;
}
a.clear {
    padding: 5px 40px;
    background: #00FF67;
    color: #fff !important;
    display: table;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}
a.clear:hover {
background: #01a3f0;
color: #fff;
}
.darkgrey {
    background-color: #D1D1D1;
    padding: 1% 0 1% 0;
}
.dotpaper {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.matresses {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.matresses h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 4px 0;
}
.matresses p {
    color: #3F3F3F;
    font-family: "Ananda 2", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
/************************************** Standard Sizes Modal *************************************/

.sizesLsit ul {
    display: block;
    width: 100%;
}
.sizesLsit ul li{
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 20px;
}
.sizesLsit ul li:last-child{
    margin-right: 0px;
}
.sizesLsit ul li button{
    background: #fff;
    width: 177px;
    border: 3px solid transparent;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #00000029;
}
.sizesLsit ul li button:hover, .sizesLsit ul li button:focus, .sizesLsit ul li button.active{
    color: #000;
    border: 3px solid #00FF67;
}
.sizesLsit ul li button p {
    margin: 0 0 2px 0;
}
.sizesLsit ul li button img {
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}
/************************************** Standard Sizes Modal *************************************/
/************************************** Add On Css *************************************/
.AddonMain {
    padding: 3% 0 5% 0;
}
.mainaddonbox {
    border-radius: 8px 8px 8px 8px;
    box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.18);
    display: block;
    background: #fff;
    padding-bottom: 15px;
    min-height: 660px;
    position: relative;
   transition: all 1s ease-out;
}
.addonbox a{
    color: #01a4f1;
    text-decoration: none;
    font-size: 26px;
    display: block;
    margin: 0;
}
.imgbox img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.addonbox p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 10px 0;
    display: block;
}
.addonbox {
    padding: 3px 15px;
}
.addonbox span {
    display: block;
    font-size: 18px;
    color: #000;
    margin: 0 0 0 0;
    font-weight: 600;
}
.addoncartbtn a, .addoncartbtn button {
    background: #00FF67;
    color: #fff;
    display: table;
    width: 90%;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin: 0px auto;
    text-decoration: none;
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.addoncartbtn a:hover, .addoncartbtn button:hover{
    background: #01a4f1;
    color: #fff;
}

.addoncartbtn.added a, .addoncartbtn.added button{
    background: #01a4f1 !important;
    color: #fff;
}
.addonbox small {
    display: block;
    color: #000;
    font-size: 17px;
    margin: 4px 0 10px 0;
    font-weight: 600;
}
.addonbox select {
    width: 100%;
    height: 40px;
    border: 1px solid #01a3f0;
}
.mainaddonbox:hover {
    transform: translate(0px, -10px);
    transition: all 1s ease-out;
}
.addonheading span {
    color: #01a4f1;
    display: block;
    text-align: center;
    font-size: 41px;
}
.addonheading small {
    display: block;
    text-align: center;
    font-size: 27px;
}
.addonheading h5 {
    text-align: center;
    font-size: 23px;
    display: block;
    margin-bottom: 30px;
    color: #5b5b5b;
    font-weight: 500;
}
.Quantities {
    margin-top: 50px;
}
.Quantities span {
    text-align: center;
    font-size: 23px;
    display: block;
    margin-bottom: 30px;
    color: #5b5b5b;
    font-weight: 500;
}
.Quantities a {
    display: table;
    margin: 0px auto;
    background: #00FF67;
    color: #fff;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 22px;
    text-decoration: none;
}
.Quantities a:hover{
    background: #01a4f1;
    color: #fff;
}
div#topper-options input[type="radio"] {
    display: block;
    width: 20px;
    height: 16px;
    margin-right: 2px;
}
#topper-options label {
    display: inline-flex;
    color: #01a3f0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
/************************************** Add On Css *************************************/

.mob-only {
    display: none;
}

@media (max-width: 600px) {
    .desk-only {
        display: none;
    }

    .mob-only {
        display: block;
    }
}

@media (max-width: 540px) {
    .dotpaper {
        width: 50px;
        height: 40px;
        object-fit: contain;
    }
    .matresses h4 {
        font-size: 13px;
        margin: 7px 0 4px 0;

    }
    .footer-main img {
        width: 80%;
        margin: 0 0 20px 0;
        display: table;
    }
    .bottomsocail ul li {
        display: inline-block;
        margin-left: 10px;
    }
    .footer-main .ps-5{
        padding-left: 1rem !important;
    }
    .main-contact {
        float: left;
    }
    .main-contact ul li a {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 20px;
    }
    .footer-main h5 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 20px;
        padding: 0 0 0px 0px;
    }
    .copytext a {
        font-size: 14px;
    }
    .copytext span {
        font-size: 14px;
    }
    .main-link span {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    .bottomsocail ul li a {
        font-size: 25px;
        color: #fff;
        margin-top: 10px;
        display: block;
    }
    .savechanges button {
        width: 100%;
        padding: 12px 0;
        font-size: 18px;
    }
    .darkgrey {
        padding: 5% 0 5% 0;
    }

}
.total.productlabel span {
    font-size: inherit;
}

.corner-control--wrap.topLeft--wrap:focus-within:after {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    top: 115px;
    transform: rotate(90deg);
    left: 28px;
    background: url(../../assets/img/arrow-right130.png) no-repeat;
}
.corner-control--wrap.topLeft--wrap:focus-within:before {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    right: -120px;
    background: url(../../assets/img/arrow-right130.png) no-repeat;
    top: 0px;
    background-size: 100%;
}
.corner-control--wrap.topRight--wrap:focus-within:after {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    top: 115px;
    transform: rotate(90deg);
    left: -70px;
    background: url(../../assets/img/arrow-right130.png) no-repeat;
}
.corner-control--wrap.topRight--wrap:focus-within:before {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    right: 100px;
    transform: rotate(180deg);
    background: url(../../assets/img/arrow-right130.png) no-repeat;
    top: 0px;
    background-size: 100%;
}
.corner-control--wrap.bottomLeft--wrap:focus-within:after {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    top: -70px;
    transform: rotate(270deg);
    left: 34px;
    background: url(../../assets/img/arrow-right130.png) no-repeat;
}
.corner-control--wrap.bottomLeft--wrap:focus-within:before {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    right: -120px;
    background: url(../../assets/img/arrow-right130.png) no-repeat;
    top: 0px;
    background-size: 100%;
}
.corner-control--wrap.bottomRight--wrap:focus-within:after {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    top: -70px;
    transform: rotate(270deg);
    left: -70px;
    background: url(../../assets/img/arrow-right130.png) no-repeat;
}
.corner-control--wrap.bottomRight--wrap:focus-within:before {
    content: '';
    width: 130px;
    height: 9px;
    position: absolute;
    right: 100px;
    transform: rotate(180deg);
    background: url(../../assets/img/arrow-right130.png) no-repeat;
    top: -6px;
    background-size: 100%;
}

@media (max-width: 768px) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
        display: block;
    }
    .table-responsive td {
        text-align: right;
    }
    .table-responsive td.productimg {
        width: 100%;
    }
    #hiddenFieldsForm thead {
        display: none;
    }
    #hiddenFieldsForm tbody td::before {
        content: attr(data-title);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        float: left;
        color: #48b2f1;
    }
    #hiddenFieldsForm tbody td {
        display: block;
        padding: 10px 0;
        border-bottom: none;
    }
    .spacebottom td:last-child {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .quantity {
        display: flex;
        border: 2px solid #3498db;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 104px;
        margin: 0 0 0 auto;
    }
    .continuebtn.text-end {
        text-align: center;
        margin: 0px auto;
        display: table;
        width: 100%;
        display: flex
;
    }
    .back {
        /*padding: 10px 30px; */
        background: #2980b9;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        border-radius: 8px;
        display: block;
        width: 100%;
        margin-bottom: 13px;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        display: block;
    }
    .forward {
        background: #3dff74;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        border-radius: 8px;
        display: block;
        width: 100%;
        margin-bottom: 13px;
        padding: 10px 0;
        text-align: center;
        width: 100%;
        margin-left: 8px;
    }
    .price span{
        line-height: normal;
    }

    .productimg img {
        width: 130px !important;
        height: 120px !important;
    }
    .remove button{
        line-height: normal;
    }
}
