@media screen and (max-width: 1400px) and (min-width: 1260px) {
  .content-wrapper {
    max-width: 92%;
  }
}

@media screen and (max-width: 1300px) {
  span.profil-text {
    font-size: 13px;
  }

  .cart-text > span {
    font-size: 12px;
  }

  .cart-icon-count .cart-icon > img {
    width: 15px;
    height: 15px;
  }

  .cart-icon-count .cart-count {
    font-size: 12px;
  }

  .header-wishlist > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1250px) {
  .header-bottom .responsive .navbar-default .container-megamenu ul.megamenu {
    overflow: hidden;
  }
  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > a {
    font-size: 11px;
  }

}
@media screen and (max-width: 1200px) {
  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > a {
    font-size: 9px;
  }
  .header-logo > a > img {
    width: 100%;
  }

  .header-search {
    width: 45%;
  }

  .header-search form {
    width: 80%;
  }

  .header-cart-account {
    width: 35%;
  }
  .product-caption .product-name {
    font-size: 13px;
  }

  .bf-sliding-cont
    .bf-expanded
    .bf-attr-block-cont
    .bf-price-container
    .bf-cur-symb
    > div
    > span {
    font-size: 12px;
    margin-right: 0.2rem;
  }

  .bf-sliding-cont
    .bf-expanded
    .bf-attr-block-cont
    .bf-price-container
    .bf-cur-symb
    > div {
    display: flex;
    align-items: center;
  }

  .bf-sliding-cont
    .bf-expanded
    .bf-attr-block-cont
    .bf-price-container
    .bf-cur-symb
    > div
    > input {
    width: 25px;
    padding: 5px 10px;
    height: 26px;
  }
  .bf-attr-block {
    padding: 10px;
  }
  .selectall > a {
    font-size: 13px;
  }

  .selectall {
    align-items: center;
  }
  .become-seller-table-container {
    width: 70%;
  }
}


@media screen and (min-width: 992px) {
  .navbar-header {
    display: none;
  }
  .filtershows {
    display: none !important;
  }

  .modal__nav--back {
    display: none;
  }
  .header-mobil-container {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header-top {
    display: none;
  }

  .header-middle {
    display: none;
  }

  .navbar-header {
    display: none;
  }
  .megamenu-wrapper {
    background: #fff !important;
    padding: 0 !important;
  }
  .header-bottom {
    margin: 0;
  }

  .header-mobil-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    padding-bottom: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  }

  .header-mobil-container .header-mobil-top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
    padding-bottom: 1rem;
  }
  .header-mobil-container .header-mobil-top .header-mobil-menu {
    width: 15%;
  }
  .header-mobil-container .header-mobil-top .header-mobil-logo {
    width: 25%;
    display: flex;
    align-items: center;
  }

  .header-mobil-container .header-mobil-top .header-mobil-logo > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-mobil-container .header-mobil-top .header-mobil-logo > a > img {
    width: 100%;
  }

  .header-mobil-container .header-mobil-top .header-mobil-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart {
    position: relative;
    display: flex;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-text {
    display: none;
  }

  .header-mobil-container .header-mobil-top .header-mobil-account > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .mobil-account
    .account-icon-text
    a#dropdownMenuLink {
    justify-content: center;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .mobil-account
    .account-icon-text
    a#dropdownMenuLink
    > i {
    color: #000;
    font-size: 24px;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    > div:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    background: #ebebeb;
    height: 25px;
    width: 1%;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .mobil-wishlist
    > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .mobil-wishlist
    > a
    > i {
    font-size: 20px;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-icon
    > img {
    width: 20px;
    height: 20px;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-icon-count {
    position: absolute;
    right: -7px;
    top: -11px;
    background: #ebebeb;
    padding: 0.7rem;
    border-radius: 50%;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-icon-count
    .cart-count {
    color: #000;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-menu
    .mobil-menu-icon
    > i {
    font-size: 27px;
    color: #000;
    cursor: pointer;
  }
  .header-mobil-container .header-mobil-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem;
    border-top: 1px solid #ddd;
  }

  .header-mobil-container .header-mobil-bottom > form {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-mobil-container .header-mobil-bottom > form .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    color: #1d1d1d;
    background-color: #f0f0f0;
    border-radius: 6px;
    border: none;
    height: 40px;
    padding-left: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .header-bottom .responsive .navbar-default .container-megamenu ul.megamenu {
    flex-direction: column;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li {
    width: 100%;
  }
  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    .menu-content
    .content {
    background: #fff !important;
    padding: 15px 10px !important;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    .menu-content
    .content
    .row {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 0;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    .menu-content
    .content
    .row
    .col-sm-2 {
    width: 100%;
    padding: 0;
  }
  .menu-content .content .row .col-sm-2 .categories > .row .static-menu {
    padding: 0 10px;
    display: flex;
    width: 100%;
  }

  .menu-content .content .row .col-sm-2 .categories {
    width: 100%;
    display: flex;
  }

  .menu-content .content .row .col-sm-2 .categories > .row .static-menu .menu {
    width: 100%;
    display: flex;
  }

  .menu-content
    .content
    .row
    .col-sm-2
    .categories
    > .row
    .static-menu
    .menu
    > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .menu-content
    .content
    .row
    .col-sm-2
    .categories
    > .row
    .static-menu
    .menu
    > ul
    > li {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > a {
    padding-left: 15px;
    font-size: 13px;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li:hover
    a {
    background: #f6f6f6 !important;
  }
  .megamenu-wrapper #remove-menu {
    padding: 15px;
    display: flex;
    justify-content: end;
  }

  .megamenu-wrapper #remove-menu::before {
    color: #000 !important;
    font-size: 16px;
  }

  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li::before {
    color: #000;
  }

  .responsive ul.megamenu > li.active .close-menu:before {
    color: #000 !important;
  }
  .header-bottom
    .responsive
    .navbar-default
    .container-megamenu
    ul.megamenu
    > li
    > a
    > strong {
    font-weight: 700 !important;
    color: #000;
  }
  .filter-sort {
    position: fixed;
    bottom: 0;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
      border 0.1s ease-in-out;
    margin: 0;
    left: 0;
  }

  .filter-sort .sort-view #show-filter {
    display: flex;
    width: 50%;
  }

  .filter-sort .sort-view > button {
    display: none;
  }
  .filter-sort .sort-view {
    width: 100%;
  }

  .filter-sort .sort-view .sort-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .select-options.visible {
    opacity: 1;
    visibility: visible;
    position: fixed;
    inset: 0;
    z-index: 100001;
    padding: 45px 1rem 1rem;
  }

  .select-options li {
    font-size: 1rem;
    height: 45px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }

  .filter-sort .sort-view .sort-wrapper .select .select-styled {
    font-size: 15px;
    font-weight: 800;
    color: #000;
  }

  .filter-sort .sort-view #show-filter > span {
    font-size: 15px;
    font-weight: 800;
    margin-right: 0.5rem;
  }

  .select-options .close-li {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    height: 45px !important;
    border-top: none;
    border-bottom: none;
    margin: 0 !important;
    display: flex;
    width: 45px;
  }

  .select-options .close-li #close-sort {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    border: 0;
    background: 0 0;
    height: 45px;
    font-size: 1.5rem;
    color: #000;
  }
  .filtershows {
    display: none;
  }

  .content-left-filter {
    display: none;
  }

  .product-layout.product-grid {
    width: 100%;
  }

  .product-card .productsrel-sizeandcolor-container {
    display: none;
  }
  .featured-wrapper
    .featured-swiper-container
    .featured-wrap
    .product-card-button-container {
    position: relative;
  }

  .featured-wrapper .featured-swiper-container .featured-wrap > a {
    padding: 20px;
  }

  .featured-wrapper .featured-swiper-container .featured-wrap {
    padding: 0;
  }

  .featured-wrapper
    .featured-swiper-container
    .featured-wrap
    > a
    .product-caption {
    padding-bottom: 10px !important;
  }

  .featured-wrapper
    .featured-swiper-container
    .featured-wrap
    .product-name
    > span {
    font-size: 14px;
  }

  .product-card-button-container {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .product-caption {
    padding-bottom: 55px !important;
  }
  .bf-panel-wrapper .modal__head .modal__head--item .modal__nav--back {
    display: none;
  }
  .bf-responsive .bf-buttonclear-box .bf-buttonsubmit {
    width: 100%;
    color: #fff !important;
  }

  .bf-form > .bf-attr-block > .bf-clickable {
    font-size: 16px !important;
    flex-direction: unset !important;
    justify-content: space-between;
  }

  .bf-form > .bf-attr-block > .bf-clickable::after {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-weight: 800;
  }
  span.bf-cell.bf-c-2 {
    width: 100% !important;
    background-size: 124px 18px !important;
  }
  .box-content.bf-price-container .bf-cur-symb {
    flex-direction: unset !important;
    justify-content: space-evenly !important;
  }

  .bf-cur-symb > div:first-child {
    margin-bottom: 0 !important;
  }

  .bf-cur-symb > div > span {
    font-size: 17px;
  }

  .bf-price-slider-container {
    display: block !important;
    margin-top: 1rem;
  }

}
@media screen and (max-width: 770px) {
  .category-banner-image {
    width: calc(50% - 12px);
  }

  .category-banner-image:not(:nth-child(2n)) {
    margin-right: 15px;
    margin-left: 0;
  }

  .category-banner-image:nth-child(2n) {
    margin-left: 0;
  }

  .category-banner-image {
    margin-bottom: 15px;
  }
  .five-banners {
    flex-wrap: wrap;
  }

  .five-banners .left-banner {
    width: 100%;
    margin-right: 0;
  }

  .five-banners .right-banner {
    width: 100%;
    margin-top: 1rem;
  }

  .five-banners .right-banner > a {
    width: calc(51% - 1rem);
  }
  .home-description .home-description-logo-container {
    width: 25%;
  }
  .footer-container .footer-top-container .footer-top-content {
    flex-wrap: wrap;
  }

  .footer-container .footer-top-container .footer-top-content .footer-colon {
    width: calc(50% - 1rem);
  }

  .footer-container .footer-top-container {
    padding: 40px 20px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon:not(:nth-child(2n)) {
    margin-right: 1rem;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    > span {
    font-size: 18px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    ul
    > li
    > a {
    font-size: 14px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    .dual-content
    .social-media {
    flex-wrap: wrap;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    .dual-content
    .social-media
    > li {
    width: 33%;
    justify-content: flex-start;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .dual-colon
    .dual-content {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-container
    .footer-top-container
    .footer-top-content
    .dual-colon:nth-child(4)
    .dual-content:nth-child(2) {
    display: none;
  }

  .dual-content-mobile {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .dual-content-mobile > span {
    color: #323232;
    font-weight: 700;
    font-size: 21px;
    display: flex;
    justify-content: center;
  }

  .dual-content-mobile .footer-contact-link {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .dual-content-mobile .footer-contact-link > a {
    width: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    padding: 0 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #646464;
    font-size: 16px;
  }

  .footer-container .footer-top-container .footer-bottom-content > img {
    width: 50%;
  }

  .footer-container .footer-top-container .footer-bottom-content {
    justify-content: center;
  }
  .footer-bottom-container > div > span {
    font-size: 12px;
  }

  .footer-bottom-container {
    padding: 15px 0;
  }

  .language-div {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 769px) {
  .product-card-button-container {
    bottom: 0;
  }
  .featured-wrapper
    .featured-swiper-container
    .featured-wrap:hover
    .product-card-button-container {
    bottom: 0;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--default-color) !important;
  }
  .product-container {
    flex-direction: column;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .product-left {
    position: relative;
    width: 100% !important;
  }

  .product-content {
    display: none;
  }

  .mobile-product-slider {
    display: block;
    /* margin-bottom: 3rem; */
    width: 100% !important;
    overflow: hidden;
  }
  .product-right {
    width: 100%;
    margin-top: 2rem;
  }
  .product-descriptions-capsule {
    height: 190px;
  }
  .opacity-button {
    bottom: 33px;
  }
  .product-buttons-wrapper .btn-div-product > button {
    padding: 15px 0;
  }

  .product-buttons-wrapper .product-wishlist-buttons > button {
    width: 50px;
    height: 50px;
  }

  .product-buttons-wrapper .cart-count-buttons .quantity-input-wrapper > input {
    height: 50px;
  }

  .product-buttons-wrapper .cart-count-buttons > button {
    height: 50px;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-list
    > ul
    > li
    > a
    .other-sellers-list-item
    .other-sellers-list-info
    > span {
    font-size: 12px;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-list
    > ul
    > li
    > a
    .other-sellers-list-item
    .other-sellers-list-info
    .other-sellers-list-store {
    font-size: 13px;
    margin-left: 0;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-list
    > ul
    > li
    > a
    .other-sellers-list-actions
    .other-sellers-list-price {
    font-size: 16px;
  }

  .product-other-sellers-capsule .other-sellers-capsule-list > ul > li > a {
    width: 70%;
  }

  .product-description-tab-container
    .product-tab-wrapper
    .nav-pills
    > li
    > button {
    font-size: 12px;
    padding: 14px 20px;
  }

  .product-rating-container .tab-review-product-name > span {
    font-size: 14px;
  }

  .product-rating-container .tab-rating-container .rating-top {
    flex-direction: column;
  }

  .product-rating-container .tab-rating-container .rating-content {
    width: 100%;
    margin-right: 0;
  }

  .product-rating-container .tab-rating-container .rating-content .rating-item {
    width: 100%;
  }

  .rating-stars-wrapper .rating-stars > i {
    font-size: 15px;
  }

  .rating-stars-wrapper .rating-info {
    font-size: 10px;
  }

  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-progress {
    width: 80%;
  }

  .product-rating-container .tab-rating-container .rating-result {
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .rating-new > span {
    font-size: 13px;
  }

  .rating-new-title {
    font-size: 17px;
  }

  .tab-other-sellers-list > ul > li {
    width: 100%;
    padding: 0.5rem;
  }

  .tab-other-sellers-list
    > ul
    > li
    > a
    .other-sellers-list-item
    .other-sellers-list-info
    > span {
    font-size: 12px;
  }

  .tab-other-sellers-list
    > ul
    > li
    > a
    .other-sellers-list-product-name
    > span {
    font-size: 14px;
  }

  .tab-other-sellers-list > ul > li > a .other-sellers-list-store {
    font-size: 15px;
  }

  .tab-other-sellers-list
    > ul
    > li
    > a
    .other-sellers-list-actions
    .other-sellers-list-price {
    font-size: 16px;
  }

  .tab-other-sellers-list > ul > li > a {
    width: 75%;
  }

  .tab-other-sellers-list > ul > li .other-sellers-list-addcart {
    width: 25%;
  }
  .breadcrumb {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .product-buttons-wrapper.sticke {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    padding: 20px;
    z-index: 9;
  }
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner {
    width: 100%;
  }
  .become-seller-table-container
    .become-seller-tab-content
    > form
    .become-seller-tab-content-wrap {
    flex-direction: column;
  }

  .become-seller-table-container
    .become-seller-tab-content
    > form
    .become-seller-form-content-left {
    width: 100%;
    margin-right: 0;
  }

  .become-seller-table-container
    .become-seller-tab-content
    > form
    .become-seller-form-content-right {
    width: 100%;
  }

  .become-seller-continue-wrap {
    flex-direction: column;
  }

  .become-seller-submit-btn {
    justify-content: center;
    margin-top: 1rem;
    width: 70%;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .footer-container .footer-top-container .footer-top-content {
    max-width: 100%;
  }
  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    ul
    > li
    > a {
    font-size: 14px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    > span {
    font-size: 16px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .footer-colon
    .dual-content
    .social-media
    > li
    > a {
    font-size: 19px;
  }

  .footer-container
    .footer-top-container
    .footer-top-content
    .dual-colon
    .dual-content
    .footer-contact-link
    > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 650px) {
  .home-slide .swiper-button-next::after,
  .home-slide .swiper-button-prev::after {
    font-size: 25px;
  }

  .home-slide .swiper-button-next,
  .home-slide .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .product-card {
    width: calc(50% - 0.7rem);
  }

  .product-layout .product-card:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .product-layout .product-card:not(:nth-child(2n)) {
    margin-right: 0.5rem;
  }
  .rating-actions {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .home-description .home-description-logo-container {
    width: 30%;
  }
  /* .featured-wrapper .featured-swiper-container .featured-wrap .product-name {
       height: 60px;
    } */
  .manufacturer-container .manufacturer-title > span {
    font-size: 24px;
  }
  .product-rating-container
    .tab-rating-container
    .rating-content
    .rating-item
    .rating-stars-wrapper
    .rating-progress {
    display: none;
  }

  .rating-stars-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rating-stars-wrapper .rating-stars > i {
    font-size: 21px;
  }

  .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 {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }

  .rating-stars-wrapper .rating-info {
    font-size: 14px;
    width: 50%;
    justify-content: center;
  }
  .product-tab-comments
    .product-tab-comments--list
    .product-tab-comment
    .product-tab-comment--inner {
    width: 100%;
  }

  .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: 13px;
  }

  .rating-stars-wrapper .rating-stars {
    width: 50%;
  }
  .not-found-container .not-found-header > span {
    font-size: 18px;
    text-align: center;
  }

  .not-found-container .not-found-text > span {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }

  .not-found-container {
    padding: 0 15px;
  }

  .continue-button > a {
    height: 36px;
  }
}
@media screen and (max-width: 475px) {
  .become-seller-table-container {
    width: 100%;
    margin: 1rem;
  }
  .header-mobil-container .header-mobil-top .header-mobil-logo {
    width: 35%;
  }
  .featured-wrapper
    .featured-swiper-container
    .featured-wrap
    .product-name
    > span {
    font-size: 11px;
  }

  .product-price .price-new {
    font-size: 17px;
  }

  .price-old {
    font-size: 12px;
  }
  .featured-wrapper
    .featured-swiper-container
    .featured-wrap
    .product-card-button-container {
    height: 35px;
  }
  .home-featured .featured-title > span {
    font-size: 24px;
  }
  .product-image > img {
    padding: 0 10px;
  }

  .featured-wrapper .featured-swiper-container .featured-wrap > a {
    padding: 12px;
  }
  .home-category-container
    .home-category-box
    .swiper-slide
    > a
    .home-category-wrapper
    > img {
    width: 35px;
  }

  .home-category-container
    .home-category-box
    .swiper-slide
    > a
    .home-category-wrapper
    > i {
    font-size: 85px;
  }

  .home-category-container
    .home-category-box
    .swiper-slide
    > a
    .home-category-text
    > span {
    font-size: 12px;
  }

  .home-desc-view-more {
    padding: 0 1rem !important;
  }
  .tab-other-sellers-list > ul > li > a {
    width: 100%;
  }

  .tab-other-sellers-list > ul > li .other-sellers-list-addcart {
    display: none;
  }

  .tab-other-sellers-list > ul > li > a .other-sellers-list-item {
    padding: 10px 5px;
  }

  .tab-other-sellers-list > ul > li > a .other-sellers-list-store {
    margin-left: 0px;
    margin-right: 10px;
  }

  .tab-other-sellers-list
    > ul
    > li
    > a
    .other-sellers-list-actions
    .other-sellers-list-price {
    font-size: 13px;
  }

  .tab-other-sellers-list
    > ul
    > li
    > a
    .other-sellers-list-product-name
    > span {
    font-size: 16px;
  }
  .tab-other-sellers-list > ul > li > a .other-sellers-list-actions {
    display: none;
  }

  .other-sellers-list-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .tab-other-sellers-list > ul > li {
    flex-wrap: wrap;
  }

  .other-sellers-list-mobile .other-sellers-list-addcart {
    display: flex !important;
    width: 50% !important;
  }
  .other-sellers-list-mobile .other-sellers-list-price {
    font-weight: 900;
    font-size: 16px;
    color: #323232;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .other-sellers-list-mobile .other-sellers-list-addcart button {
    margin: 0 !important;
    height: 30px !important;
    font-size: 11px !important;
    line-height: unset !important;
    padding: 0 !important;
    width: 51%;
  }

  .other-sellers-list-mobile .other-sellers-list-actions {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-info .product-price .special-price-container > li > span {
    font-size: 20px;
  }

  .product-info
    .product-price
    .special-price-container
    > li:not(:last-child)
    > span {
    font-size: 16px;
  }

  .product-info .product-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-info .product-price .special-price-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 426px) {
  .product-other-sellers-capsule .other-sellers-capsule-head {
    justify-content: space-between;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-head
    .other-sellers-capsule-title {
    width: 50%;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-head
    .other-sellers-all-button {
    width: 50%;
    display: flex;
    justify-content: end;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-head
    .other-sellers-capsule-title
    > span {
    font-size: 16px;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-head
    .other-sellers-all-button
    > span {
    font-size: 15px;
  }
  .product-buttons-wrapper .btn-div-product {
    width: 45%;
  }

  .product-buttons-wrapper .btn-div-product > button {
    font-size: 17px;
    padding: 9px 0;
  }

  .product-buttons-wrapper .cart-count-buttons {
    width: 35%;
  }

  .product-buttons-wrapper .product-wishlist-buttons {
    width: 15%;
  }

  .product-buttons-wrapper .cart-count-buttons .quantity-input-wrapper > input {
    height: 38px;
  }

  .product-buttons-wrapper .cart-count-buttons > button {
    height: 38px;
  }

  .product-buttons-wrapper .product-wishlist-buttons > button {
    width: 38px;
    height: 38px;
  }
  .product-other-sellers-capsule
    .other-sellers-capsule-list
    > ul
    > li
    > a
    .other-sellers-list-item {
    padding: 10px 0;
  }
  .product-other-sellers-capsule
    .other-sellers-capsule-list
    > ul
    > li
    .other-sellers-list-addcart
    > button {
    height: auto;
    line-height: unset;
    margin-left: 0;
    font-size: 11px;
    padding: revert;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-menu
    .mobil-menu-icon
    > i {
    font-size: 22px;
  }

  .header-mobil-container .header-mobil-top .header-mobil-account {
    width: 25%;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .mobil-account
    .account-icon-text
    a#dropdownMenuLink
    > i {
    font-size: 20px;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .mobil-wishlist
    > a
    > i {
    font-size: 18px;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-icon
    > img {
    width: 18px;
    height: 18px;
  }

  .header-mobil-container
    .header-mobil-top
    .header-mobil-account
    .header-mobil-cart
    .cart-icon-count {
    padding: 0.5rem;
    width: 45%;
    right: -3px;
    top: -8px;
  }
  .product-caption .product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .rating-new-area .new-area-top .new-area-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  .bf-cur-symb > div > span {
    font-size: 15px;
    min-width: 40px !important;
  }
  .featured-wrapper
    .featured-swiper-container
    .featured-wrap
    .product-name
    > span {
    font-size: 9px;
    line-height: 13px;
  }

  .product-price .price-new {
    font-size: 12px;
  }

  .price-old {
    font-size: 11px;
  }

  .home-category-container
    .home-category-box
    .swiper-slide
    > a
    .home-category-text
    > span {
    font-size: 9px;
  }
  .product-card-button-container .button-wrapper > button > i {
    font-size: 15px;
  }
  .product-card-button-container .button-wrapper > button > span {
    font-size: 13px;
  }
  .category-product-content
    .product-caption
    .product-price-wrapper
    .product-old-price {
    font-size: 10px;
  }

  .category-product-content
    .product-caption
    .product-price-wrapper
    .product-new-price {
    font-size: 15px;
  }

  .category-product-content .product-caption .product-name-wrapper > a {
    font-size: 13px;
  }
  .category-product-content
    .product-caption
    .product-price-wrapper
    .product-old-price {
    font-size: 10px;
  }

  .category-product-content
    .product-caption
    .product-price-wrapper
    .product-new-price {
    font-size: 15px;
  }

  .category-product-content .product-caption .product-name-wrapper > a {
    font-size: 13px;
  }

  .product-card-button-container .button-wrapper > button {
    padding: 10px 7px;
  }

  .product-card-button-container {
    height: 40px !important;
  }
  .product-caption .product-name {
    height: 37px;
  }
  .become-seller-continue-wrap .lighting-text-content > span {
    font-size: 12px;
  }

  .become-seller-submit-btn {
    width: 100%;
  }

  .become-seller-submit-btn input {
    width: 60%;
    font-size: 14px;
  }

  .become-seller-form-group > input {
    font-size: 11px !important;
  }

  .become-seller-form-group > label {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .product-other-sellers-capsule .other-sellers-capsule-list > ul > li {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.5rem;
  }

  .product-other-sellers-capsule .other-sellers-capsule-list > ul > li > a {
    width: 95%;
  }

  .product-other-sellers-capsule
    .other-sellers-capsule-list
    > ul
    > li
    .other-sellers-list-addcart {
    width: 100%;
  }
}




/*address-save*/

@media screen and (max-width: 1400px) {
  .address-save-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1250px){
  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
    margin-right: .5rem;
    font-size: 10px;
    right: 26%;
  }

  .address-save-invoice-delivery-content .addressactive .customeraddress {
      font-size: 10px;
  }

  .address-save-invoice-delivery-content .address-save-invoice-delivery-box > a > i {
    /* padding-top: .3rem; */
    height: 16px;
  }
}


@media screen and (max-width: 1100px) {
  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
    right: 3%;
    margin-right: 0 !important;
  }

  .address-save-invoice-delivery-content .addressactive .customeraddress {
      top: 31%;
      padding: 0.3rem 1rem;
  }
  .adress-save-wrap-table-content > form .pull-right {
    font-size: 12px;
  }
  .select-payment-box  .select-payment-country {width: 100%;overflow-wrap: break-word;}

  .select-payment-box {
      width: calc(33.3% - 1rem);
      margin-right: .5rem;
  }
}

@media screen and (min-width: 992px){
  .address-save-wrap-mobile{
    display: none;
  }
}
@media screen and (max-width:992px){
  .address-save-wrapper .adress-save-wrap {
      display: none;
  }

  .address-save-wrapper .addres-save-content {
      width: 100%;
  }

  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
      right: 32%;
  }

  .address-save-invoice-delivery-content .addressactive .customeraddress {
      top: 7%;
  }

  .address-save-wrapper {
    position: relative;
  }

  .address-save-wrap-mobile {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ededed;
  }

  .address-save-wrap-mobile .adress-save-mobile-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .address-save-wrap-mobile .adress-save-mobile-top .address-save-wrap-table-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .address-save-wrap-mobile .adress-save-mobile-top .address-save-wrap-table-title > button {
    background: unset !important;
    color: #f13f3e !important;
    border: none;
    font-weight: 800;
    padding: 0;
  }

  .address-save-wrap-mobile .address-save-mobile-bottom {
    display: flex;
    width: 100%;
  }

  .address-save-wrap-mobile .address-save-mobile-bottom > form {
    width: 100%;
  }

  .address-save-wrap-mobile .address-save-mobile-bottom > form > .buttons {
    margin: 0;
  }

  .address-save-wrap-mobile .address-save-mobile-bottom > form > .buttons > input {
    width: 100%;
  }

  .address-save-wrap-mobile .adress-save-mobile-top div#collapseExample {
    width: 100%;
    padding: 10px 0;
  }

  .address-save-wrap-mobile .address-save-mobile-bottom > form > .buttons .pull-right {
    padding: 10px 0;
  }

  .address-save-wrap-mobile .adress-save-mobile-top .address-save-wrap-table-title > span {
    font-size: 15px;
  }
  .select-payment-box .select-payment-country span {
    font-size: 12px;
  }

  .select-payment-address > span {
    font-size: 12px;
  }

  .select-payment-box.selectPaymentAdress {height: auto;}

  .select-payment-name-lastname {
    margin-top: .5rem;
  }
}

@media screen and (max-width: 769px){
  .address-save-invoice-delivery-content {
      flex-direction: column;
  }

  .address-save-invoice-delivery-content .address-save-invoice-delivery-box {
      width: 100%;
  }

  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
      right: 20%;
  }
  .select-payment-box {
    width: calc(50% - 1rem);
  }
  .modal.showSelectFAddress .modal-dialog {
    top: 5%;
  }
  div#payment-new > div {
    width: calc(50% - 10px);
  }
  .modal-body.getFAddress fieldset > div {
    width: calc(50% - 10px);
  }
  .modal-body.getTAddress form > div {
    width: calc(50% - 10px);
  }
  div#shipping-new > div {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 665px){
  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
    right: 24%;
  }
  .address-save-product-content-bottom .address-save-product-thumb {
    width: 35%;
    height: fit-content;
  }

  .address-save-product-content-bottom .address-save-product-information {
      width: 65%;
  }
}
@media screen and (max-width: 550px){
  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
    right: 30%;
  }
  .select-payment-box {
    width: 100%;
  }
  div#payment-new > div {
    width: calc(100% - 10px);
    margin-left: 0;
  }
  .modal-body.getFAddress fieldset > div {
    width: calc(100% - 10px);
  }
  .modal-body.getTAddress form > div {
    width: calc(100% - 10px);
  }
  div#shipping-new > div {
    width: calc(100% - 10px);
    margin-left: 0;
  }
}
@media screen and (max-width: 426px){
  .address-save-invoice-delivery-content .addressactive .customeraddress {
      padding: 0.3rem 1rem;
      font-size: 13px;
  }

  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
      padding: 0.3rem 1rem;
      font-size: 13px;
      right: 31%;
  }
  .address-save-wrapper .addres-save-content {
    padding: 0;
  }


  .address-save-invoice-delivery-content .address-save-invoice-delivery-box > span {
    font-size: 13px;
    margin-bottom: .5rem;
  }

  .address-save-invoice-delivery-content .address-save-invoice-delivery-box > a > i {
    display: none;
  }
  .address-save-product-content-bottom .address-save-product-information > a {
    font-size: 11px;
  }

  .address-save-product-content-bottom .address-save-product-information span:nth-child(4) {
    margin-top: .0;
  }

  .address-save-product-content-bottom .address-save-product-information span:nth-child(5) {
    font-size: 11px;
  }

  .address-save-product-content-bottom .address-save-product-information > span {
    font-size: 11px;
  }

  .address-save-product-content-bottom .address-save-product-information {
    gap: 0.3rem;
  }
  .address-save-wrap-mobile .address-save-mobile-bottom > form > .buttons .pull-right input[type="checkbox"] {
    width: 19px;
    height: 19px;
}
}

@media screen and (max-width: 376px){
  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
    padding: 0.3rem 1rem;
    font-size: 13px;
    right: 33%;
  }
}
@media screen and (max-width: 347px){
  .address-save-invoice-delivery-content .addressactive .customeraddress {
    top: 30%;
    font-size: 12px;
  }

  .address-save-invoice-delivery-content .addressactive .customerselectaddress {
      right: 3%;
      padding: 0.3rem 1.2rem;
      font-size: 12px;
  }
  .address-save-invoice-delivery-content .addressactive > p:nth-child(2) {
    width: 70%;
  }
  .address-save-invoice-delivery-content .address-save-invoice-delivery-box {
    height: 155px;
  }

  .address-save-invoice-delivery-content .address-save-invoice-delivery-box > span {
    margin-bottom: 0;
  }
}

/*address-save-end*/
