@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
body{
    font-family: 'Quicksand', sans-serif;
}
.header-top-text {
    background: #8d4a32;
    border: none;
    padding: .5rem;
}

.header-top-text > span {
    color: #fff;
    font-weight: 700;
}
.header-top-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 2rem;
}

.header-top-container > div {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-container .header-logo-content > a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.header-top-container .header-logo-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top-container .header-logo-content > a > img {
    width: 150px;
}

.header-account-content > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}

.header-account-content .header-account .header-account-text {
    display: flex;
    flex-direction: column;
}

.header-account-content .header-card > a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-account-content .header-account > a {
    margin-right: 1rem;
}

.header-account-content .header-card > a .header-card-image > img {
    width: 45px;
    height: auto !important;
}

.header-account-content > div > a > img {
    width: 25px;
}

.header-account-content .header-account > a > img {
    width: 21px;
}

.header-search-content {
    position: relative;
}

.header-search-content #search {
    flex-direction: column;
    width: 100%;
}

.header-search-content #search .search-result-wrapper {
    position: absolute;
    z-index: 10;
    top: 47px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.header-search-content #search .search-input-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header-search-content #search .search-input-wrapper > input {
    border: 2px solid #8d4a32;
    border-style: double !important;
    width: 85%;
    padding: .4rem;
    border-radius: 20px;
}

.header-search-content #search .search-input-wrapper .search-clear {
    position: absolute;
    right: 70px;
    top: 12px;
    font-size: 12px;
}

.header-search-content #search .search-input-wrapper > input::placeholder {
    font-size: 13px;
    padding-left: .5rem;
}
.header-search-content #search .search-input-wrapper .search-search {
    opacity: 1 !important;
}

.header-search-content #search .search-input-wrapper .search-search > img {
    width: 30px;
}
.header-bottom-container {
    display: flex;
    width: 100%;
    border-top: 1px solid #eaeaea;
    padding: 1rem;
    padding-bottom: 15px;
}

.header-bottom-container .megamenu-wrapper {
    width: 100%;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern {
    display: flex;
    width: 100% !important;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li {/* position: relative; */height: 90px;padding: 0 1.5rem;}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li a.menu-link {
    flex-direction: column;
    padding: 0;
    height: auto !important;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li a.menu-link > strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-align: center;
    font-family: 'Quicksand', sans-serif !important;
}

.header-bottom-container nav.megamenu-nav {
    width: 100%;
}

.header-bottom-container nav.megamenu-nav .container-megamenu {
    width: 100%;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern .megamenu-container {
    width: 100%;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li a.menu-link > strong > img {
    margin: 0;
    height: 44px !important;
    margin-bottom: 10px;
}
.header-bottom-container .header-menu-content {
    width: 100%;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li:not(:last-child) {
    border-right: 1px solid #eaeaea;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li a.menu-link > strong > span {
    height: 36px;
}

.header-account-content .header-wishlist {
    width: 20%;
}

.header-account-content .header-account .header-account-text > a:nth-child(2) {
    color: #8d4a32;
    font-weight: 700;
}

.header-account-content .header-account .header-account-text > a {
    font-size: 14px;
}
.header-card-image {
    position: relative;
}

.header-card-image span.cart-count {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30%;
    right: 27%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}

.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li:hover a.menu-link,.header-bottom-container .megamenu-wrapper .megamenu-pattern ul.megamenu > li a.menu-link:hover {
    color: #8d4a32 !important;
}

/*home-banner*/
.home-banners-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    gap: 3rem;
    margin-bottom: 5rem;
}

.home-banners-container .home-banner-content {
    display: flex;
    background: #F7F7F7;
    position: relative;
    width: 50%;
}

.home-banners-container .home-banner-content .home-banner-image {
    position: relative;
    left: -30px;
    bottom: -30px;
}

.home-banners-container .home-banner-content .home-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.home-banners-container .home-banner-content .home-banner-image > img {
    width: 100%;
}
.home-banners-container .home-banner-content .home-banner-text .banner-header {
    font-family: 'Pacifico', cursive;
    font-size: 24px;
}

.home-banners-container .home-banner-content .home-banner-text .banner-content {
    width: 85%;
    font-size: 14px;
}

.home-banners-container .home-banner-content .home-banner-text .banner-button {
    width: 100%;
    display: flex;
    justify-content: end;
}

.home-banners-container .home-banner-content .home-banner-text .banner-button > a {
    border: 1px solid #8d4a32;
    background: #8d4a32;
    padding: .5rem 2rem;
    border-radius: 25px;
    transition: .3s ease;
    color: #ffffff;
}

.home-banners-container .home-banner-content .home-banner-text .banner-button > button > a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
}

.home-banners-container .home-banner-content .home-banner-text .banner-button > button > a > i {
    font-size: 12px;
    margin-left: .3rem;
}
.home-banners-container .home-banner-content .home-banner-text .banner-button > button:hover {
    background: #fff;
}

.home-banners-container .home-banner-content .home-banner-text .banner-button > button:hover > a {
    color: #8d4a32;
}
/*home-banner-end*/

/*product*/
span.product-new-price {
    font-size: 29px;
    color: #a0492d;
    font-weight: 900;
    font-family: 'Quicksand', sans-serif !important;
    display: flex;
}
.product-card-wrapper {
    position: absolute;
    background: #fff;
    bottom: -112px;
    padding-bottom: 1rem;
    width: 100%;
    height: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    border-top: 1px solid #8d4a32;
}

.product-card-wrapper-mobile {
    display: none;
}
.featured-list-wrapper.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.product-wrapper .product-wrap {
    width: calc(25% - (1rem * 4) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
    height: fit-content;
}
.product-wrapper .product-wrap .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-wrapper .product-wrap .product-image > a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.product-wrapper .product-wrap .product-image > a > img {
    width: 100%;
    transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-wrapper .product-wrap:hover .product-image > a > img {
    transform: scale(1.2);
}
.product-wrapper .product-wrap .product-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.product-wrapper .product-wrap .product-bottom .product-information {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.product-wrapper .product-wrap .product-bottom .product-information > a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.product-wrapper .product-wrap .product-bottom .product-information > a .product-caption {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-wrapper .product-wrap .product-bottom .product-information > a .product-caption .product-name {
    display: flex;
    width: 220px;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-weight: 700;
    text-align: center;
    height: 80px;
    font-size: 15px;
}

.product-wrapper .product-wrap .product-bottom .product-information > a .product-caption .product-price {
    display: flex;
    width: 80%;
    justify-content: end;
    align-items: center;
    padding: .5rem 0;
    border-top: 1px solid #eaeaea;
    gap: .5rem;
    font-family: 'Poppins', sans-serif;
}

.product-wrapper .product-wrap .product-bottom .product-information > a .product-caption .product-price > span {
    color: #8d4a32;
    font-weight: 800;
    font-size: 15px;
}
.featured-list-title-wrapper {
    margin: 2rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.featured-list-title-wrapper .featured-list-title {
    font-family: 'Pacifico', cursive;
    font-size: 24px;
    letter-spacing: 3px;
}
.featured-list-title-wrapper .featured-img-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
}

.featured-list-title-wrapper .featured-img-icon > img {
    width: 50px;
}

.featured-list-title-wrapper .featured-img-icon::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #8d4a32;
    left: -60px;
    bottom: 13px;
}

.featured-list-title-wrapper .featured-img-icon::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #8d4a32;
    left: 60px;
    bottom: 13px;
}
.discount-wrapper {
    background: #8d4a32;
    color: #fff;
    font-size: .75em;
    position: absolute;
    font-weight: 500;
    right: 6px;
    top: 6px;
    padding: 2px 0 2px 5px;
}

.discount-wrapper::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #8d4a32 transparent transparent;
}
.product-wrapper .product-wrap .product-bottom .product-information > a .product-caption .product-price .price-old {
    color: #bbbbbb;
    font-weight: 500;
    text-decoration: line-through;
}
.product-card-wrapper .product-card-price {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-card-wrapper .product-card-price span.price-old {
    display: none;
}

.product-card-wrapper > div {
    width: calc(50% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-wrapper > div > button {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebac4b;
    background: #ebac4b;
    color: #fff;
}

.product-card-wrapper .product-add-card {
    margin-right: .5rem;
}

.product-card-wrapper .product-add-card > button {
    border: 1px solid #8d4a32;
    background: #8d4a32;
    color: #fff !important;
}

.product-card-wrapper .product-add-card > button > span {
    font-size: 14px;
    font-weight: 600;
}

.product-card-wrapper > div > button > a {
    color: #fff;
    font-weight: 600;
    display: flex;
}
.product-card-wrapper > div > button > a > span {
    font-size: 14px;
}
.product-card-wrapper .product-card-price > span {font-weight: 800;font-size: 22px;color: #8d4a32;}

.product-wrap:hover .product-card-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.product-card-wrapper .product-add-card:hover > button {
    border: 1px solid #8d4a32;
    background: #ffffff;
    color: #8d4a32 !important;
}

.product-card-wrapper > div > button:hover {
    border: 1px solid #ebac4b;
    background: #fff;
    color: #ebac4b;
}

.product-card-wrapper > div > button:hover > a {
    color: #ebac4b;
}
/*product-end*/

/*home-instagram-follow*/
.home-intagram-follow-wrapper {
    background: #8d4a3233;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    margin-top: 3rem;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap {
    display: flex;
    width: 88%;
    /* align-items: center; */
    justify-content: center;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-right: 1rem;
    overflow: hidden;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content {
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover > img {
    filter: none !important;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image > img {
    width: 100%;
    transition: .3s ease;
  }
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span > font {
    font-size: 32px;
    font-weight: 700;
    color: #8d4a32;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > a {
    font-size: 20px;
    margin: 1rem 0;
    color: #3c4449;
    font-weight: 600;
    text-decoration: underline;
    transition: .3s ease;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span:nth-child(2) {
    font-size: 14px;
    color: #4A4A4A;
    margin-bottom: 1rem;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button {
    width: 28%;
    margin-top: 1rem;
    font-size: 13px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid #8d4a32;
    transition: .3s ease;
    border-radius: 13px;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
  }
  
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button > a > i {
    font-size: 22px;
  }
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button:hover {
    background: #8d4a32;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 3px solid #8d4a32;
  }
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:not(:last-child) {
    margin-right: .6rem;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > a:hover {transform: scaleY(1.1);}
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover > img {
    transform: scale(1.1);
  }
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image .follow-image-overlay {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #0000001a;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image .follow-image-overlay > i {
    color: #fff;
    font-size: 39px;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-image-content .follow-image:hover .follow-image-overlay {
    opacity: 1;
    visibility: visible;
  }
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > span:nth-child(3) {
    display: flex;
    width: 80%;
    font-size: 14px;
  }
  
  .home-intagram-follow-wrapper .home-instagram-follow-wrap .follow-text-title > button:hover > a {
    color: #fff;
  }
  
  /*home-instagram-follow-end*/

/*footer*/
  footer.footerwebsite {
    background: url(/image/catalog/mayaana/footer-iconlari/footer-bg.png);
    border-top: 1px solid #eeece5;
    background-size: cover;
}
  .footer-top-container {
    display: flex;
    flex-direction: unset !important;
    align-items: flex-start !important;
    gap: 2rem;
}

.footer-top-container > div {
    width: 50%;
    padding: 60px 0;
}

.footer-newsletter-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-newsletter-container .newsletter-input {
    position: relative;
}

.footer-newsletter-container .newsletter-input input#newsletter {
    border-radius: 25px;
    border: solid 2px #231f20;
    background-color: #ffffff;
    box-sizing: border-box;
    height: 50px;
    padding: 0 30px;
    font-size: 14px;
    width: 100%;
}

.footer-newsletter-container .newsletter-input button.newsletter-button {
    position: absolute;
    right: 30px;
    width: 55px;
    height: 36px;
    border: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    padding: 0;
    background: none;
}

.footer-newsletter-container .newsletter-input button.newsletter-button > img {
    width: 100%;
}


.footer-newsletter-container .newsletter-title > span {
    font-weight: 600;
    font-size: 24px;
}

.footer-top-container .footer-social-media-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.footer-social-media-container .footer-social-media-title > span {
    font-weight: 600;
    font-size: 24px;
}

.footer-social-media-container .social-media-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social-media-container .social-media-icons > a {
    display: flex;
    align-items: center;
}

.footer-social-media-container .social-media-icons > a > img {
    width: 100%;
}
.footer-bottom-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    border-top: 1px solid #eeece5;
    border-bottom: 1px solid #eeece5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-bottom-container .footer-list {
    width: calc(23% - (1rem * 4) / 4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-bottom-container .footer-list:nth-child(3) {
    width: 30%;
}

.footer-bottom-container .footer-list .footer-list-title {
    text-align: start;
}

.footer-bottom-container .footer-list > ul {
    align-items: flex-start;
}
ul.footerlink {
    flex-direction: row;
    flex-wrap: wrap;
}

ul.footerlink li {
    width: 50% 
}
li.contact-li {
    margin-top: 1rem;
}

li.contact-li > a {
    background: #a0492d;
    padding: .5rem 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    border-radius: 25px;
    font-weight: 800;
    border: 2px solid #a0492d;
}

li.contact-li > a::before {
    display: none !important;
}

li.contact-li > a:hover {
    padding-left: 2rem !important;
    background: #fff;
    color: #a0492d;
}
.footer-copyright-content {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.footer-copyright-content .footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-copyright-content .footer-copyright > span {
    color: #595959;
    font-size: 14px;
}
  /*footer-end*/

  /*category-page*/
.category-container {
    display: flex;
    margin-top: 2rem;
    gap: 2rem;
}

.category-container .category-list-container {
    width: 25%;
    display: flex;
    flex-direction: column;
}
.category-container .product-wrapper {
    width: 75%;
    justify-content: flex-start;
}
.category-container .product-wrap {
    width: calc(33.3% - (1rem * 4) / 4);
}
.category-container .category-list-container .bf-form {
    flex-direction: column;
    padding: 1rem !important;
    border: 1px solid #dfe4e8;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 2.5px 0px 10px rgb(0 0 0 / 5%);
    position: relative;
}

.category-container .category-list-container .bf-form .bf-attr-block {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
}

.category-container .category-list-container .bf-form .bf-buttonclear-box {
    display: none !important;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont {
    width: 100% !important;
    flex-direction: column;
    padding-left: 1rem !important;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content {
    width: 100% !important;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb {
    margin-bottom: .5rem;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb input {
    min-width: auto !important;
    width: auto !important;
}

.content-wrapper .sogo-content .filter-sort .bf-form {
    display: none !important;
}
.bf-slider-range {
    display: flex;
    align-items: center;
}

.bf-layout-id-52 .ui-widget-header {}

.ui-widget-header {
    background: #8d4a32 !important;
    height: 6px !important;
}
.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-header {
    border-bottom: 1px solid #8d4a32 !important;
    color: #8d4a32;
    font-size: 15px;
    padding-bottom: .5rem !important;
    text-transform: uppercase;
    font-weight: 900 !important;
}

.bf-sliding-cont {
    margin-top: 1rem;
}

.bf-attr-filter > span {
    font-size: 13px;
    color: #69707c;
}

.category-container .category-list-container .bf-form .bf-keywords-filter .bf-sliding-cont .bf-attr-block-cont {
    padding: 0 !important;
}
.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb > span {
    font-size: 13px;
}

.category-container .category-list-container .bf-form .bf-attr-block .bf-attr-block-cont .box-content .bf-cur-symb input[type="text"] {
    font-size: 13px;
}
.filter-categories-content {
    flex-direction: column;
    padding: 1rem !important;
    display: flex;
    margin-bottom: 2rem;
    border: 1px solid #dfe4e8;
    border-radius: 6px;
    box-shadow: 2.5px 0px 10px rgb(0 0 0 / 5%);
    padding: 15px 0px;
    position: relative;
}
.filter-categories-title > span {
    border-bottom: 1px solid #8d4a32 !important;
    color: #8d4a32;
    font-size: 15px;
    padding-bottom: 0.5rem !important;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    display: flex;
}

.filter-categories-title {
    margin-bottom: 1rem;
    width: 100%;
}

.filter-categories-content::before {
    width: 45px;
    height: 45px;
    border-top-left-radius: 15px;
    border-top: 5px solid #dcdcdd;
    display: block;
    content: "";
    top: -6px;
    position: absolute;
    left: -5px;
    border-left: 5px solid #dcdcdd;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.filter-categories-content::after {
    width: 45px;
    height: 45px;
    border-bottom: 5px solid #8d4a32;
    display: block;
    content: "";
    bottom: -6px;
    position: absolute;
    right: -5px;
    border-right: 5px solid #8d4a32;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 15px;
}

.filter-categories-content > a.parent-category {
    display: block;
    border-bottom: 1px solid #eeeeee;
    color: #050505;
    padding: 10px 15px;
    font-weight: 500;
}
.category-container .category-list-container .bf-form::before {
    width: 45px;
    height: 45px;
    border-top-left-radius: 15px;
    border-top: 5px solid #dcdcdd;
    display: block;
    content: "";
    top: -6px;
    position: absolute;
    left: -5px;
    border-left: 5px solid #dcdcdd;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}

.category-container .category-list-container .bf-form::after {
    width: 45px;
    height: 45px;
    border-bottom: 5px solid #8d4a32;
    display: block;
    content: "";
    bottom: -6px;
    position: absolute;
    right: -5px;
    border-right: 5px solid #8d4a32;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 15px;
}
/*category-page-end*/

/*product-page*/
.sogo-product-container .product-right .product-details-upper .name-fav {
    width: 100% !important;
}

.sogo-product-container .product-right .product-details-upper .name-fav .product-name {
    width: 100% !important;
    flex-direction: column;
}

.product-right {
    width: 45% !important;
}

.product-left {
    width: 55% !important;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info {
    margin: 0 !important;
    margin-bottom: .3rem !important;
}

.product-details-upper {
    margin-bottom: 0 !important;
}

.rating-product {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: .9rem;
}

.rating-product .rating-text {}

.rating-product .rating-text > span {
    font-size: 15px;
}

.sogo-product-container .product-right .product-details-upper .name-fav .product-name > a {
    color: #8d4a32;
    font-weight: 700;
}

.sogo-product-container .product-right .product-details-upper .name-fav .product-name span {
    font-weight: 900;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li {
    font-weight: 600;
}

.product-price-container {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
}

.product-price-container .product-price {
    display: flex;
    align-items: center;
    width: 100%;
}

.product-price-container .product-price div#power-price {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    width: 100%;
}

.product-price-container .product-price div#power-price .discount-wrapper {
    position: relative;
    background: none;
    display: flex;
    align-items: center;
    padding: 0;
    right: 0;
    top: 0;
    width: 17%;
}

.product-price-container .product-price div#power-price > li {}

.product-price-container .product-price div#power-price > li .product-old-price {
    position: absolute;
    top: 0;
}
.product-price-container .product-price div#power-price .discount-wrapper::after {
    display: none;
}

.product-price-container .product-price div#power-price .discount-wrapper > span {
    position: absolute;
    font-size: 18px;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 48%;
}

.product-price-container .product-price div#power-price .discount-wrapper > img {
    width: 70px;
}

.product-price-container .product-price div#power-price .product-special-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 75%;
    line-height: 1;
}

.product-price-container .product-price div#power-price .product-special-content .product-old-price {
    font-size: 16px;
    color: #000;
    text-decoration: line-through;
    font-weight: 600;
    padding: 0;
    display: flex;
    margin-bottom: .3rem;
}

.product-price-container .product-price div#power-price .product-special-content .product-new-price {
    font-size: 29px;
    color: #a0492d;
    font-weight: 900;
    font-family: 'Quicksand', sans-serif !important;
    display: flex;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons {
    display: flex;
    border: 2px solid #eaeaea;
    background: #f7f7f7;
    border-radius: 999px;
    padding: 6px;
    align-items: center;
    width: 35%;
    justify-content: space-around;
    margin-right: 0;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .minus {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .plus {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper {
    background: unset;
    border: none;
    width: calc(100% - 90px);
    height: 30px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper #input-quantity {
    background: unset;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav {
    width: 15%;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav > button {
    border-style: double;
    background-color: #fff !important;
    border-color: #dfdfdf;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .btn-div-product {
    width: 40%;
    display: flex;
    justify-content: center;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .btn-div-product button#button-cart {
    width: 100%;
    border-radius: 32px;
    padding: 9px;
    background-color: #8d4a32;
    border: 1px solid #8d4a32 !important;
    font-weight: 900;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons {
    gap: 1rem;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 1.5rem;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .btn-div-product button#button-cart:hover {
    background-color: #fff;
    color: #8d4a32;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav > button > i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 20px;
}
.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li,.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li:hover {
    background: unset;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li > a {}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li > a > img {
    width: 28px;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul {
    gap: 1rem;
    width: 100%;
    padding: .5rem;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li:nth-child(1) > a > img {
    width: 34px;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-header {
    width: 15% !important;
    margin: 0;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons {
    display: flex;
    align-items: center;
    margin: 0;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li > a > img:hover {
    transform: scale(1.1);
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons {
    width: 80%;
    overflow: hidden;
    display: flex;
}
.swiper.gallery-top {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.product-image {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.3s ease;
}

.product-content .product-image > a {
    display: flex;
    align-items: center;
    position: relative;
}

.product-content .product-image > a > img {
    width: 100%;
}



.gallery-thumbs {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.swiper.gallery-thumbs {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.gallery-thumbs .little-image {
    justify-content: center;
}

.gallery-thumbs .little-image .swiper-slide {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    transition: 0.3s ease-in;
    cursor: pointer;
}

.gallery-thumbs .little-image .swiper-slide > a {
    display: flex;
    align-items: center;
}

.gallery-thumbs .little-image .swiper-slide > a > img {
    width: 100%;
    border-radius: 5px;
}

.gallery-thumbs .little-image .swiper-slide > img {
    width: 100%;
    border-radius: 5px;
}
.product-description-tab-container {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    margin-top: 4rem;
    padding: 25px;
    margin-bottom: 4rem;
  }
  .product-description-tab-container .product-tab-wrapper {
  }
  
  .product-description-tab-container .product-tab-wrapper .tab-content {
    padding: 25px;
  }
  
  .product-description-tab-container .product-tab-wrapper .nav-pills {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  
  .product-description-tab-container
    .product-tab-wrapper
    .nav-pills
    > li:nth-child(1) {
    /* border: 0; */
  }
  
  .product-description-tab-container
    .product-tab-wrapper
    .nav-pills
    > li
    > button {
    display: inline-block;
    padding: 15px 30px;
    /* border-right: 1px solid #e6e6e6 !important; */
    position: relative;
    cursor: pointer;
    background: none;
    color: #969696;
    border-radius: 0;
    border-bottom: 0 !important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
  }
  
  .product-description-tab-container
    .product-tab-wrapper
    .nav-pills
    > li
    > button.active::before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  
  .product-description-tab-container
    .product-tab-wrapper
    .nav-pills
    > li
    > button.active {
    color: #323232;
    background-color: #8d4a32;
    color: #fff;
    border-color: #8d4a32;
  }
  .product-rating-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  
  .product-rating-container .tab-review-product-name {
  }
  
  .product-rating-container .tab-review-product-name > span {
    font-size: 18px;
    font-weight: 800;
  }
  
  .product-rating-container .tab-rating-container {
    display: flex;
    width: 100%;
    /* align-items: center; */
    justify-content: center;
    /* align-items: center; */
    margin-top: 2rem;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
  }
  .product-rating-container .tab-rating-container::before {
    content: "";
    background: #f5f5f5;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  
  .product-rating-container .tab-rating-container .rating-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-items: center;
    /* margin-top: 2rem; */
  }
  
  .product-rating-container .tab-rating-container .rating-content {
    width: 75%;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
  }
  
  .product-rating-container .tab-rating-container .rating-result {
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 1rem;
  }
  
  .product-rating-container .tab-rating-container .rating-content .rating-item {
    display: flex;
    width: 95%;
    align-items: center;
    margin-bottom: 1rem;
  }
  
  .rating-stars-wrapper {
    display: flex;
    width: 100%;
  }
  
  .rating-stars-wrapper .rating-stars {
    width: 20%;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
  }
  
  .rating-stars-wrapper .rating-info {
    width: 20%;
    display: flex;
    font-size: 15px;
    align-items: center;
  }
  
  .rating-stars-wrapper .rating-stars > i {
    font-size: 23px;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-info
    > span {
    color: #c8c8c8;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-progress {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-progress
    .progress {
    width: 100%;
    background: #f5f5f5;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-progress
    .progress
    .progress-bar {
    background: #ffb928;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-result
    .rating-result-title {
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-result
    .rating-result-title
    > span {
    font-size: 20px;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-result
    .rating-result-stars-wrap {
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-result
    .rating-result-stars-wrap
    .result-rating--stars {
    margin: 10px 0;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-result
    .rating-result-stars-wrap
    .result-rating--stars
    > i {
    font-size: 20px;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-result
    .rating-result-rating {
    font-size: 17px;
  }
  .input-rating label::before {
    margin-right: 5px;
    content: "\F588";
    font-family: "bootstrap-icons";
    display: inline-block;
    font-size: 22px;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .input-rating input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
  }
  
  .input-rating {
    display: flex;
    position: relative;
    display: inline-block;
    border: 0;
    margin-left: 20px;
  }
  
  .input-rating label {
    position: relative;
    float: right;
    color: #c8c8c8;
    cursor: pointer;
    display: flex;
    align-items: center;
    left: -5px;
  }
  .rating-new-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .rating-new-area .new-area-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .rating-new-area .new-area-top .new-area-text {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #646464;
  }
  
  .rating-new-area .new-area-top .new-area-rating {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rating-new {
    display: none;
    padding: 30px 0;
    position: relative;
  }
  
  .rating-new::before {
    content: "";
    background: #f5f5f5;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  
  .rating-new-title {
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 25px;
  }
  
  .product-rating-container .tab-rating-container::before {
    content: "";
    background: #f5f5f5;
    width: calc(100% + 60px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
  
  .input-rating input:checked ~ label:before {
    color: #ffc107;
    content: "\F586";
  }
  
  .input-rating label:hover:before {
    color: #ffc107;
    content: "\F586";
  }
  
  .wrating-review {
    display: flex;
    flex-direction: column;
  }
  
  .wrating-review > input {
    font-size: 14px !important;
    color: #555 !important;
    padding: 0 20px;
  }
  
  .wrating-review > textarea {
    padding: 20px;
    border: 0;
    border-radius: 5px;
    max-width: 790px;
    min-height: 150px;
    resize: vertical;
    margin-top: 25px;
    background: #f5f5f5;
    font-size: 16px !important;
  }
  
  .rating-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  
  .rating-actions .rating-buttons {
    display: flex;
  }
  
  .rating-actions .rating-buttons .rating-button {
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #8d4a32;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
  }
  
  .rating-actions .rating-buttons .rating-button > i {
    margin-right: 0.5rem;
  }
  
  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-stars
    > i:not(:last-child) {
    margin-right: 0.3rem;
  }
  
  .input-rating label:hover ~ label:after {
    color: #ffdb70;
  }
  
  .input-rating label:hover ~ label:before {
    color: #ffdb70;
    content: "\F586";
  }
  .rating-send {
    width: 100%;
  }
  
  .rating-send .buttons {
  }
  
  .rating-send .buttons .pull-right {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  
  .rating-send .buttons .pull-right > button {
    border: 0;
    border-radius: 5px;
    padding: 0 60px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    background: #8d4a32 !important;
    border: 1px solid #8d4a32 !important;
    border-radius: 5px !important;
  }

  .rating-send .buttons .pull-right > button:hover {
    background: #fff !important;
    color: #8d4a32 !important;
  }
  
  .product-tab-comments {
    display: flex;
    width: 100%;
  }
  
  .product-tab-comments .product-tab-comments--list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .product-tab-comments .product-tab-comments--list .product-tab-comment {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner {
    display: flex;
    flex-direction: column;
    width: 75%;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head
    .product-tab-comment__meta {
    flex: 1;
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: space-between;
  }
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head
    .product-tab-comment__meta
    .product-tab-comment__metadata {
    font-size: 15px;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head
    .product-tab-comment__meta
    .product-tab-comment__metadata
    > span {
    font-weight: 800;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__bottom {
    margin-left: 20px;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__bottom
    .product-tab-comment__text {
    border-radius: 5px;
    padding: 20px;
    line-height: 1.4;
    background: #f5f5f5;
    color: #646464;
    font-size: 15px;
  }
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head
    .product-tab-comment__meta
    .rating-stars-wrapper {
    width: auto;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head
    .product-tab-comment__meta
    .rating-stars-wrapper
    .rating-stars
    > i:not(:last-child) {
    margin-right: 0.3rem;
  }
  
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner
    .product-tab-comment__head
    .product-tab-comment__meta
    .rating-stars-wrapper
    .rating-stars
    > i {
    font-size: 20px;
  }
  .rating-new > span {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 200;
  }
  .product-description-tab-container .product-tab-wrapper .nav-pills > li {
    width: calc(33.3% - (2rem * 3) / 3);
    background-color: #fbfbfb;
    border: 1px solid #ececec;
  }
  .product-related-wrapper .product-wrap {
    width: 100%;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav .add_favori.favorited .bi.bi-star-fill {
    color: #EBEB1A;
}
/*product-page-end*/

#account-content .account-left .account-settings > form fieldset legend, #register-content .register-right .register-form > form fieldset legend, .contact-wrapper .contact-form > form fieldset legend {
    width: 100%;
}

/*checkout-cart*/
.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity {
    display: flex;
    border: 2px solid #eaeaea;
    background: #f7f7f7;
    border-radius: 999px;
    padding: 6px;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin: 0;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity button.minus {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0.5rem 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right: none;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity button.plus {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0.5rem 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right: none;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity button.plus > i, .cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity button.minus > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity .input-content {
    background: unset;
    border: none;
    width: calc(100% - 90px);
    height: 30px;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity .input-content > input {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border: 0;
    padding: 0 0.5rem;
    height: 30px;
    width: 100%;
    background: unset;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-info .cart-product-quantity .input-content > span {
    display: none;
}
/*checkout-cart-end*/

/*search-product-card*/
.search-product-card .search-product-description .search-product-price .price-new {
    color: #8d4a32;
    font-weight: 700;
}

.search-product-card .search-product-description .search-product-price .price-old {
    font-size: 11px;
}

.search-product-card .search-product-description .search-product-price {
    align-items: center;
}
.header-search-content #search .search-result-wrapper .os-padding .os-viewport .os-content {
    flex-direction: column;
}
#search .search-result-wrapper .search-products .search-product-results .empty-search-result .empty-icons > i:nth-child(2) {
    left: 22% !important;
    top: 19% !important;
    font-size: 1.4rem !important;
}
#search .search-result-wrapper .search-categories {
    width: 100%;
}
#search .search-result-wrapper .search-products .search-products-header {
    margin-bottom: 15px;
}

#search .search-result-wrapper .search-products .search-product-results .empty-search-result #search-no-item {
    font-size: 12px;
    width: calc(100% - 50px);
}

#search .search-result-wrapper .search-products .search-product-results {
    width: 100%;
    display: flex;
}

#search .search-result-wrapper .search-products {
    width: 100%;
}

#search .search-result-wrapper .search-products .search-product-results .empty-search-result {
    width: 100%;
}
#search .search-result-wrapper .search-categories .search-category-results > ul > li > ul > li:last-child > a {
    font-size: 17px;
    color: #8d4a32 !important;
}

#search .search-result-wrapper .search-categories .search-category-results > ul > li > ul > li:last-child > a mark.matched {
    color: #8d4a32;
}

#search .search-result-wrapper .search-categories .search-categories-header {
    margin-bottom: .5rem;
}
/*search-product-card-end*/

/*wishlist-list-page*/ 
.product-card .product-caption .product-price-wrapper {
    flex-direction: unset;
    display: flex;
    width: 80%;
    justify-content: end;
    align-items: center;
    padding: 0.5rem 0;
    border-top: 1px solid #eaeaea;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
    padding-bottom: 0;
    color: #8d4a32;
    font-weight: 800;
    font-size: 17px;
}

.product-card .product-caption .product-price-wrapper .product-old-price {
    padding-top: 0;
    color: #bbbbbb;
    font-weight: 500;
    text-decoration: line-through;
}

.product-card .product-caption .product-name-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

.product-card .product-caption .product-name-wrapper > a {
    justify-content: center;
}

.content-wrapper .sogo-content .wishlist-layout .product-card {
    border: 1px solid #eaeaea;
}

.content-wrapper .sogo-content .wishlist-layout .product-card .product-caption {
    width: 100% !important;
    align-items: center;
}
/*wishlist-list-page-end*/ 
.mobile-navigation-container {
    display: none;
}

.mobile-account-modal-content {
    display: none;
}