.has-sale {
  opacity: 0.4;
  font-weight: 400;
}
.mobile-filters {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .featured-product-thumbnail img {
    height: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-cards__item-content {
    left: 20px;
  }
  .mini-cart-holder {
    min-width: 400px;
  }
  .woocommerce-mini-cart-item .product-title {
    margin-bottom: 20px;
  }
  .mini-cart-wrapper .product-thumbnail,
  .widget_shopping_cart_content .product-thumbnail {
    align-items: center;
    justify-content: center;
    display: flex;
    min-width: 100px;
    max-width: 100px;
  }
  .mini-cart-holder .woocommerce-mini-cart__buttons a:first-of-type {
    white-space: nowrap;
  }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img {
    min-width: 100px;
    max-width: 100px;
  }
  .archive-wrapper .product-article {
    width: calc(33.33% - 20px);
  }
}
.mobile-search {
  display: none;
}
.aws_result_title {
  font-size: 15px;
  font-weight: 500;
  color: #000 !important;
}
@media only screen and (max-width: 991px) {
  .shop-by-categories__wrapper > .flex {
    flex-wrap: wrap;
  }
  .mobile-search {
    display: flex;
  }
  .aws-container .aws-search-form {
    /* border-radius: 0; */
    margin-top: 10px;
    height: 40px !important;
  }
  .aws-container .aws-show-clear .aws-search-field {
    height: 40px !important;
  }
  /* .aws-container .aws-search-form .aws-search-btn svg {
    fill: #fff;
  }
  .aws-container .aws-show-clear .aws-search-field {
    color: #fff !important;
  } */
  .ywcas-search-mobile .mobile-search-close {
    display: block !important;
    text-align: right !important;
    opacity: 0.6 !important;
    margin-right: -15px !important;
    opacity: 1 !important;
    position: fixed !important;
    top: -30px !important;
    right: 20px !important;
  }
  .ywcas-search-mobile .mobile-search-close {
    opacity: 1 !important;
  }
  .ywcas-search-mobile .mobile-search-close svg {
    stroke: #fff !important;
  }
  .ywcas-search-mobile {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .mobile-search-close {
    display: none !important;
  }
  .ywcas-search-mobile .mobile-search-close {
    display: none !important;
  }
  .advanced-search-form.advanced-search-form--active {
    z-index: 99999;
  }
  .ywcas-search-mobile {
    /* display: none !important; */
  }
  .wp-block-yith-search-block {
    width: 80%;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
  }
  .advanced-search-form {
    justify-content: center;
  }
  .wp-block-yith-search-block {
    width: 80%;
  }
  .middle-search {
    display: none;
  }
  .woocommerce-icons > li:first-of-type {
    display: flex !important;
  }
  .mobile-filters {
    display: flex;
  }
  .page-header {
    margin-bottom: 0;
  }
  .archive-products__header {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .sidebar-filters > section {
    height: 100%;
  }
  .sidebar-filters {
    position: fixed;
    height: 100vh;
    transition: 0.3s;
    transform: translateX(-100%);
    left: 0;
    padding: 60px 20px 20px 20px;
    width: 300px;
    overflow: scroll;
    background: white;
    top: 0;
    z-index: 999;
  }
  #filter-close {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .sidebar-filters.active {
    transform: translateX(0);
    transition: 0.3s;
  }

  .woocommerce .woocommerce-ordering {
    margin: 0;
  }
  .archive-products__header .woocommerce-notices-wrapper {
    position: absolute;
    top: 0;
  }
  #mobile-filter-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px !important;
  }
  .woocommerce .woocommerce-result-count {
    display: none !important;
  }
  #close-hamburger-menu {
    display: flex;
  }
  .hamburger-menu {
    display: flex;
    max-width: 30px;
    min-width: 24px;
  }
  .main-navigation ul ul {
    position: unset;
    box-shadow: unset;
    display: none;
    float: unset;
  }
  .single-product div.product .woocommerce-product-gallery {
    flex-direction: column;
  }
  .woocommerce-icons .flex {
    align-items: center;
  }
  .woocommerce-icons {
    flex: unset;
  }
  .shop-by-categories__wrapper > .flex > li {
    flex: unset;
    width: calc(33% - 15px);
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
  }
  .woocommerce-mini-cart-item .product-title {
    font-size: 14px;
  }
  .single-product ol .slick-track {
    display: flex !important;
    gap: 10px;
  }
  .woocommerce-product-details__short-description,
  .single-product .summary form {
    max-width: 100%;
  }
  .single-product ol .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .single-product ol .slick-prev {
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
    width: 15px;
    border-radius: 50% !important;
  }
  .single-product ol .slick-next {
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
    width: 15px;
    border-radius: 50% !important;
  }
  .single-product ol .slick-prev,
  .single-product ol .slick-next {
    position: absolute;
  }
  .flex-control-thumbs {
    flex-direction: row;
  }
  .custom-slick-arrow {
    opacity: 1;
  }
  .home-cards__item {
    margin-bottom: 20px;
  }
  #primary-menu > li > a {
    display: inline-block;
    width: auto;
  }
  #primary-menu li {
    width: 100%;
    display: block;
  }
  .mini-cart-holder {
    height: 100dvh;
  }
  #close-hamburger-menu {
    position: fixed;
    left: 355px;
    top: 15px;
  }
  .main-navigation > div > ul {
    display: flex !important;
  }
  #site-navigation.site-navigation--active {
    transform: translateX(0);
    transition: 0.3s;
    z-index: 999;
  }
  .sub-menu li {
    padding-bottom: 10px;
  }
  #site-navigation {
    transition: 0.3s;
    position: fixed;
    transform: translateX(-100%);
    max-width: 400px;
    z-index: 9;
    left: 0;
    top: 0;
    min-width: 400px;
    padding: 20px;
    background: white;
    height: 100vh;
  }
  #primary-menu {
    /* display: none; */

    flex-direction: column;
    align-items: flex-start;

    justify-content: flex-start;
  }
  .site-footer .col-lg-4 {
    margin-bottom: 40px;
  }
  .woocommerce-icons {
    /* gap: 10px; */
  }
}
@media only screen and (max-width: 767px) {
  .shop-by-categories img {
    width: calc(100% - 20px);
  }
  .woocommerce-thankyou-order-details {
    flex-direction: column;
  }
  .woocommerce-thankyou-order-details > li:first-of-type {
    border-left: unset;
  }
  .woocommerce-thankyou-order-details > li {
    border-bottom: 1px solid #d2d3d3;
    border-right: unset;
    padding-left: 0;
  }
  .custom-slick-arrow {
    top: 90px;
    max-width: 20px;
    max-height: 20px;
  }
  .custom-slick-arrow svg {
    width: 9px;
    height: 9px;
  }
  .flex-control-thumbs {
    display: block !important;
  }
  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs {
    width: 100%;
  }
  .tabs.wc-tabs {
    overflow: scroll;
  }
  .wc-tabs a {
    font-size: 14px;
  }
  .tabs.wc-tabs li {
    white-space: nowrap;
  }
  .single-product-options p {
    font-size: 14px;
  }
  .archive-wrapper .product-article {
    width: calc(50% - 15px);
  }
  .upper-wrapper-product {
    flex-direction: column;
  }
  .single-product div.product .woocommerce-product-gallery {
    align-items: flex-start;
    /* max-height: 100px; */
  }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
  }
  .woocommerce-columns--2,
  .col2-set {
    flex-direction: column;
  }
  .wishlist-table td {
    width: 60%;
  }
  .wishlist_item .product-price {
    border: unset !important;
  }
  .wishlist-table .product-thumbnail {
    margin-left: 0 !important;
  }
  .wishlist-table td {
    font-size: 15px !important;
  }
  .wishlist-table td {
    border: unset !important;
    border-bottom: 1px solid #d2d3d3 !important;
  }
  .upper-wrapper-product > div,
  .woocommerce-columns--2 > div,
  .col2-set > div,
  #customer_login > div {
    width: 100%;
  }
  .upper-wrapper-product .summary {
    padding-left: 0;
  }
  .woocommerce-ResetPassword.lost_reset_password {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .topbar .paragraph-14 p {
    font-size: 12px;
  }
  .custom-slick-prev {
    left: 10px;
  }
  .header-logo img {
    max-width: 150px;
  }
  .footer-bottom .flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .home-cards .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .home-cards .row::-webkit-scrollbar {
    display: none;
  }
  .home-cards .row > div {
    width: 85vw;
    max-width: 85vw;
  }
  #site-navigation {
    min-width: unset;
    width: 100vw;
    max-width: 100%;
  }
  .archive-wrapper .products {
    gap: 15px;
  }
  .archive-wrapper .product-article {
    width: calc(50% - 8px);
  }
  #close-hamburger-menu {
    left: unset;
    right: 15px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
  .mb-35 {
    margin-bottom: 25px;
  }
  .woocommerce-order-received .woocommerce-columns--addresses {
    flex-direction: column;
  }
  .woocommerce-order-received .woocommerce-columns--addresses > div {
    width: 100%;
  }
  .mini-cart-holder {
    min-width: unset;
    width: 100vw;
  }
  .featured-product-thumbnail img {
    height: 150px;
  }
  .footer-bottom {
    overflow: hidden;
  }

  .custom-slick-next {
    right: 10px;
  }
  .h2__title {
    font-size: 24px;
  }
  .woocommerce-cart .mb-50,
  .woocommerce-checkout .mb-50 {
    margin-bottom: 10px;
  }
}
