/** Shopify CDN: Minification failed

Line 97:94 Expected identifier but found "*"
Line 4392:0 Unexpected "}"

**/
/* details.metafield-products.variant_level.mmaterils_dta:has(.tab_materail.hidden){
  display:none;
} */
#INDbtnWrap {
  display: none;
}

.mega-menu[open] .mega-menu__content {
  z-index: 11;
}

#tov-yt-pdp {
  display: inline-block;
  /* margin-bottom: 12px; */
  /* margin-right: 12px; */
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
  line-height: 2em;
  border-radius: 4px;
  background-color: transparent;
  color: #000;
  font-family: 'Gotham Book';
  width: 125px;
  padding: 6px 5px 6px 23px;
  border: 1px solid #ccc;
  background-image: url(https://cdn.shopify.com/s/files/1/0711/0924/7263/files/icons8-play-50.png?v=1711527161);
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
  background-size: auto 50%;
}

.arb-button-view-in-ar{
  font-family:'Gotham Book' !important;
}

/* Style for the main container */
.tov-yt-arb-main-container {
  display: flex;
  justify-content: center; /* Align items horizontally */
  flex-wrap: wrap; /* Allow items to wrap to the next line if needed */
  position: relative;
  /* left: 10px; */
  /* top:-2px; */
}

/* Style for the video container */
.tov-yt-container {
  /* margin-right: -12px;  */
}

/* Style for the button that is being styled from third party app so to adjust it we used important  */

.arb-button-view-in-ar {
  border: 1px solid #ccc !important;
  margin: 0 !important;
  width: 142px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  position: relative !important;
  /* right: -155px !important; */
  background-position-x: 7px !important;
      background-size: auto 44%  !important;
  padding: 6px 0px 6px 24px !important;
}

/* Yotpo Pdp styling */
.yotpo-sr-bottom-line-right-panel{
  text-decoration: underline !important;
}
.yotpo-bottom-line-scroll-panel:hover{
  cursor: pointer;
}
.yotpo-widget-instance{
  /* margin-right:10px; */
}






/* Media query fordesktop  */
@media screen and (max-width: 768px) {
  /* Style for the video container */
  .tov-yt-container {
    /* margin-right: 10px; /* Space between the video button and the 'View in room' button */ */
  }
}




@media screen and (max-width: 370px) {
    .arb-button-view-in-ar {
      font-size: 10px !important;
      padding: 0 !important;
      width: 118px !important;
    }
}

/* Media query for mobile */
@media screen and (max-width: 480px) {
  .tov-yt-arb-main-container {
    flex-direction: column; /* Change to a column layout on mobile */
    align-items: center; /* Center items vertically */
      /* left: 25px; */
  }

  .tov-yt-container {
    /* margin-bottom: 10px; */
  }
  .arb-button-view-in-ar {
    border: 1px solid #ccc !important;
    margin: 0 !important;
    width: 135px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    position: relative !important;
    /* right: -6px !important; */
    background-position-x: 5px !important;
         background-size: auto 44%  !important;
  padding: 6px 0px 6px 23px !important;
  }
}
#crl8-homepage-carousel
  a[aria-label="Powered by Bazaarvoice - Opens in new tab"]
  svg
  g {
  fill: black;
}
.best_seller_slider.slick-initialized.slick-slider {
  margin: 0 -10px;
}
.best_seller_slider.slick-initialized .slick-slide {
  padding: 0 10px;
}
.cart__price--strikethrough {
  text-decoration: line-through;
}
variant-radios .product-form__input {
  margin: 0 !important;
}
.desktop_search_bar {
  max-width: 384px;
}
.restoke .huury_up {
  border: none;
  margin: 0;
}
.custom_drawer .restoke .huury_up {
  padding: 0;
}
.preorder_b,.final_sale_preorder, .final_sale_b {
  background: #edab6e;
  padding: 6px 10px;
  color: #000;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 11px;
  line-height: normal;
  font-family: "Gotham Book";
  font-weight: 700;
}
#crl8-product-carousel .hqXpEE,
.ghro3o-0.crtOnN {
  padding: 0 !important;
}
.desktop_search_bar .search__input {
  background: #faf7f3;
  border: none;
  outline: none;
  box-shadow: none;
}
.desktop_search_bar .predictive-search.predictive-search--search-template {
  display: flex !important;
  flex-direction: column-reverse;
  background: #faf7f3;
  top: 43px;
  left: 0px;
  padding: 0 15px;
}
.desktop_search_bar
  .predictive-search.predictive-search--search-template.close_searchh {
  display: none !important;
}
.desktop_search_bar .search_icons.search__button.field__button {
  right: unset;
  left: 0;
}
@-moz-document url-prefix() {
}

.desktop_search_bar .predictive-search__results-list {
  display: block;
  background: transparent;
}
.desktop_search_bar .predictive-search__list-item {
  width: 100%;
      display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 5px;
    padding: 10px;
    border-radius: 2px;
    transition: background .2s ease-in-out;
}
.desktop_search_bar .predictive-search__item.predictive-search__item--link {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-column-gap: 2rem;
  grid-template-areas: "product-image product-content";
      gap: 10px;
    border-radius: 2px;
    box-shadow: #00000029 0 1px 4px;
}
.desktop_search_bar .predictive-search__item.predictive-search__item--link img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.desktop_search_bar .predictive-search__heading.text-body {
  color: rgba(0, 0, 0, 0.5);
  font-family: Gotham !important;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.8%;
  letter-spacing: 0.563px;
  text-transform: uppercase !important;
}
.predictive-search__item-heading.h5 {
  color: #000;
  font-family: Gotham;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.8%;
  letter-spacing: 0.563px;
}
.desktop_search_bar .recent-searches .serch_sugsn {
  color: rgba(0, 0, 0, 0.5);
  font-family: Gotham;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 111.8%; /* 13.975px */
  letter-spacing: 0.563px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.desktop_search_bar .recent-search-list {
  margin: 0;
}

.desktop_search_bar .field__input::placeholder,
.desktop_search_bar .field__input {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.4);
  font-family: Gotham !important;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.563px;
  text-transform: uppercase;
  height: 4.3rem;
  margin: 0;
}
.desktop_search_bar .field__input {
  font-weight: 700;
}
.desktop_search_bar .search__input.field__input {
  padding-right: 4rem;
  padding-left: 4rem;
}
.desktop_search_bar
  .predictive-search.predictive-search--search-template:has(
    #predictive-search-results
  ) {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.search_arrow {
  opacity: 0;
}
.desktop_search_bar .field__input:focus,
.desktop_search_bar .field__input:not(:placeholder-shown),
.desktop_search_bar .field__input:-webkit-autofill {
  padding: 1.5rem 4rem;
}
.desktop_search_bar .field__input:focus .search_arrow,
.desktop_search_bar .field__input:not(:placeholder-shown) .search_arrow {
  opacity: 1;
}
.coupn_code2 {
  margin-top: 12px;
}
.note_dv {
  margin-bottom: 2rem;
}
.ply_svg {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.ply_svg svg {
  height: 80px;
  fill: #fff;
}

.collection-list-wrapper .un_card {
  position: static !important;
}
.shopify-section-header-sticky .header-wrapper {
  background: rgba(255, 255, 255, 0.9);
}

.media_linkk {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}
.card__media .media img {
  object-fit: cover !important;
}
.media.media--hover-effect > img + img {
  object-fit: cover !important;
}
.facet-checkbox--disabled {
  color: #000 !important;
}
.template--about .image-with-text .image-with-text__text.rte.body p {
  text-align: left;
  /*   font-weight:600; */
}
/* ====cart page=== */
.maincart_flex {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.left_cart_footer {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
.right_cart_footer {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding-left: 3%;
}
@media screen and (min-width: 1051px) {
  .right_cart_footer .cart__blocks {
    width: 100% !important;
  }
}
.tov_cart {
  margin: 0;
}
.maincart_flex .cart-item__image-container {
  display: flex;
  border: none;
}
.maincart_flex .cart-item__image-container img {
  width: 100%;
}

.maincart_flex .cart-item {
  background: #fff;
}
.maincart_flex .cart__items {
  padding-bottom: 0;
}
.maincart_flex .cart-items {
  border-spacing: 0px 15px;
}
.maincart_flex .cart__footer {
  padding: 4.5rem 0 0;
}
.maincart_flex .cart-items td {
  vertical-align: middle;
  padding-top: 0;
}
.cart-items thead th:first-child {
  padding-bottom: 0;
}
.maincart_flex .cart-items th + th {
  padding-left: 2rem;
  padding-bottom: 0;
}
.maincart_flex .cart-item__media {
  width: 8rem;
}
.maincart_flex .cart-item__details {
  width: fit-content;
}
.maincart_flex .cart-item > td + td {
  padding-left: 2rem;
}
.maincart_flex .cart-item .cart-item__quantity,
.maincart_flex .cart-items .cart-items__heading--wide {
  padding-left: 4rem;
}
.continue_shop {
  margin-top: 15px !important;
  width: 100%;
  display: block;
}
.continue_shop .button--secondary {
  background: transparent;
  padding: 20px 45px;
  height: 45px;
}
.cart-heading-empty-text .button,
.cart-drawer__empty-content .button {
  padding: 20px 45px;
  height: 45px;
}
.maincart_flex .cart-items thead th {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13.5px;
  line-height: 16px;
  text-transform: capitalize;
  color: #000000;
}
.maincart_flex .cart-item__details .cart-item__name {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000000;
}
.right_cart_footer .totals {
  justify-content: space-between;
}
.cart_left {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000000;
}
.cart_ryt {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000000;
}
.totals_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.gift_balance {
  margin-top: 20px !important;
}
.gift_card_select {
  margin: 15px 0 20px !important;
}
.cart__checkout-button {
  max-width: 100% !important;
}
.additional_note {
  color: #000;
  font-size: 11px;
  font-family: "Gotham Book";
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px !important;
}
.fst_gift_input {
  display: flex;
  align-items: center;
}
.giftcard_dtl {
  margin-bottom: 25px;
  display: block;
}
.fst_gift_input svg {
  display: flex;
  position: relative;
  margin-right: 7px;
}

.fst_gift_input input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none !important;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 15px;
}
.fst_gift_input label {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
}
.fst_gift_input input[type="checkbox"]:checked {
  background: #000;
}
.fst_gift_input input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  border: solid #fff;
  border-width: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.fst_gift_input input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 1px;
  height: 4px;
  border: solid #fff;
  border-width: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: 2px;
}
.discount_div {
  /*     margin-top: 1.5rem!important; */
  padding: 12px 15px;
  background: #fff;
}
.discount-label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 111.8%;
  text-transform: unset;
  color: #000000;
  letter-spacing: 0;
}
.discount_div[open] .meta_pdp_sw.icon-plus {
  transform: rotate(45deg);
}
.coupn_code {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.copn_code_input {
  width: 70%;
}
.coupn_code .button {
  background: #cbb172;
  color: #000;
  min-width: 30%;
  width: 30%;
  min-height: 30px;
  line-height: 0;
}
.coupn_code .button:after {
  display: none;
}
.copn_code_input:focus-visible,
.cart_drawer_input input:focus-visible,
.cart_drawer_textarea textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
.sc_simple-container .sc_code-btn input[type="button"] {
  font-family: "Gotham" !important;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  font-size: 12.5px;
  line-height: normal !important;
  padding: 4px 12px !important;
  border-radius: 0 !important;
}
.sc_simple-container .sc-cube-text {
  max-height: 30px !important;
}
.sc_simple-container .sc-cube-text:focus-visible {
  outline: none;
  box-shadow: none;
}
.sc_simple-info .sc_simple-info__row div strong {
  all: unset;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000000;
}
.sc_simple-info__row span {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000000;
}
.maincart_flex .price {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-top: -5px !important;
}
.maincart_flex .cart-item cart-remove-button {
  margin-top: -0.5rem;
}
.gft_inpt {
  position: relative;
}
.cart_drawer_input input {
  background: #ffffff;
  padding: 16px;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  border: none;
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #7ebd8d;
  position: relative;
}
.cart_drawer_input input::placeholder,
.cart_drawer_textarea textarea::placeholder {
  color: #8f8f8f;
  font-family: "Gotham Book";
}
.gft_inpt svg {
  position: absolute;
  top: 35%;
  right: 10px;
  transform: translateY(-35%);
  display: none;
}
.cart_drawer_textarea textarea {
  width: 100%;
  padding: 16px;
  color: #7ebd8d;
  border: none;
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
input:valid:required .gft_inpt svg {
  display: inline-block;
  /*   background-image: linear-gradient(to right, pink, lightgreen); */
}

/*====end cart page====  */
.product__info-container .product-form {
  margin: 13px 0 !important;
}
.center_data .collection-card-wrapper .card__information .card__heading a {
  text-transform: capitalize;
}
.template--instagram .rich-text__blocks > * + * {
  margin-top: 1rem;
}
.product-form__buttons {
  max-width: 100% !important;
}
button.product-form__submit.button.button--full-width.button--primary.fabric_added
  span {
  line-height: 0;
  margin-right: 7px;
  margin-bottom: 1px;
}

.template--instagram .caption-with-letter-spacing--large {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 111.8%;
  letter-spacing: 0.585px;
  text-transform: uppercase;

  color: #000000;
}
.template--instagram .rich-text__text.rte p {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  color: #000000;
}
.ttl_sd {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 325;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-top: 12px;
}
.template--Shop-the-room {
  background-color: #faf7f3;
}
.template--Shop-the-room .tov_hdng {
  margin-bottom: 40px;
  text-transform: unset;
}
.template--Shop-the-room .tv_ins_tab {
  padding: 50px 0 30px;
}
.template--Shop-the-room .tabs label {
  text-transform: unset !important;
}
.template--Shop-the-room .tabs [id^="tab"]:checked + label:after {
  display: none;
}
/*=====marketing block data===  */
.icon-container {
  height: 100%;
}
.icon-container img {
  width: 100%;
  display: block;
  height: 100%;
}
.promotion_block {
  width: 100% !important;
  max-width: 100% !important;
}
.marketing_block_data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}
.right_marking_data {
  padding: 50px 60px;
  max-height: 720px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.right_marking_data::-webkit-scrollbar {
  display: none;
}
/* .right_marking_data::-webkit-scrollbar-track {
  background-color: #EBEBEB;
  border-radius: 3px;
}
.right_marking_data::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 3px;
} */

/*====marketing block end data===  */
/* =====tov collection slider====== */
.tovcol_heading {
  display: block;
  width: 100%;
}
.tovcol_heading h3 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  display: block;
  margin: 0 0px 40px 0;
}

.main_slider_dv {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_lfty {
  width: 25%;
  flex-basis: 25%;
}
.ryt_lfty {
  width: 75%;
  flex-basis: 75%;
}
.left_experts_rev {
  width: 100%;
  display: block;
}
.exclnt_hdng {
  margin: 0 0 8px 0;
  font-family: "Hei Reina";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #000000;
  transform: rotate(-6.31deg);
}
.reviw_textt {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 116.5%;
  color: #000000;
}
.Trust_hdng {
  margin: 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 325;
  font-size: 14px;
  line-height: 22px;
  color: #1e1d23 !important;
}

.tov_colslider .slider_main_one {
  padding: 0 30px;
}
.tov_colslider .slider_main {
  max-width: 100%;
  margin: 0 auto;
}
.tov_colslider .slick-slide {
  margin: 0px 10px;
}
.tov_colslider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.tov_colslider .slick-dots li {
  margin: 0 0.25rem;
}

.tov_colslider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #000;
  text-indent: -9999px;
}

.tov_colslider .slick-dots li.slick-active button {
  background: #000;
}

.tov_colslider .review_slider .slick-prev,
.tov_colslider .review_slider .slick-next {
  position: absolute;
  display: block;
  height: 18px;
  width: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  -webkit-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  transform: translateY(-35%);
  padding: 0;
  border: none;
}
.tov_colslider .review_slider .slick-prev {
  left: -3%;
}
.tov_colslider .review_slider .slick-next {
  right: -3%;
}

/*===end====  */

/* =====tov blog slider====== */
.inner_blog_slider {
  padding-left: 30px;
}
.tovblog_heading {
  display: block;
  width: 100%;
}
.tovblog_heading h3 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  display: block;
  margin: 0 0px 40px 0;
}

.left_ins_rev {
  width: 100%;
  display: block;
  max-width: 340px;
  margin: 0 auto;
}
.in_blog_hdng {
  margin: 0 0 8px 0;
  font-family: "Hei Reina";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: #000000;
  transform: rotate(-6.31deg);
}
.in_blog_textt {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}
.in_blog_dsc {
  margin: 0;
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 325;
  font-size: 14px;
  line-height: 22px;
}
.tov_blogslider .card__heading {
  margin: 10px 0;
}
.tov_blogslider .card__heading a {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #000;
}

.tov_blogslider .op_layout {
  padding: 1.7rem 2rem !important;
  background: #fff;
  box-shadow: #0000001a 0 5px 10px;
  margin: 0 18px;
  margin-top: -60px;
  z-index: 2;
  position: relative;
  width: auto;
}
.tov_blogslider .article_grid_btn {
  display: block;
}
.tov_blogslider .slider_main_one {
  padding: 0 0 0 30px;
}
.tov_blogslider .slider_main {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.tov_blogslider .slick-slide {
  margin: 0px 10px;
}
.tov_blogslider .slick-list {
  padding: 0 20% 0 0 !important;
}
.tov_blogslider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 8rem 0 0rem;
  list-style-type: none;
  max-width: 85%;
  margin: 0 auto;
}
.tov_blogslider .slick-dots li {
  padding: 0;
  border-radius: unset;
  margin: 0;
  width: 16.25%;
  background-color: #fff;
}

.tov_blogslider .slick-dots button {
  display: block;
  height: 2px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  border-radius: 0;
}
.tov_blogslider .slick-dots li.slick-active {
  background: #000;
}

.tov_blogslider .tv_blog_slider .slick-prev,
.tov_blogslider .tv_blog_slider .slick-next {
  position: absolute;
  display: block;
  height: 18px;
  width: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  -webkit-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  transform: translateY(-35%);
  padding: 0;
  border: none;
}
.tov_blogslider .tv_blog_slider .slick-prev {
  left: -3%;
}
.tov_blogslider .tv_blog_slider .slick-next {
  right: -3%;
}
.template--article .tv_blog_slider {
  margin: 0 -20px;
}
.template--article .inner_blog_slider {
  padding-left: 20px;
}
.template--article .tov_blogslider .slick-dots {
  display: none !important;
}

.template--article .tov_blogslider .slider_main_one {
  padding: 0 0 0 80px;
}
.template--article .tov_blogslider .slick-list {
  padding: 0 !important;
}
.template--article .tov_blogslider .slick-slide {
  margin: 0px 20px;
}
.template--article .tov_blogslider .slick-active:last-child {
  margin-right: 0;
}
.template--article .left_ins_rev {
  max-width: 100%;
}
/*===end====  */

/*====multi images slider===  */
/* .multi_photo_slider {
    display: grid;
     grid-template-columns: repeat(4, 1fr);
  gap:16px;
} */
.template--financing .multicolumn-list h3 {
  font-size: 30px;
}
.multi_photo_slider .slick-slide {
  margin: 0px 10px;
}
.image_slider_dv {
  position: relative;
}
.image_slider_dv img {
  width: 100%;
  display: block;
  position: relative;
}
.btn-storshop {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.sp2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 54px;
  background: #000;
  outline: none;
  color: #fff;
  text-align: center;
  font-family: Gotham;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.8%;
  letter-spacing: 0.563px;
  text-transform: uppercase;
}
.image_slider_dv:hover .btn-storshop {
  transform: translateY(0);
  opacity: 1;
}

.multi_img_hdr {
  display: grid;
  grid-template-columns: 2fr auto;
  align-items: center;
  margin-bottom: 35px;
}

.multi_img_hdr .hdr_arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.multi_img_hdr .hedr_contentt h2 {
  font-weight: 400;
  font-size: 33px;
  line-height: 35px;
  color: #000;
  margin: 0;
}
/*===end multi images slider-====  */
.colps_btn {
  margin-top: 40px;
  display: block;
}
.colps_btn .button {
  background: #000;
  width: 100%;
  max-width: 200px;
}
.template--contact .multicolumn-card__info h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #1e1d23;
}
.template--contact .multicolumn-card__info .rte p {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 135.3%;
  color: #1e1d23 !important;
}
.btm_subttl {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 325;
  font-size: 15px;
  line-height: 195%;
  color: #000000;
}
.careers_team {
  font-family: "Hei Reina";
  font-size: 80px;
  line-height: 65px;
}
a {
  text-decoration: none !important;
}
.button,
.customer a {
  font-family: "Gotham";
  font-weight: 700;
  letter-spacing: 0.563px;
  text-transform: uppercase;
  font-size: 12.5px;
  line-height: normal;
  padding: 20px 40px;
  height: 54px;
}
.button:hover,
.customer a:hover,
.customer button:hover {
  background: transparent;
  color: #000;
}
.edit_cncl:hover,
.adr_cncl:hover,
.dtls_btn .button--secondary:hover,
input.iwishBuyBtn.product-form__submit.button.button--full-width.button--primary:hover {
  background: #000 !important;
  color: #fff !important;
}
.template--index .banner__buttons .button:hover {
  color: #fff;
}
a.cart__checkout-button.button.button--secondary {
  background: transparent;
}
.product-form__buttons .product-form__submit.button--primary:hover {
  background: transparent;
  color: #000;
}
.image-with-text__media {
  border: none !important;
}
.sale_active {
  color: #f64411;
}
.or_svg {
  margin-top: 25px;
  text-align: left;
}
.product-card-wrapper .below-card-content .card__heading.h5 {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.all_look_btn {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.template--collection .all_look_btn {
  margin-bottom: 80px;
}
.signature_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signature_btn:hover svg path {
  stroke-width: 0;
}
.template--index .signature_btn:hover svg path {
  stroke-width: 1.72617px;
}

/*=====newsletter popup=====  */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.5);
  display: none;
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
}
.pop_main {
  width: 800px;
  max-width: 100%;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 888;
}
.pooop_up {
  width: 100%;
  display: inline-block;
}
.content_model {
  display: flex;
  align-items: center;
  background: #fff;
}
.left_model_img {
  width: 50%;
  flex-basis: 50%;
}
.left_model_img img {
  width: 100%;
  display: block;
}
.right_model_data {
  width: 50%;
  flex-basis: 50%;
  padding: 10px 35px;
  text-align: center;
}
.pop_subtitle {
  font-family: "Hei Reina";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #000;
  margin: 15px 0 5px;
}
.pop_title {
  margin: 0 0 20px 0;
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 127%;
  color: #000000;
}
.cllosed {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.newsletter_popup .newsletter-form,
.newsletter_popup .newsletter-form__field-wrapper,
.newsletter_popup {
  max-width: 100%;
  width: 100%;
}

.newsletter_popup .newsletter-form__field-wrapper .field:after {
  box-shadow: none;
}
.newsletter_popup .newsletter-form__field-wrapper .field .field__input {
  background: transparent;
  border-bottom: 1px solid #000;
  padding-left: 0;
}
.newsletter_popup .newsletter-form__field-wrapper .field .field__input:focus {
  padding: 1.5rem 5rem 1.5rem 0;
  box-shadow: none;
}
.newsletter_popup
  .newsletter-form__field-wrapper
  .field
  .field__input:focus::after {
  box-shadow: none;
  padding: 1.5rem 5rem 1.5rem 0;
}
.newsletter_popup .field__input::placeholder {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: 1 !important;
  text-transform: capitalize;
}
.newsletter_popup .newsletter-form__button {
  position: static;
  width: 100%;
  background: #000;
  padding: 15px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.newsletter_popup .newsletter-form__button:not(:focus-visible):not(.focused) {
  background: #000;
}
.terms_conditionn input {
  margin: 0;
  vertical-align: middle;
}
.terms_conditionn label {
  font-size: 11px;
  line-height: 14px;
  color: #000000;
  vertical-align: middle;
}
.terms_conditionn label a {
  color: #000000;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

/*======home slide show=====  */
.home_banner_slideshow .video-wrapper iframe {
  width: 100%;
  display: block;
  height: 100%;
}

.home_banner_slideshow .slideshow__controls {
  position: absolute;
  bottom: 3%;
  z-index: 2;
  width: 100%;
  display: block;
  padding: 0 20px;
  border: none;
}
.home_banner_slideshow .slider-button {
  display: none;
  background: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 58px;
}
.home_banner_slideshow .slider-counter__link {
  padding: 6px;
}
.home_banner_slideshow .banner__subtitle {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 13px;
  line-height: 111.8%;
  letter-spacing: 0.585px;
  text-transform: uppercase;
  color: #000;
}
.home_banner_slideshow .banner__heading {
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  /*     text-transform: capitalize; */
  color: #000;
  margin-top: 1rem;
}
/* .home_banner_slideshow .banner__buttons .button--primary{
  background: #000000!important;
  color:#fff!important;
}
.home_banner_slideshow .button:after, .home_banner_slideshow .button:hover:after{
  box-shadow:none;
} */
/* ======collection list===== */
.template--index .collection-list-title.h1 {
  text-transform: unset;
}
.collection-list-title.h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-transform: capitalize;
  color: #000;
}
/*=====home feature product===  */
.sec_header {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.sec_header h2 {
  margin: 0;
  font-weight: 400;
  font-size: 33px;
  line-height: 35px;
  /* text-transform: capitalize; */
  color: #000;
}
.home_feature_prod {
  position: relative;
}
.featutre_productss {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*     grid-template-columns:49.5% 49.5%; */
  gap: 20px;
  position: relative;
  /*     gap: 1%; */
  height: 100%;
}
.featutre_productss_reverse.featutre_productss {
  /*   grid-template-columns: 49.5% 49.5%; */
}
@media (min-width: 769px) {
  .home_feature_prod .card__media .media {
    background: #fff;
  }
  .home_feature_prod .ratio:before {
    padding-bottom: 62%;
  }
  .home_feature_prod .media > *:not(.zoom):not(.deferred-media__poster-button) {
    width: 68%;
    height: auto;
    left: 50%;
    transform: translatex(-50%);
  }
  .home_feature_prod .secondary-hover-img {
    transition: width 0.3s ease;
  }
  .home_feature_prod
    .card-wrapper:hover
    .media.media--hover-effect
    > img
    + img {
    transform: translatex(-50%);
    width: 100%;
  }
}

.home_feature_prod .below-card-content.card__content {
  /*     left: 0;
    position: absolute;
    bottom: 0;                          */
  padding: 0 20px !important;
}
.home_feature_prod .below-card-content.card__content .wish-coll {
  /*       position: absolute;
    bottom: 20px;
    right: 10px; */ /*tlx*/
}
.home_feature_prod .card:not(.ratio) > .card__content {
  /*     background: rgba(255, 255, 255, 0.7); */ /*tlx*/
}
.home_feature_prod
  .product-card-wrapper
  .card__information
  .card__heading
  .full-unstyled-link {
  margin-right: 0;
}
.home_feature_prod .color-product-swatches {
  margin-right: 30px;
}
.innner_rytprod {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}
.multiple_prod {
  display: grid;
  align-items: center;
}
/* .home_feature_prod .meta-product-clr{
  width: 12px;
    height: 12px;
    background: #986339;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 2px;
  border-radius:50%;
} */

/* .home_feature_prod  .meta-product-link{
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid transparent!important;
  display: flex;
  align-items: center;
  justify-content: center;
} */
/* .home_feature_prod .meta-product-link.meta-product-active{
      border-color: #000!important;
}
.home_feature_prod .meta-product-link:hover {
  border-color:#000!important;
} */
/*==== home image with text=====  */
.home_img_txt .image-with-text__text--caption {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 111.8%;
  letter-spacing: 0.585px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
}
.home_img_txt .image-with-text__heading.h1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 55px;
  text-transform: unset;
  color: #000;
  margin: 0;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.home_img_txt .image-with-text__text.rte.body {
  font-family: "Gotham Book";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-top: 2rem;
}
.home_img_txt .home_content_dvv {
  max-width: 550px;
}

.inner_upr_svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner_upr_svg .img_svg_icon {
  display: block;
  background: no-repeat;
  border: none;
  outline: none;
  padding: 0;
}
.inner_upr_svg .img_svg_icon svg {
  display: block;
  fill: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
/* video popup */

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*   overflow: auto; */
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  position: relative;
}
.modal-content iframe {
  width: 100%;
  height: 400px;
}
.modelclose {
  color: #aaa;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  cursor: pointer;
}

.modelclose:hover,
.modelclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* =====feature collection== */
.hdr_arrow {
  display: flex;
  align-items: center;
  gap: 18px;
}
.collection__title h2 {
  margin: 0 !important;
}
/* .template--index .col_hdr{
   max-width: 140rem;
    margin: 0 auto;
} */

.content_within_contaner .collection slider-component:not(.page-width-desktop) {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
/* @media (min-width:1400px){
   .template--index   .collection slider-component:not(.page-width-desktop),
  .template--index .col_hdr{
    max-width: 90%;
   }
} */
@media screen and (min-width: 769px) {
  .content_within_contaner .col_hdr {
    padding: 0 70px;
  }

  .content_within_contaner
    .collection
    slider-component:not(.page-width-desktop) {
    padding: 0 70px;
  }
}
@media screen and (min-width: 990px) {
  .col_hdr {
    display: grid;
    margin-bottom: 2.3rem !important;
    grid-template-columns: 2fr auto;
    align-items: center;
    /*         padding: 0; */
    /*     margin: 0; */
    max-width: 100%;
    /*     padding-left: 50px;
    padding-right: 50px; */
  }

  .hdr_arrow {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
  }
  .desktop_hidden_arrow {
    display: none !important;
  }
  .home_featured .slider-counter {
    display: none;
  }
  .home_featured .slider-buttons {
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    padding: 0 5rem;
    border: none;
    z-index: 2;
    gap: 10px;
  }
  .home_featured .slider-button {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: #626262;
    justify-content: center;
    cursor: pointer;
  }
  .home_featured .slider-button .icon {
    height: 0.8rem;
  }
  /*   new css */

  .content_within_contaner .slider--desktop.grid--4-col-desktop .grid__item {
    width: 100%;
  }

  .content_within_contaner .slider--desktop .slider__slide:first-child {
    margin-left: 0;
    scroll-margin-left: 0;
  }

  .content_within_contaner .slider--desktop:after {
    padding-left: 0;
  }
  /*     .template--index   .collection slider-component:not(.page-width-desktop) {
  padding: 0 5rem;
     } */

  .content_within_contaner .slider--desktop {
    scroll-padding-left: 0;
  }
}

/*==== home testimonial====  */
.home_testimonial {
  width: 100%;
  display: block;
}
.testimonial_header {
  /*   margin-bottom:50px; */
  /*   width:100%; */
  display: block;
}
.testimonial_header h2 {
  margin: 0;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-transform: capitalize;
  color: #000000;
}
.home_testimonial_main {
  width: 100%;
  display: block;
  position: relative;
}

.testimonial_review {
  background: #fff;
  padding: 0px;
  display: flex;
  align-items: stretch;
  /*     column-gap:20px; */
}
.left_client_image {
  width: 45%;
  flex-basis: 45%;
}
.left_client_image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.righ_rvw {
  width: 55%;
  flex-basis: 55%;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.datee {
  width: 100%;
  display: block;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #282928;
  opacity: 0.5;
}
/*   .righ_rvw p{
    width:100%;
    display:block;
    font-family: 'Gotham';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #000;
  } */
.rvw_detail p {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;

  color: #000000;
}
.client_name {
  font-family: "Hei Reina";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 18px;
  letter-spacing: 0.045em;
  text-transform: capitalize;
  color: #000;
}
.cstmr_title {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 12px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #000;
}
.name_with_stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rvw_star {
  color: #000;
  font-size: 24px;
}
.ratng_cnt {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.home_testimonial_main .slider {
  width: 100%;
  margin: 0;
  list-style: none;
}
.home_testimonial_main .slick-slide {
  margin: 0 20px;
}

.home_testimonial_main .slick-prev3.slick-arrow {
  position: absolute;
  bottom: -8px;
  right: 13%;
  background: transparent;
  border: none;
  z-index: 1;
  transform: translate(-13%, 0%);
  cursor: pointer;
}
.home_testimonial_main .slick-next3.slick-arrow {
  position: absolute;
  bottom: -8px;
  right: 9%;
  background: transparent;
  border: none;
  z-index: 1;
  transform: translate(-9%, 0%);
  cursor: pointer;
}

.home_testimonial_main .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 8rem 0 0rem;
  list-style-type: none;
}
.home_testimonial_main .slick-dots li {
  padding: 0;
  border-radius: unset;
  margin: 0;
  width: 16.25%;
  background-color: #cacaca;
}

.home_testimonial_main .slick-dots button {
  display: block;
  height: 3px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  border-radius: 0;
}
.home_testimonial_main .slick-dots li.slick-active {
  background: #000;
}

/* ====home blog post===== */
.home_blog .title-wrapper-with-link {
  margin-bottom: 5rem;
}
.home_blog .blog__title.h1 {
  font-weight: 400;
  font-size: 76px;
  line-height: 76px;
  color: #000;
  position: relative;
  padding-bottom: 35px;
}
.home_blog .subheading_post {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home_blog .blog_post_header {
  display: flex;
  align-items: center;
}
.animated_hdng svg {
  width: 270px;
  height: 120px;
  display: inline-block;
}
.animated_hdng svg path {
  fill: #f3adbe;
  stroke: #f3adbe;
  animation: monFrame 5s infinite alternate;
}
.home_blog .animated_hdng {
  /*       position: absolute;
            top: -20px;
    right: -45%;
	  */
  margin-left: -45px;
}
@keyframes monFrame {
  0% {
    fill: #f3adbe;
    stroke: #f3adbe;
  }
  25% {
    fill: #ea9f5a;
    stroke: #ea9f5a;
  }
  50% {
    fill: #8fc69d;
    stroke: #8fc69d;
  }
  75% {
    fill: #955f2e;
    stroke: #955f2e;
  }
  100% {
    fill: #c1a661;
    stroke: #c1a661;
  }
}
.article-card__excerpt,
.article_grid_btn,
.article-card__footer {
  display: none;
}

.home_blog .article_grid_btn {
  display: block;
}
.metafieldd_tagline {
  font-family: "Gotham";
  color: #000;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 111.8%;
  letter-spacing: 0.563px;
  text-transform: uppercase;
}
.home_blog .card__heading a {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}
.home_blog .op_layout {
  background: #fff;
  /*     box-shadow: #0000001a 0 5px 10px; */
  margin: 0;
}

@media screen and (min-width: 990px) {
  .home_blog .blog__button {
    margin-top: 20rem;
  }
  .home_blog {
    position: relative;
    padding-bottom: 110px;
  }
  .home_blog .blog__post {
    position: relative;
  }
  .home_blog .op_layout {
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    width: 90%;
    bottom: -25%;
  }
}
/*=====shoplook=====  */
.main_tov_look {
  position: relative;
  width: 100%;
  display: block;
}
.product_looks {
  width: 100%;
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.inner_look {
  width: 100%;
  display: flex;
  position: relative;
  margin: 0 10px;
}
.tov_shop_look_left {
  width: 65%;
  flex-basis: 65%;
  position: relative;
}
.tov_shop_look_right {
  width: 35%;
  flex-basis: 35%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.product_slider {
  margin: 0 10px;
}
.product_slider .slick-slide {
  margin: 0 1px;
}
.shop_look_img {
  width: 100%;
  display: block;
  position: relative;
}
.shop_look_img img {
  width: 100%;
  display: block;
}
.shop_image_icon {
  position: absolute;
}
.shop_dot {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.main_dot {
  width: 18px;
  height: 18px;
  background: #fff;
  display: block !important;
  position: relative;
  border-radius: 100%;
}
.main_dot:after {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  left: calc(50% - 17.5px);
  position: absolute;
  top: calc(50% - 17.5px);
  -webkit-animation: section-shop-the-look-dot 1.4s ease-in-out infinite;
  animation: section-shop-the-look-dot 1.4s ease-in-out infinite;
}

@-webkit-keyframes section-shop-the-look-dot {
  50% {
    transform: scale(1.1);
  }
}
@keyframes section-shop-the-look-dot {
  50% {
    transform: scale(1.1);
  }
}
.shop_look_content {
  width: 100%;
  display: block;
}
.product_data {
  width: 100%;
  display: block;
  background: #f1ece5;
  padding: 15px;
}
.product_cntant {
  padding-top: 15px;
}
.product_cntant h3 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  color: #000000;
}
.product_cntant p {
  margin: 0px;
  display: block;
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.look_shop_btn {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.563px;
  text-transform: uppercase;
  cursor: pointer;
  color: #f5f0eb;
  background: #000;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border: 2px solid transparent;
}
.look_shop_btn:hover,
.ftr_butn:hover,
.js-load-more:hover,
.collection-js-load-more:hover {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
/*   .pre_arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor:pointer;
}
.next_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
    cursor:pointer;
}
  .arrow_dv, .arrow_left_svg, .arrow_right_svg{
    display: inline-block;
    vertical-align: middle;
} */
.shop_look_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-left: -70px;
}
.shop_look_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin-right: -25px;
}
.arrw_txt {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14.3981px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  margin-left: 8px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.all_look_btn {
  width: 100%;
  display: block;
}
.all_look_btn .button {
  width: 100%;
  min-height: 90px;
}
.all_look_btn .arrow_right_svg {
  margin-left: 10px;
}
.all_look_btn .arrow_right_svg path {
  fill: #fff;
}
.slick-slide img {
  width: 100%;
}
.look_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 3rem 0 0;
  list-style-type: none;
}
.look_slider .slick-dots li {
  margin: 0 0.5rem;
}

.look_slider .slick-dots button {
  display: block;
  width: 30px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #000;
  text-indent: -9999px;
}

.look_slider .slick-dots li.slick-active button {
  background: #000;
}

.product_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.product_slider .slick-dots li {
  margin: 0 0.25rem;
}

.product_slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #000;
  text-indent: -9999px;
}

.product_slider .slick-dots li.slick-active button {
  background: #000;
}
.tov_contents {
  width: 100%;
  display: block;
  max-width: 570px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.tov_subtitle {
  color: #1e1d23;
  text-align: center;
  font-size: 13px;
  font-family: Gotham Book;
  font-style: normal;
  font-weight: 600;
  line-height: 111.8%;
  letter-spacing: 0.585px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tov_hdng {
  font-size: 40px;
  line-height: 125%;
  color: #000;
  margin: 0;
}
.tov_lokk_update .tov_contents {
  max-width: 620px;
}
.tov_lokk_update .tov_subtitle {
  font-family: "Hei Reina";
  font-size: 85px;
  line-height: 75px;
  letter-spacing: normal;
  text-transform: unset;
  margin-bottom: 0;
  font-weight: 500;
}
.tov_lokk_update .tov_hdng {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 325;
  font-size: 15px;
  line-height: 195%;
  text-align: center;
  margin-bottom: 12px;
}
.tov_lokk_update .product_slider .slick-dots {
  display: none !important;
}
.tov_lokk_update .product_cntant h3 {
  text-transform: capitalize;
}
/*====image newsletter======  */
@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin: 0 auto !important;
  }
}

.image_newsletter .caption-with-letter-spacing--medium {
  font-weight: 400;
  font-size: 13px;
  line-height: 111.8%;
  letter-spacing: 0.585px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.image_newsletter .image-with-text__heading.h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  color: #000;
}
.image_newsletter .image-with-text__content {
  padding: 6rem 8rem 7rem 7rem;
}

.image_newsletter .field__input {
  padding-left: 0;
  font-family: "Hei Reina" !important;
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  border-bottom: 1.5px solid #000000;
  min-width: 100%;
  background: transparent !important;
}
.image_newsletter .newsletter-form,
.image_newsletter .newsletter-form__field-wrapper,
.img_newsltr_email {
  max-width: 100%;
  width: 100%;
}

.image_newsletter .field__input:focus,
.image_newsletter .field__input:not(:placeholder-shown) {
  padding: 1.5rem 5rem 1.5rem 0 !important;
  box-shadow: none;
}
.image_newsletter .field__input::placeholder {
  font-family: "Hei Reina";
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  opacity: 1 !important;
}
.image_newsletter .image-with-text__text.rte.body {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 169.3%;
  color: #000000;
  margin-top: 40px;
}
.image_newsletter .field:after,
.image_newsletter .field:hover:after {
  box-shadow: none;
}
.product-form__input .form__label {
  font-weight: 400;
  font-size: 13px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #000;
  opacity: 0.5;
}
.product-form__input.product_colors input[type="radio"] + label {
  /* width: 50px!important;
    height: 50px!important; */
  border-radius: 50% !important;
  padding: 0 !important;
  border: none;
}
.drawer__heading {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
.items_count {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666;
}
.image-with-text__heading.h0 {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 105.3%;
  color: #000000;
  transform: matrix(1, 0, 0, 1, 0, 0);
  margin-bottom: 10px;
  margin-top: 0;
}
.about_txt_vdo .image-with-text__heading.h0 {
  margin-top: 0;
}

/*====tov list section====  */

.tov_list_main {
  width: 100%;
  display: block;
}
.inner_tov_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.list_view {
  background: #fff;
  display: flex;
  align-items: center;
  border: 2px solid #f1f1f1;
}
.left_list_image {
  width: 50%;
  flex-basis: 50%;
  display: inherit;
}
.left_list_image img {
  width: 100%;
}
.righ_list_content {
  width: 50%;
  flex-basis: 50%;
  padding: 0 20px;
}
.list_title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
}

.list_subtitle {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  margin-top: 10px;
}

.list_timing {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 15px;
}
.list_location,
.list_contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.list_location p,
.list_contact p {
  font-family: "Gotham";
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .inner_tov_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .righ_list_content {
    padding: 0 10px;
  }
}

.search_swich {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.location_switcher {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

.location_input {
  position: relative;
  width: calc(100% - 241px);
  display: inline-block;
}
.input_dv {
  position: relative;
}

.swich_btn {
  text-align: right;
  width: 235px;
  display: inline-block;
}

.location_input input {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 16px 35px 16px 20px;
  position: relative;
}
.location_input svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.location_input input:focus-visible {
  box-shadow: none;
  outline: none;
}
.location_input input:placeholder {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #666666;
}
.swich_btn .filter_se {
  border: 1px solid #e2e2e2;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  padding: 16px 20px;
  cursor: pointer;
}
.current {
  background: #e2e2e2;
}
.inner_tov_map iframe {
  width: 100%;
  height: 900px;
}
/* new design */
.our_showroom_main {
  display: block;
  margin: 15px 0 30px;
}
.our_showroom {
  width: 100%;
  display: flex;
  gap: 15px;
}
.our_showroom .input_dv {
  width: 100%;
}
.search_btn {
  background: #f1ece5;
  padding: 16px 60px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 15px;
  letter-spacing: 0.045em;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
}
.tov_store_data {
  width: 100%;
  display: flex;
  gap: 30px;
}
.left_store_tov {
  width: 35%;
  flex-basis: 35%;
  height: 600px;
  overflow-y: scroll;
  padding-right: 24px;
}
.left_store_tov::-webkit-scrollbar {
  width: 6px;
}
.left_store_tov::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
.left_store_tov::-webkit-scrollbar-button {
  height: 180px;
}
.left_store_tov::-webkit-scrollbar-thumb {
  background-color: rgba(241, 236, 229, 1);
  border-radius: 100px;
}

.righ_store_tov {
  width: 65%;
  flex-basis: 65%;
}
.inner_store_map iframe {
  width: 100%;
  height: 600px;
}
.left_tov_store p {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 157%;
  text-transform: capitalize;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 15px 0;
}
.left_tov_store p a {
  color: #000000;
  text-decoration: underline !important;
  margin-top: 10px;
  padding-top: 15px;
  display: block;
}

/*=====blog page=====  */

.main-blog .metafieldd_tagline {
  text-transform: capitalize;
}
.main-blog .card__heading a {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #000;
}
.article-card__info {
  font-weight: 325;
  font-family: "Gotham Book" !important;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}
/*===== press blog ====*/
.template--press {
  background: #efdfd0;
}
.press_blog_heading {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 111.8%;
  color: #000000;
  transform: matrix(1, 0, 0, 1, 0, 0);
  margin: 0 0 70px 0;
}
.template--press .main-blog .metafieldd_tagline {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 111.8%;
  text-align: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: -16px;
  background: #fff;
  padding: 10px 20px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.template--press .main-blog .card__heading a {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
}
.template--press .article-card__excerpt {
  display: block;
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 325;
  font-size: 14px;
  line-height: 185%;
  color: #000000;
}
.template--press .article_grid_btn {
  display: inline-block;
}
.template--press .article_grid_btn a {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #000000;
  gap: 10px;
  position: relative;
}
/*  .template--press .article_grid_btn:hover{
       border-bottom:2px solid;
} */
.template--press .card__heading a:after {
  display: none;
}

/*=====article page====  */
.template--article.template-- {
  background: #efdfd0;
}
.date_type_authr {
  margin-bottom: 15px;
}

.a_content {
  margin-top: 2.5rem;
  margin-bottom: 120px;
}
.header_article_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_article_sticky {
  margin-bottom: 6rem;
}

.artical_sticky {
  position: fixed;
  top: 122px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 2;
  /* background: rgba(239, 223, 208, 0.9); */
  margin: 0;
}

.artical_sticky .header_article_inner {
  align-items: center;
}

.hd_artcle_left .article-template__link {
  color: #000;
  font-size: 12.5px;
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  line-height: 111.8%;
  letter-spacing: 0.563px;
}
.hd_date .caption-with-letter-spacing {
  color: #808080;
  font-size: 12.5px;
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  line-height: 111.8%;
  letter-spacing: 0.563px;
  text-transform: uppercase;
}
.artical_sharing li:first-child a {
  padding-left: 0 !important;
}
.artical_sharing li:last-child a {
  padding-right: 0 !important;
}
.artical_sharing .list-social__link {
  padding: 1rem 0.7rem !important;
}
.article-template__content {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.article-template__content a {
  text-decoration: underline !important;
}
.metafieldd_tagline_article {
  color: #e39f8d;
  font-size: 12.5px;
  font-family: Gotham;
  font-weight: 500;
  line-height: 111.8%;
  letter-spacing: 0.563px;
  text-transform: uppercase;
}
.article-template__hero-container {
  position: relative;
}
/* .article-template__hero-container .bredcrumbWrap{
  position: absolute;
  z-index: 1;
  top: 15px;
  background: rgba(255,255,255,.6);
}
.article-template__hero-container .bredcrumbWrap .breadcrumbs{
  display: flex;
  align-items: center;
  gap: 3px;
}
.article-template__hero-container .bredcrumbWrap a{
  font-family: 'Gotham Book';
  font-weight: 350;
  font-size: 12px;
  line-height: 111.8%;
  color: #9F9F9F;
} */
/* .article-template__hero-container .bredcrumbWrap .title-bold{
  font-family: 'Gotham Book';
  font-weight: 350;
  font-size: 12px;
  line-height: 111.8%;
  color: #000;
} */
header.article_hdr {
  /*     margin: 0!important;
    position: absolute;
    bottom: 15%;
    width: 100%;
    transform: translateY(-15%);
      background: rgba(217, 217, 217, .6);
    padding-top: 20px;
   padding-bottom: 20px;
  max-width:100%; */

  margin: 0 auto !important;
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 5rem;
  max-width: 760px;
  text-align: center;
}
.date_type_authr .caption-with-letter-spacing {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 20px;
  font-family: "Gotham Book";
}
.date_type_authr .circle-divider:after {
  margin: 0 1rem 0 1.1rem;
  color: #fff;
}
.article-template .article-template__title {
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 117%;
  margin: 10px 0 !important;
}
.main_card_des {
  display: none;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-family: Gotham;
  line-height: 195%;
  margin-bottom: 0;
}
.article-template .share-button__button {
  gap: 15px;
}
.share_with_comment {
  display: flex;
  align-items: center;
  gap: 15px;
}
.share_with_comment h2 {
  margin: 0;
  font-weight: 300;
  font-size: 16px !important;
  color: #000;
  font-family: "Gotham Book";
}
.share_with_comment .count {
  font-weight: 400;
}
.article-template__content,
.article-template__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 195%;
  color: #000;
  font-family: "Gotham Book";
  margin-bottom: 25px;
  margin-top: 8px;
}
.image_wth_txt {
  display: flex;
  align-items: center;
}
.lfty_img {
  width: 45%;
  flex-basis: 45%;
}
.lfty_img img {
  display: flex;
}

.ryty_content {
  width: 55%;
  flex-basis: 55%;
  padding: 0 25px;
}
.ryty_content h2 {
  margin: 0;
  font-size: 26px;
  line-height: 35px;
  color: #000;
}
.bg_txt {
  background: #eee;
  padding: 40px 50px;
  margin: 40px 0;
}
.bg_txt h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #000;
  margin: 0;
}

.video_dv {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.pdp_video {
  width: 100%;
}
.playpause {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.playpause img {
  border: none !important;
}
.article-template h2 {
  margin: 0;
  font-size: 26px;
  line-height: 35px;
  color: #000;
}
.article-template h4 {
  color: #000000;
  margin: 0;
  font-size: 22px;
  line-height: 180%;
}
.article-template h5 {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 15px 0;
}
.two_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.article-template__content h5 {
  margin-top: 20px;
}
.image-with-text__text.rte.body ul {
  margin: 0 0 0 15px;
}
.image-with-text__text.rte.body ul li {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 197%;
  color: #000 !important;
}
.rte ul {
  margin: 0 0 30px 0;
}
.rte ul li {
  font-size: 17px;
  color: #000;
  line-height: normal;
  margin-bottom: 8px;
}
.rte ul li::marker {
  font-size: 1.5em;
  line-height: 10px;
}

.article-template__comment-wrapper h2 {
  margin-bottom: 20px;
}
.article-template__comment-wrapper .button {
  text-transform: capitalize;
}
.article-template__comment-wrapper form {
  background: #f4f4f4;
  padding: 40px;
  border-radius: 10px;
}
.column_blog_comment {
  display: flex;
  gap: 15px;
}
.commnt_authr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.footer_coment_date_author .caption-with-letter-spacing {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: "Gotham Book";
}
.footer_coment_date_author .circle-divider:after {
  color: #d9d9d9;
  font-size: 14px;
}
.footer_coment_date_author p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: "Gotham Book";
}
.article-template__comments-fields {
  display: none;
  margin-top: 3rem;
}
.comments-title {
  margin: 0 auto 30px !important;
}
.write-a-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.write-a-comment .button {
  margin-top: 0 !important;
}
.write-a-comment span {
  display: inline-block;
  font-family: "Gotham Book";
  font-weight: 325;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 36px */
  color: #000;
  opacity: 0.5;
}
.template-404 {
  margin: 0 !important;
  background: #efdfd0;
  padding: 50px 0;
}
.title_404 {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #000;
  margin: 20px 0;
}

/*===default page css===  */
.template--returns .shopify-section.section .rte p {
  margin: 3px 0 30px 0;
}
.main-page-title {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 117%;
  text-transform: capitalize;
  color: #000000;
}
.template--page .rte h2,
.template--page .rte h3,
.template--page .rte h4,
.template--page .rte h5 {
  color: #000000 !important;
}
.template--page .rte h2 {
  /*   font-family: 'GT Ultra Fine'; */
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 125%;
  text-transform: capitalize;
  margin: 0;
}
.template--page .rte h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 13.97%;
  text-transform: uppercase;
}
.template--page .rte h4 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 111.8%;
}

.template--page .rte p,
.template--page .rte ul li span,
.template--page .rte ol li {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 197%;
  color: #000000 !important;
}
.template--page .rte a {
  color: #000000 !important;
  text-decoration: underline !important;
}
.linking_elemnt {
  display: flex;
  gap: 8px;
}
.template--page .linking_elemnt a {
  width: 245px;
  height: 54px;
  background: #f1ece5;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 111.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #000000 !important;
  text-decoration: none !important;
}

.default_bordr {
  opacity: 0.1;
  border: 1.5px solid #000000;
  width: 100%;
  display: block !important;
  margin: 50px 0;
}

/*====plp filters====  */
.sidebar-header {
  /*   width:100%;
  display:block; */
}
.sidebar-header .sort_toggle {
  margin: 0;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  font-family: "Gotham Book" !important;
  font-weight: 300;
  font-size: 13px;
  color: #000;
}
.sort_toggle i {
  font-size: 16px;
  margin-left: 6px;
}

.sort_ul {
  display: none;
  margin: 0;
  background: #fff;
  width: 100%;
  max-width: 216px;
  padding: 15px 24px;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 22;
  right: 48px;
  top: 45px;
}
.sidebar-li {
  display: flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 4px;
}
.sidebar-li .sort_drop_label {
  font-family: "Gotham Book" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 200%;
  color: #000000;
  text-transform: capitalize;
}

.sidebar-li input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin: 0 12px 0 0;
}

.sidebar-li input[type="checkbox"]:checked {
  background: #000;
  border-color: #000;
}
/*====Quick view=====  */
.quick-add-modal .product__title {
  margin: 7px 0 !important;
}
.quick-add-modal .product__title > a .h1 {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 122%;
  color: #000000;
}
.quick-add-modal .sku-and-rating {
  margin: 0;
}
.quick-add-modal .quick-add-modal__toggle {
  top: 1.2rem;
  right: 1.2rem;
  width: 18px;
  padding: 0;
  border: none;
}
.quick-add-modal .app-snippets-code-here,
.quick-add-modal .pdp-view-size,
.quick-add-modal .product__text.subtitle,
.quick-add-modal .product__text,
.quick-add-modal .fabric-swatch-option,
.quick-add-modal .product-form__buttons .pdp-wish-icon,
.quick-add-modal .column_info.only_for_desktop {
  display: none;
}
.quick-add-modal
  .product--large:not(.product--no-media)
  .product__media-wrapper {
  padding-right: 2rem !important;
}
.quick-add-modal .quantity__button {
  display: none;
}
quick-add-modal .qty_fbr_icn {
  width: 10%;
  display: inline-block;
  margin: 0 2% 0 0 !important;
}
.quick-add-modal .product-form__input.product-form__quantity {
  /*       width: 10%;
    display: inline-block;
    min-width: 15%; */
  margin: 0 !important;
}
.quick-add-modal .product__info-wrapper .quantity {
  width: auto;
  height: 54px;
}
.quick-add-modal .product__info-container .product-form {
  margin: 0 !important;
}
.quick-add-modal .buyy_btn {
  display: inline-block;
  width: calc(100% - 13%);
}
.wish_gif2 {
  display: none;
  gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  .slider-buttons.no-js-hidden.quick-add-hidden,
  .pdp-view-size {
    display: none !important;
  }
}
.quick-add-modal .wish_gif2 {
  display: flex;
  position: absolute;
  bottom: -8px;
  right: 0;
}

.quick-add-modal .p-sku {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  opacity: 1;
  color: #000000;
}
.quick-add-modal .product__info-wrapper .spr-badge {
  color: #000;
}

.meta-products-label span {
  text-transform: capitalize;
}
.mtrl_hdng {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 111.8%;
  color: #000000;
}
.quick-add-modal
  .product-form__input.product_sizes
  .form__label.pdt-sizes-label {
  padding: 10px 0 0 0;
  background: transparent;
}
.quick-add-modal .product-size-options {
  display: flex;
  flex-wrap: wrap;
}
.quick-add-modal .product_default {
  height: 210px;
  overflow-y: scroll;
}
.quick-add-modal .product-form__input input[type="radio"] + label {
  /* border-radius: 0;
    border: 1px solid #000;
    box-shadow: unset;
    background: transparent;
  font-family: 'Gotham';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 111.8%;
color: #000000;
opacity: 0.5;
  padding: 10px; */
}
.quick-add-modal .product-form__input input[type="radio"]:checked + label {
  opacity: 1;
  color: #000;
  background: transparent;
  border: none;
}
.quick-add-modal
  .product-form__input:not(.product_colors)
  input[type="radio"]:checked
  + label {
  /* opacity: 1; */
  border: 1px solid #000;
}
.quick-add-modal .slick-track {
  min-width: 450px;
}
.quick-add-modal .product--thumbnail_slider .product__media-item {
  width: 450px;
}
.quick-add-modal #pdp_price {
  margin: 0 !important;
}
/* .quick-add-modal .grid--peek .grid__item {
    min-width: 90%;
}  */
.quick-add-modal
  .product--thumbnail_slider
  .product__media-item:not(.is-active) {
  display: block;
}
.left_arrow,
.right_arrow {
  position: absolute !important;
  z-index: 9;
  top: 50% !important;
  transform: translateY(-50%);
  height: auto !important;
  width: auto !important;
  display: none !important;
  cursor: pointer;
}
.quick-add-modal .left_arrow {
  display: inline-block !important;
  left: 0 !important;
}
.quick-add-modal .right_arrow {
  display: inline-block !important;
  right: 0 !important;
  left: unset !important;
}

.quick_pop .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: max-content;
  list-style-type: none;
}
.quick_pop .slick-dots li {
  margin: 0 0.25rem;
}

.quick_pop .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #000;
  text-indent: -9999px;
}

.quick_pop .slick-dots li.slick-active button {
  background: #000;
}

/*=====image with slider======  */
.imag_with_slider {
  display: flex;
  align-items: center;
  width: 100%;
}
.left_img_dv {
  width: 50%;
  flex-basis: 50%;
}
.left_img_dv img {
  width: 100%;
  display: block;
}
.right_slider_dv {
  width: 50%;
  flex-basis: 50%;
  text-align: center;
  padding: 0 25px;
}
.right_slider_dv .rvw_star {
  color: #f598a9;
  font-size: 26px;
}
.slider_hdng {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 117%;
  color: #000000;
  transform: matrix(1, 0, 0, 1, 0, 0);
  margin: 12px 0;
}
.content_dtl {
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 580px;
  height: auto;
  line-height: normal;
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 214%;
  color: #000000;
}
.content_dtl p {
  font-family: Gotham;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 214%;
  color: #000000;
}
.content_dtl li {
  text-align: left;
}
.imag_with_slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: relative;
}
.imag_with_slider .slick-dots li {
  margin: 0 0.25rem;
}
.imag_with_slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #000;
  text-indent: -9999px;
}
.imag_with_slider .slick-dots li.slick-active button {
  background: #000;
}
.imag_with_slider .slider {
  width: 100%;
}
.imag_with_slider .slick-slide {
  transition: all ease-in-out 0.3s;
  outline: none;
}
.imag_with_slider .slick-slide {
  transition: all ease-in-out 0.3s;
  outline: none;
  display: inline-block;
}
.right_slider_dv .rgular {
  overflow: hidden;
}
.imag_with_slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  background: transparent;
  border: none;
  cursor: pointer;
}
.imag_with_slider .slick-arrow.pull-right {
  left: 53%;
}
.imag_with_slider .slick-arrow.pull-left {
  left: 41.6%;
}
.slider__counter {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13.8293px;
  color: #000000;
}
/*===== end image with slider======  */

/*=======  home text with  column================ */
.upper_content h2 {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 117%;
  color: #000000 !important;
  transform: matrix(1, 0, 0, 1, 0, 0);

  margin: 0 0 40px 0;
}
.home_img_heading {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}
.inner_home_img_heading img {
  height: 40px;
  object-fit: cover;
}
.inner_home_img_heading h3 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #1e1d23;
  margin: 6px 0;
}

/*======= end  home text with  column================ */

/*====financing page====  */
/*===banner===  */
@media screen and (min-width: 750px) {
  .financin_banner_design .banner__content {
    padding: 0 5rem;
  }
  .financin_banner_design .banner__box {
    margin-bottom: -110px;
  }
  .template--financing .multicolumn-list {
    margin-top: 80px;
  }
}
.financin_banner_design .banner__box {
  padding: 0 !important;
}
.financin_banner_design .banner__heading {
  font-family: "GT Ultra Fine";
  font-style: normal;
  font-weight: 400;
  color: #000000;
  transform: matrix(1, 0, 0, 1, 0, 0);
  padding: 5rem 3.5rem 0;
}
.financin_banner_design .banner__heading.h1 {
  font-size: 42px;
  line-height: 110%;
}
.financin_banner_design .banner__buttons {
  margin-top: 30px;
}
.financin_banner_design .banner__text {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 325;
  padding: 0 3.5rem;
}
.financin_banner_design .banner__text.body span {
  font-size: 14px;
  line-height: 180%;
  color: #000000;
}
.financin_banner_design .banner__text.subtitle {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 13.5px;
  line-height: 195%;
  color: #000000;
  padding: 15px 10px;
  background: #e39f8d;
  margin-top: 5rem;
}
/*=== finacning image with text===  */
@media screen and (min-width: 750px) {
  .financing_imgtext_design
    .image-with-text__content.image-with-text__content--desktop-left {
    /*     padding:3rem 5rem; */
    padding: 3rem 0 3rem 6rem !important;
  }
  .financing_imgtext_design
    .image-with-text__content.image-with-text__content--desktop-right {
    padding: 3rem 6rem 3rem 0rem !important;
  }

  /*   .financing_imgtext_design .image-with-text__media{
   padding-bottom: 0!important;
 }
 .financing_imgtext_design .image-with-text__media img{
   position:static!important;
 }
.financing_imgtext_design .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    align-items: center;
} */
}
.template--financing .financing_imgtext_design.page-width {
  max-width: 120rem;
}
.financing_imgtext_design .img_txt_heading h2 {
  font-family: "Hei Reina";
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 80px;
  margin: 0 0 40px 0;
  font-feature-settings: "liga" off;
}
.financing_imgtext_design .image-with-text__text--caption:not(:first-child) {
  margin-top: 20px;

  border-top: 1px solid;
  padding-top: 30px;
}
.financing_imgtext_design .image-with-text__text--caption {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  color: #000;
  margin-bottom: 10px;
  width: 100%;
}
.financing_imgtext_design .image-with-text__heading.h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 117%;
}
.financing_imgtext_design .image-with-text__text.rte {
  margin-top: 6px;
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 325;
}
.financing_imgtext_design .image-with-text__text.rte.body p {
  font-size: 14px;
  line-height: 180%;
  color: #000000;
}
.template--trade .image-with-text__media {
  padding-bottom: 350px !important;
}
/*====gift pages====  */
.template--giftcards .home_img_txt .image-with-text__heading.h1 {
  font-size: 32px;
  line-height: 110%;
  text-transform: initial;
}
.login-box .user-box {
  position: relative;
  margin-top: 30px;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  /*   margin-bottom: 30px; */
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  pointer-events: none;
  transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 10px;
}
.login-box .user-box input:focus-visible {
  box-shadow: none;
}
.login-box .w-full {
  width: 100%;
  margin-top: 40px;
}

/*====gift card app design====  */
/* .cstm_liquid_main .scgh-checker__cards {
  display: none;
} */
.cstm_liquid_main .scgh-checker {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  max-width: 100% !important;
}
.cstm_liquid_main
  .sc-hero-checker-container
  .scgh-checker
  .scgh-checker__cards {
  width: 100%;
}
.cstm_liquid_main
  .sc-hero-checker-container
  .scgh-checker
  .scgh-info-container {
  width: 100%;
}
.cstm_liquid_main .scgh-checker .scgh-checker__form input[type="text"] {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent !important;
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #000000 !important;
  text-align: left;
}
.cstm_liquid_main .scgh-checker__form input::placeholder {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  color: #000000 !important;
  pointer-events: none;
  opacity: 1 !important;
}
.cstm_liquid_main .scgh-checker .scgh-checker__form button {
  all: inherit;
  width: 100%;
  margin-top: 40px;
  font-family: "Gotham";
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  font-size: 12.5px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 !important;
  padding: 0 3rem;
  cursor: pointer;
  height: 45px;
}
.cstm_liquid_main .scgh-checker .scgh-checker__form button:hover {
  background: transparent !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}
.cstm_liquid_main .scgh-checker .scgh-checker__form {
  padding: 30px 0 0px;
}
.cstm_liquid_main
  .scgh-checker
  .scgh-checker__form
  input[type="text"].scgh-checker__textfield--error {
  box-shadow: none;
}
.cstm_liquid_main
  .scgh-checker
  .scgh-checker__apply
  .scgh-checker__apply__amount {
  font-size: 15px !important;
  font-family: "Gotham" !important;
}
.cstm_liquid_main .scgh-checker .scgh-checker__apply__btn {
  all: inherit;
  width: 100%;
  margin-top: 20px !important;
  font-family: "Gotham";
  font-weight: 600;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  font-size: 12.5px !important;
  line-height: normal;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  height: 45px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.cstm_liquid_main .scsh-progress {
  padding: 0 !important;
}
.cstm_liquid_main .scgh-checker .scgh-checker__apply {
  margin-top: 30px;
}
/*===gift card product====  */
.sc-builder [role="button"]:not(.sc-card__code__container) {
  border: 2px solid rgba(0, 0, 0, 0.2) !importnat;
  background: transparent;
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 111.8% !important;
  color: #000 !important;
  opacity: 0.5;
  padding: 16px 20px !important;
  border-radius: 0px !important;
}
.sc-builder
  .sc-configurator
  .sc-card-gallery
  .sc-card-gallery__container
  > .sc-card-gallery__item {
  padding: 0 !important;
}
.sc-card-tabs .sc-card-tab.sc-card-tab--active,
.sc-card-options .sc-card-option__value.sc-card-option__value--selected,
.sc-card-preview {
  border: 2px solid #000 !important;
  opacity: 1;
}
.sc-giftr-card__add button,
.sc-builder
  .sc-configurator
  .sc-card-gallery
  .sc-card-gallery__container
  > .sc-card-gallery__more {
  background: #000 !important;
  color: #fff !important;
  opacity: 1;
  border: 2px solid transparent;
}
.sc-giftr-card__add button:hover,
.sc-builder
  .sc-configurator
  .sc-card-gallery
  .sc-card-gallery__container
  > .sc-card-gallery__more:hover {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid #000;
}
.sc-card-preview:hover {
  background: #000;
  color: #fff !important;
}
/* .sc-card-preview{
     padding: 16px 20px!important;
} */
.sc-card-tabs__container p {
  font-size: 15px !important;
  color: #000;
}
.sc-card-text .sc-textfield__resizable,
.template--product .sc-card-text input,
.sc-card-type .sc-textfield__resizable,
.sc-card-type input {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding-left: 0 !important;
  border-radius: 0 !important;
}
.sc-textfield label {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  color: #000000 !important;
  pointer-events: none;
}
/* ====inspired blog==== */
.template--inspired-blog {
  background: #efdfd0;
}
.inspired_blog .blog_tabs {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 70px;
}
.inspired_blog .inner_blog_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inspired_blog .blog_menu {
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.inspired_blog .blog_menu::-webkit-scrollbar {
  display: none;
}
.inspired_blog .blog_menu label {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  letter-spacing: normal;
}
.inspired_blog .blog_menu label .active_link {
  font-weight: 600;
}
.inspired_blog .blog_menu label span {
  display: inline-block;
  padding: 5px 16px;
}
.inspired_blog .active_link {
  border-bottom: 2px solid;
}
.inspired_blog_heading {
  font-family: GT Ultra Fine;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin: 0 auto 20px;
  max-width: 650px;
}
.inspired_blog .op_layout .card__information {
  padding: 1.7rem 2rem !important;
  background: #fff;
  box-shadow: #0000001a 0 5px 10px;
  margin: -60px 18px 0;
  z-index: 2;
}
.inspired_blog .article_grid_btn {
  display: block;
}
.inspired_blog .card__heading a {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}
.inspired_blog .blog-articles {
  column-gap: 80px;
  row-gap: 80px;
}

/*=====cart drawer and pdp variant css ====== */
.custom_drawer .drawer__inner,
.custom_drawer .drawer__header,
.custom_drawer .quantity,
.custom_drawer .drawer__footer {
  background: #faf7f3;
}
.custom_drawer .drawer__inner {
  padding: 0;
}
.custom_drawer .drawer__header,
.custom_drawer .drawer__footer {
  padding: 1.5rem;
}
.custom_drawer .drawer__close {
  right: 10px;
}
.custom_drawer .cart-items {
  padding: 0 1.5rem;
}
.custom_drawer .quantity__button:focus {
  z-index: 1;
}
.custom_drawer .cart-drawer .cart-item__details {
  grid-column: 2 / 6;
}
.custom_drawer .cart-item__quantity-wrapper {
  justify-content: space-between;
}
.custom_drawer .cart-item__quantity-wrapper .button {
  justify-content: end;
}

.custom_drawer .cart-drawer .tax-note {
  margin: 0;
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 325;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.custom_drawer .cart-drawer .totals {
  margin: 1.2rem 0 2rem auto;
}
.custom_drawer .cart__ctas {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.custom_drawer .cart__ctas > *:not(noscript:first-child) + * {
  margin-top: 0;
}
.custom_drawer .drawer__inner {
  width: 55rem;
}

.custom_drawer .cart__checkout-button {
  font-size: 13px;
  padding: 12px;
  height: 44px;
}
.custom_drawer .quantity {
  height: 44px;
}
.custom_drawer .cart-item__name {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  color: #000000;
}
.custom_drawer .product-option {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
}
.custom_drawer .cart-item_price {
  font-family: "Gotham";
  font-weight: 400;
  margin-top: 8px;
}
.custom_drawer .totals__subtotal {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.custom_drawer .totals__subtotal-value {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.product-form__input input[type="radio"] + label {
  background: transparent;
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 111.8% !important;
  color: #000 !important;
  opacity: 1;
  padding: 16px 20px !important;
  border-radius: 0px !important;
  margin: 0 !important;
}
.product-form__input input[type="radio"]:checked + label {
  background-color: transparent !important;
  opacity: 1;
}
/* .product-form__input:not(.product_colors) input[type=radio]:checked+label {

} */
.admin_vaiants {
  margin-bottom: 1.5rem;
}
.varint_img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.mtrl_data .product-form__input input[type="radio"] + label {
  padding: 0 !important;
  border: none;
}
.product-option dd.color_sswtch {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 3px;
  border-radius: 50px;
}
.cart-drawer .product-option + .product-option {
  margin-top: 8px;
}
.progress_divv,
.success_divv {
  background: #efc9b5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* line-height: 17px; */
  text-align: center;
  color: #000000;
  /* padding:20px; */
}
.success_divv {
  background: #bfc5a1;
}
@media only screen and (max-width: 379px) {
  #tov-yt-pdp {
    font-size: 10px;
    width: 128px;
    padding: 5px 0px 5px 19px;
  }
}

@media only screen and (max-width: 480px) {
  #tov-yt-pdp {
    font-size: 12px;
    /* margin-top: 2rem;
    margin-bottom: 0;
    width: 160px; */
  }}
  .col_hdr {
    display: flex;
    margin-bottom: 3.7rem !important;
    grid-template-columns: 2fr auto;
    justify-content: space-between;
    /*         padding: 0; */
    /*     margin: 0; */
    max-width: 100%;
    /*     padding-left: 50px;
    padding-right: 50px; */
  }
  .signature_btn svg {
    width: 200px;
  }
  .product-count {
    display: none;
  }
  .mobile-facets__wrapper {
    width: 100%;
  }
  .active-facets {
    flex-wrap: wrap;
  }
  .custom_drawer .cart__checkout-button {
    font-size: 10.5px;
    padding: 0 1rem;
  }
  .progress_divv,
  .success_divv {
    font-size: 13px;
    padding: 15px;
  }
  .quantity {
    width: calc(
      12rem / var(--font-body-scale) + var(--inputs-border-width) * 2
    );
  }
  .custom_drawer .cart-drawer .tax-note {
    font-size: 12px;
  }
  .custom_drawer .cart-item__name {
    font-size: 13px;
  }
}
/*=====End cart drawer and pdp variant css ====== */

/*===customer css===  */
.customer_main {
  display: flex !important;
  gap: 30px;
}
.left_customer {
  background: #fff;
  padding: 44px 28px;
  width: 29%;
  flex-basis: 29%;
  height: 100vh;
}
.right_customer {
  width: 71%;
  flex-basis: 71%;
  padding-top: 35px;
}
.profile_dv h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 117%;
  color: #000000;
  margin-top: 0 !important;
}
.profile_dv h4 {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #000000;
}
.account_nav {
  display: flex !important;
  gap: 10px;
  align-items: center;
  height: auto !important;
  padding: 15px 12px !important;
  cursor: pointer !important;
  position: relative;
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 111.8% !important;
  color: #000000 !important;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
}
.ql-font-poppins {
  color: #000 !important;
  font-size: 14px !important;
  font-family: "Gotham" !important;
  font-weight: 400 !important;
}
.needsclick.go1540680045.kl-private-reset-css-Xuajs1 {
  display: none !important;
}
.needsclick.go2490274017.kl-private-reset-css-Xuajs1 {
  position: relative;
  padding: 0 !important;
  line-height: normal !important;
  font-size: 0 !important;
}
.needsclick.go2490274017.kl-private-reset-css-Xuajs1::after {
  content: url('data:image/svg+xml;utf8,<svg width="23px" height="25px" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.387829 7.48669L12.0614 7.48669L7.82524 11.719L8.9569 12.8496L15.125 6.68709L8.9569 0.524572L7.82524 1.65521L12.0614 5.88749L0.387829 5.88749L0.387829 7.48669Z" fill="black"/></svg>');
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
/* .account_nav a{
  font-family: 'Gotham';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 111.8%;
color: #000000;
  text-transform:capitalize;
  letter-spacing:normal;
} */
.nav-active {
  background: #f5c4c4 !important;
}
.active_arww {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.customr_login_page label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 195%;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.customr_login_page input::placeholder {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
}
.customr_login_page input {
  box-sizing: border-box;
  padding: 18px 12px;
  border: none;
  outline: none;
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin: 0 !important;
}
.customr_login_page input:focus-visible {
  box-shadow: none;
}
.changes_btn {
  width: 100%;
  display: block;
  margin-top: 35px;
}
.changes_btn button {
  max-width: 260px;
  margin: 0 !important;
  width: 100%;
  text-transform: uppercase;
}
.customer_hr hr {
  margin: 5rem 0;
  background: #000;
}
.bottom_passwrd_form {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.bottom_passwrd_form h3,
.customer_temp_nm h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 117%;

  color: #000000;
}
.password-container {
  position: relative;
}

.fa-eye {
  position: absolute;
  top: 50%;
  right: 11px;
  cursor: pointer;
  color: #d3d3d3;
  transform: translateY(-50%);
}
.wishlist_order a {
  display: inline-flex;
  color: rgb(var(--color-button-text));
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  max-width: 260px;
  width: 100%;
}
.wishlist_order a:hover {
  color: rgb(var(--color-button-text));
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.wishlist_order svg {
  width: 50px;
  height: 50px;
}
.dtls_btn {
  display: flex;
  gap: 10px;
}
.empty_cart_hdng {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  margin-bottom: 12px;
  display: block;
  margin-top: 0 !important;
}
.empty_cart_txt {
  font-family: "Gotham Book";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px !important;
  max-width: 100%;
  width: 250px;
  margin: auto;
  display: block;
}

/* ========customer account addresss======== */
/*==Tabs csss== */
.ad_tabs {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.ad_tabs a {
  text-decoration: none;
}

.ad_tabs:after {
  content: "";
  display: table;
  clear: both;
}
.ad_tabs input[type="radio"] {
  display: none;
}
.ad_tabs label {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  text-align: center;
}

.ad_tabs label span {
  font-family: "Gotham";
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 3;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: normal;
  text-align: center;
  padding: 0 20px;
}
.ad_tab-content {
  display: none;
  width: 100%;
  float: left;
  padding-top: 24px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.ad_tabs [id^="ad_tab"]:checked + label {
  border-bottom: 2px solid #000;
}
#ad_tab1:checked ~ #ad_tab-content1,
#ad_tab2:checked ~ #ad_tab-content2 {
  display: block;
}
.adress_text {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 172.8%;
  color: #000000;
  margin-bottom: 20px;
}
.main_ad_form {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  gap: 25px;
  justify-content: space-between;
}
.ad_adress_btn {
  margin: 0 !important;
}
.ad_frm_lft h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 117%;
  color: #000000;
  /*   margin-bottom: 2px!important; */
}
.ad_frm_lft p {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 195%;
  color: #000000;
  margin: 0 !important;
}
.ship_adres {
  padding: 20px;
  background: #ffffff;
}
.main_adress_ul {
  text-align: left !important;
  margin: 0 !important;
  display: grid;
}
.default_li {
  order: -1;
}
.main_adress_ul li {
  background: #fff;
  padding: 20px;
  margin: 25px 0 0 0 !important;
}
.main_adress_ul li h2 {
  font-weight: 400;
  font-size: 28px !important;
  line-height: 117%;
  color: #000;
  text-align: left !important;

  margin: 0 !important;
}
.adress_dtls {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: flex-end;
}
.editaddress {
  margin-top: 30px;
}
.custom_ad_adres button {
  text-align: center;
  font-family: Gotham;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.8%;
  letter-spacing: 0.495px;
  text-transform: uppercase;
  height: auto;
}
.add_arw {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.add_arw svg,
.str_svg {
  cursor: pointer;
}

.add_hdng_icn {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px !important;
}
.adress_dtls p {
  color: #000;
  font-family: "Gotham Book";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 195%;
}
.ship_adres .field label,
.editaddress .field label {
  display: block;
  position: static;
  margin-right: 0;
  text-align: left;
  width: 100%;
  padding-bottom: 6px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 195%;
  color: #000000;
  text-transform: capitalize;
}
.ship_adres .field,
.editaddress .field {
  flex-direction: column;
  line-height: unset;
  position: static;
}
.ship_adres .field:after,
.editaddress .field:after {
  display: none;
}
.ship_adres .field input,
.editaddress .field input {
  border: 1px solid #000;
}
label[for="AddressCountryNew"],
label[for="AddressProvinceNew"],
label[for="address_default_address_new"],
.dflt_chkbx label {
  text-align: left;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 195%;
  color: #000000;
  text-transform: capitalize;
  margin-right: 0;
}
.ship_adres .field input:focus,
.ship_adres .field input:-webkit-autofill,
.editaddress .field input:focus,
.editaddress .field input:-webkit-autofill,
.ship_adres .field input:not(:placeholder-shown),
.editaddress .field input:not(:placeholder-shown) {
  padding: 1.5rem;
}

.adding_butonn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.adding_butonn .del_icn:after {
  display: none;
}
.adding_butonn .del_icn {
  padding: 0;
  min-width: fit-content;
  min-height: fit-content;
}

.adrs_info input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50px;
  margin: 0;
}

.adrs_info input[type="checkbox"]:checked:after {
  content: "";
  width: 9px;
  height: 6px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  background: 0 0;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
}
.adrs_info label {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 195%;
  color: #000;
  margin-right: 0;
}

/* =====order page=== */
.order_inner_main {
  width: 100%;
  display: block;
  background: #fff;
}
.order_inner_main:not(:first-child) {
  margin-top: 20px;
}
.order_repeatable {
  display: flex;
  align-items: center;
  cursor: pointer;
  cursor: pointer;
  position: relative;
  padding: 24px 20px;
}

.line_order_section {
  width: 20%;
  flex-basis: 20%;
}

.order_heading {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 195%;
  color: #000000;
  display: block;
}
.customer_order_list .order_subhd {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 195%;
  color: #000000;
  display: block;
}
.customer_order_list .color_changer,
.trade-tag.color_changer {
  background: #e39f8d;
  width: fit-content;
  padding: 6px 10px;
  line-height: normal;
  font-size: 14px;
}
.trade-tag {
  margin-bottom: 20px;
  display: inline-block;
}
.profile_dv:has(.trade-tag) h4 {
  display: none;
}
.trade-tag-plp {
  font-size: 11px;
  font-weight: 400;
  font-family: "Gotham Book";
  align-items: center;
  justify-content: center;
  display: inline-flex;
  vertical-align: middle;
}
.trade-tag-plp svg {
  transform: rotate(90deg);
  margin-right: 5px;
}

.order_main_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  border-top: 1px solid #f1ece5;
  padding: 14px 20px;
}
.order-btns a {
  line-height: normal;
  min-width: auto;
  min-height: auto;
  padding: 10px 15px;
  font-size: 10px;
  width: 134px;
  text-align: center;
  height: 34px;
}
.order-btns .button--primary {
  color: rgb(var(--color-button-text));
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.order_slip_dwnld {
  font-family: "Gotham" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 10px !important;
  line-height: 111.8%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4) !important;
  display: flex !important;
  align-items: center;
}
/* order details */

.order_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custmr_order_details {
  border-top: 2px solid #f1ece5;
  padding: 20px;
}
.order_inner_details {
  padding: 20px;
}
.order_img_title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.order_product_title,
.order_product_price {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.order_details_address {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.shiping_billing_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.left_ordr_d {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 20px;
}
.top_order {
  margin-bottom: 30px;
}
.inner_to_dtl {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.order_adress_hdng,
.top_o_hd {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #000000;
  margin-bottom: 8px;
}
.order_addresss,
.top_o_dtl {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 350;
  font-size: 15px !important;
  line-height: 180%;
  color: #000000;
}
.top_o_dtl {
  text-align: right;
}
.order_product:not(:first-child) {
  padding-top: 20px;
}

.order_dtl_main {
  display: none;
}
.open_detail {
  display: block;
}

.order-close-icon {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-2%, -50%);
  line-height: 0;
}
.order-close-icon .fa-minus {
  display: none;
}
.order-open-icon .fa-minus {
  display: block;
}
.order-open-icon .fa-plus {
  display: none;
}
.order-close-i {
  transform: rotate(45deg);
}
.order_dtl_main {
  display: none;
}
.open_detail {
  display: block;
}

.mmain_orderss {
  position: relative;
}
a.button--secondary.top_tikt_btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 14px 0 0;
  background: transparent;
  display: flex;
  color: #000;
  font-size: 11px;
  letter-spacing: 0.495px;
  min-height: 44px;
  padding: 12px 34px;
  height: 44px;
}
a.button--secondary.top_tikt_btn:hover {
  background: #000;
  color: #fff;
}
.no_order_yet {
  background: #ffffff;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 172.8%;
  color: #000000;
}
.order_list_empty .button {
  display: flex;
  align-items: center;
  max-width: 245px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}
.order_list_empty .button:hover {
  background: #000;
  color: #fff;
}

.collection-list-wrapper.page-width {
  max-width: 1342px;
}

.home_blog .page-width-desktop {
  max-width: 1200px;
}
.page-width.custom_width {
  margin: 0 auto;
  max-width: 140rem;
  position: relative;
}
.imag_with_slider .content_dtl p {
  font-family: "GT Ultra Fine";
}
.rich-text__heading.rte.h2 span {
  color: #000;
  font-size: 31px;
  line-height: 125%;
  text-transform: capitalize;
}
.sc_gift_cards a {
  width: 100%;
  color: #000;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 111.8%;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  text-align: center;
}
.text_within_container .page-width {
  padding: 0;
}

/*=====large screnn====  */
@media (min-width: 1728px) {
  .inner_blog_slider {
    padding: 0;
    max-width: 1587px;
    margin: 0 auto;
  }
}
.mega-menu__content {
  margin: 0 70px;
}
@media (min-width: 1620px) {
  .mega-menu__content {
    margin: 0;
  }
  .right_marking_data {
    max-height: 850px;
  }
  .imag_with_slider .slider {
    max-width: 550px;
    padding-left: 50px;
  }
  .template--financing .multicolumn-list {
    margin-top: 40px;
  }
  .discount-label {
    font-size: 14px;
  }
  .inspired_blog .card__heading a {
    font-size: 26px;
    line-height: 130%;
  }
  .template--instagram .slideshow .banner__heading.h1 {
    font-size: 54px;
    line-height: 111.8%;
  }
  .template--instagram .slideshow .banner__heading.h1 span {
    font-size: 95px !important;
  }
  .template--instagram .slideshow__text.banner__box {
    max-width: 85rem;
  }
  .template--article .tov_blogslider {
    padding-top: 140px !important;
    padding-bottom: 166px !important;
  }
  .template--article .inner_blog_slider {
    padding-left: 0;
  }
  .account_nav {
    padding: 21px 12px !important;
  }
  .imag_with_slider .slick-arrow.pull-left {
    left: 42.7%;
  }
  .template--giftcards .home_img_txt .image-with-text__heading.h1 {
    font-size: 38px;
    line-height: 117%;
  }
  .page-width.custom_width {
    max-width: 140rem;
  }
  .collection-list-wrapper.page-width,
  .home_blog .page-width-desktop {
    max-width: 1400px;
  }
  .template--index .collection-list-wrapper.page-width {
    padding-top: 124px !important;
    padding-bottom: 158px !important;
  }
  .tov_lokk_update .tov_subtitle {
    font-size: 105px;
    line-height: normal;
  }
  .home_banner_slideshow .banner__heading,
  .collection-banner-hero .collection-title h1 {
    font-size: 63px;
    line-height: 111.8%;
  }

  .home_banner_slideshow .banner__heading span {
    font-size: 109px !important;
  }
  .collection-list-title.h1,
  .sec_header h2,
  .collection__title h2,
  .multi_img_hdr .hedr_contentt h2,
  .upper_content h2,
  .slider_hdng {
    font-size: 38px;
    line-height: 115%;
  }
  .imag_with_slider .content_dtl p {
    font-size: 17.5px;
  }
  .inner_home_img_heading h3 {
    font-size: 15px;
  }
  .home_img_txt .home_content_dvv {
    max-width: 590px;
  }
  .home_img_txt .image-with-text__heading.h1 {
    font-size: 58px;
    line-height: 117%;
  }
  .home_img_txt .image-with-text__heading.h1 span {
    font-size: 105px !important;
  }
  .template--careers .home_img_txt .image-with-text__heading.h1 span {
    font-size: 100px !important;
  }
  .findtov_img_txt .image-with-text__heading.h1 span {
    font-size: 78px !important;
  }
  .home_img_txt .image-with-text__text.rte.body {
    font-size: 15px;
    line-height: 198%;
  }

  .image-with-text--overlap .image-with-text__heading.h1 {
    font-size: 45px;
  }
  .template--index .collection slider-component:not(.page-width-desktop),
  .template--index .col_hdr,
  .content_within_contaner
    .collection
    slider-component:not(.page-width-desktop),
  .content_within_contaner .col_hdr {
    max-width: 1587px;
    padding: 0 !important;
  }
  .home_text_with_column .page-width {
    max-width: 1100px;
  }

  .banner__box {
    padding: 4rem 0 !important;
  }
  .banner__content {
    padding: 5rem 0 !important;
  }
  .home_blog .card__heading a {
    font-size: 26px;
    line-height: 130%;
  }
  .product_looks {
    max-width: 1225px;
  }
  .exclnt_hdng {
    font-size: 100px;
    line-height: 100px;
  }
  .reviw_textt {
    font-size: 38px;
  }
  .Trust_hdng {
    line-height: 195%;
  }
  .image-with-text__heading.h0 {
    font-size: 60px;
    line-height: 111.8%;
  }
  .image-with-text__heading.h0 span {
    font-size: 100px !important;
  }
  .about_inspired_sec .section_data h2,
  .template--about .image-with-text__heading.h1 {
    font-size: 60px !important;
    line-height: 111.8% !important;
  }
  .about_inspired_sec .section_data {
    max-width: 620px;
  }
  .template--press .main-blog .card__heading a {
    font-size: 26px;
  }
  .template--press .article-card__excerpt {
    font-size: 15px;
    line-height: 195%;
  }
  .financin_banner_design .banner__heading.h1 {
    font-size: 48px;
    line-height: 117%;
  }
  .financin_banner_design .banner__text.body span {
    font-size: 15px;
    line-height: 195%;
  }
  .template--financing .multicolumn .page-width,
  .template--financing .page-width.financing_imgtext_design {
    max-width: 1400px;
  }
  .template--contact .multicolumn .page-width {
    max-width: 1250px;
  }
  .template--financing .multicolumn-card__info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .template--financing .multicolumn-list h3,
  .financing_imgtext_design .image-with-text__heading.h2 {
    font-size: 31px;
  }

  .financing_imgtext_design .img_txt_heading h2,
  .hlp_section_data h2 {
    font-size: 100px !important;
  }
  .financing_imgtext_design .image-with-text__text.rte.body p,
  .hlp_section_data p {
    font-size: 15px !important;
  }
  .inner_data p {
    font-size: 15px !important;
    line-height: 163% !important;
  }

  .in_blog_hdng {
    font-size: 122px;
    line-height: 122px;
  }
  .template--article .in_blog_hdng {
    font-size: 99px;
    line-height: 99px;
  }
  .in_blog_textt {
    font-size: 38px;
    line-height: 129%;
  }
  .in_blog_dsc {
    font-size: 15px;
    line-height: 195%;
  }
  .template--contact .multicolumn-card__info .rte p {
    font-size: 28px;
  }
  .template--contact .image-with-text__text.rte.body p {
    font-size: 13px;
    line-height: 169.3%;
  }
  .order_heading {
    font-size: 15px;
  }
  .image-with-text_with_container .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  .image-with-text__grid--reverse .text_within_container {
    width: 100%;
    padding-right: 25rem;
  }
  .image-with-text--overlap
    .image-with-text__grid--reverse
    .text_within_container {
    padding-right: 0;
  }
  .financing_imgtext_design .text_within_container {
    padding-right: 0;
  }
  .text_within_container .page-width {
    margin-right: 0;
  }
  .text_within_container .home_content_dvv {
    max-width: 550px !important;
  }
  .customer .text_within_container .home_content_dvv {
    margin: 0 0 0 auto;
  }
  .customer .text_within_container {
    width: 100%;
    padding-right: 25rem;
  }
  .image-with-text__grid--reverse .text_within_container .home_content_dvv {
    max-width: 550px !important;
    margin: 0 0 0 auto;
  }
  .template--get-inspired
    .image-with-text_with_container
    .image-with-text__content {
    padding: 6rem 10rem;
  }
  .financing_imgtext_design .home_content_dvv {
    max-width: 100% !important;
    margin: 0;
  }
  .text_within_container .sc-hero-checker-container .scgh-balance-checker {
    max-width: 100% !important;
    margin: 0 !important;
  }
  /*   .financing_imgtext_design .image-with-text__content {
    padding: 3rem 8rem;
} */
}

/* .template--bedroom .slider--desktop .slider__slide:first-child,
.template--dining-room .slider--desktop .slider__slide:first-child,
.template--home-office .slider--desktop .slider__slide:first-child,
.template--outdoor .slider--desktop .slider__slide:first-child,
.template--decor .slider--desktop .slider__slide:first-child,
.template--lighting .slider--desktop .slider__slide:first-child {
    margin-left: -15px;
    scroll-margin-left: -15px;
} */

#yotpo-main-widget-btn[data-v-1fafa3d2] {
  font-size: 12.5px !important;
}
.yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline,
.yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline,
#yotpo-main-widget-btn[data-v-1fafa3d2],
.yotpo-reviewer-name[data-v-6e8511c1],
.yotpo-display-l
  .yotpo-review:not(.yotpo-media-modal-review)
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-review-title,
.yotpo-display-m
  .yotpo-review:not(.yotpo-media-modal-review)
  .yotpo-review-center-panel
  .yotpo-review-rating-title
  .yotpo-review-title {
  font-family: "Gotham" !important;
}
.yotpo-bottom-line .yotpo-bottom-line-text,
.yotpo-read-more-text {
  font-family: "Gotham Book" !important;
}
/* .card-wrapper.product-card-wrapper.underline-links-hover{
  cursor:pointer;
} */
.product-card-wrapper .card--media .card__inner .card__content {
  position: absolute;
}
/*====Resposive start here====  */
@media only screen and (min-width: 1200px) {
  .template--financing
    .background-none
    .multicolumn-list
    .multicolumn-card__info,
  .background-none
    .multicolumn-list:not(.slider)
    .center
    .multicolumn-card__info {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .maincart_flex {
    gap: 20px;
  }
  .maincart_flex .cart-item__details .cart-item__name {
    font-size: 13px;
    line-height: 15px;
  }
  .maincart_flex .cart-item > td + td {
    padding-left: 1rem;
  }
  .maincart_flex .cart-item .cart-item__quantity,
  .maincart_flex .cart-items .cart-items__heading--wide {
    padding-left: 2rem;
  }
  .template--press .main-blog .metafieldd_tagline {
    font-size: 11px;
    letter-spacing: 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  .ply_svg {
    top: 70%;
  }
  .ply_svg svg {
    height: 60px;
  }
  header.article_hdr {
    max-width: 700px;
  }
  .maincart_flex .cart-item > td + td {
    padding-left: 2rem;
  }
  .maincart_flex .cart-item .cart-item__quantity,
  .maincart_flex .cart-items .cart-items__heading--wide {
    padding-left: 4rem;
  }
  .maincart_flex .cart-item__details .cart-item__name {
    font-size: 14px;
    line-height: 18px;
  }
  .left_cart_footer,
  .right_cart_footer {
    width: 100%;
  }
  .right_cart_footer {
    padding-left: 0;
  }
  .arrw_txt {
    display: none;
  }
  .image_newsletter .image-with-text__content {
    padding: 5rem 2rem;
  }
  .right_marking_data {
    padding: 50px;
    max-height: 600px;
  }
  .tov_blogslider .card__heading a {
    font-size: 22px;
    line-height: 30px;
  }
  .in_blog_textt {
    font-size: 25px;
    line-height: 30px;
  }
  .tov_blogslider .slick-dots {
    padding: 5rem 0 0rem;
  }
  .image_newsletter .image-with-text__heading.h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  /*   .main_tov_look .pre_arrow, .main_tov_look .next_arrow{
    display:none;
  } */
  .home_img_txt .image-with-text__heading.h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .list_view {
    flex-direction: column;
  }
  .left_list_image,
  .righ_list_content {
    width: 100%;
    flex-basis: 100%;
  }
  .righ_list_content {
    padding: 20px;
  }

  .pop_main {
    width: 750px;
  }

  .pop_title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  .terms_conditionn label {
    font-size: 10px;
  }
  .newsletter_popup .newsletter-form__button {
    margin-top: 15px;
  }

  .imag_with_slider {
    flex-direction: column;
  }
  .left_img_dv,
  .right_slider_dv {
    width: 100%;
    flex-basis: 100%;
  }
  .right_slider_dv {
    padding: 30px 20px;
  }
  .content_dtl {
    max-width: 100%;
  }
}
@media only screen and (max-width: 989px) {
  .desktop_search_bar {
    display: none;
  }
  .artical_sticky {
    top: 64px;
  }
  .image-with-text__heading.h0 {
    font-size: 38px;
    line-height: 55px;
  }
  .financing_imgtext_design .grid--2-col-tablet .grid__item {
    width: 100%;
  }
  .financing_imgtext_design.page-width .image-with-text__content {
    padding: 3rem 0;
  }
  .template--contact .multicolumn-card__info .rte p {
    font-size: 23px;
  }

  /*   .innner_rytprod, .featutre_productss{
    gap:30px;
  } */
  .image_newsletter .image-with-text__heading.h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .image_newsletter .image-with-text__text.rte.body {
    font-size: 14px;
  }
  .main-blog .card__heading a {
    font-size: 24px;
    line-height: 30px;
  }
  .main_slider_dv {
    flex-direction: column;
    gap: 30px;
  }
  .main_lfty {
    width: 50%;
    flex-basis: 50%;
    text-align: center;
  }
  .ryt_lfty {
    width: 100%;
    flex-basis: 100%;
  }
  .content_within_contaner .slider--tablet:after {
    padding-left: 0;
  }
  header.article_hdr {
    max-width: 100%;
  }
  .a_content {
    margin-top: 15rem;
  }
  /*    .featutre_productss {
    grid-template-columns: 1fr;
} */
  .customer_main {
    gap: 0;
    flex-direction: column;
  }
  .left_customer,
  .right_customer {
    width: 100%;
    flex-basis: 100%;
  }
  .inspired_blog .blog-articles {
    column-gap: 50px;
    row-gap: 50px;
  }
  .inspired_blog .op_layout .card__information {
    padding: 1.5rem 1rem !important;
    margin: -60px 10px 0;
  }
  .inspired_blog .card__heading a {
    font-size: 16px;
    line-height: 24px;
  }
  .tov_blogslider .card__heading a {
    font-size: 20px;
    line-height: 28px;
  }
  .inner_blog_slider {
    padding-left: 0;
  }
  .inner_blog_slider .main_lfty {
    padding: 0 15px;
  }

  .tov_blogslider .slider_main_one {
    padding: 0 15px 0 5px;
  }
  .template--article .inner_blog_slider .main_lfty,
  .template--article .tov_blogslider .slider_main_one {
    padding: 0;
  }

  /* .marketing_block_data {
    grid-template-columns: 1fr;
}
  .right_marking_data {
    max-height: 860px;
  } */
  .right_marking_data {
    max-height: 100%;
    padding: 30px 50px;
    flex-direction: row;
    gap: 20px;
  }
  .marketing_slider .slick-arrow {
    position: absolute;
    bottom: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .marketing_slider
    .product-card-wrapper
    .card__information
    .card__heading
    .full-unstyled-link {
    font-size: 14px;
  }
  .marketing_slider .slick-arrow.pull-left {
    left: 50%;
    transform: translateX(-50%);
  }
  .marketing_slider .slick-arrow.pull-right {
    left: 60%;
    transform: translateX(-60%);
  }

  .main-page-title {
    font-size: 33px;
  }
  .template--page .rte h2 {
    font-size: 28px;
  }
  /*  new==  */
  .product_looks {
    max-width: 100%;
  }
  .inner_look {
    margin: 0;
    display: flex !important;
    gap: 25px;
  }
  .tov_shop_look_left {
    width: 58%;
    flex-basis: 58%;
  }
  .tov_shop_look_right {
    width: 42%;
    flex-basis: 42%;
    position: static;
    transform: none;
  }
  .shop_look_img,
  .shop_look_img img {
    height: 100%;
  }
  .product_slider {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .ply_svg {
    top: 75%;
  }

  .home_feature_prod .left_prod_dv {
    display: none;
  }
  .template--about .image-with-text__heading.h1 {
    font-size: 38px;
    margin-top: 0;
  }
  .financing_imgtext_design .image-with-text__heading.h2 {
    font-size: 24px;
  }
  .featutre_productss {
    grid-template-columns: 1fr;
  }
  .innner_rytprod,
  .featutre_productss {
    gap: 20px;
  }

  .maincart_flex .cart-item__details .cart-item__name {
    font-size: 13px;
    line-height: 15px;
  }
  .maincart_flex .cart-item > td + td {
    padding-left: 1rem;
  }
  .maincart_flex .cart-item .cart-item__quantity,
  .maincart_flex .cart-items .cart-items__heading--wide {
    padding-left: 2rem;
  }
  .template--instagram .rich-text__text.rte p {
    font-size: 18px;
  }
  a.button--secondary.top_tikt_btn {
    display: none;
  }
  .order_repeatable {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .line_order_section {
    width: 50%;
    flex-basis: 50%;
  }
  .order-close-icon {
    top: 15%;
    transform: translate(-2%, -15%);
  }
  .order_fullfill {
    width: 100%;
    flex-basis: 100%;
  }
  .customer_order_list .color_changer {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    text-align: center;
  }

  .home_feature_prod .below-card-content.card__content {
    padding: 0 10px !important;
  }
  .home_img_txt .image-with-text__heading.h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .home_img_txt .image-with-text__heading.h1 span {
    font-size: 65px !important;
  }
  .findtov_img_txt .image-with-text__heading.h1 {
    line-height: 60px;
  }
  .findtov_img_txt .image-with-text__heading.h1 span {
    font-size: 70px !important;
  }
  .home_img_txt .image-with-text__text.rte.body {
    margin-top: 1rem;
  }
  .home_testimonial_main .slick-slide {
    margin: 0 20px;
  }
  .home_testimonial_main .slick-dots li {
    width: 14%;
  }
  .image_newsletter .image-with-text__content {
    padding: 5rem 2rem;
  }
  .pop_main {
    width: 560px;
  }
  .left_model_img {
    display: none;
  }
  .right_model_data {
    width: 100%;
    flex-basis: 100%;
    padding: 35px;
    text-align: center;
  }
  .article-template h2 {
    font-size: 24px;
  }
  .article-template__content,
  .article-template__content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .bg_txt h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .template--press .main-blog .card__heading a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 749px) {
  .tov_blogslider .metafieldd_tagline {
    font-size: 10px;
  }
  .marketing_block_data {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .marketing_slider .slick-list {
    padding: 0 30% 0 0;
  }

  .marketing_slider .slick-slide {
    margin: 0 20px;
  }
  .right_marking_data {
    padding: 50px 0px;
  }
  .template--giftcards .image-with-text__media {
    padding-bottom: 400px !important;
  }
  .template--press .main-blog .metafieldd_tagline {
    font-size: 10px;
  }
  .template--about .image-with-text .content-img {
    display: none;
  }
  .template--about .image-with-text .image-with-text__text.rte.body p {
    text-align: center;
  }
  .template--about .image-with-text__heading.h1 {
    margin-bottom: 15px;
  }
  .template--contact .multicolumn-list:not(.slider) {
    justify-content: center;
  }
  .innner_rytprod,
  .featutre_productss {
    gap: 15px;
  }
  .tov_lokk_update .tov_subtitle {
    font-size: 75px;
  }
  .multi_img_hdr .hedr_contentt h2,
  .collection__title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .cstm_liquid_main .scgh-checker .scgh-checker__form button {
    margin-top: 25px;
  }
  .cstm_liquid_main .scgh-checker .scgh-checker__form {
    padding: 15px 0 0px;
  }

  .content_within_contaner .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }
  .template--article .inner_blog_slider {
    padding-left: 1.5rem;
  }

  header.article_hdr {
    position: relative;
  }

  .cart__ctas button,
  .continue_shop .button--secondary {
    min-width: 100%;
  }
  .maincart_flex .cart-item__media {
    width: 10rem;
  }
  .maincart_flex .cart-items {
    border-spacing: 0px 5px;
  }
  .mobile_quantity_with_price,
  .title_cross_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100% !important;
  }
  .maincart_flex table td {
    padding: 10px !important;
  }
  .maincart_flex .cart-item__image-container img {
    width: auto;
  }
  .maincart_flex .cart-item {
    margin-bottom: 0;
    background: transparent;
    width: 100%;
    display: table;
  }
  .inspired_blog .op_layout .card__information {
    padding: 1.7rem 2rem !important;
    margin: -60px 18px 0;
  }
  .inspired_blog .card__heading a {
    font-size: 20px;
    line-height: 28px;
  }
  .tov_blogslider .op_layout {
    padding: 1.5rem 1.2rem !important;
    margin: -60px 10px 0;
  }
  .tov_blogslider .card__heading a {
    font-size: 16px;
    line-height: 24px;
  }

  .newsletter-form {
    align-items: flex-start !important;
  }
  .home_blog .blog__title.h1 {
    font-size: 65px;
    line-height: 65px;
  }

  .animated_hdng svg {
    width: 260px;
  }

  .home_img_txt .home_content_dvv {
    max-width: 100%;
    width: 100%;
  }
  .home_testimonial_main .slick-slide {
    margin: 0 12px;
  }
  .righ_rvw p {
    font-size: 14px;
  }
  .image_newsletter .image-with-text__content {
    padding: 3rem 2rem;
  }
  .collection-list-wrapper .title-wrapper-with-link {
    margin-bottom: 2rem;
  }

  .article-template__hero-container .bredcrumbWrap .breadcrumbs {
    display: block;
  }
  .article-template .article-template__title {
    font-size: 24px;
    line-height: 28px;
  }
  .share_with_comment h2 {
    font-size: 15px !important;
  }
  .share_with_comment .share_btn svg {
    width: 20px;
  }
  .article-template__content,
  .article-template__content p {
    font-size: 14px;
    line-height: 24px;
  }
  .image_wth_txt {
    flex-direction: column;
  }
  .image_wth_txt .lfty_img,
  .image_wth_txt .ryty_content {
    width: 100%;
    flex-basis: 100%;
  }
  .image_wth_txt .ryty_content {
    padding: 25px 0 0 0;
  }
  .image_wth_txt .lfty_img img {
    width: 100%;
  }
  .image_wth_txt .ryty_content h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .bg_txt {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
  }
  .bg_txt h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .video_dv {
    margin-bottom: 20px;
  }
  .two_images img {
    width: 100%;
  }
  .article-template h2 {
    font-size: 24px;
  }
  .article-template h5 {
    line-height: 24px;
  }
  .two_images {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .article-template__content ul li {
    font-size: 14px;
  }
  .article-template__comment-wrapper form {
    padding: 20px;
  }
  .article-template__comment-wrapper .button[type="submit"] {
    margin-top: 1rem;
  }

  .title_404 {
    font-size: 20px;
    line-height: 26px;
  }
  .image_404 {
    max-width: 70%;
  }

  .press_blog_heading {
    font-size: 34px;
    line-height: 90.8%;
    margin: 0 0 60px;
  }
  .main_lfty {
    width: 100%;
    flex-basis: 100%;
  }

  .color-product-swatches {
    margin-bottom: 5px;
  }
  .look_shop_btn {
    font-size: 10px;
    padding: 6px;
    margin-top: 8px;
  }
  .product_slider .slick-dots {
    padding: 8px 0;
  }
  .main_dot:after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
  }
  .all_look_btn .button {
    min-height: 50px;
  }
  .slider-button {
    width: 45px !important;
    height: 26px !important;
  }
  .main-page-title {
    margin-bottom: 2rem !important;
    font-size: 24px;
  }
}
@media only screen and (max-width: 589px) {
  .ply_svg svg {
    height: 40px;
  }
  .custom_drawer .quantity,
  .maincart_flex .quantity {
    height: 38px;
    width: calc(
      10rem / var(--font-body-scale) + var(--inputs-border-width) * 2
    );
    min-height: calc((var(--inputs-border-width) * 2) + 3.6rem);
  }
  .custom_drawer .quantity__button,
  .maincart_flex .quantity__button {
    width: calc(3.5rem / var(--font-body-scale));
  }
  .tv_blog_slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 15px;
  }
  .tov_blogslider .slider_main_one {
    padding: 0 15px;
  }
  .template--article .inner_blog_slider {
    padding-left: 15px;
  }

  .template--article .tv_blog_slider {
    margin: 0;
  }
  .template--press .main-blog .metafieldd_tagline {
    font-size: 7px;
  }
  .template--contact
    .multicolumn-list:not(.slider)
    .multicolumn-list__item.grid__item {
    width: 100%;
    max-width: 100%;
  }
  .tov_colslider .slider_main_one {
    padding: 0;
  }
  .inner_look {
    display: block !important;
  }
  .product_slider {
    margin: 0 20px;
  }
  .shop_look_content {
    margin-top: -50px;
    /*     max-width: 500px; */
    /*     margin: -50px auto 0 auto; */
  }
  .tov_shop_look_right,
  .tov_shop_look_left {
    width: 100%;
    flex-basis: 100%;
  }
  /*    .innner_rytprod, .featutre_productss{
    gap:20px;
  } */
  .sec_header h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .template--instagram .slideshow .banner__heading.h1 span {
    font-size: 50px !important;
  }
  .order-btns a {
    width: 100%;
  }
  .header_article_sticky {
    margin-bottom: 3rem;
  }
  .a_content {
    margin-top: 12rem;
    margin-bottom: 3rem;
  }
  .article-template h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .order_details_address {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .shiping_billing_details {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .top_order {
    margin-bottom: 10px;
  }
  .left_ordr_d {
    border-right: none;
    padding-right: 0px;
  }
  .order-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;

    text-align: center;
  }
  .adress_dtls {
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .inspired_blog_heading {
    font-size: 28px;
    line-height: 40px;
    max-width: 480px;
  }
  .inspired_blog .blog_tabs {
    margin: o auto 30px;
  }
  .home_blog .animated_hdng {
    /*     top: -15px;
    right: 5%; */
    margin-left: -30px;
  }
  .animated_hdng svg {
    width: 200px;
    height: 85px;
  }
  .financin_banner_design .banner__heading.h1 {
    font-size: 32px;
    line-height: 100%;
  }

  .home_banner_slideshow .banner__heading {
    font-size: 35px;
    line-height: 45px;
  }
  .home_banner_slideshow .banner__heading span {
    font-size: 60px !important;
  }
  .look_shop_btn {
    font-size: 12px;
    letter-spacing: 0;
  }
  /*   .product_cntant h3, .product_cntant p{
    font-size:13px;
        line-height: 18px;
  } */
  .testimonial_header {
    margin-bottom: 35px;
  }
  .testimonial_header h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .testimonial_review {
    column-gap: 0px;
  }
  .datee {
    font-size: 12px;
  }
  .righ_rvw p {
    font-size: 13px;
    margin: 5px 0;
  }
  .client_name {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    margin-top: 16px;
  }
  .rvw_star {
    font-size: 22px;
  }
  .ratng_cnt {
    font-size: 15px;
  }
  .home_testimonial_main .slick-prev3.slick-arrow {
    right: 15%;
    transform: translate(-15%);
  }
  .home_testimonial_main .slick-dots {
    padding: 4rem 0 0rem;
  }
  .home_blog .blog__title.h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .home_blog .subheading_post {
    font-size: 15px;
    line-height: 24px;
  }
  .home_blog .title-wrapper-with-link {
    margin-bottom: 3rem;
  }
  .main-blog .card__heading a {
    font-size: 16px;
    line-height: 24px;
  }

  .blog_searchbar .search__input.field__input {
    text-align: left !important;
    font-family: "Gotham Book";
  }
  .inner_blog_tabs .blog_searchbar {
    padding-top: 10px;
  }
  .blog_menu label span {
    padding: 5px 10px !important;
  }
  .pop_main {
    width: 450px;
  }
  .write-a-comment .button {
    padding: 8px 30px 10px !important;
    min-width: auto;
    min-height: auto;
  }
  .write-a-comment span {
    font-size: 15px;
  }
  .tov_store_data {
    flex-direction: column;
  }
  .left_store_tov,
  .righ_store_tov {
    width: 100%;
    flex-basis: 100%;
  }
  .home_img_heading {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .upper_content h2 {
    font-size: 24px;
  }
  .tov_hdng {
    font-size: 38px;
    line-height: 110%;
  }
  /*    .hdr_arrow a{
    font-size:12px!important;
  } */
  .tov_lokk_update .tov_subtitle {
    font-size: 70px;
    line-height: 70px;
  }

  .multi_images_slider .pre_button.t_arw_pre,
  .multi_images_slider .next_button.t_arw_nxt {
    display: none !important;
  }
  .multi_img_hdr {
    display: flex;
    flex-direction: column-reverse;
    gap: 7px;
  }
  .multi_images_main {
    padding: 0 15px;
  }
  .multi_photo_slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .yotpo-reviews-pagination-container {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .yotpo-headline,
  .yotpo-bottom-line-summary {
    margin-top: 0px !important;
  }
  .yotpo-head {
    margin-top: 24px !important;
  }

  .ply_svg {
    top: 85%;
  }
  .marketing_slider .slick-arrow svg {
    width: 15px;
  }
  .marketing_slider
    .product-card-wrapper
    .card__information
    .card__heading
    .full-unstyled-link {
    font-size: 12px;
  }
  .tov_blogslider .card__heading a {
    font-size: 14px;
    line-height: 20px;
  }

  /*   .shop_look_content {
    max-width: 300px;
} */
  .template--about .image-with-text__heading.h1 {
    font-size: 32px;
  }
  .product_data {
    padding: 10px;
  }
  .product_cntant {
    padding-top: 10px;
  }

  .in_blog_textt {
    font-size: 22px;
    line-height: 30px;
  }
  .in_blog_dsc {
    font-size: 13px;
  }
  .rte ul li {
    font-size: 14px;
  }
  .inspired_blog .card__heading a {
    line-height: 24px;
  }

  .multi_img_hdr {
    margin-bottom: 20px;
  }
  .hdr_arrow a {
    font-size: 13px !important;
  }

  .sc_gift_cards a {
    font-size: 13px;
  }
  .rich-text__heading.rte.h2 span {
    font-size: 23px;
    line-height: 111%;
  }
  .inspired_blog_heading {
    font-size: 22px;
    line-height: 30px;
  }
  .tov_lokk_update .tov_subtitle {
    font-size: 65px;
    line-height: 65px;
  }
  .tov_lokk_update .tov_hdng {
    font-size: 14px;
    line-height: 180%;
  }
  .financing_imgtext_design .image-with-text__heading.h2 {
    font-size: 22px;
  }
  .financing_imgtext_design .image-with-text__text.rte.body p {
    font-size: 13px;
    line-height: 170%;
  }
  .collapsible-content__heading {
    font-size: 32px;
  }
  .financing_imgtext_design .img_txt_heading h2 {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 30px 0;
  }
  .financin_banner_design .banner__box {
    padding: 0 !important;
  }
  .financin_banner_design .banner__text {
    padding: 0 2rem;
  }
  .financin_banner_design .banner__heading {
    padding: 3rem 2rem 0;
  }
  .financin_banner_design .banner__text.subtitle {
    margin-top: 3.5rem;
    font-size: 10px;
    line-height: 133%;
  }
  .financin_banner_design .banner__heading.h1 span {
    font-size: 22px !important;
  }
  .inner_store_map iframe {
    height: 400px;
  }
  .home_banner_slideshow .banner__heading {
    font-size: 27px;
    line-height: 35px;
  }
  .banner__box {
    padding: 4rem 2.5rem !important;
  }
  .home_banner_slideshow .banner__subtitle {
    font-size: 13px;
  }
  .banner__box > * + .banner__buttons {
    margin-top: 1rem !important;
  }
  .home_banner_slideshow .banner__buttons .button--primary {
    font-size: 12px;
    padding: 0 2rem;
    height: 40px;
    min-height: 40px;
  }
  .collection-list-title.h1,
  .collection__title h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .sec_header h2 {
    text-align: center;
  }
  .heading_with_arrow .hdr_arrow {
    gap: 10px !important;
  }
  .heading_with_arrow .hdr_arrow svg {
    width: 18px;
  }
  .innner_rytprod .product-card-wrapper .card__information .card__heading a {
    /*     font-size: 11px; */
    /*     line-height: 16px; */
    margin-bottom: 5px;
  }
  .innner_rytprod
    .product-card-wrapper
    .price
    .price__regular
    .price-item.price-item--regular,
  .innner_rytprod
    .product-card-wrapper
    .price__sale
    .price
    .price-item.price-item--sale {
    font-size: 12px;
    line-height: 176x;
  }
  .innner_rytprod
    .card-information
    > *:not(.visually-hidden:first-child)
    + *:not(.rating) {
    margin-top: 0;
  }
  .home_img_txt .image-with-text__heading.h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .findtov_img_txt .image-with-text__heading.h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .home_img_txt .image-with-text__heading.h1 span {
    font-size: 54px !important;
  }
  .template--page .rte p,
  .template--page .rte ul li span,
  .template--page .rte ol li {
    font-size: 14px;
    line-height: 186%;
  }
  .findtov_img_txt .image-with-text__heading.h1 span {
    font-size: 55px !important;
  }
  .image-with-text__content .image-with-text__text + .button {
    margin-top: 2rem !important;
    font-size: 12px;
    padding: 0 2rem;
  }

  /*   .tov_shop_look_left {
    width: 85%;
} */
  /*  .main_tov_look .inner_look{
    margin:0;
  } */
  /*   .tov_shop_look_right {
    right: -10px;
} */
  /*   .product_data {
    padding: 7px;
} */

  /*   .product_cntant h3 {
    font-size: 12px;
    line-height: 16px;
}
  .product_cntant p{
      font-size: 12px;
  }
  .look_shop_btn{
    font-size:9px;
  } */
  .product_slider .slick-dots {
    padding: 8px 0;
  }
  .main_dot:after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
  }
  .all_look_btn .button {
    min-height: 50px;
  }
  .slider-button {
    width: 45px !important;
    height: 26px !important;
  }
  .testimonial_header h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .home_testimonial_main .slick-slide {
    margin: 0 8px;
  }
  .testimonial_review {
    flex-direction: column;
  }
  .left_client_image,
  .righ_rvw {
    width: 100%;
    flex-basis: 100%;
  }
  .righ_rvw {
    padding: 15px;
  }
  .home_testimonial_main .slick-dots li {
    width: 10%;
  }

  .home_testimonial_main .slick-prev3.slick-arrow {
    right: 17%;
    transform: translate(-17%);
  }
  .home_blog .blog__title.h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .animated_hdng svg {
    width: 170px;
    height: 70px;
  }

  .home_blog .subheading_post {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .home_blog .title-wrapper-with-link {
    margin-bottom: 2rem;
  }
  .home_blog .card__heading a {
    font-size: 18px;
    line-height: 24px;
  }
  .metafieldd_tagline {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .tov_blogslider .metafieldd_tagline {
    font-size: 10px;
  }
  .tov_blogslider .arrow_right_svg {
    width: 16px;
    margin-top: 8px;
  }
  .image_newsletter .image-with-text__heading.h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .image_newsletter .image-with-text__content > * + * {
    margin-top: 1rem;
  }
  .inner_tov_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .location_input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .swich_btn {
    text-align: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .article-card .card__heading {
    margin-bottom: 0 !important;
  }
  .article-template__hero-container .bredcrumbWrap .title-bold {
    font-size: 11px;
  }
  /* .article-template__content {
    margin-top: 3rem!important;
} */
  .pop_main {
    width: 320px;
  }
  .pop_title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  .right_model_data {
    padding: 18px;
  }
  .cllosed {
    /*     margin-top: 20px; */
  }
  .title_404 {
    font-size: 18px;
    line-height: 24px;
  }
  .bg_txt {
    padding: 12px;
    margin: 0 0 25px;
  }
  .bg_txt h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .playpause {
    width: 50px;
    height: 50px;
  }
  .video_dv {
    margin-bottom: 10px;
  }
  .article-template h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .article-template h5 {
    line-height: 22px;
    font-size: 14px;
  }
  .article-template__content ul li {
    font-size: 13px;
  }
  .article-template__hero-container .bredcrumbWrap a {
    font-size: 10px;
  }
  .search_btn {
    width: 100%;
    margin-top: 15px;
  }
  .tov_str {
    font-size: 17px;
  }

  .image-with-text__heading.h0 {
    font-size: 35px;
    line-height: 40px;
  }
  .template--trade .image-with-text__heading.h0 {
    font-size: 30px;
    margin-top: 0;
  }
  .image-with-text__heading.h0 span {
    font-size: 50px !important;
  }
  .banner__heading.h1 span {
    font-size: 50px !important;
  }

  .linking_elemnt {
    flex-direction: column;
  }
  .template--page .linking_elemnt a {
    width: 100%;
  }
  .press_blog_heading {
    font-size: 28px;
    line-height: 90.8%;
    margin: 0 0 40px;
  }
  .press_blog_heading span {
    font-size: 40px !important;
  }
  /*  .template--contact .multicolumn-card__info .rte p{
    font-size: 13px;
  } */
  .upper_content h2 {
    font-size: 18px;
  }
  .inner_home_img_heading h3 {
    font-size: 13px;
  }
  .slider_hdng {
    font-size: 24px;
  }
  .content_dtl li {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
  }
  .template--press .main-blog .metafieldd_tagline,
  .template--press .article_grid_btn a {
    font-size: 11px;
  }
  .template--press .article-card__excerpt {
    line-height: 170%;
  }
  .template--press .main-blog .card__heading a {
    font-size: 18px;
    line-height: 135%;
  }
  .content_dtl p {
    line-height: 180%;
  }
  .login-box .user-box label {
    font-size: 12px;
  }
  .template--giftcards .home_img_txt .image-with-text__heading.h1 {
    font-size: 18px;
  }
  .login-box .user-box {
    margin-top: 15px;
  }
  .exclnt_hdng,
  .in_blog_hdng {
    font-size: 50px;
    line-height: 50px;
  }
  .tov_colslider .review_slider .slick-prev {
    left: -5%;
  }
  .tov_colslider .review_slider .slick-next {
    right: -5%;
  }
  .multi_img_hdr .hedr_contentt {
    text-align: left !important;
  }
  .multi_img_hdr .hdr_arrow {
    gap: 12px;
  }
  .multi_img_hdr .hedr_contentt h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .multi_img_hdr .arrow_left_svg,
  .multi_img_hdr .arrow_right_svg {
    width: 18px;
  }
  .tov_hdng {
    font-size: 31px;
  }
  .customer form .grid {
    flex-direction: column;
  }
  .customer form .grid__item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .dtls_btn {
    gap: 0;
    flex-direction: column;
    width: 100%;
  }
  .dtls_btn button {
    margin: 10px 0 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .adding_butonn > div {
    width: 100%;
  }
  .adding_butonn > div button {
    margin: 10px 0 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .adrs_info label {
    font-size: 11px;
  }
  .main_ad_form {
    flex-direction: column;
  }
  .ad_tabs label span {
    font-size: 12px;
    padding: 0 9px;
  }
  .main_adress_ul li h2 {
    font-size: 22px !important;
  }
  .adress_dtls p {
    font-size: 14px !important;
  }
  .profile_dv h2 {
    font-size: 28px;
  }
  .intsa_svg svg {
    width: 250px;
    height: 50px;
  }
  .template--instagram .rich-text__text.rte p {
    font-size: 15px;
  }
  .template--instagram .slideshow .banner__heading.h1 {
    font-size: 22px;
  }
  .template--instagram .slideshow .banner__heading.h1 span {
    font-size: 30px !important;
  }
  /*   .product_slider {
    margin: 0 20px;
} */
  .image_newsletter .field__input,
  .image_newsletter .field__input::placeholder {
    font-size: 38px;
  }
  .image-with-text--overlap .image-with-text__heading.h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-with-text--overlap .image-with-text__text.rte p {
    font-size: 13px;
    line-height: 22px;
  }
  .img_newsltr_email {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .maincart_flex table td {
    padding: 6px !important;
  }
  .maincart_flex .price {
    font-size: 13px;
  }
  .quantity__button {
    width: calc(2.5rem / var(--font-body-scale));
  }
  .quantity {
    width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
  .order_main_btn {
    /*     flex-direction: column; */
  }
  .order-btns {
    width: 100%;
  }
  /*   .innner_rytprod {
    grid-template-columns: 1fr ;
} */
  /*   .innner_rytprod .product-card-wrapper .card__information .card__heading a{
    font-size: 14px;
    margin-right:0;
  } */
  .sec_header h2 {
    font-size: 19px;
  }
  .tov_hdng {
    font-size: 26px;
  }
  .reviw_textt {
    font-size: 28px;
  }
  .custom_drawer .cart__checkout-button {
    font-size: 8px;
    padding: 0 8px;
    height: 34px;
    min-height: 34px;
  }
}
@media only screen and (max-width: 370px) {
  .tv_blog_slider {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
  .tov_blogslider .metafieldd_tagline {
    font-size: 12px;
  }
  .tov_blogslider .card__heading a {
    font-size: 16px;
    line-height: 24px;
  }

  .multi_img_hdr .hedr_contentt h2 {
    font-size: 22px;
  }
  .image-with-text__heading.h0 {
    font-size: 28px;
  }
  .image-with-text__heading.h0 span {
    font-size: 42px !important;
  }
  .careers_team {
    font-size: 65px;
    line-height: 50px;
  }
  .login-box .user-box label {
    font-size: 10px;
  }
  .tov_hdng {
    font-size: 24px;
  }
  .intsa_svg svg {
    width: 220px;
    height: 45px;
  }
  /*   .content_dtl {
    font-size: 12px;
    line-height: 120%;
}
  .tov_shop_look_right {
    width: 46%;
}
  .product_cntant {
    padding-top: 7px;
} */
  /*   .product_cntant h3 {
    font-size: 11px;
    line-height: 14px;
}
.product_cntant p {
    font-size: 11px;
    line-height: 20px;
} */
  /*   .tov_shop_look_right {
    top: 54%;
} */
}
@media only screen and (max-width: 342px) {
  .ad_tabs label span {
    font-size: 11px;
  }
  .order_heading {
    font-size: 12px;
  }
  .customer_order_list .order_subhd {
    font-size: 13px;
  }
  .inspired_blog_heading {
    font-size: 20px;
    line-height: 30px;
  }
  .adrs_info label {
    font-size: 10px;
  }
}

.custom_drawer .scDiscount__container {
  display: none !important;
}
.tov-btn {
  width: 100%;
  align-items: center;
  justify-content: center;
  width: 165px;
  border: 2px solid #000;
  text-decoration: none;
  height: 50px;
  border-radius: 30px;
  color: #000;
  text-align: center;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: normal;
  box-shadow: rgba(0, 0, 0, 1) 5px 5px, rgba(0, 0, 0, 1) 6px 2px;
  transition: all 0.45s ease-in-out;
  box-shadow: rgba(0, 0, 0, 1) 0px 1px, rgba(0, 0, 0, 1) 3px 3px;
}

#signpanda-btn {
  width: 100%;
  margin-left: 0;
}