/** Shopify CDN: Minification failed

Line 3323:28 Invalid escape

**/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="button"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;

  text-decoration: none;
  font-style: normal;
}

button {
  border: none;
}

a:hover,
a:focus,
button:focus,
input:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  text-decoration: none;
}

:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
input:-webkit-autofill {
    transition: 50000s all ease-in-out;
}

a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}

figure {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

a {
  cursor: pointer;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

b,
strong {
  font-weight: normal;
}

:root {
  --primary_font: "Aeonik_TRIAL";
  --ttle_font: "Futura_BT";
  --ttle_font_med: "Futura_BT_med";
  --ttle_font_lit: "FuturaBT-Light";
  --transtn: 400ms all ease-in-out;
  --glbl_pdng: 100px 0;
}


body {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0;
  font-family: var(--primary_font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 7px;
  font-family: var(--ttle_font_lit);
}

h2 {
  font-size: 40px;
  line-height: 50px;
   font-family: var(--ttle_font_lit);
  letter-spacing: 3px;
}

.sec_gap {
  padding: 100px 0px;
}

.site_btn {
  text-transform: capitalize;
  line-height: 1;
  font-size: 20px;
  color: #000000;
  padding: 5px 25px;
  height: 65px;
  min-width: 183px;
  position: relative;
  background-color: #ede4d3;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
  cursor: pointer;
}

.site_btn2 {
  background-color: #b37e37;
  color: #fff;
  transition: 0.4s all;
}

.site_btn.site_btn2:hover {
  background-color: #ede4d3;
  color: #000;
}

.site_btn:hover {
  background-color: #b37e36;
  color: #fff;
}

.hdr_sec .navbar {
  padding: 12px 0;
  background-color: #eee5d3;
}

.hdr_sec .navbar .container {
  justify-content: space-between;
}

.navbar-nav .nav_item {
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.navbar-nav .nav_item .nav_link {
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  z-index: 2;
}

.navbar-nav .nav_item .nav_link:hover {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
}

li.nav_item.active > a {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
}

/* sub_menu_design */
.navbar-nav .nav_item.has-children .nav_link:after {
    content: "\f107";
    position: absolute;
    right: 10px;
    bottom:10px;
    font-family: 'FontAwesome';
    transition: 0.6s all;
}
.navbar-nav ul.dropdown {
    background-color: #eee5d3;
    padding: 5px 8px;
    position: absolute;
    top: 28px;
    left: 0;
    width: 115px;
    opacity: 0;
    visibility: visible;
    z-index: 1;
    transition: .6s all;
}
.navbar-nav .nav_item:hover ul.dropdown {
  opacity: 1;
  visibility:visible;
}
.navbar-nav .nav_item.has-children >.nav_link{
  padding: 10px 30px 10px 10px;
  transition: 0.6s all;
}

.navbar-nav ul.dropdown li{
    margin-top:5px;
}
.navbar-nav ul.dropdown a {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 0px 5px;
}
.navbar-nav .nav_item.has-children:hover a:after{transform: rotate(180deg);}
.navbar-nav .nav_item.has-children a:hover {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
}
/* sub_menu_design */

.hdr_logo {
    max-width: 52px;
}
/* upper_header */

.hdr_sec {
  position: fixed;
  width: 100%;
  z-index: 15;
  top: 0;
  transition: 0.6s all ease-in-out;
}

.nav-up {
  top: -150px;
}

.upper_hed {
  background-color: #b37e36;
  padding: 6px 0px;
}

.upper_hed ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.upper_hed ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: var(--primary_font);
  text-align: center;
  padding: 2px 15px;
}

.upper_hed ul li a:hover {
  border-radius: 50px;
  background-color: rgb(40 35 35 / 7%);
}

.upper_hed ul li.curent a {
  border-radius: 50px;
  background-color: rgb(40 35 35 / 7%);
}

.upper_hed ul li:not(:first-child) {
  margin-left: 5px;
}

.hed_social {
  display: flex;
  align-items: center;
}

.hed_sr {
  margin-right: 20px;
  border-left: 1px solid #d8d0c0;
  border-right: 1px solid #d8d0c0;
  padding: 10px 9px 10px 15px;
  max-width: 175px;
  background-image: url(//commonthread.au/cdn/shop/t/4/assets/search.png?v=2553078241586063371750324323);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 15px center;
}

.hed_social ul {
  display: flex;
  align-items: center;
}

.hed_social ul li img {
  max-width: 20px;
}

.hed_social ul li:not(:first-child) {
  margin-left: 20px;
}

.hed_social ul li span {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #b37e37;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -24px;
  color: #fff;
  font-size: 12px;
}

.hed_social ul li {
  position: relative;
}

    .hed_sr input {
  border: none;
  padding-left: 25px;
  width: 100%;
  background: transparent;
      font-size: 14px;
}

.hed_sr input::placeholder {
  font-size: 16px;
  color: #010101;
  font-family: var(--primary_font);
}

.hdr_sec .navbar-expand-lg .offcanvas {
  flex-grow: 0;
  margin-left: 30px;
  margin-right: auto;
}

/* banner_start- */
.bann {
  position: relative;
  padding-top: 140px;
}

.baner_text {
  position: relative;
  padding: 20px 0px;
}

/* .baner_text:after {
  content: "";
  position: absolute;
  background-color: #ede4d3a6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.baner_text p {
  position: relative;
  z-index: 2;
}

.baner_text h1 {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: bold;
}

.ban_text_wrp {
  z-index: 2;
}

.ban_img {
  width: 100%;
}

.ban_img img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}

.ban_text_wrp {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.ban_btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.baner_text p {
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
}

/* < !-- our_comitment_sec---start --> */
.our_comitment {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 256px 0px 315px;
}

.our_cmit_text h6 {
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b37e37;
  font-family: var(--primary_font);
  text-align: center;
  margin-bottom: 15px;
}

.our_cmit_text h2 {
  text-align: center;
  max-width: 880px;
  margin: auto;
    font-family: var(--ttle_font_lit);
  text-transform: uppercase;
  color: #ffffff;
}

.embrace_sec_heading h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  text-align: center;
    font-family: var(--ttle_font_lit);
  max-width: 844px;
  margin: auto auto 60px;
  letter-spacing: -1px;
}

.embres_txt_wrp {
  background-color: #eee5d3;
  height: 100%;
  padding: 20px 17px 10px;
  min-height: 359px;
}

.embres_txt_wrp p {
  line-height: 25px;
  color: #000000;
  font-family: var(--primary_font);
  text-align: center;
}

.embres_txt_wrp h4 {
  margin: 0px auto 10px;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  font-weight: 500;
   font-family: var(--ttle_font_lit);
  text-align: center;
  max-width: 215px;
}

.embre_im_wrp {
  width: 100%;
  height: 100%;
}

.embre_im_wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.embrace_text_all_lft_wrp .row>* {
  padding-right: 0;
}

.embrace_text_all_lft_wrp .row.flex-row-reverse {
  margin-top: 12px;
}

.embrace_text_all_rit_wrp .row>* {
  padding-right: 0;
}

.embrace_sec {
  padding: var(--glbl_pdng);
}

.embrace_text_all_rit_wrp .col-md-12 {
  height: 360px;
  margin-bottom: 10px;
}

.embrace_text_all_rit_wrp .col-md-12 .embre_im_wrp {
  height: 100%;
}

.embrace_text_all_rit_wrp .col-md-12 .embre_im_wrp img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  
}

/* < !-- our_comitment_sec---end --> */

/* dev_2--------------------start */
/* luxuries_beeding section  start*/
.luxuries_beeding {
  padding: var(--glbl_pdng);
  overflow-x: hidden;
}

.sec_heading {
  max-width: 730px;
  margin: 0px auto 55px;
  text-align: center;
}

.sec_heading h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
}

.container_wrap {
  max-width: 1365px;
  margin: 0 auto;
  padding: 0px 10px;
}

.grid-row {
  --gutter-y: 20px;
  --gutter-x: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-1 * var(--gutter-y)) calc(-1 * var(--gutter-x)) 0px calc(-1 * var(--gutter-x));
}

.grid-row>* {
  padding: 0px var(--gutter-x) 0px;
  margin: var(--gutter-y) 0px 0px;
  flex: 0 0 auto;
}
/* .grid-row .grid-item{
  width: calc(100% / 5);
} */

.grid-row .grid-item:nth-child(1),
.grid-row .grid-item:nth-child(2),
.grid-row .grid-item:nth-child(3),
.grid-row .grid-item:nth-child(4) {
  width: calc(100% / 4);
}

.grid-row>*:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) {
  width: calc(100% / 5);
}
.grid-row>*:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)) img{ height: 300px;}
.grid-item a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
}

.grid-item img {
  width: 100%;
  display: block;
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
  transition: var(--transtn);
}

.grid-item video {
  width: 100%;
  display: block;
  border-radius: 20px;
  height: 370px;
  object-fit: cover;
  transition: var(--transtn);
}

.grid-item img:hover {
  transform: scale(1.12);
}

/* luxuries_beeding section  start*/

/* video section start */
.vid_wrp {
  position: relative;
}

.vid_wrp>img {
  width: 100%;
  height:auto;
  object-fit: cover;
}

.vid_wrp a {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* animation: animate-pulse 3s linear infinite; */
}

.vid_wrp a::after {
  content: '';
  position: absolute;
  animation: animate-pulse 3s linear infinite;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.0), 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.0), 0 0 0 30px rgba(255, 255, 255, 0);
  }

}

.vid_wrp a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* video section end */

/* footer start*/
footer {
  padding: 80px 0px 50px;
  background-color: rgb(237 227 211 / 30%);
}

footer h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
   font-family: var(--ttle_font_lit);
  padding-bottom: 30px;
}

footer ul li+li {
  margin-top: 15px;
}

footer p,
footer ul li a {
  font-size: 19px;
  color: #000000;
  font-family: var(--primary_font);
  transition: var(--transtn);
}

footer ul li a:hover {
  color: #b37e36;
}

.nesletter input {
  height: 58px;
  width: 100%;
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid #b37e37;
  outline: none;
  padding: 10px 10px 10px 0px;
  margin: 16px 0px 19px;
}

.nesletter input::placeholder {
  color: #000;
  font-size: 18px;
  font-family: var(--primary_font);
}

.nesletter .site_btn {
  max-width: 200px;
  height: 65px;
  border-radius: 10px;
  background-color: #b37e37;
  outline: none;
  border: none;
  color: #fff;
  transition: var(--transtn);
  margin: 0;
  padding: 0;
}

.nesletter .site_btn:hover {
  opacity: .68;
}

.coppy_right {
  text-align: center;
  padding-top: 49px;
  border-top: 1px solid rgb(179 126 55 / 30%);
  margin-top: 60px;
}

/* footer end*/

/* dev_2----------------end */


/* 31-12-24------------------------------------------start */
/* sustainebility-----------------strat */
/* inner_banner-----------start */

.innr_bnnr_sec {
    padding: 175px 0;
    background: no-repeat center / cover;
    margin-top:130px;
}

.innr_bnnr_sec h1 {
  letter-spacing: 4px;
  margin-left: -4px;
  text-transform: uppercase;
  color:#fff;
}

.brdcrm ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 5px;
  color:#fff;
}

.brdcrm ul li+li {
  margin-left: 12px;
  padding-left: 15px;
  position: relative;
}

.brdcrm ul li+li::before {
  position: absolute;
  left: -2px;
  top: 2px;
  content: "/";
}

.brdcrm ul li a:hover {
  color: #b37e36;
}

/* inner_banner-----------end*/


.thread_sec {
  padding: var(--glbl_pdng);
}

.thread_head {
  text-align: center;
  margin-bottom: 30px;
}

.thread_head h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.thread_text {
  max-width: 950px;
  text-align: center;
  margin: auto;
}

.thread_text p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
}

.thread_head p {
  font-size: 22px;
  color: #000000;
  text-align: center;
}

.thread_text .thread_text_itm+.thread_text_itm {
  margin-top: 25px;
}

.thread_im_wrp {
  margin-top: 100px;
}

.thread_im_wrp {
  margin-top: 100px;
}

.thread_im_item {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.thread_im_item_up img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thread_im_item_up img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thread_im_item_low {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.thread_im_item_up {
  border-radius: 20px;
  overflow: hidden;
}

.thread_extra_para {
  max-width: 1080px;
  margin: 60px auto 0px;
  text-align: center;
}

.thread_extra_para p span {
  font-weight: 600;
}

.thread_extra_para p+p {
  margin-top: 30px;
}

.thread_property {
  margin-top: 50px;
}

.thread_pr_im_wrap {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.thread_pr_im_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fr_sus {
  background-color: #f8f5ed;
}

/* sustainebility-----------------end */
/* shipping sec & return sec start----dev r */
.shpping_sec {
  padding: var(--glbl_pdng)
}

.shpping_crd {
  max-width: 1090px;
  margin: auto;
}

.shpng_hdng {
  margin-bottom: 60px;
}

.shpng_hdng h1,
.return_hding h1 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;

}

.shppng_crd {
  padding: 49px 40px;
  border-radius: 40px;
  background-color: #fbf1e9;
  height: 100%;
}

.shppng_crd h4 {
  font-size: 23px;
  line-height: 36px;
  color: #000000;
   font-family: var(--ttle_font_lit);
  text-align: center;
  margin-bottom: 7px;
}

.shppng_crd p {
  line-height: 29px;
  color: #000000;
  text-align: center;
  font-family: var(--primary_font);
}

.hlp_chat {
  position: fixed;
  bottom: 20px;
  right: 50px;
  width: 120px;
  height: 120px;
  border-radius: 67px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transtn);

}

.hlp_chat a {
  width: 95px;
  height: 95px;
  border-radius: 50px;
  background-color: #fbf1e9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transtn);
  animation: animate-pulse 3s linear infinite;
}

.hlp_chat a img {
  height: 50px;
  width: 50px;
  transition: var(--transtn);
}

.return_sec {
  padding: var(--glbl_pdng);
}

.return_hding {
  margin-bottom: 57px;
}

.return_hding h1 {
  margin-bottom: 30px;
}

.return_hding p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: var(--primary_font);
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 34px;
}

.return_hding p+p {
  margin-bottom: 0;
}

.rtrn_frm {
  max-width: 1049px;
  margin: 0 auto;
}

.inp_box .eml_inp,
.btn_wrp .s_btn {
  width: 100%;
}

.inp_box .eml_inp {
  padding: 22px 22px 21px;
  outline: none;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b37e36;
  margin-bottom: 25px;
  font-size: 20px;
  color: #000000;
  font-family: var(--primary_font);
}

.inp_box .eml_inp::placeholder {
  font-size: 20px;
  color: #000000;
  font-family: var(--primary_font);
}

.btn_wrp .s_btn {
  border-radius: 6px;
  background-color: #b37e37;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #b37e37;
  padding: 21px 0 21px;
  transition: var(--transtn);
  font-family: var(--primary_font);
}

.btn_wrp .s_btn:hover {
  background-color: transparent;
  color: #000000;
}

/*shipping sec & return sec end--dev r */
/* Our Story Start AD */
.story_sec,
.trade_sec {
  padding: var(--glbl_pdng);
}

.story_sec h1 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.w100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sty_img {
  float: left;
  margin: 0 50px 15px 0;
  max-width: 560px;
  height: 870px;
}

.br {
  border-radius: 25px;
}

.stry_txtni p:not(:last-child) {
  margin-bottom: 22px;
}

/* Our Story End AD */
/* bedding_categ_sec */

.bedding_categ_sec {
  padding: var(--glbl_pdng);
}

.bedding_categ_sec .container>h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.whslst_btn {
  padding: 0;
  background-color: transparent;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.whslst_btn svg {
  fill: transparent;
  width: 16px;
  height: 14px;
}

.whslst_btn.is_active svg {
  fill: #000;
  animation: beat cubic-bezier(0.04, 0.4, 0.5, 0.95) 450ms forwards 1;
}

@keyframes beat {
  30% {
    opacity: 1;
    transform: scale(1.4);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.bddng_ctg_wrp h3 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
   font-family: var(--ttle_font_lit);
  margin-bottom: 20px;
}

.bddng_ctg_wrp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.bddng_ctg_wrp ul li {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}

.bddng_ctg_cnct_wrp {
  position: relative;
   font-family: var(--ttle_font_lit);
  overflow: hidden;
}

.bddng_ctg_cnct_wrp img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: var(--transtn);
}

.bddng_ctg_cnct_wrp:hover img {
  transform: scale(1.1);
}


.bdge {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 2px 6px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bddng_ctg_cnct_wrp .crt_btn {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  transition: var(--transtn);

}

.bddng_ctg_cnct_wrp:hover .crt_btn {
  bottom: 10px;
}

.bddng_ctg_cnct_wrp .crt_btn a {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 7px 15px;
  min-width: 150px;
  border-radius: 10px;
}

.bddng_ctg_cnct_wrp .crt_btn a:hover {
  background-color: #b37e36;
  color: #fff;
}


/* bedding_categ_sec */


/* contact_banner */

.contact_banner {
  padding: var(--glbl_pdng);
  padding-bottom: 50px;
  text-align: center;
}

.cnct_ttl {
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 50px;
  text-transform: uppercase;
}

.contact_banner p {
  font-size: 22px;
  margin: 10px auto 0;
  max-width: 540px;
}

/* contact_banner */


/* contact_box_sec */

.contact_box_sec {
  padding: var(--glbl_pdng);
  padding-top: 50px;
}

.cnct_bx {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fbf1e9;
  text-align: center;
  padding: 0 50px 50px;
  font-size: 22px;
  line-height: 32px;
}

.cnct_bx+.cnct_bx {
  margin-top: 100px;
}

.cnct_bx .cnct_bx_icn {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.05));
  background-color: #ffffff;
  margin: 0 auto;
  transform: translateY(-70px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnct_bx h3 {
  margin-top: -20px;
  margin-bottom: 15px;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
}

.cnct_bx a:hover {
  color: #b37e37;
}

/* contact_box_sec */


/* faq_sec */

.faq_sec {
  padding: var(--glbl_pdng);
}

.faq_sec h1 {
  text-align: center;
  margin-bottom: 50px;
}

.acco_wrp {
  max-width: 980px;
  margin: 0 auto;
}

.acco_item {
  padding: 45px;
  border-top: 1px solid #e9d9cc;
  transition: 400ms all ease-in-out;
}

.acco_item:has(.acco_button:not(.collapsed)) {
  border-radius: 40px;
  background-color: #fbf1e9;
  border-top-color: #fbf1e9;
}

.acco_item:has(.acco_button:not(.collapsed))+.acco_item {
  border-top-color: transparent;
}

.acco_item button {
  width: 100%;
  position: relative;
  background-color: transparent;
  text-align: left;
  padding: 0 25px 0 0;
  font-size: 26px;
  line-height: 30px;
   font-family: var(--ttle_font_lit);
}

.acco_item button::after {
  position: absolute;
  content: "\f078";
  font-family: "fontawesome";
  top: 5px;
  right: 0;
  font-size: 18px;
  line-height: 1;
  transition: var(--transtn);
}

.acco_item button:not(.collapsed)::after {
  transform: scaleY(-1);
}

.acco_body {
  padding-top: 20px;
}

.acco_body a {
  color: #4d169f;
}

.acco_body a:hover {
  color: #b37e36;
}

/* faq_sec */
/* 31-12-24------------------------------------------end*/

/* 2-01-25------------start */
.common_thread {
  padding: var(--glbl_pdng);
  padding-bottom: 80px;
}

.com_thread_siz_head h1 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
   font-family: var(--ttle_font_lit);
  text-align: center;
  margin-bottom: 50px;
}

.bed_size_item {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 40px;
  background-color: #fbf9f6;
  height: 100%;
  padding: 30px 20px 30px 30px;
}

.bed_size_item .bed_specification {
  margin-left: 30px;
  flex-grow: 1;
}

.com_row_al_erp .row>* {
  margin-bottom: 30px;
}

.bed_specification h4 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #000000;
   font-family: var(--ttle_font_lit);
}

.bed_specification ul li {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 500;
}

.bed_specification ul li span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.bed_size_item .bed_img {
  width: 182px;
  flex: 0 0 auto;
}


/* last_change */
.last_change_wrap {
  background-color: #ede4d3;
  height: 415px;
  border-radius: 20px;
  overflow: hidden;
}

.last_change_wrap img {
  transform: scale(1);
  transition: var(--transtn);
}

.last_change_wrap:hover img {
  transform: scale(1.1);
}

.save {
  font-size: 16px;
  color: #000000;
  text-align: center;
  width: 94px;
  height: 39px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-chan_al_wrp {
  position: relative;
}

.last-chan_al_wrp .save {
    position: absolute;
    top: 20px;
    left: 20px;
}

.last_change_sec {
  padding: var(--glbl_pdng);
}

.last_change_heading h1 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  max-width: 638px;
  margin: 0px auto 40px;
}

.last_change_btn {
  text-align: center;
  margin-top: 30px;
}

/* last_change */

/* bundle_1_start */
.best-color_sec {
  padding: var(--glbl_pdng);
}


.best_color_head h1 {
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 45px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
   font-family: var(--ttle_font_lit);
}

.best_color_rowrp {
  max-width: 1600px;
  margin: 30px auto 0px;
}

.best_color_rowrp ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin-left: -12px;
  margin-right: -12px;
}

.best_color_rowrp ul li {
  width: 20%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0px 5px;
  margin-bottom: 20px;
}

.best_color_rowrp ul li .best_color_list_wrp {
  padding: 25px 23px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #eee5d3;
  width: 100%;
  height: 100%;
}

.best_color_rowrp ul li span {
  width: 50px;
  height: 50px;
}

.best_color_rowrp ul li h6 {
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}

.filter_img_wrp {
  width: 100%;
}

/* bundle_1_end */

/* devpro */
/* 02-01-2025 */

.bddng_ctg_cnct_wrp>a {
  display: block;
}

.bddng_ctg_cnct_wrp .bdge {
  pointer-events: none;
}

/* sets_slider_sec */

.sets_slider_sec {
  padding: var(--glbl_pdng);
  padding-bottom: 100px;
}

.sec_ttle {
  text-align: center;
  margin-bottom: 40px;
}

.sec_ttle h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sets_slider .sldr_itm {
  padding: 0 5px;
  height:auto;
}

.sets_slider .sldr_itm a {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
      height: 100%;
}

.sets_slider .sldr_itm a img {
    height: 226px;
    width: 100%;
    transition: var(--transtn);
    object-fit: contain;
}
.sets_slider .sldr_itm a:hover img {
  transform: scale(1.1);
}

.sets_slider .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ede4d3;
  left: -35px;
  top: 50%;
  font-size:0;
  position: absolute;
}

.sets_slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}

.sets_slider .slick-arrow.slick-next {
    left: unset;
    right: -35px;
            display: flex;
          align-items: center;
          justify-content: center;
}
.sets_slider .slick-arrow.slick-prev {
          display: flex;
        align-items: center;
        justify-content: center;
}

.sets_slider .slick-arrow::before {
  opacity: 1;
  color: #083056;
  font-family: "fontawesome";
  content: "\f053";
  font-size: 14px;
}

.sets_slider .slick-arrow.slick-next::before {
  content: "\f054";
}

/* sets_slider_sec */


/* product_detials_sec */

.product_detials_sec {
  padding: var(--glbl_pdng);
}

.prodct_dtl_acco_wrp {
  margin-top: 40px;
}

.product_detials_sec .prodct_dtl_acco {
  flex: 0 0 auto;
  width: 50%;
}

.product_detials_sec .prodct_dtl_acco:nth-child(even) {
  padding-left: 50px;
}

.prodct_dtl_acco_item .acco_button {
  background-color: transparent;
  padding: 30px 0;
  border-top: 1px solid rgba(179, 127, 54, 0.2);
  width: 100%;
  text-align: left;
  font-size: 25px;
  line-height: 1;
  position: relative;
   font-family: var(--ttle_font_lit);
}

.prodct_dtl_acco_item .acco_button:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 30px;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-left-color: #083056;
  border-bottom-color: #083056;
  transform: rotate(-45deg);
  transition: var(--transtn);
}

.prodct_dtl_acco_item .acco_button:not(.collapsed)::after {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #083056;
  border-right-color: #083056;
  margin-top: 10px;
}

.prodct_dtl_acco_body {
  padding-bottom: 20px;
}


.prdt_diffr {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.prdt_diffr::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 9px;
  right: 9px;
  width: calc(100% - 18px);
  border-bottom: 1px solid rgba(179, 127, 54, 0.2);
}

.prdt_diffr_img {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 9px;
}

.why_sec {
  padding-top: 50px;
}

.why_sec h2 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: var(--primary_font);
}

.why_bx_wrp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 40px;
}

.why_bx_itm {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 8px;
}

.why_bx_innr {
  padding: 30px 20px 50px;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ede4d3;
  font-size: 14px;
  line-height: 22px;
  color: #9b7f7f;
  transition: var(--transtn);
}

.why_bx_innr:hover {
  border-color: transparent;
  filter: drop-shadow(0px 30px 10px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 30px 10px rgba(0, 0, 0, 0.1));
}

.why_bx_innr .icn {
  width: 95px;
  height: 95px;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12); */
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.12));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.why_bx_innr h3 {
  font-size: 20px;
  line-height: 24px;
   font-family: var(--ttle_font_lit);
  margin-bottom: 10px;
  color: #000;
}

.why_bx_innr p+p {
  margin-top: 10px;
}


/* product_detials_sec */

/*  dev_pro----end*/
/* Trade Start AD */
.iti {
  width: 100%;
}

.iti input {
  height: 58px;
}

.iti__selected-dial-code {
  position: absolute;
  right: -45px;
  top: 15px;
}

.cmn_trd_img figure {
  height: 790px;
}

.trd_txt h3 {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 42px;
  text-transform: uppercase;
  color: #000000;
   font-family: var(--ttle_font_lit);
  text-align: center;
  background-color: #eee5d3;
  display: inline-block;
  padding: 17px 28px;
}

.trd_txt {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.cmn_trd_img {
  position: sticky;
  top: 146px;
}

.cmn_trd_cntnt h1 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.trd_cnct_item p {
  font-size: 20px;
  margin-top: 23px;
}

.trd_cnct_item p:first-of-type {
  margin-top: 0;
}

.trd_cnct_item p a.cstmrml {
  transition: var(--transtn);
  color: #000;
  text-decoration: none;
  /* text-underline-offset: 5px; */
}

.trd_cnct_item p a.cstmrml:hover {

  color: #b37e36;

}

.trd_cnct_item p span {
  display: block;
}

.trd_cnct_item:not(:last-child) {
  padding-bottom: 34px;
  border-bottom: 1px solid rgb(179 126 55 / 20%);
  margin-bottom: 30px;
}

.trd_cnct_item h6 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 20px;
}

.trade_lstng li {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}

.trade_lstng li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.18));
  background-color: #a7651c;
  border: 2px solid #ffffff;
  left: 18px;
  top: 10px;
}

.trade_lstng li:last-child {
  margin-bottom: 0;
}

.cmn_trd_cntnt {
  padding-left: 25px;
}

.trd_cnct_item h4 {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
   font-family: var(--ttle_font_lit);
  margin-bottom: 12px;
}

.trd_itm_cntr {
  text-align: center;
  padding: 0 15px;
}

.frm_lstng li {
  margin-top: 14px;
  position: relative;
}

.frm_lstng .form-control {
  height: 66px;
  border-radius: 5px;
  border-color: rgb(167, 101, 28, 0.4);
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
}

.frm_lstng .form-floating>label {
  padding: 16px 18px;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 6px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  transform: scale(.78) translateY(-30px) translateX(.15rem);
  color: #b37e36;
}

.frm_lstng .form-floating>label.tlnptlbl {
  margin-left: 115px;
  padding-top: 18px;
  padding-left: 0;
}


.frm_lstng .form-floating .iti:has(input:focus)~label,
.frm_lstng .form-floating .iti:has(input:not(:placeholder-shown))~label {
  transform: scale(.78) translateY(-16px) translateX(-5px);
  padding: 0;
  background: #fff;
  height: auto;
  color: #b37e36;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  padding: 5px;
  width: 68px;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #e8d8c2;
  border-radius: 5px;
  justify-content: center;
}

.frm_lstng .form-control.tlinfrm {
  padding-left: 115px !important;
}

.iti__arrow {
  border-top: 4px solid #a7651c;
}

.iti__arrow--up {
  border-bottom: 4px solid #a7651c;
  border-top: none;
}

.frm_lstng select {
  height: 66px;
  border-radius: 5px;
  border-color: rgb(167, 101, 28, 0.4);
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
}

.slctarw {
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
}

.sbmitnow {
  height: 71px;
  border-radius: 6px;
  background-color: #b37e37;
  width: 100%;
  border: 0;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  transition: var(--transtn);
  border: 1px solid transparent;
}

.sbmitnow:hover {
  background: transparent;
  border-color: #b37e36;
  color: #b37e36;
}

.frm_lstng li p {
  font-size: 18px;
  line-height: 26px;
}

.frm_lstng li p a,
.trd_cnct_item p a {
  color: #b37e36;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0px;
  transition: var(--transtn);
}

.frm_lstng li p a:hover,
.trd_cnct_item p a:hover {
  opacity: 0.7;
  /* text-decoration: none; */
}

/* Trade End AD */

/* 2-01-25------------end */
.no_ban {
    margin-top: 140px;
}

/*7-01-25----------------css-------------start  */

.sustainability .embrace_sec {
    background-color: #f8f5ed;
}
/*7-01-25----------------css-------------end  */
/* 10-1-25---------start */
.account .customer .form_msg_error {
    font-family: var(--primary_font);
    margin: 0 0 0 5px;
    font-size: 25px;
    color: #000;
    letter-spacing: 1px;
}
h2.form__message svg {
    width: 20px;
}

/* new_in_fixing */
.new_in_sec{padding: var(--glbl_pdng);
               padding-bottom: 0;}
.new_in_sec .facet-filters {
    padding-left: 0;
}
.new_in_sec .facet-filters__field {
    width: 300px;
    height: 50px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee5d3;
    padding: 0 15px 0px 10px;
}
.facet-filters__sort {
    padding-right: 15px;
}


.new_in_sec .product-count-vertical {
    width: 180px;
    height: 50px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #eee5d3;
    padding: 0px 10px 0px;
    display:none;
    align-items: center;
    justify-content: center;
    opacity: 1;
  
}
.new_in_sec .product-count-vertical {
    margin-left: 15px;
    position: relative;
}
.new_in_sec .product-count__text{
    line-height: 1;
   font-size: 18px;
  color: #000000;
  font-family: var(--primary_font);
}
.new_in_sec .product-count__text span{
   color: #000;
}

.new_in_sec .facets-vertical {
    display: flex;
    margin-top: 60px;
}
.new_in_sec .facet-filters__field .select__select,
.new_in_sec .mobile-facets__sort .select__select {
    font-size: 18px;
    color: #000000;
    font-family: var(--primary_font);
}
.new_in_sec .facet-filters__field label {
    font-size: 18px;
    color: #000000;
    font-family: var(--primary_font);
}
.new_in_sec .thread_head {
    max-width: 750px;
    margin: 0px auto 40px;
}

.new_in_sec .facets__heading--vertical {
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
     font-family: var(--ttle_font_lit);
}
.new_in_sec .facets-vertical .active-facets-vertical-filter {
    margin-bottom: 20px;
    align-items: center;
}
 
.facets-vertical .active-facets__button {
    margin: 0 0px 15px;
}
.new_in_sec .facets__summary{
    font-size: 18px;
    color: #000000;
    font-family: var(--primary_font);
}
.new_in_sec .facets__summary:hover .facets__summary-label {
   text-decoration: unset;

}
.new_in_sec .facet-checkbox {
    align-items: center;
}

.new_in_sec span.facet-checkbox__text-label {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

 .new_in_sec .select .icon-caret {
    width: 30px;
}
.new_in_sec .collection .load_more {
    text-align: center;
}
.new_in_sec .facets span.active-facets__button-inner {
    font-size: 12px;
    line-height: 1;
    padding: 7px 11px;
}
.last_all_erap h4 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 10px;
}
.facets-container .facet-checkbox .svg-wrapper {
    left: 0px;.facets-container 
    top: 16px;
    width: 16px;
    height: 16px;
}
 .facets-container li.list-menu__item.facets__item input[type=checkbox] {
    width: 16px;
    height: 16px;
    top:16px;
    left: 0;    bottom: 0;
}

  .facets-container .facet-checkbox>input[type=checkbox]:checked~.svg-wrapper>.icon-checkmark {
    visibility: visible;
    color: #fff;
    left: 1px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 1;
    background-color: #b37e36 !important;
    border-color:transparent;
}

  .facets-container .svg-wrapper>svg{
    width: 16px;
    height: 16px;
    top: 16px;
    left: 0;
    border: 1px solid #000;
    visibility: visible;
    color: transparent;
}
.facets-container .active-facets-desktop .svg-wrapper>svg{
  color: #000;
  border: 1px solid #0000;
}

 .facets-container .facets__item svg rect{
  stroke: transparent !important;
}
.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list input:focus~.facet-checkbox__text-label {
   text-decoration: unset !important;
}
.active-facets__button-wrapper a.underlined-link {
    text-transform: capitalize;
    line-height: 1;
    font-size: 20px;
    color: #000;
    padding: 0px 12px;
    position: relative;
    background-color: #b37e36;
    border-radius: 10px;
    transition: .4s all;
}
.active-facets__button-wrapper a:hover{
  background-color: #ede4d3;
}

  .active-facets__button-wrapper a:hover span{ color:#000;}
  .active-facets__button-wrapper a span{
      font-size:16px;
      line-height: 30px;
      color: #fff;
      font-weight: 500;
       font-family: var(--ttle_font_lit);
      transition: .4s all;
}

/*mobile page  new---in  */
.mobile-facets__open .svg-wrapper>svg {
    border: 1px solid #0000;
    color:#000;
}
    
 .mobile-facets__main .mobile-facets__label {
    padding: 10px 16px 0px;
    align-items: center;
}
   .mobile-facets__main .facets-layout-list--text input[type=checkbox] svg rect{
  stroke: transparent !important;
}

  
   .mobile-facets__main .facets-layout-list--text input[type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 16px;
    height: 16px;
    top: 16px;
    left: 14px;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
}
  .mobile-facets__main .mobile-facets__label .icon-checkmark {
    position: absolute;
    top: 16px;
    left: 15px;
    visibility: visible;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    color: transparent;
    background-color: transparent;
}
 .mobile-facets__main .mobile-facets__item svg rect{
  stroke:transparent;
}

  .mobile-facets__main .mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark {
    visibility: visible;
    color: #fff;
    background-color: #b37e36;
    border: 1px solid transparent;
}

  .mobile-facets__close .svg-wrapper>svg {
    border: 1px solid #0000;
    visibility: visible;
    color: #000;
}
.active-facets .svg-wrapper>svg {
    border: 1px solid #0000;
    visibility: visible;
    color: #000;
}



/*cart_icon*/
.cart-page .shopify-section {
    padding-top: 15px;
}
.hed_socia_icon .cart-count-bubble {
    height: 20px;
    width: 20px;
    bottom:25px;
    left:0px;
}
.cart-page .title-wrapper-with-link h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.cart-page th .caption-with-letter-spacing {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
     font-family: var(--ttle_font_lit);
}
.cart-page .cart-item__name {
    text-decoration: none;
    display: block;
    font-size: 22px;
    line-height:30px;
    color: #000000;
    letter-spacing: 1px;
}
.cart-page .cart-item__name:hover {
    text-decoration: unset;
    color: #b37e36;
}
.cart-items td {
    vertical-align: top;
    padding-top: 20px;
}
.cart-page cart-items .cart-item__details>* {
    margin: 0;
    max-width: 100%;
    max-width: unset;
    margin-bottom: 15px;
  
}
.cart-item>td+td {
    padding-left: 20px;
}
.cart-page .cart-item__image {
    height: 130px;
    object-fit: cover;
}
cart-remove-button .button {
    min-width: auto !important;
    min-height: auto !important;
}
.cart-item cart-remove-button {
    align-items: center;
    justify-content: center;
}

a.underlined-link {
    font-size: 28px;
    line-height: 1;
    color: #000000;
     font-family: var(--ttle_font_lit);
}

.cart-page  .product-option{
      font-size:16px;
      line-height:1;
      color: #000000;
      font-weight: 500;
       font-family: var(--ttle_font_lit);
}
.price {
    font-size: 22px;
}
.cart-page .totals>h2 {
    letter-spacing: 1px;
    font-size: 30px;
    color:#000;
}
.cart-page .cart-items thead th {
    text-transform: uppercase;
    font-size: 16px;
}
.cart-page .center a.button {
    text-transform: capitalize;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    padding: 5px 25px;
    height: 50px;
    min-width: 190px;
    position: relative;
    background-color: #b37e36;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
    cursor: pointer;
}
.cart-page .center a.button:hover{
      background-color: #ede4d3;
      color:#000;
}
.cart-page .cart__ctas .site_btn {
    height: 55px;
    border-radius: 0; 
}
.cart-page .cart__footer {
    padding: 0px 0px;
}
.cart-page .title-wrapper h2.title {
    font-size: 30px;
    color: #000;
}
.cl-defalt-pge {
    padding-top: 140px;
    padding-bottom: 30px;
}
.last-chan_al_wrp a {
    display: block;
}
 .grid__item {
    padding: 0px 5px;
}
 .grid {
    margin-left: -5px;
    margin-right: -5px;
}
/* 10-1-25-----end */

/* 14-01-25------start */
/* bundle------------page--------------start */

.best_color_rowrp ul li a{height: 100%;}
 .facets__wrapper h2 {
    font-size: 30px;
    line-height: 60px;
    color: #000;
    font-weight: 500;
     font-family: var(--ttle_font_lit);
    margin: 0px 15px 0px 0px;
}

 .facets__wrapper .disclosure-has-popup {
    width: 160px;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #eee5d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 10px;
}
 .facets__wrapper .facets__summary {
    padding: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
     padding: 15px 20px 15px 10px;
    line-height: 1;
}
 .facets__wrapper .facets__summary-label {
    padding-right: 18px;
}
 .disclosure-has-popup .facets__summary .icon-caret {
    right: 12px;
}
 .facets__form {
    margin-bottom: 35px;
}
 .facet-filters__field h2 label {
    font-size: 18px;
     font-family: var(--ttle_font_lit);
    color: #000;
    width: 90px;
}
 .facet-filters__field {
    width: 265px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #eee5d3;
    padding: 10px 15px;
}
 .facet-filters__field .select {
    width: calc(100% - 90px);
}
.facet-filters__field .select select {
    font-size: 18px;
    color: #000000;
    font-family: var(--primary_font);
}
 .facets-container .facets__form .product-count {
    align-self: unset;
    opacity: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}
 .facets__form .product-count span{
  font-size: 16px;
  color: #000000;
  font-family: var(--primary_font);
}
.bundle_prdt_lstng {
    background-color: #eee5d3;
}
 .disclosure-has-popup .facets__summary:hover .facets__summary-label {
    text-decoration: unset;
}
.facets-container .select .svg-wrapper>svg{
  color: #000;
  border: 1px solid #0000;
}
.bundles .facets__form {
    gap: 0 10px;
}
.bundles .active-facets__button-wrapper a:hover{
  opacity:0.7;
  background-color: #b37e36;
}
.bundles .active-facets{
  margin: 10px 0px;
}
.bundles a.underlined-link {
    font-size: 16px;
}
.bundles .facet-checkbox {
    padding: 9px 30px 0px 0;
}
.last_list {
    background-color: #fff;
}
/* 14-01-25-------end  */


/*15-01-25----------  ---------productstart  */
.product .innrpg_bnnr_cnct{color:#fff;}
.product .sec_ttle{color:#000;}
.product .product__title{color:#000;}
.product .product__title h1 {
    font-size: 35px;
    line-height: 1;
    font-family: var(--primary_font);
    letter-spacing: 1px;
  /* text-transform: lowercase; */
}
.product .product__title h1::first-letter {
  text-transform: uppercase;
}
.product .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
}
.product .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
}
.product_detials_sec .product__info-container {
    max-width: 100%;
}
.product .badge {
    background: #b37e36;
}
.product .price__sale .price-item {
    font-size: 14px;
    line-height: 22px;
    color: #9b7f7f;
    font-weight: 600;
}
.product .product-form__quantity .form__label {
    margin-bottom: .6rem;
    font-size: 19px;
    color: #000;
    font-family: var(--primary_font);
    margin-bottom: 10px;
}
.product .product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(179 126 54);
    color: rgb(var(--color-background));
    border: 1px solid #b37e36;
}
.product .product_detials_sec .form__label {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}
.product .product_detials_sec .jdgm-preview-badge .jdgm-star {
    color: #b37e36;
}

.product .product_detials_sec .product__info-container>*+* {
    margin: 10px 0px;
}
.product .product_detials_sec .product__inventory {
    display: none;
}
.product .product_detials_sec .rating {
    display: none;
}
.product .product_detials_sec .rating-count {
    display: none;
    margin: 0;
}
.product .product_detials_sec .bck_btn {
    display: flex;
    align-items: center;
}

.product .product_detials_sec .bck_btn span {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #eee5d3;
    flex: 0 0 auto;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.product .product_detials_sec  .bck_btn p {
    font-size: 18px;
    color: #000;
}

.product .product_detials_sec .shopify-payment-button__more-options {
    margin: 10px auto;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    text-decoration: unset;
    text-underline-offset: unset;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #000;
    max-width: fit-content;
}
.product .product_detials_sec .shopify-payment-button__more-options:hover {
    color: #b37e37;
    border-bottom: 1px solid #b37e37;
}

.product .product_detials_sec .thumbnail-slider .svg-wrapper {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #eee5d3;
    border-radius: 50%;
}
.product .product_detials_sec .thumbnail-slider .slider-button .icon {
    color: #000;
    height: 10px;
}
.product .product_detials_sec .thumbnail[aria-current] {
    box-shadow: 0 0 0 .1rem rgb(179 126 54);
    border-color: rgb(179 126 55);
}

.product .product_detials_sec .site_btn {
    height: 50px;
    border-radius: 0;
}
.product .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__title {
    margin-bottom: 24px;
    letter-spacing: 1px;
    font-size: 30px;
  font-family: var(--primary_font);
}
.product .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-iconbtnlink {
    text-indent: 15px !important;
    color: #b37e37 !important;
}
/*16-01-25----------start  */
h1.clogin {
    letter-spacing: 1px;
  margin-bottom: 10px !important;
}
.account .login .frm-btnwrap {
    margin-top: 20px;
}
.account .login .login_frm .login .field+a {
    margin-top: 20px;
}
.account .login .frm-btnwrap .site_btn {
    height: 55px;}
.account .form__message {
    justify-content: center;
}
.account .errors ul {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 20px;
}
.custom-login .field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-login .field span.toggle-password {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #b37e36;
}
.account .errors ul li {
    color: red;
    font-size: 20px;
}
.account .custom_account_cls .dtls_weap h2 {
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: var(--primary_font);
}
.account .custom_account_cls .ordr_hist .order-history {
    border: 1px solid rgb(197 194 194);
}
.account .custom_account_cls .ordr_hist .order-history thead {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.account .custom_account_cls .ordr_hist .order-history tbody tr:not(:last-child) {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.account .custom_account_cls .ordr_hist .order-history td, .account .ordr_hist .order-history th {
    padding: 10px;
    font-size: 17px;
  font-weight: 500;
    color: #000;
    font-family: var(--primary_font);
}
.account .custom_account_cls a.cmns_btn {
    padding: 10px 5px;
}
.account .custom_account_cls table.order-history .site_btn {
    height: 50px;
    font-size:16px
}

.account .custom_account_cls .ordr_dtls p, .account .custom_account_cls .ordr_dtls a {
    color: #000;
    font-family: var(--primary_font);
    font-size: 16px;
    margin-bottom: 5px;
}


.account .custom_account_cls .order_title a {
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #b37e36;
    justify-content: flex-end;
    margin-left: auto;
    border-bottom: 1px solid #b37e36;
    max-width: fit-content;
}
.account .custom_account_cls .order_title a:hover{
  color: #000;
   border-bottom: 1px solid #000;
}
.account .custom_account_cls .order_title a:hover svg{
  color:#000;
}
.account .custom_account_cls .order_title a svg {
    width: 16px;
    color: #b37e36;
    margin-right: 10px;
}
.account .custom_account_cls {
    padding-top: 200px;
}
.account .custom_account_cls h2.customer__title {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
  text-align: center;
}
.account .custom_account_cls .site_btn:hover {
    background-color: #b37e36;
    color: #fff;
}


/*order_details  */
.yn-rt-r .yn-rt-object-contain {
    object-fit: cover !important;
}
.yn-rt-r .yn-rt-border-primary {
    border-color: #b37e36 !important;
}
.yn-rt-r .yn-rt-text-blue-600 {
    --tw-text-opacity: 1;
    color: #000 !important;
    font-size: 18px !important;
}
.yn-rt-r .yn-rt-text-xl {
    color: #000 !important;
}
p.yn-rt-order-date {
    color: #000 !important;
    font-size: 16px !important;
}
.yn-rt-r .yn-rt-text-primary {
    color: rgb(179 126 54) !important;
}
.yn-rt-r .yn-rt-opacity-70 {
    opacity: .8 !important;
    color: #b37e36 !important;
    margin-bottom: 5px !important;
    font-size: 13px !important;
}
.yn-rt-r .disabled\:yn-rt-opacity-\[0\.5\]:disabled {
    opacity: 1 !important;
    background-color: #b37e36 !important;
}

.yn-rt-r .hover\:yn-rt-underline:hover {
    text-decoration-line: unset !important;
    color: #b37e36 !important;
}
p.yn-rt-font-bold {
    color: #b37e36 !important;
}
.yn-rt-r .yn-rt-bg-primary {
    background-color: rgb(179 126 54) !important;
}
/*order_details  */
/*16-01-25----------end  */

/* 17-01-25------tread--page */
.trade .app-block input._formInputField_237zm_7 {
    box-shadow: none !important;
    border: 1px solid #b37e36 !important;
}

/* new_add-----cssssigle--page */
.prdt_diffr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* add---css---in21-01-25 */
.luxuries_beeding .sec_heading{
      max-width: 900px;
}
.luxuries_beeding .sec_heading h2 {
    letter-spacing: 2px;
    font-size: 30px;
}
/* 21-01-25----------------start */
.subscription_modal .modal-header {
  border-bottom: 1px solid #b37e3780;
}

.subscription_modal .nesletter .site_btn {
  height: 50px;
  font-size: 18px;
}

/* 21-01-25----------------end*/

/* 22-01-25 */
.last_all_erap h4 {

    text-align: center;
}
.save {

    background-color: #eee5d3;
 
}
.embres_txt_wrp {

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.product .product__title h1 {
    font-size: 30px;

}
.sets_slider_sec .slick-list .sldr_itm .prdt_diffr_img img, .sets_slider_sec .slick-list .sldr_itm .prdt_diffr_img video {
    /* width: 152%; */
    /* height: 100%; */
    object-fit: cover;
    border-radius: 20px;
}
.sets_slider_sec .slick-list .sldr_itm .prdt_diffr_img {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 5px;
    height: 100%;
}
.sets_slider .slick-track{
display:flex;
}

.modal-title {
    font-size: 25px;
    text-transform: capitalize;
    color: #b37e37;
}

.subscription_modal .newsletter-form__field-wrapper {
    max-width: 100%;
}

/* cart---page----pop_up */
.cart-drawer h2.drawer__heading {
    font-size: 30px;
    letter-spacing: 0px;
    color: #b37e36;
}
.cart-drawer .cart-items thead th {
    text-transform: uppercase;
    opacity: 1;
    font-size: 15px;
    letter-spacing: 0px;
}
.cart-drawer .drawer__header {
    padding: 10px 0;
}
.cart-drawer .cart-item__details a {
    color: #b37e36;
    font-size: 12px;
    font-weight: 600;
}
.cart-drawer .product-option {
    font-size: 13px;
}
.cart-drawer cart-remove-button .button {
    min-width: 3.5rem;
    min-height: 3.5rem;
    background-color: transparent;
}
.cart-drawer cart-remove-button .icon-remove {
    color: #b37e36;
}
.cart-drawer .cart__ctas button.site_btn {
    height: 50px;
    border-radius: 0;

}

.cart-drawer h2.totals__total {
    letter-spacing: 0px;
    font-size: 18px;
    color: #000;
}
.cart-drawer p.totals__total-value {
    font-size: 18px;
    color: #b37e36;
    opacity: 1;
}
.cart-drawer .cart-item__name:hover {
    text-decoration: unset;
    text-underline-offset: unset;
    text-decoration-thickness: unset;
    color: #000;
}

.prdt-includes h2 {
    letter-spacing: 0px;
    color: #000;
    font-family: var(--primary_font);
    font-size: 20px;
    line-height: 1;
      margin-bottom: 10px;
}
.prdt-includes ul li {
    color: #000000d1;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
}
.prdt-includes ul li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #b37e37;
    left: 0;
    top: 10px;
}
.load_more {
    text-align: center;
}
.load_more .site_btn.site_btn2{
  border: 1px solid #0000;
}

.load_more .site_btn.site_btn2:hover {
    background-color: #ede4d3;
    color: #000;
    border: 1px solid #b37e36;
}

/* .product_detials_sec .product__media-item {
    height: 520px;
    overflow: hidden;
} */
.product_detials_sec {
    padding-top: 0;
}
/* 22-01-25 */
/* 23-01-25 */
.thumbnail-slider .slider-button[disabled] {
    opacity: 0.6;
}
.product-media-container {
    height: 400px;
}
.product-media-container .product__media{
  height: 400px;
}
.product__media img {
    height: 400px !important;
}
.new_in_sec .gradient {
    padding: 0px 0px 100px;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    justify-content: center;
}
.customer .form_msg_error {
    font-size: 15px;
    color: #b37e36;
}
.bedding_categ_sec .row {
    margin-top: 20px;
}
.bddng-ctgry-txt p {
    text-align: center;
}

body.modal-open{
   position: relative;
}
body.modal-open:after {
  width: 100%;
  height: 100%;
   background-color: rgba(0, 0, 0, 0.637);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
/* 23-01-25 */
/* 24-01-25------start */
.customer.register .errors {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}
.customer.register .errors p:not(:first_child) {
    margin-left: 10px;
}

.customer.register .errors p {
    margin-left: 10px;
    font-size: 16px;
    color: #b37e36;
    text-align: center;
    line-height: 25px;
}
.customer.login form {
    margin-top: 20px;
}
.customer.register .form__message {
    justify-content: center;
}
.login_frm .field input:focus {
    border: 1px solid #b37e36 !important;
}
/* 24-01-25----------start */

/* log_out_page--text_align */
.account .custom_account_cls .ordr_hist tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.customer.addresses{
  padding:200px 0px 40px !important}
.customer.addresses h2 {
    text-align: center !important;
    letter-spacing: 1px !important;
}
.customer.addresses button {
    margin: 20px 0px 10px !important;
}
.select .svg-wrapper, .customer select + .svg-wrapper {
    right: 15px;
}
button.site_btn {
    height: 50px;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
      box-shadow: none;
}
.field__input, .customer .field input,.select select {
  border: 1px solid rgb(0, 0, 0.8);
}

.field__input:focus,.field__input:hover,
.customer .field input:hover,
.customer .field input:focus,
.select select:focus
{
  border-color:#b37e36 ;
}
.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
  box-shadow: none;
  border: none;
  outline: none;
}
.customer:not(.account):not(.order) {
    max-width: 900px !important;
}
li[data-address] {
    margin-top: 20px !important;
}


/* 25-01-25 */
.product_detials_sec .presale-order {
    margin-top: 10px;
}
/* 25-01-25 */


/* 27-01-25 */
.last-chance .last_list {
    padding-top: 200px;
}
/* 27-01-25 */
/* 14-02-25 */

.hdr_sec .header__icon:not(.header__icon--summary), .header__icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 14-02-25 */

/*21-02-25-----------start  */


.new_btn_wraper a.site_btn {
    border-radius: 10px;
    padding: 15px 10px;
    height: 45px;
    min-width: 140px;
    font-size: 16px;
    max-width: fit-content;
}


.luxuries_beeding ul.grid-row li.grid-item {
    position: relative;
    transition: 0.6s all;
}

.new_btn_wraper {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    /* opacity: 0; */
    transition: 0.6s all;
  max-width: fit-content;
}
/*21-02-25-----------end  */

/*24-02-25-----------start  */

.lux_mob_sec {
    display: none;
}

/*24-02-25-----------end  */\
/* 10-03-25 */
.prodct_dtl_acco_body table td h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.prodct_dtl_acco_body table ul {
    position: relative;
    margin-top: 10px;
}



.prodct_dtl_acco_body table td ul li {
    position: relative;
    padding-left: 20px;
}

.prodct_dtl_acco_body table td ul li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #b37e37;
    left: 0;
    top: 10px;
}
.prodct_dtl_acco_wrp {
    margin-top: 40px;
    position: relative;
    z-index: 5;
}
.prodct_dtl_acco_wrp {
    margin-top: 40px;
    position: relative;
    z-index: 5;
}
.price_disc_wraper {
    display: flex;
}

.price_disc_wraper .price__regular {
    margin-right: 15px;
}
/* 10-03-25 */

/* new_add---css---start--- 11-03-25 */
.sets_slider_sec .sets_slider .sldr_itm img, .sets_slider_sec .sets_slider .sldr_itm video {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.prodct_dtl_acco_body table {
    width: 100% !important;
}
/* new_add---css---end--- 11-03-25 */