* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.product-img-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.product-img-box .show {
  /*  width: 80%;
    height: 500px;
    float: right;
    margin-right: 0;
    border: 2px solid #717172;
    padding: 40px;
    border-radius: 10px;*/
  width: 100%;
  height: 500px;
  float: right;
  margin-right: 0;
  border: 2px solid #717172;
  padding: 40px;
  border-radius: 10px;
}
#show-img {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  object-fit: contain;
}
.small-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.product-img-box .icon-left,
.product-img-box .icon-right {
  cursor: pointer;
  position: absolute;
  bottom: -25px;
  margin: auto 0;
  padding: 11px;
  width: 50px;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #717172;
  border-radius: 50px;
  z-index: 99;
}
.product-img-box .icon-left {
  left: 225px;
  left: calc(60% - 50px);
}
.product-img-box .icon-right {
  left: 295px;
  top: unset;
  left: calc(71% - 50px);
}
.product-img-box .icon-left:hover,
.product-img-box .icon-right:hover {
  opacity: 1;
}
.small-container {
  width: 100%;
  height: auto;
  /*overflow: hidden;*/
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div {
  width: 100%;
  position: relative;
}

.small-container .show-small-img {
  width: 80px;
  height: 80px;
  margin-right: 0;
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid rgba(14, 14, 6, 0.75);
  background: #fff;
}
.small-container .show-small-img:last-of-type {
  margin-right: 0;
}
.Not_found_Page {
  background-image: url(../img/bg-404.svg);
  padding: 0;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.Not_found_div {
  max-width: 48.5%;
  min-width: 50%;
  text-align: center;
  padding: 0px 0px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Not_found_div h1 {
  color: #363537;
  font-size: 130px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin: 0px;
  line-height: 1;
}
.Not_found_image {
  max-width: 48.5%;
  min-width: 50%;
  text-align: right;
  padding: 150px 0px 0;
}
.Not_found_image img {
  width: -webkit-fill-available;
}
.Not_found_div p {
  color: #363537;
  font-size: 16px;
}
.Not_found_div .font_medium {
  color: #363537;
  font-size: 28px;
}
.go_home {
  background-color: #ad5d4e;
  border: 1px solid #ad5d4e;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  display: flex;
  line-height: normal;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  align-items: center;
}
.go_home:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.woocommerce-privacy-policy-text p {
  color: #363537;
  text-align: left;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
}
.accepted-payment-icons {
  display: none !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ffffff !important;
  margin-top: 25px;
}
footer {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 0;
  align-self: stretch;
  position: relative;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: center;
  padding: 100px;
}
.footer_main {
  display: flex;
  max-width: 870px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  margin: 0px auto;
  text-align: center;
}
.flex_direction {
  flex-direction: column;
  gap: 20px !important;
}
.footer_follow_text {
  margin: 0px;
  color: #0e0e06;
  font-size: 14px;
  font-weight: 600;
}
.footer_main_follow {
  display: flex;
  gap: 30px;
}
.footer_form p {
  margin-top: 0;
  margin-bottom: 0rem;
  font-size: 14px;
  font-weight: 600;
  color: #0e0e06;
}
.footer_form .noptin-form-fields {
  display: flex;
  min-width: 500px;
  min-height: 60px;
  padding: 0;
  align-items: center;
  gap: 4px;
}
.footer_form .noptin-optin-form .noptin-text {
  height: 60px !important;
  border-radius: 40px;
}
.footer_form .noptin-optin-form .button {
  color: #fff !important;
  background: #ad5d4e 0% 0% no-repeat padding-box !important;
  border-radius: 50px !important;
  /* width: 166px; */
  height: 48px;
  border: none !important;
  font-size: 14px !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
  position: absolute !important;
  right: 20px;
  top: 6px;
  line-height: 16px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  justify-content: center;
}
.footer_form .noptin-optin-form .noptin-text {
  padding: 10px;
  color: #0e0e06;
  font-size: 12px;
  padding-left: 25px;
}
.footer_form .bottom-note {
  display: flex;
  width: 100%;
  text-align: center;
}
.footer_form .noptin-optin-form {
  margin: 15px 0px 0px;
}
.footer_main_address {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer_main_address .get-in-touch {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.footer_main_address .icn-img {
  display: flex;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: linear-gradient(
      0deg,
      var(--Danger-25, rgba(187, 81, 58, 0.1)) 0%,
      var(--Danger-25, rgba(187, 81, 58, 0.1)) 100%
    ),
    var(--Light-100, #fff);
}
.footer_main_foot {
  display: flex;
  padding: 40px 100px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid rgba(14, 14, 6, 0.1);
}
#small-img-roll {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-top: -40px;
  z-index: 9999;
}
.product_details_row {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  align-self: stretch;
}
.product_details_colmd6 {
  display: flex;
  width: 60%;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
  top: 140px;
}
.product_dtl_img {
  width: 44%;
}
.priceproduct {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 22px;
  background: #503d42;
}
.icon_w {
  display: none !important;
}
.view-product-btn:hover .icon_w {
  display: block !important;
}
.view-product-btn:hover .icon_g {
  display: none !important;
}
.re-products .slick-track {
  /*display: flex;*/
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  /* margin: 0px -15px ;*/
}
.re-products .slick-track .slick-slide {
  padding: 0px;
  display: flex;
  /*min-width: 200px;*/
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(14, 14, 6, 0.75);
  background: #fff;
  max-width: 100%;
  margin-bottom: 40px;
  position: relative;
  margin: 0px 20px 40px;
}
.re-products .slick-slide .img_ach {
  width: 100%;
}
.re-products .slick-slide .cloths-img {
  object-fit: cover;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 0px;
}
.re-products .content {
  padding-top: 15px;
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.re-products .content .title {
  color: #0e0e06;
  font-size: 14px;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  margin: 0px;
  display: block;
  text-transform: capitalize;
  line-height: 28px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.re-products .caption {
  color: rgba(14, 14, 6, 0.75);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Public Sans", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
}
.re-products .button-area {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 15px;
}
.re-products .button-area .add-shoping-bt {
  display: flex;
  min-height: 44px;
  padding: 0px 20px;
  align-items: center;
  gap: 6px;
  width: auto;
  border-radius: 30px;
  background: #989b46;
  color: #fff;
}
/***************************************************************/
.thank_you_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  text-align: center;
  color: #f5f4ef;
  background: #858648;
  gap: 40px;
}
.thank_you_bg {
  display: flex;
  padding: 150px 50px 100px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background-color: #503d42f5;
}
.contact_us_page {
  background-image: url(../img/Collage-2.webp);
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.contact_us_bg {
  padding: 180px 50px 80px;
  background-color: #fffffff5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #0e0e06;
  gap: 20px;
}
.thank_you_title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.thank_you_title h1 {
  margin: 0px;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 50px;
}
.thank_you_title img {
  width: 128px;
  height: 128px;
  border-radius: 100%;
}
.thank_you_subtitle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 800px;
}
.thank_you_subtitle p {
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.thank_you_subtitle .font_large {
  font-size: 20px;
}
.thank_you_div {
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
.thank_you_box {
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: #fff;
  color: #717172;
  padding: 50px 40px;
  border-radius: 5px;
  width: 48%;
}
.thank_you_bg .thank_you_box h2 {
  margin-bottom: 20px;
}
.thank_you_box svg {
  width: 48px;
  height: 48px;
  background: #f5f4ef 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px;
}
.thank_you_cnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: left;
}
.thank_you_box h2 {
  color: #0e0e06;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
.thank_you_cnt p b {
  color: #0e0e06;
  font-weight: 600;
}
.thank_you_box .need_ul li {
  align-items: center;
}
.thank_you_box .need_ul li a {
  color: #0e0e06;
}
.thank_you_cnt p {
  margin-bottom: 0px;
  font-size: 14px;
  color: rgba(14, 14, 6, 0.75);
}
.thank_you_box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.thank_you_box ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}
.thank_you_box ul li svg {
  display: flex;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: 22px;
  background: rgba(187, 81, 58, 0.1);
  height: 44px;
  width: 44px;
  border: none;
}
.thank_you_img {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(152, 155, 70, 0.1);
}
.thank_you_img img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
}
.get_in_touch {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.get_in_touch img {
  background: #717172 0% 0% no-repeat padding-box;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  padding: 5px;
}
.get_in_touch h4 {
  color: #717172;
  font-size: 12px;
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif;
}
.get_in_touch p {
  color: #363537;
  font-size: 14px;
  margin-bottom: 0px;
}
.icn_img {
  display: flex;
  flex-direction: column;
  gap: 0px;
  line-height: normal;
  align-items: flex-start;
}
.divided {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.single {
  width: 100%;
}
.contact_us_page .md-form.md-outline {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.contact_us_page form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.contact_us_page .wpcf7-submit {
  padding: 0px 60px 0 30px;
  text-align: center;
  background: transparent !important;
  border-radius: 50px;
  width: 100%;
  height: auto;
  border: none;
}
.submit-wrapper:has(.wpcf7-submit:disabled) {
  cursor: not-allowed;
  opacity: 0.6;
}
.contact_us_page p {
  margin: 0;
}
.contact_us_page .submit-wrapper p span {
  display: none;
}
.contact_us_page .submit-wrapper {
  position: relative;
  /* display: inline-block; */
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 6px;
  align-self: center;
  justify-content: center;
  border-radius: 30px;
  background: #503d42 !important;
  width: auto;
  position: relative;
}
.contact_us_page .submit-wrapper p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px; /* space from button text */
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.99965 13.0001L1.99951 11.0002H18.1714L14.2217 7.05044L15.6359 5.63623L21.9999 12.0002L15.6359 18.3642L14.2217 16.9499L18.1715 13.0002L1.99965 13.0001Z' fill='white'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none; /* so it doesn’t block clicks */
}

.contact_us_page .md-form.md-outline label.active {
  left: 20px;
  top: 24px;
}
.contact_us_page .md-form.md-outline .form-control,
.contact_us_page .md-form.md-outline textarea.form-control {
  padding-top: 5px;
}
.contact_us_page .md-form.md-outline textarea.form-control {
  padding-top: 5px;
}
.contact_page_usp {
  display: flex;
  padding: 100px;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  border-bottom: 2px solid #fff;
  background: rgba(152, 155, 70, 0.1);
}
.services_usp {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
.usp_icon {
  display: flex;
  min-width: 72px;
  min-height: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  background: #fff;
}
.usp_cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
  flex: 1 0 0;
}
.usp_cnt h3 {
  color: #0e0e06;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  margin: 0px;
  line-height: normal;
  font-weight: 600;
}

.usp_cnt p {
  color: rgba(14, 14, 6, 0.75);
  margin: 0px;
  font-size: 14px;
}
.cat_wish {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  min-width: 40px;
  max-width: 44px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.cat_wish .product_added_div {
  display: none;
}
.cat_wish .view-product-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
}
.parent_div {
  min-height: 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.cat_wish .product_added_wish .view-product-btn {
  background: #bb513a;
  display: flex;
  align-items: center;
  border-color: #bb513a;
}
.woocommerce .wishlist_table.shop_table th,
.woocommerce .wishlist_table.shop_table td {
  color: #ffffff !important;
}
.noscroll_class {
  overflow: hidden;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  /* width: 100px !important;*/
}

.product_dtl_sec {
  padding-right: 100px;
  overflow: hidden;
  padding-left: 80px;
}
.product_dtl_sec .variations {
  position: relative;
  left: -80px;
  width: 140% !important;
  padding-left: 54px;
  right: 0px;
}
.product_dtl_sec .btn-ground {
  position: absolute;
  left: 315px;
  top: 38px;
}
.variations_form .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.woocommerce div.product form.cart .variations {
  width: 125%;
}
.product-details {
  width: 100%;
}

.menu_drop::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.menu_drop::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.menu_drop::-webkit-scrollbar-thumb {
  background-color: #000000;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 12px !important;
  margin-top: 0;
  text-align: left;
}

.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid red !important;
}
