.ast-container {
  padding: 0;
}

#my-custom-shop-main {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
#my-custom-shop-main * {
  box-sizing: border-box;
}
#my-custom-shop-main .custom-shop-wrapper {
  width: 100%;
  box-sizing: border-box;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop {
  width: 100%;
  box-sizing: border-box;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner {
  width: 100%;
  box-sizing: border-box;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner {
  width: 100%;
  box-sizing: border-box;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper {
  width: 100%;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne {
  width: 100%;
  display: flex;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper {
  width: 30%;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper {
  width: calc(70% - 10px);
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row {
  display: flex;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row input {
  width: 70%;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox {
  width: 100%;
  height: 320px;
}
#my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  #my-custom-shop-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #my-custom-shop-main * {
    box-sizing: border-box;
  }
  #my-custom-shop-main p {
    line-height: 1.2;
  }
  #my-custom-shop-main .custom-shop-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper {
    width: 100%;
    padding: 10px 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .all_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    transition: all;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item svg {
    fill: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row {
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0 5px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row input {
    width: 90%;
    border: none;
    outline: none;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper {
    width: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox {
    width: 100%;
    height: 200px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo {
    width: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text {
    width: 183px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text h4 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 577px) {
  #my-custom-shop-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #my-custom-shop-main * {
    box-sizing: border-box;
  }
  #my-custom-shop-main p {
    line-height: 1.2;
  }
  #my-custom-shop-main .custom-shop-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper {
    width: 100%;
    padding: 30px 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .all_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    transition: all;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item svg {
    fill: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row {
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0 5px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row input {
    width: 100%;
    border: none;
    outline: none;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row svg {
    fill: gray;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper {
    width: 100%;
    height: 500px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper .mySwiper {
    width: 100%;
    height: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox {
    width: 100%;
    height: 200px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo {
    width: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text {
    width: 183px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text h4 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 922px) {
  #my-custom-shop-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #my-custom-shop-main * {
    box-sizing: border-box;
  }
  #my-custom-shop-main p {
    line-height: 1.2;
  }
  #my-custom-shop-main .custom-shop-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper {
    width: 30%;
    padding: 30px 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .all_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    transition: all;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item svg {
    fill: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper {
    width: calc(70% - 20px);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0 5px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row input {
    width: 100%;
    border: none;
    outline: none;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row svg {
    fill: gray;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper {
    width: 100%;
    height: 400px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper .mySwiper {
    width: 100%;
    height: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox {
    width: 100%;
    height: 200px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text {
    width: 183px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text h4 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  #my-custom-shop-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #my-custom-shop-main * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  #my-custom-shop-main p {
    line-height: 1.2;
  }
  #my-custom-shop-main .custom-shop-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper {
    width: 20%;
    padding: 0 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .all_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    transition: all;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item svg {
    fill: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper {
    width: calc(80% - 20px);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0 5px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row input {
    width: 100%;
    border: none;
    outline: none;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row svg {
    fill: gray;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper {
    width: 70%;
    height: 410px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper .mySwiper {
    width: 100%;
    height: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox {
    width: 100%;
    height: 200px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item {
    width: 18.5%;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text {
    width: 183px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text h4 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1600px) {
  #my-custom-shop-main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #my-custom-shop-main * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  #my-custom-shop-main p {
    line-height: 1.2;
  }
  #my-custom-shop-main .custom-shop-wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner {
    width: 100%;
    box-sizing: border-box;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper {
    width: 20%;
    padding: 0 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .all_category {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    transition: all;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item svg {
    fill: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_filter_wrapper .catagory_list ul li.category_list_item:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #d4af37;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper {
    width: calc(80% - 20px);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 0 5px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row input {
    width: 100%;
    border: none;
    outline: none;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .search_row svg {
    fill: gray;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row {
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper {
    width: 70%;
    height: 540px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .slider_wrapper .mySwiper {
    width: 100%;
    height: 100%;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox {
    width: 100%;
    height: 270px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowOne .shop_banner_content_wrapper .content_row .images_wraper .sampleImageBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item {
    width: 18.5%;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 10px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text {
    width: 183px;
  }
  #my-custom-shop-main .custom-shop-wrapper .my-custom-shop .shop-banner #shop_banner .shop_banner_wrapper .bannerRowTwo .facility_list .facility_list_item .facility_list_item_text h4 {
    margin-bottom: 12px;
  }
}/*# sourceMappingURL=shopStyle.css.map */