/* global */
h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
}
body {
  font-size: 1.125rem;
}
.form-control {
  border: 1px solid #000;
}
.product .btn {
	padding: 0.425rem 1.5rem;
}
.btn-outline-white {
  color: white;
  border-color: white;
}
.logo-blacken {
  filter: brightness(0);
}
.mxw-330px {
  max-width: 330px !important;
}
.black-logo {
  filter: brightness(0);
}
.p-text {
  /* font-weight: 500; */
  color: #777;
}
.p-text b {
  color: #000;
}
.ma-product-tag {
  padding: 0.15em 0.55em;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  box-shadow: 0 0 0 1px;
}
.ma-product-tag:hover {
  color: #FFF;
}
.w-85 {
  width: 85%;
}
.w-80 {
  width: 80%;
}
.test {
  background-color: red;
}
.breadcrumb {
  flex-wrap: unset;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25em;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.25em;
}
.bg-img-contain {
  background-size: contain;
}
.h-90px {
  height: 90px;
}
.fs-17 {
  font-size: 17px!important;
}
@media (min-width: 1200px) {
  .fs-xl-26 {
    font-size: 26px!important;
  }
}
@media (min-width: 1750px) {
  .fs-xxl-33 {
    font-size: 33px!important;
  }
}
.svg-full {
  width: 100%;
  height: 100%;
}
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.35);
}
.field-row {
  /* display: flex;
  justify-content: center; */
}
.tags {
  display: flex;
  justify-content: center;
  max-width: 768px;
  margin: auto;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.tags a {
  margin: 4px;
  padding: 6px 20px;
  background: black;
  /* width: 100px; */
  color: white;
  /* border-radius: 50px; */
  font-size: 14px;
}
.no-before::before {
  content: none;
}
.phantom {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.alt-txt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: linear-gradient(0deg, black, transparent, transparent);
  transition: 0.25s;
  opacity: 0;
}
.alt-txt-wrap:hover {
  opacity: 1;
}
.alt-txt {
  padding: 0.5em 1em;
  color: #fff;
}

/* main-header */
.main-header {
  padding: 1.5em 0;
  background-image: linear-gradient(
    0deg,
    transparent,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.5)
  );
}
.main-header .navbar-brand {
  max-width: 275px;
}
.main-header .navbar-brand .sticky-logo {
  filter: invert();
}
.c-header__mobile-side-logo {
  filter: invert();
}
.sticky-area-wrap.sticky .btn-outline-white {
  color: #000;
}
.sticky-area-wrap.sticky .btn-outline-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.main-header--inner-page,
.main-header--inner-page .sticky-area {
  background-color: #fff;
  background-image: none;
}
.main-header--inner-page .normal-logo {
  filter: brightness(0);
}
.dropdown-menu--auto-width {
  width: auto !important;
}
.main-header .dropdown-item {
  white-space: unset;
}
.dropdown-header--side-menu {
  font-size: 17px;
}
.sticky-area-wrap {
    height: unset !important;
}

/* hero */
.c-hero .slick-dots {
  display: none;
}
.c-hero__bg {
  background-position: bottom;
}
.c-banner__box {
  position: relative;
}
.c-banner__box::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0,0,0,0.3);
}
.c-banner__caption-wrap {
  position: absolute;
  width: 100%;
  z-index: 5;
}

/* quote */
.c-quote__title {
  font-size: 45px;
}
.c-quote__subtitle {
  max-width: 768px;
  padding: 0 14px;
  color: #777;
  text-align: center;
  margin: 2rem auto;
}

/* cards */
.c-card__bg-overlay {
  /* background-color: rgba(0, 0, 0, 0.25); */
  background-color: transparent;
  transition: 0.25s;
}
.c-card__bg-overlay:hover {
  /* background-color: rgba(0, 0, 0, 0.05); */
}
.list-page-card {
  height: 100%;
}
.card-title {
  text-shadow: 0 0 5px #000;
}
.card-title--no-txt-shadow {
  text-shadow: none;
}

/* slide customize */
/* .c-slide-customize .box {
  max-height: 257px;
  overflow: hidden;
} */

/* subscribtion */
.c-subscribtion-title {
  position: relative;
}
.c-subscribtion-title::after {
  position: absolute;
  content: "TM";
  left: 100%;
  top: 0;
  font-size: 0.75rem;
  font-weight: bold;
}
.c-subscribtion .pos-fixed-right-center {
  top: 27px;
}
.c-subscribtion .input-group p {
  width: 100%;
  margin-bottom: 0;
}
.c-subscribtion .submit-arrow {
  /* position: absolute; */
  top: 1px;
  right: 0;
  font-size: 20px;
}
.c-subscribtion .wpcf7-response-output {
  display: none;
}
.c-subscribtion .wpcf7-spinner {
  opacity: 1;
  width: 27px;
  height: 27px;
  margin: 14px 0 0 0;
}

/* clients */
.c-clients__logo-img {
  filter: grayscale(1);
}
.c-clients__box {
  display: flex;
  align-items: center;
}

/* happy clients */
.c-happy-clients__img {
  border-radius: 50%;
}

/* footer */
.c-footer__siteby-ft-svg {
  width: 260px;
  height: 30px;
}
.c-footer__icns-wrap li {
  list-style: none;
  font-size: 1.75rem;
}
.c-footer__icn--fb {
  font-size: 1.6rem;
}
.footer .navbar-brand {
  max-width: 251px;
}
.c-footer__icn--yt,
.c-footer__icn--insta {
  font-size: 1.85rem;
}

/* custom checkbox */
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* LISTING PAGE */
.c-listing__controls::after {
  font-weight: 600;
}

/* modal */
.c-enquire-modal__close {
  position: absolute;
  top: 6px;
  right: 10px;
}
.c-enquire-modal__product-image {
  width: 60%;
  margin: auto;
}
.c-request-modal form {
  margin-top: 1rem;
}
.c-request-modal textarea {
  height: 100px;
  margin-top: 2rem;
}
.c-modal__svg-wrap {
  width: 200px;
  margin: auto;
  margin-bottom: .5rem;
}
.c-modal__logo-title {
  border-bottom: 0px solid #e4e4e4;
  padding-bottom: 0;
  margin-bottom: 2rem;
  padding-top: 0;
}
.modal-header {
  border-bottom: none;
}
.modal-title, .modal-body.modal-body--request label, .modal-body.modal-body--request input, .modal-body.modal-body--request textarea {
  font-family: "Playfair Display", serif;
  font-size: .9rem;
}
.modal-body .form-actions {
  text-align: left;
  margin-top: 1.5rem;
  position: relative;
}
.modal-body .form-actions p {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin: 0;
  /* align-items: unset; */
  align-items: stretch;
}
.modal-body .form-actions input {
  font-size: 1.25rem;
  padding: 0.5rem 2rem 0.75rem 2rem;
}
.mfp-image-holder {
  background-color: #fff;
}

/* about */
.c-about-carousel .slick-dots {
  display: none!important;
}
.c-about-carousel .slick-arrow.slick-prev {
  left: 22px; 
}
.c-about-carousel .slick-arrow.slick-next {
  right: 22px;
}
/* search result */
.search-result__hr {
  margin: 3em 0;
}

/* single product */
.c-single-product__tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.c-also-like__product-name {
  display: block;
  max-width: unset;
}
.c-also-like__view-btn {
  font-size: 0.875rem;
  padding: 0.625rem 1.875rem;
}
.ma-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.enlarge-icn-svg {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* blog */
.c-hero--blog .custom-slider-02,
.c-hero--blog .custom-height-sm {
  max-height: 420px;
}
.c-hero--blog .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.c-blog__next-prev-link {
  margin: auto;
  margin-bottom: 1rem;
  width: 275px;
  height: 206px;
  background-color: lightgray;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.c-blog__next-prev-link img {
  /* height: 135px; */
}
.c-blogs__img-wrap {
  max-height: 280px;
  height: 280px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.125);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-blog__nav-img-txt-wrap {
  flex: 1;
  text-align: center;
}

/* thank you */
.box-social__icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  background-color: rgba(0,0,0,0.5);
  padding: 0 0.75em;
}

/* new-blog */
.c-new-blog__yt-iframe-wrap iframe {
  width: 100%;
  height: 500px;
}

/* subscribe landing */
.c-subscribe-page__form .form-control {
  border: 1px solid #d2d2d2;
}
.c-subscribe-page__form {
  margin-bottom: 6rem;
}
.c-subscribe-page__logo-section {
  margin: 3rem 0 0 0;
}
.c-subscribe-page__banner-img {
  /* max-width: 65%; */
  /* margin: auto; */
  background-position: center;
  height: 40vh;
  background-size: cover;
}
.subscribe-klaviyo input {
  border: none!important;
  border-bottom: 1px solid rgb(180, 187, 195)!important;
  border-radius: 0!important;
}
.klaviyo-form .needsclick .needsclick:nth-child(3) > .needsclick:nth-child(3) .needsclick {
  border-radius: 0!important;
}

/* product detail page */
.product-details__title {
	font-family: "Playfair Display",serif;
	line-height: 1.25;
	color: #000;
}

/* design pages */
.c-dsgn-artcle__grid-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.c-dsgn-artcle__grid-img-sizing {
  /* max-width: unset;
  width: 800px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* folio pages */
.c-dsgn-artcle__grid-img-sizing--folio {
  width: 1200px
}

/*slick-slider*/
.slick-list {
    height: auto!important;
}

.box-text__body p {
    overflow-wrap: break-word;
}

/* buttons section */
.c-buttons__content-wrap {
  gap: 1rem;
}


/* the image grid section */
.grid-text {
  padding: 0 4em;
}
.grid-text .ratio::before {
  content: none;
}
.grid-text p {
  color: #777777;
}
.grid-text__title,
.grid-text__title p {
  color: #000;
}
.grid-text .c-dsgn-artcle__grid-img-wrap {
  align-items: flex-start;
}


/* responsive */
@media (max-width: 1432px) {
  .main-header a.btn {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .main-header a.btn {
    font-size: 0.875rem;
  }
}
@media (max-width: 992.98px) {
  .product-image-dots {
      display: none !important;
  }
  .c-about-custom-gallery-1__bg {
    background-position: top;
  }  
}
@media only screen and (max-width: 1192px) and (min-width: 992px) {
  .btn--listing {
    padding: 0.25rem 1.25rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .c-single-product__summary-txt {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .c-footer__siteby-ft-svg {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .klaviyo-form .needsclick .needsclick:nth-child(3) {
    flex-direction: column !important;
    height: auto !important; 
  }
  .klaviyo-form .needsclick .needsclick:nth-child(3) > .needsclick{
      flex: 0 1 auto !important;
      flex-direction: column !important;
  }

  .klaviyo-form .needsclick .needsclick:nth-child(3) > .needsclick .needsclick{
      width: 100% !important;
  }


  .klaviyo-form .needsclick .needsclick:nth-child(3) > .needsclick:nth-child(3) {
      align-items: flex-start;
      justify-content: flex-start !important;
      flex-direction: row !important;
  }

  .klaviyo-form .needsclick .needsclick:nth-child(3) > .needsclick:nth-child(3) .needsclick {
      width: auto !important;
      align-items: center;
      display: flex;
      justify-content: center;
  }
}
@media (max-width: 575px) {
  .page-link {
    padding: 0.5rem 16px;
  }
  .c-banner__caption-main-title {
    font-size: 2rem;
  }
  .c-banner__caption-sub-title {
    font-size: 1.5rem;
  }
  .c-banner__caption {
    padding: 0 1em;
  }
}
@media (min-width: 576px) {
  /* .c-slide-customize .box {
    max-height: 162.81px;
  } */
  .c-hero--blog .custom-slider-02,
  .c-hero--blog .custom-height-sm {
    max-height: 700px;
  }
  .c-also-like__product-name {
    display: -webkit-box;
      max-width: 200px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .c-also-like__view-btn {
    font-size: 14px;
    padding: 0.5em 1.5em;
  }
  .c-blogs__img-wrap {
    max-height: 200px;
    height: 200px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.125);
  }
  .c-subscribe-page__logo-svg {
    max-width: 50%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .c-container--wide {
    max-width: 900px;
  }
  /* .c-slide-customize .box {
    max-height: 335px;
  } */
  .c-blogs-slider .slick-dots {
    display: none!important;
  }
  .c-blogs__img-wrap {
    max-height: 250px;
    height: 250px;
  }
  .field-row {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .c-container--wide {
    max-width: 980px;
  }
  .c-banner__caption {
    max-width: 992px;
    margin: auto;
    padding: 0 1rem;
  }
  .c-also-like__product-name {
    display: block;
      max-width: unset;
  }
  .c-also-like__view-btn {
    font-size: 0.875rem;
          padding: 0.625rem 1.875rem;
  }
  .c-blogs__img-wrap {
    /* max-height: 250px;
    height: 250px; */
  }
}
@media (min-width: 1200px) {
  .c-container--wide {
    max-width: 1325px;
  }
  .main-header .container-xxl {
    max-width: 96%;
  }
  .c-footer__siteby-ft-svg {
    width: 320px;
  }
  .main-header .navbar-brand {
    max-width: 275px;
  }
  .c-blogs__img-wrap {
    max-height: 320px;
    height: 320px;
  }
  .modal-dialog {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .main-header .navbar-brand {
    max-width: 350px;
  }
  .c-container--wide {
    max-width: 1325px;
  }
}
@media (min-width: 1400px) {
  .c-container--wide {
    max-width: 1400px;
  }
}
@media (min-width: 1530px) {
  .c-blogs__img-wrap {
    max-height: 420px;
    height: 350px;
  }
  .c-container--wide {
    max-width: 1560px;
  }
}
@media (min-width: 2000px) {
  .c-container--wide {
    max-width: 99%;
  }
}

@media (max-width: 1199px) {
  .sticky-ftr{
    position: fixed;
    bottom: -1px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 1em;
    z-index: 1000;
    background: rgba(0,0,0,.8);
    justify-content: space-between;
    gap: 1rem;
  }

  .sticky-ftr .btn{
  
    padding: .625rem 0.875rem;
    font-size: 0.775rem;

  }

  .btn--request{
    width: 100%;
    min-width: max-content;
  }
  .btn--number{
    width: 100%;
    min-width: max-content;
    max-width: max-content;
  }
}

/* @media (min-width: 1200px) {
  .main-header .navbar-brand {
    max-width: 300px;
  }
} */


.close-1{
  right: 0;
  top: 0;
  /* background: red; */
  width: 30px;
  height: 30px;
  text-shadow: none;
  font-family: arial;
  font-weight: normal;
  z-index: 2;
}

.modal-right-content-wrap{
  font-family: "Playfair Display", serif;
  padding: 30px;
}



.request-note {
  font-size: .8rem;
  line-height: 1.45;
}

.form-type-checkbox label {
  margin-bottom: 0;
  font-size: .9rem;
}

.form-type-checkbox .wpcf7-list-item{
  margin-left: 0;
}

.form-actions .wpcf7-spinner {
  background-color: #747474;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.objectfit-cover{
  object-fit: cover !important;
}


.modal-body--request .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3232;
font-size: .6rem;
font-weight: 400;
display: block;
margin-top: .1rem;
font-family: "Poppins",sans-serif;
width: 100%;
min-width: 300px;
}


.modal-body--request .wpcf7-form-control-wrap input + .wpcf7-not-valid-tip {

  position: absolute;
  left: 0;
  top: 100%;
}


.modal-body--request .wpcf7-response-output{

}

.modal-body--request .wpcf7 form.invalid .wpcf7-response-output{
  height: 0px;
  width: 0px;
  padding: 0;
  border: none;
  visibility: hidden;
  margin: 0;
}


.modal-body.modal-body--request input.wpcf7-not-valid {
  border-color: #e10000;
}


/* Hide the default checkbox */
.wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox container */
.wpcf7-list-item label{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label{
  display: flex;
  align-items: center;
  position: relative;
}

/* Create a custom square for the checkbox */
.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #dcdcdc;
  border-radius: 0px; /* Rounded corners (optional) */
  margin-right: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
  background-color: #dcdcdc;
}


.wpcf7-list-item label input[type="checkbox"] + .wpcf7-list-item-label::after{
  content: "";
  line-height: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 6px;
  content: ".";
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
}


/* Add a tick/checkmark when checked */
.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: black;
  border-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  background: white;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
  display: flex;
  /* background: red; */
  line-height: 1;
}

/* form designs */
.form-submit-btn{
  width: 100%;
  font-size: 1.25rem;
  padding: 0.5rem 2rem 0.75rem 2rem;
  margin-top: 1.5rem;
}
.g-recaptcha{
  margin-top: 3rem;
}

/* checkbox */
.form-check{
  padding-left: 0 !important;
}
.form-check input[type="checkbox"] + .form-check-label{
  display: flex;
    align-items: center;
    position: relative;
    /* margin: 0 0 1.25rem 1em; */
    padding-left: 36px;
}
.form-check input[type="checkbox"] + .form-check-label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.form-check input[type="checkbox"] + .form-check-label::after {
    content: "";
    line-height: 1;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid #eee;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check input[type="checkbox"]:checked + .form-check-label::before  {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: black;
}

.form-message{
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
    margin-top: .1rem;
    font-family: "Poppins", sans-serif;
    width: 100%;
    min-width: 300px;
}

@media (min-width: 1200px) {
  .modal-right-content-wrap{
    padding-right: 30px;
    padding-left: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  }
  .modal-dialog.modal-dialog--request {
    max-width: 1000px;
  }
  .modal-content--request{
    box-shadow: 0 0 4rem 1rem rgba(0,0,0,.6);
  }
}

@media (max-width:767px){
  span.wpcf7-form-control-wrap.recaptcha {
    transform: scale(.9);
    display: block;
    left: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    left: -15px;
  }
}

.c-dsgn-artcle__img-wrap img{
  width: 100%;
}

figure.size-full {
    width: 100%;
}

@media (max-width: 1199px) {
 .dropdown-item {
    padding: .4rem 0rem;
    white-space: unset;
    
}.c-header__mobile-side-logo
{ 
  margin-right:1rem;
}
}
.subs-icon{
  width:150px;
}
@media (max-width: 1199px) {
.subs-icon{
  width:140px;
}
}
@media (max-width: 767px) {
.subs-icon{
    width:135px;
  }
}