* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body.body-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
}

input:focus {
  outline: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.IC-layout-section {
  display: flex;
  flex-direction: column;
  z-index: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .IC-layout-section {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .IC-layout-section {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .IC-layout-section {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
}
.IC-layout-section .ic-listing-plot {
  display: flex;
  flex-direction: column;
}
.IC-layout-section .ic-listing-plot .listing-top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 14px 25px 30px;
}
@media (max-width: 992px) {
  .IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  line-height: 2px;
  padding-right: 22px;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li .breadcrumb_link {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li:not(:last-child)::after {
  content: ">";
  display: inline-flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  position: absolute;
  right: 7px;
  top: 6px;
}
.IC-layout-section .ic-listing-plot .listing-top-section ul.breadcrumb_ul li.breadcrumb_li:last-child .breadcrumb_link {
  color: #998659;
  cursor: text;
}
.IC-layout-section .ic-listing-plot .listing-top-section .item-count {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4d4d4d;
  font-style: italic;
  padding: 14px 25px;
}
@media(max-width:1112px){
.IC-layout-section .ic-listing-plot .listing-top-section.new-arrival-top{
  justify-content: flex-end;
}
.IC-layout-section .ic-listing-plot .listing-top-section.new-arrival-top .item-count{
  display:block;
  }
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-top-section .item-count {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .result-count {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4d4d4d;
  font-style: italic;
  padding: 14px 25px;
  text-align: end;
  display: none;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .result-count {
    display: block;
  }
}
.IC-layout-section .ic-listing-plot .no-match-found {
  text-align: center;
}
.IC-layout-section .ic-listing-plot .no-match-found .no-match-found-txt {
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #998659;
}
.IC-layout-section .ic-listing-plot .no-match-found .no-match-found-txt span {
  color: #ab1e56;
  font-family: "GothamMedium", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .no-match-found .no-match-found-txt span {
    display: block;
  }
}
.IC-layout-section .ic-listing-plot .ic-listing-title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ab1e56;
  text-transform: capitalize;
  padding: 0px 0 0 7px;
}
@media (max-width: 992px) {
  .IC-layout-section .ic-listing-plot .ic-listing-title {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .IC-layout-section .ic-listing-plot .ic-listing-title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.IC-layout-section .ic-listing-plot .ic-listing-title .title-bullet {
  width: 13px;
  margin-right: 5px;
}
.IC-layout-section .ic-listing-plot .ic-listing-title .title-bullet img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .ic-listing-title .product-title {
  height: 100%;
  display: block;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ab1e56;
  line-height: 100%;
  text-transform: capitalize;
}
.IC-layout-section .ic-listing-plot .listing-l3-category {
  width: 100%;
  float: left;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0 15px;
}
.IC-layout-section .ic-listing-plot .listing-l3-category::-webkit-scrollbar {
  display: none; /* Hide the scrollbar for a cleaner look */
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-l3-category {
    justify-content: left;
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .IC-layout-section .ic-listing-plot .listing-l3-category {
    margin: 0px 0 20px;
  }
}
.IC-layout-section .ic-listing-plot .listing-l3-category .slick-arrow.slick-disabled {
  display: none !important;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .slick-prev:before {
  display: none;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .slick-next:before {
  display: none;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .slick-prev.slick-arrow {
  right: unset;
  top: 22%;
  width: 50px;
  height: 50px;
  background: transparent url("../listing-cat-arrow0cc1.html?a") center no-repeat;
  background-repeat: no-repeat;
  background-size: 22px;
  transform: rotate(180deg);
  z-index: 1;
  position: absolute;
  left: -9px;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .slick-next.slick-arrow {
  right: 0;
  top: 40%;
  width: 50px;
  height: 50px;
  background: transparent url("../listing-cat-arrow0cc1.html?a") center no-repeat;
  background-repeat: no-repeat;
  background-size: 22px;
  z-index: 1;
  position: absolute;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .slick-slide {
  margin-right: 45px;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block {
  float: left;
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block:not(:last-child) {
  margin-right: 45px;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 541px) {
  .IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block:not(:last-child) {
    margin-right: 17px;
  }
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block {
    min-width: 67px; /* Set a minimum width for each item */
    flex: 0 0 auto; /* Prevent items from shrinking or growing */
  }
}
@media (max-width: 541px) {
  .IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block {
    min-width: 85px;
    max-width: 85px; /* Set a minimum width for each item */
    flex: 0 0 auto; /* Prevent items from shrinking or growing */
  }
}
.IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block a {
  float: left;
  width: 100%;
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block a .category-img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block a .category-img img {
  width: 100%;
  border-radius: 50%;
}
.IC-layout-section .ic-listing-plot .listing-l3-category .l3-category-block a .category-caption {
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.IC-layout-section .ic-listing-plot .listing-option-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.IC-layout-section .ic-listing-plot .listing-banner {
  display: block;
  margin: 20px 4px 25px;
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .listing-banner {
    margin: 10px 4px 20px;
  }
}
.IC-layout-section .ic-listing-plot .listing-banner img {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section {
    justify-content: flex-start;
    padding: 0 10px;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot {
  width: 65%;
  display: flex;
  align-items: baseline;
  padding-top: 15px;
}
@media (max-width: 600px) {
 .IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot {
   padding-top:7px;
  }
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot {
    width: 100%;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .selected-tags {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .selected-tags .tag {
  height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #E0E2E4;
  border-radius: 15px;
  padding: 4px 16px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .selected-tags .tag .tag-name {
  display: contents;
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .selected-tags .tag .tag-name span {
  display: contents;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .selected-tags .tag .remove {
  width: 10px;
  display: flex;
  text-decoration: none;
  margin-left: 8px;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .selected-tags .tag .remove img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .clr-all {
  display: none;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  text-transform: capitalize;
  cursor: pointer;
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-tag-plot .clr-all {
    width: 120px;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section {
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  position: relative;
  z-index: 2;
  background-color:#fff;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    justify-content: space-around;
    box-shadow: 0 6px 6px 6px rgba(150, 150, 150, 0.3);
    padding: 10px;
    z-index: 2;
  }
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section {
    padding: 0;
    height: 50px;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 40px 10px 10px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 36px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  background: transparent url("../svg/right-arrow-black.svg") 94% 57% no-repeat;
  background-size: 10px;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by::after {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by:hover {
  background-color: #fff3f7;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by:hover::after {
  transform: rotate(90deg);
  top: 5px;
  transition: ease-in-out 0.6s;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by:hover .web-sortby-options {
  display: block;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by span {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding-left: 5px;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by {
    width: 50%;
    justify-content: center;
    border: 0;
    border-right: 1px solid #ccc;
    border-radius: unset;
    padding: 0;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by .web-sortby-options {
  width: 280px;
  position: absolute;
  right: 0;
  top: 38px;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0 6px 6px 6px rgba(150, 150, 150, 0.3);
  border-radius: 5px;
  display: none;
  padding: 10px 0;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by .web-sortby-options {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by .web-sortby-options .popup-arrow {
  position: absolute;
  top: -11px;
  right: 1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc; /* The border color of the arrow */
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by .web-sortby-options .popup-arrow::before {
  content: "";
  position: absolute;
  top: 2px; /* Adjust this to control the thickness of the border */
  left: -10px; /* Same value as border-left */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; /* The background color of the popup */
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by .web-sortby-options .popup-arrow {
    display: none;
  }
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by .web-sortby-options .web-sortby-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-filter {
  width: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  background: transparent url("../svg/filter_icon.svg") 94% 57% no-repeat;
  background-size: 10px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 20px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 36px;
  margin: 0 0 0 10px;
  cursor: pointer;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-filter {
    width: 50%;
    justify-content: center;
    background: transparent url(../svg/filter_icon.svg) 60% 55% no-repeat;
    border: 0;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-filter {
    background: transparent url(../svg/filter_icon.svg) 68% 53% no-repeat;
    margin: 0px;
    padding: 0px;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px 4px 0px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block {
  width: calc((100% - 12px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
  margin-right: 4px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-grid .product-block {
    width: calc((100% - 4px) / 2);
  }
  .IC-layout-section .ic-listing-plot .listing-grid .product-block:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .IC-layout-section .ic-listing-plot .listing-grid .product-block:not(:nth-child(2n)) {
    margin-right: 4px;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block.productsold {
  opacity: 0.5;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .cart-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  bottom: 87px;
  background: #ab1e56 url("../png/add-to-cart-1.png") center no-repeat;
  background-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-grid .product-block .cart-icon {
    right: 12px;
    bottom: 87px;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .mail-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  bottom: 80px;
  background: url("../png/email.png") center no-repeat;
  background-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .new-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  background: #ab1e56 url("../png/new_symbol_small.png") center no-repeat;
  background-size: 30px;
  border-radius: 50%;
  z-index: 1;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .save-new {
  width: auto;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .save-new .save-label {
  width: auto;
  text-align: center;
  background-color: #998659;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 17px;
  display: inline-block;
  padding: 0 9px;
  border-radius: 12px;
  margin-bottom: 5px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .save-new .save-label.safari-save-label {
  padding: 9px 9px 0;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .sold-prod {
  width: 75px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  background: transparent url("../png/coming_soon.png") center no-repeat;
  background-size: 100%;
  z-index: 1;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-img {
  display: flex;
  width: 100%;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-img img {
  width: 100%;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-title {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #4d4d4d;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price span.line-through {
  text-decoration: line-through;
  color: #696969;
  font-family: sans-serif;
  margin: 0 5px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price .shipping-text {
  display: flex;
  color: #696969;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 4px 0 0;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price .shipping-text img {
  width: 20px;
  margin-right: 3px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price .shipping-text span {
  color: #4d4d4d;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-style: italic;
  margin-left: 3px;
}
@media (max-width: 361px) {
  .IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price .shipping-text {
            font-size: 10px;
    }
    
    .IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc .product-price .shipping-text span{
        font-size: 10px;
    }
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-prev {
  left: 10px;
  background-image: url("../svg/preview.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 3;
  display: none !important;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-prev.slick-disabled {
  opacity: 0.5;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-prev::before {
  content: "";
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-next {
  right: 10px;
  background-image: url("../svg/next.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 3;
  display: none !important;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-next.slick-disabled {
  opacity: 0.5;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-next::before {
  content: "";
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-dots li {
  margin: 0;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-dots li button:before {
  font-size: 28px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a .product-img-slider .slick-dots li button:before {
  font-size: 20px;
  color: #101010;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a:hover .slick-prev {
  display: block !important;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block a:hover .slick-next {
  display: block !important;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc {
  padding: 4px 6px 4px 6px;
  display: flex;
  flex-direction: column;
  height: 70px;
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc a {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: none;
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc a {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc a .product-title {
 font-family: "GothamBook", sans-serif;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 600px) {
  .IC-layout-section .ic-listing-plot .listing-grid .product-block .product-desc a .product-title {
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 12px;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid.grid-col .product-block {
  width: calc((100% - 9px) / 3);
  margin-right: 4px;
}
.IC-layout-section .ic-listing-plot .listing-grid.grid-col .product-block:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1112px) {
  .IC-layout-section .ic-listing-plot .listing-grid.grid-col .product-block {
    width: calc((100% - 4px) / 2);
  }
  .IC-layout-section .ic-listing-plot .listing-grid.grid-col .product-block:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .IC-layout-section .ic-listing-plot .listing-grid.grid-col .product-block:not(:nth-child(2n)) {
    margin-right: 4px;
  }
  .IC-layout-section .ic-listing-plot .listing-grid.grid-col .product-block:nth-child(4n) {
    margin-right: 0px;
  }
}
.IC-layout-section .ic-listing-plot .listing-grid .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: row;
}
.IC-layout-section .ic-listing-plot .load-more-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.IC-layout-section .ic-listing-plot .load-more-section .load-more-btn {
  width: auto;
  color: #ab1e56;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid #ab1e56;
  padding: 8px 20px;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  min-width: 140px;
}
.IC-layout-section .ic-listing-plot .load-more-section .load-more-btn:hover {
  background-color: #ab1e56;
  color: #fff;
  border: 1px solid #ab1e56;
}

.notify-modal {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.notify-modal .modal-dialog {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.notify-modal .modal-dialog .modal-content {
  width: 600px;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0);
  box-shadow: 0 3px 9px rgba(255, 255, 255, 0);
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  padding: 15px;
}
@media (max-width: 540px) {
  .notify-modal .modal-dialog .modal-content {
    width: 95%;
  }
}
.notify-modal .modal-dialog .modal-content .close {
  background-color: transparent;
  border: 0;
  font-size: 34px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.notify-modal .modal-dialog .modal-content .modalwrap {
  display: inline-block;
  background: #fbf8f0;
  width: 100%;
  padding: 20px 15px;
  color: #6a6a6a;
  text-align: center;
  border: 3px solid #868686;
  position: relative;
  border-image: url(../png/lineimg-dbtn-2.png) 5 round;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div {
  padding: 25px !important;
  background: #fbf8f0;
  margin-bottom: 15px;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div p {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6a6a6a;
  padding-bottom: 5px;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div .form-group {
  width: 100%;
  display: flex;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div .form-group #notify_email {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div .notify_button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div .notify_button .btn {
  color: #fff;
  font-size: 20px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 18px;
  margin: 0;
  background-color: #ab1e56;
  position: relative;
  transition: ease-in-out 0.3s;
  border: 1px solid #ab1e56;
}
.notify-modal .modal-dialog .modal-content .modalwrap .notify-div .notify_button .btn:hover {
  background-color: #fff;
  color: #ab1e56;
  border: 1px solid #ab1e56;
}

.listing-border {
  width: 100%;
  height: 3px;
  background: transparent url("../png/lineimg-sin.png") repeat;
  background-size: contain;
}

.listing-footer-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  z-index: -1;
}
.listing-footer-section ul.footer-section-ul {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding: 20px 3px;
}
@media (max-width: 1112px) {
  .listing-footer-section ul.footer-section-ul {
    display: inline-block;
  }
}
.listing-footer-section ul.footer-section-ul .footer-section-li {
  display: flex;
  list-style-type: none;
  position: relative;
  margin: 0;
}
@media (max-width: 1112px) {
  .listing-footer-section ul.footer-section-ul .footer-section-li {
    display: inline;
  }
}
.listing-footer-section ul.footer-section-ul .footer-section-li:not(:last-child) {
  padding-right: 12px;
}
.listing-footer-section ul.footer-section-ul .footer-section-li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -3px;
  font-weight: 600;
}
@media (max-width: 1112px) {
  .listing-footer-section ul.footer-section-ul .footer-section-li:not(:last-child)::after {
    top: 0px;
  }
}
.listing-footer-section ul.footer-section-ul .footer-section-li:not(:first-child) {
  padding-left: 12px;
}
.listing-footer-section ul.footer-section-ul .footer-section-li a {
  color: #998659;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
}
.listing-footer-section ul.footer-section-ul .footer-section-li a:hover {
  color: #ab1e56;
}
.listing-footer-section p.footer-note {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px 20px;
}
.listing-footer-section p {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  padding: 0 14px 20px;
}
.listing-footer-section p{
  color: #4d4d4d;
}
.detailtable table{
  margin-bottom:5px;
}
        
@media(max-width:1112px){
  .IC-layout-section .ic-listing-plot .listing-option-section .filter-sortby-section .web-sort-by:hover {
     background-color: unset;
  }
}
.listing-footer-section p a {
  color: #ab1e56;
}
.listing-footer-section h2 {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ab1e56;
  line-height: 22px;
  padding: 0px 0px 5px;
}
ul.faq_question {
    font-size: 11px;
    line-height: 20px !important;
    padding: 0 14px 15px;
    font-family: "GothamBook", sans-serif;
    list-style-type: none;
}
h3.faq_question {
    margin-top: 5px;
    font-size: 12px !important;
    font-family: "GothamMedium", sans-serif;
    padding: 0px 14px 0px !important;
}
h2.faq-head {
    padding: 0px 14px 5px;
}
.listing-footer-section h3 {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #998659;
  line-height: 22px;
  padding: 0px 0px 10px;
}
@media (max-width: 1112px) {
  .listing-footer-section h3 {
    font-family: "GothamMedium", sans-serif;
    font-weight: 500;
    font-size: 12px;
  }
}
.listing-footer-section .note {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0 10px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.listing-footer-section .note span {
  color: #ab1e56;
}
.listing-footer-section .note p {
  padding: 0 0 20px;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
}
.listing-footer-section .note h2 {
  color: #ab1e56;
  margin: 0;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 0 0 5px;
  line-height: 20px;
}
.listing-footer-section .detailtable {
  margin: 0 0 0 30px;
  float: right;
}
@media (max-width: 600px) {
  .listing-footer-section .detailtable {
    margin: 0 0 10px 0px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.listing-footer-section .detailtable table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 500px;
}
@media (max-width: 600px) {
  .listing-footer-section .detailtable table {
    width: 100%;
  }
}
.listing-footer-section .detailtable table th {
  padding: 6px;
  border: 1px solid #c1c1c1;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  color: #ab1e56;
}
.listing-footer-section .detailtable table th span {
  font-size: 15px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
}
.listing-footer-section .detailtable table td {
  padding: 6px;
  border: 1px solid #c1c1c1;
  color: #8B8B8B;
  font-size: 12px;
  line-height: 15px;
}
.listing-footer-section .detailtable table td a {
  font-size: 12px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  color: #e57200;
  text-decoration: none;
  cursor: pointer;
}

.listing-footer-section .note td span {
  color: #ab1e56;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

@media (max-width: 600px) {
  .listing-footer-section .note td span {
    color: #ab1e56;
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 13px;
    width: max-content;
    display: inline-block;
  }
}
.filter-popup-section {
  width: 100%;
  height: 100vh;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top:0;
}
@media (max-width: 1112px) {
  .filter-popup-section .popup-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.filter-popup-section .filter-popup {
  width: 28%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #fff;
}
@media (max-width: 1112px) {
  .filter-popup-section .filter-popup {
    width: 80%;
    max-height: 100%;
    height: 100%;
  }
}
.filter-popup-section .filter-popup .filter-title-bar {
  display: -webkit-flex;
  width: 100%;
  position: relative;
  color: #000;
  font-family: "GothamMedium", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  border-bottom: 5px solid #ccc;
  margin: 15px;
  padding: 15px;
}
.filter-popup-section .filter-popup .filter-title-bar .close {
  width: 30px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 14px;
  background: transparent url("../svg/close-black.svg") no-repeat;
  background-image: 20px;
  cursor: pointer;
  background-size: 9px;
  background-position: center;
}
.filter-popup-section .filter-popup .filter-list {
  width: 100%;
  height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
  overflow-y: scroll; /* Only show vertical scroll if necessary */
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 20px;
}
@media (max-width: 600px) {
  .filter-popup-section .filter-popup .filter-list {
    height: calc(100% - 180px);
  }
}
.filter-popup-section .filter-popup .filter-list .filter-plot {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px 0 0;
}
.filter-popup-section .filter-popup .filter-list .filter-plot:last-child {
  margin-bottom: 30px;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
  padding-bottom: 5px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-title:focus {
  text-decoration: underline;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-title .close {
  width: 27px;
  height: 27px;
  background: transparent url("../png/i-plus-sm.png") no-repeat;
  background-size: 13px;
  background-position: center;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-title.open {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .filter-popup-section .filter-popup .filter-list .filter-plot .filter-title.open {
    text-decoration: none;
  }
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-title.open .close {
  width: 27px;
  height: 20px;
  background: transparent url("../png/i-minus-sm.png") no-repeat;
  background-size: 13px;
  background-position: center;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options {
  width: 100%;
  display: none;
  height: 80%;
  flex-direction: column;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .price-plot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .price-plot .low-price {
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .price-plot .high-price {
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .noUi-horizontal {
  width: 100%;
  height: 3px;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .noUi-horizontal .noUi-connect {
  background: #ab1e56;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  left: -8px;
  top: -4px;
  border-radius: 50%;
  background-color: #ab1e56;
  box-shadow: none;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .noUi-horizontal .noUi-handle::after {
  display: none;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .noUi-horizontal .noUi-handle::before {
  display: none;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .apply-range {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px 0;
}
.filter-popup-section .filter-popup .filter-list .filter-plot .filter-options .apply-range .apply-btn {
  width: auto;
  text-transform: none;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  cursor: pointer;
}
.filter-popup-section .filter-popup .filter-bottom-action {
  display: flex;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white; /* Adjust as needed to match your design */
  padding: 10px; /* Add some padding for spacing */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
  z-index: 2; /* Ensures it stays above other elements */
}
.filter-popup-section .filter-popup .filter-bottom-action .action-cta {
  width: calc((100% - 20px) / 2);
  text-align: center;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #696969;
  padding: 10px 0;
  border-radius: 20px;
  cursor: pointer;
}
.filter-popup-section .filter-popup .filter-bottom-action .action-cta:nth-child(2) {
  background-color: #ab1e56;
  color: #fff;
  border: 1px solid #ab1e56;
  margin-left: 20px;
}

.mobile-sort-by {
  display: none;
}
@media (max-width: 1112px) {
  .mobile-sort-by {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
  }
}
.mobile-sort-by .mobile-sort-popup {
  width: 100%;
  position: absolute;
  bottom: -24%;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: auto;
}
.mobile-sort-by .mobile-sort-popup .sortby-title {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 10px;
}
.mobile-sort-by .mobile-sort-popup .sortby-options {
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}

label.my-radio-label {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
label.my-radio-label:last-child {
  margin-bottom: 25px;
}
label.my-radio-label input[type=radio] {
  display: none;
}
label.my-radio-label input[type=radio]:checked ~ .my-radio-btn {
  border: 1px solid #ab1e56;
}
label.my-radio-label input[type=radio]:checked ~ .my-radio-btn::after {
  display: block;
}
label.my-radio-label .my-radio-btn {
  width: 17px;
  height: 17px;
  border: 1px solid #696969;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
label.my-radio-label .my-radio-btn:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #ab1e56;
  display: none;
}
label.my-radio-label .radio-txt {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4d4d4d;
}

.sort-by-label {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 6px 0;
  align-items: center;
}
.sort-by-label:hover .sortby-option-li {
  background-color: #fff3f7;
  border-left: 3px solid #ab1e56;
}
@media (max-width: 1112px) {
  .sort-by-label:hover .sortby-option-li {
    background-color: transparent;
    border-left: unset;
  }
}
.sort-by-label input[type=radio] {
  display: none;
}
@media (max-width: 1112px) {
  .sort-by-label input[type=radio] {
    display: block;
    accent-color: #ab1e56;
  }
}
.sort-by-label input[type=radio]:checked ~ .sortby-option-li {
  background-color: #fff3f7;
  border-left: 3px solid #ab1e56;
}
@media (max-width: 1112px) {
  .sort-by-label input[type=radio]:checked ~ .sortby-option-li {
    background-color: transparent;
    border-left: unset;
  }
}
.sort-by-label .sortby-option-li {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  border-left: 3px solid transparent;
  transition: ease-in-out 0.2s;
  padding: 1px 10px 0;
  line-height: 33px;
}

.filter-options.filters .input-values {
  display: none;
}

.listing-footer-section .note p {
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.listing-footer-section .note p span {
  color: #ab1e56;
}

.listing-footer-section .note p span a {
  color: #4d4d4d;
}

.listing-footer-section .note ul {
  padding-left: 15px;
}

.range-error {
  display: none;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: red;
}

a.seo_bottom {
  color: #998659;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
}

.seo_bottom {
  color: #998659;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
}

.giftcard-buynow-popup {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block {
  width: 600px;
  align-items: center;
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 6px solid #998659;
  padding: 20px 15px;
}
@media (max-width: 1112px) {
  .giftcard-buynow-popup .giftcard-buynow-popup-block {
    width: 90%;
  }
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo {
  width: 25%;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo img {
  width: 100%;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo .modal-close {
  width: 14px;
  height: 20px;
  background: transparent url("../svg/close-black.svg") no-repeat;
  background-size: 100%;
  border: 0;
  position: absolute;
  right: 0;
  top: -6px;
  cursor: pointer;
}
@media (min-width: 1337px) {
  .giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo .modal-close {
    width: 22px;
    height: 30px;
  }
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 69px;
}
@media (max-width: 1112px) {
  .giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section {
    padding: 0;
  }
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .popup-paragraph {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 20px;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option p.option-question {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6a6a6a;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option .option-plot {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 40px;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option .option-plot .radio-option {
  width: auto;
  padding: 0 20px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6a6a6a;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option .option-plot .radio-option input[type=radio] {
  margin-right: 5px;
  accent-color: #ab1e56;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .popup-footer {
  width: 100%;
  display: flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6a6a6a;
}
h2.Default {
    padding: 0 14px 0px;
}
h3 {
    padding: 0 14px 0px;
} 
h2 {
    padding: 0 14px 0px;
}
.listing-footer-section .note h2 {
    padding: 0 0 5px;
}
/*# sourceMappingURL=listing.css.map */
