@media (max-width: 1700px) {
  .bot-head .main-search {
    width: 350px;
  }

  .log-wrap .log-data .data-inner {
    max-width: 40%;
  }
  .why-section a {
    height: 100px;
    padding-top: 70%;
}
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
  }

  .wrapper {
    overflow-x: hidden;
  }

  .bot-head .main-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .bot-head .main-search {
    width: 100%;
    padding: 0;
  }

  .bot-head .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .bot-head .main-actions a {
    padding: 0;
  }

  .bot-head {
    padding: 15px 0;
  }

  .top-head,
  .bot-head .main-menu,
  .bot-head .logo {
    display: none;
  }

  .bot-head .main-actions a {
    display: none;
  }

  .bot-head .main-actions a.notification,
  .bot-head .main-actions a.change-lang,
  .ship-address {
    display: inline-block;
  }

  .bot-head .main-actions .actions-inner {
    column-gap: 20px;
    flex-grow: 0;
  }

  .bot-head .main-actions a b {
    margin: 0;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .h-section .itm {
    height: 400px;
  }

  .main-footer:before,
  .main-footer:after {
    display: none;
  }

  .main-head.inner-head .top-head,
  .main-head.inner-head .bot-head {
    display: none;
  }

  .category-head,
  .category-sidebar .sidebar-head {
    display: flex;
  }

  .category-body .has-sidebar,
  .category-body .col-lg-9 {
    max-width: 100%;
    width: 100%;
  }

  .category-body .col-lg-9 {
    padding: 0;
  }

  .category-body .has-sidebar {
    position: fixed;
    right: 0;
    background-color: #fff;
    z-index: 10;
    top: 0;
    height: 100%;
    transform: translateX(130%);
    transition: 0.3s;
  }

  .category-sidebar {
    height: 100%;
  }

  .category-sidebar .sidebar-body {
    height: calc(100% - 164px);
    overflow: hidden;
    overflow-y: auto;
  }

  .category-sidebar .submit-filter {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 4;
  }

  .category-body .has-sidebar.active {
    transform: none;
  }

  .category-body .product-card {
    margin-bottom: 24px;
  }

  .cart-modal .whats-order {
    max-width: 50%;
}
.my-orders .category-head {
  display: flex;
  padding: 20px 0;
}
.orders-wrap .tab-pane ul > li{
  padding: 5px 10px;
}
.orders-wrap .nav.nav-tabs {
    margin-bottom: 20px;
}

.orders-wrap .nav.nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 15px;
}
.why-section a {
    padding-top: 0;
    height: 100px;
    padding: 15px;
}

.why-section .holder a img {
    height: 100%;
    width: 100%;
}
}

@media (max-width: 768px) {
  .feats .block .inner .i-icon {
    min-width: 90px;
    min-height: 90px;
    width: 90px;
    height: 90px;
  }

  .feats .block .inner .i-icon img {
    width: 75px;
    height: 75px;
  }

  .feats .block .inner .i-data h3 {
    font-size: 15px;
  }

  .feats {
    padding-bottom: 30px;
  }

  .f-tp .f-item .f-inner li a {
    font-size: 12px;
  }

  .f-tp .f-item .f-inner h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .f-tp .f-item .f-inner {
    padding: 15px 5px 0;
    min-height: 170px;
  }

  .f-tp {
    padding: 30px 0;
  }

  .f-bt .container {
    padding: 15px;
  }

  .f-bt .container p {
    font-size: 10px;
  }

  .f-bt .container a {
    width: 120px;
  }

  .badgo {
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    margin: 0;
  }

  .log-wrap .log-img {
    display: none;
  }

  .log-wrap .log-data {
    margin: 0 !important;
    padding: 40px 20px;
  }

  .log-wrap .log-data .data-inner {
    max-width: 100%;
  }

  .log-wrap {
    height: auto !important;
  }

  .log-wrap .log-data .data-inner .form-group .checkboxy span,
  .log-wrap .log-data .data-inner .form-group p {
    font-size: 11px;
  }

  .log-wrap .log-data .data-inner .form-group p {
    margin-bottom: 10px;
  }

  .log-wrap .log-data .data-inner .form-group .btn {
    background: #0caba8;
  }

  .f-tp .f-item .f-inner {
    max-width: 50%;
    padding: 20px 0 0;
    min-height: auto;
  }

  .f-tp .f-item p {
    max-width: 100%;
  }

  .footer-info {
    text-align: center;
    margin-bottom: 20px;
  }

  .categories-s .col-lg-6 {
    width: 50%;
  }

  .categories-s .row {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .product-s .row {
    margin: 0 -6px;
  }

  .product-s .item {
    padding: 0 6px;
  }

  .product-s .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .mobile-nav {
    display: flex;
  }

  .mobile-nav a .badgo {
    transform: none;
  }

  .feats .row {
    row-gap: 30px;
  }

  .feats .block .inner .i-data h3 {
    margin-bottom: 7px;
  }

  .main-footer {
    text-align: center;
  }

  .f-tp .row {
    row-gap: 30px;
  }

  .f-tp .f-item .social,
  .f-tp .f-item .apps-area,
  .f-tp .f-item .terms-area {
    justify-content: center;
  }

  .product-wrap .category-body .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .product-img {
    margin: 0 -20px;
  }

  .product-wrap .category-body {
    padding: 0;
  }

  .cart-products li {
    width: 100%;
  }

  .cart-wrap .cart-body .container {
    max-width: 100%;
  }

  .cart-submit {
    margin: 0 -12px;
    box-shadow: 0px -12px 9px rgb(203 203 203 / 25%);
    padding: 20px;
  }

  .cart-products li .product-block .p-data .extra {
    column-gap: 5px;
  }

  .cart-products li .product-block .p-data .extra .price {
    flex-wrap: wrap;
  }

  .cart-products li .product-block .p-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }

  .cart-products li .product-block .p-data .extra .price span:last-child {
    width: 100%;
    margin-top: 8px;
  }

  .cart-products li .product-block .p-data .extra .price span {
    white-space: nowrap;
  }

  .ship-items li {
    width: calc(50% - 6px);
  }

  .ship-payment .product-options {
    background: transparent;
  }

  .orders-wrap .tab-pane ul > li .order-btns .btn {
    font-size: 14px;
    padding: 0;
    column-gap: 10px;
  }

  .reviews-wrap.cart-wrap.orders-wrap {
    margin: 0;
    z-index: 5;
  }

  .order-details .category-head {
    display: flex;
  }

  .p-status span {
    padding: 6px 15px;
  }

  .offers-body .product-s .col-lg-6 {
    width: 50%;
  }

  .profile-orders a {
    padding: 20px 15px;
  }

  .profile-wrp .reviews-body ul li a::after {
    left: 15px;
    font-size: 20px;
  }

  .profile-wrp .reviews-body ul li a {
    padding: 15px;
  }

  .product-wrap.setting-wrp {
    margin: 0 0 30px;
    z-index: 5;
  }

  .product-wrap.setting-wrp.faqs {
    margin: 0;
  }

  .switcher .knobs:before {
    transition: 0.3s;
  }

  .log-wrap .log-data .data-inner .back-btn {
    display: block;
  }

  .bg-img {
    display: none;
  }

  .log-wrap .log-data .data-inner .back-btn img {
    filter: none;
  }

  .log-wrap .log-data .data-inner .log-head span {
    color: #0caba8;
  }

  .log-wrap .log-data .data-inner .log-head h4 {
    color: #000;
  }

  .log-wrap .log-data .data-inner .form-group .other-hint::before {
    background: #000;
  }

  .log-wrap .log-data .data-inner .form-group .other-hint p {
    background: #fff;
    color: #000;
    padding: 5px 25px;
    font-size: 15px;
  }

  .log-wrap .log-data .data-inner .form-group .other-hint {
    margin-top: 40px;
  }

  .log-wrap .log-data .data-inner .form-group .other-links a {
    border-color: #dfdfdf;
    padding: 0 20px;
    column-gap: 10px;
    font-size: 14px;
  }

  .log-wrap .log-data .data-inner .form-group .other-links {
    flex-wrap: wrap;
  }

  .log-wrap .log-data .data-inner .terms a,
  p.resend-code {
    color: #0caba8;
  }

  .cart-modal .methods a {
    width: 100% !important;
    font-size: 15px;
  }

  .categories-holder .inner {
    padding: 0;
    overflow-x: overlay;
    margin-bottom: 10px;
  }

  .cat-item span,
  .category-slick .cat-head h4 {
    font-size: 12px;
    text-align: center;
  }

  .katalog-blocks .block a {
    padding: 30px 10px;
    font-size: 13px;
  }

  .bot-head .main-actions .logo {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding-right:57px;
  }

  .bot-head .main-actions .logo a {
    display: block;
  }

  .bot-head .main-actions .logo img {
    height: auto;
    width: 150px;
  }
  .bot-head .main-search {
    margin-bottom: -40px;
  }

  .bot-head .main-search .form-group .form-control {
    border-color: #0caba8;
  }

  .bot-head {
    margin-bottom: 25px;
  }

  /*.cat-item .i-img {*/
    /*width: 50px;*/
    /*height: 50px;*/
  /*  padding: 12px;*/
  /*}*/

  /*.no-head .cat-item .i-img {*/
  /*  width: 60px;*/
  /*  height: 60px;*/
  /*}*/

  /*.maincats .cat-item .i-img {*/
  /*  width: 75px;*/
  /*  height: 75px;*/
  /*}*/
  .extra-cats-holder .item a {
    height: 200px;
  }
  .katalog-blocks .col-lg-3 {
    width: 33.33%;
  }

  .katalog-blocks .block a {
    padding: 10px;
    border-radius: 10px;
    min-height:123px;
  }

  .g-head h4 {
    font-size: 22px;
  }

  .g-head .btn {
    height: 35px;
    padding: 0 15px;
    font-size: 12px;
  }

  .btn{    padding: 0 15px;
    font-size: 12px;

  }

  .categories-holder .inner a {
    font-size: 12px;
  }

  .categories-holder .inner {
    column-gap: 20px;
  }

  .global-card .g-img {
    /*height: 180px;*/
    border-bottom: 1px solid #dfdfdf;
  }

  .why-section .holder h4 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .global-card .g-img .g-extra ul li {
    font-size: 9px;
    margin-bottom: 5px;
    padding: 3px;
  }

  .global-card .g-img .add-to-wishlist {
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .global-card .g-data .data-title {
    padding: 10px;
  }

  /*.global-card .g-data .data-title a {*/
  /*  font-size: 12px;*/
  /*  max-width: 73%;*/
  /*  max-height: 37px;*/
  /*}*/

  .add-to-cart {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  .global-card .g-data .data-desc {
    padding: 0 10px 10px;
  }

  .global-card .g-data .data-desc p {
    font-size: 12px;
    max-height: 35px;
  }

  .global-card .g-data .data-price {
    padding: 10px;
    flex-wrap: wrap;
  }

  .global-card .g-data .data-price h4 {
    font-size: 15px;
  }

  .global-card .g-data .data-price span {
    font-size: 15px;
  }

  .blog-card span {
    font-size: 12px;
    padding: 15px;
  }

  .wrapper {
    padding-bottom: 86px;
  }
  .toTop {
    bottom: 120px;
  }
  .katalog-blocks,
  .gift-cards,
  .specia-cards,
  .blogs-holder,
  .brands-holder {
    padding: 15px 0;
  }
  .hero-holder {
    margin-bottom: 15px;
  }
  .cart-modal .filterchange .f-footer .btn {
    font-size: 14px;
    height: 45px;
  }

  .cart-modal .filterchange .f-head h4 {
    font-size: 18px;
  }

  .cart-modal .filterchange .f-sort label span {
    font-size: 14px;
    padding: 15px;
  }

  .cart-modal .filterchange {
    padding: 20px;
  }

  .cart-modal .filterchange .f-head .off-modal {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  /*.product-groups .group-body .g-item {*/
  /*  width: 98px;*/
  /*}*/

  .product-groups .group-body .g-item .i-info p span {
    font-size: 10px;
    white-space: nowrap;
  }

  .product-groups .group-body .g-item .i-info {
    padding: 6px;
  }

  .product-groups .group-body {
    column-gap: 20px;
    row-gap: 20px;
  }

  .product-groups .group-body .g-item::after {
    font-size: 23px;
    left: -17px;
  }

  .product-groups .group-body .g-item .i-img {
    height: 80px;
  }

  .product-groups .group-body .g-item .i-info p span.old {
    font-size: 8px;
  }

  .product-spec ul li {
    width: auto;
    padding: 0 15px;
    font-size: 14px;
  }

  .product-info {
    padding: 30px 0;
  }

  .product-info h3 {
    font-size: 22px;
  }

  .product-options-list .opt-item ul {
    flex-wrap: wrap;
  }

  .product-offers .offer-item {
    padding: 15px;
  }

  .product-offers .offer-item .offer-right .offer-info p span {
    font-size: 13px;
  }

  .product-offers .offer-item .offer-right .offer-info p span.old {
    font-size: 11px;
  }

  .product-offers .offer-item .offer-right .toggle-qty {
    padding: 0 18px;
    font-size: 15px;
  }

  .product-offers .offer-item .offer-right .number {
    opacity: 0;
    column-gap: 0;
  }

  .product-offers .offer-item .offer-right .off + .number {
    opacity: 1;
  }

  .product-offers .offer-item .offer-left span {
    min-width: 25px;
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .product-offers .offer-item .offer-left p {
    font-size: 8px;
  }

  .product-offers .offer-item .offer-left img {
    width: auto;
  }

  .product-offers .offer-item .offer-right .number .plus-minus-box {
    width: 25px;
  }

  .product-offers .offer-item .offer-right .number .qtybutton {
    width: 20px;
    height: 20px;
    font-size: 17px;
  }

  .product-offers .offer-item .offer-left {
    column-gap: 5px;
  }

  .product-groups .group-footer h4 {
    padding: 0 10px;
    font-size: 15px;
  }

  .product-groups .group-footer p {
    column-gap: 5px;
  }

  .product-groups .group-footer p span {
    font-size: 14px;
  }

  .product-groups .group-footer p span.old {
    font-size: 11px;
  }

  .product-groups .group-footer .btn {
    font-size: 12px;
  }

  .product-submit,
  .cart-submit {
    padding: 25px 20px;
    box-shadow: 0px -12px 9px rgb(203 203 203 / 25%);
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 9;
  }

  .cart-submit .btn{
    height: 50px;
  }

  .reasons .col-lg-3 {
    width: 25%;
  }

  .reasons .block img {
    width: 27px;
    margin: 0 auto;
  }

  .reasons .block h4 {
    font-size: 11px;
  }

  .reasons .block p {
    font-size: 10px;
    max-height: 92px;
  }
  .reasons .col-lg-3 {
    width: 25%;
  }

  .reasons .block img {
    width: 27px;
    margin: 0 auto;
  }

  .reasons .block h4 {
    font-size: 11px;
  }

  .reasons .block p {
    font-size: 10px;
    max-height: 92px;
  }

  .empty-cart {
    padding: 50px 0;
}

.cart-modal .whats-order,.cart-modal .review-sending,
.cart-modal .cancel-order {
  max-width: 100%;
  padding: 20px;
}
.info-products li .pr-data a {
  font-size: 12px;
}

.info-products li .pr-img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}

.cart-modal  .cart-added,
.cart-modal .confirmOrder,
.cart-modal .saved-success {
  max-width: 100%;
}
.notification-wrap li .inner .i-text h4 {
  font-size: 12px;
}

.notification-wrap li .inner .i-icon {
  min-width: 20px;
  width: 20px;
}

.notification-wrap li .inner {
  column-gap: 10px;
}

.search-success a img {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.error-head .bot-head .main-search {
  display: none;
}

.error-head .bot-head .main-actions {
  margin: 0;
}

.error-wrp img {
  width: 200px;
}

.error-wrp p {
  font-size: 17px;
}

.error-wrp .btn {
  display: flex;
}
.cart-modal .whats-order .wo-head h4 {
  font-size: 17px;
  line-height: 1.5;
}

.redem .order-btns {
    flex-wrap: wrap
}

.catalog-cards .col-lg-3,
.blogs-holder .col-lg-3 {
  width: 50%;
}
.cato-viewer .item .item-child h4 {
  font-size: 11px;
}

.cato-viewer .item .item-child {
  padding: 0 10px;
}

.cato-viewer .vw-head div {
  column-gap: 5px;
}

.cato-viewer .vw-head button img {
  width: 15px;
}
.category-slick .cat-head img {
    width: 45px;
    height: 45px;
    min-width:45px;
}

.cat-item .i-img {
    height: 65px;
}

.bot-head .main-search .form-group .form-control {
    height: 35px;
    font-size: 12px;
}

.bot-head .main-search .form-group button {
    height: 35px;
    display: flex;
    align-items: center;
}

.product-groups .group-body .g-item {
    width: calc(33% - 20px);
}

.hero-mobile-section {
    display: block !important;
}

.hero-desktop-section {
    display: none;
}

.cart-modal .product-popup-inner {
    overflow: visible;
    max-height: none;
    padding: 0 30px 95px;
}

.cart-modal .product-popup-inner .product-offers {
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}

}

@media (max-width: 425px) {
  .h-section .itm {
    height: 200px;
  }

  .h-section .owl-dots {
    left: 15px;
    bottom: 15px;
  }

  .category-head .search-area .form-group {
    min-width: 250px;
  }

  .ship-items li {
    width: 100%;
  }


  /*.ship-items li label .ship-block .ship-map,*/
  /*.ship-preview .sh-map {*/
  /*  height: 136px;*/
  /*}*/

  .cat-item span {
    font-size: 10px;
  }

  .ads-holder {
    margin-bottom: 15px;
  }

  .katalog-blocks .col-lg-2 {
    width: 33.33%;
  }

  .katalog-blocks .row {
    row-gap: 15px;
  }

  .main-footer {
    background: transparent;
  }

  .f-tp .f-item {
    position: relative;
  }

  .f-tp .f-item::before,
  .f-tp .f-item::after {
    content: "";
    background: #f1f1f1;
    position: absolute;
    width: 20%;
    height: 5px;
    bottom: 12px;
    left: -15px;
    z-index: -1;
  }

  .f-tp .f-item::after {
    right: -15px;
    left: auto;
  }

  .f-tp .f-item .terms-area a {
    font-size: 12px;
    line-height: 1;
    height: 40px;
    background: #fff;
  }

  .wrapper {
    padding-bottom: 100px;
  }

  .f-tp {
    padding-top: 0;
  }

  .grid-view .col-sm-6 {
    width: 50%;
  }

  .grid-view.active .col-lg-3 {
    width: 100%;
  }

  /*.grid-view.active .global-card .g-img {*/
  /*  height: 165px;*/
  /*}*/

  .grid-view.active .global-card .g-data {
    height: 165px;
  }

  .favourites .row .col-lg-3 {
    width: 50%;
}
.ship-form .form-group {
    column-gap: 0;
    justify-content: space-between;
}

.ship-form .form-group label span {
    font-size: 13px;
    padding: 14px 11px;
    column-gap: 10px;
}

.ship-form .form-group .col-md-3 {
    width: 32%;
}
.why-section a {
    height: 70px;
}
.product-groups .group-body .g-item .i-info h4 {
    font-size: 10px;
}

.product-groups .group-body .g-item .i-info b {
    font-size: 10px;
}

.product-groups .group-body {
    gap: 10px;
    justify-content: space-between;
}

.product-groups .group-body .g-item::after {
    left: -22px;
    font-size: 17px;
}

.product-groups .group-body .g-item .i-info p {
    flex-flow: column;
    align-items: flex-start;
}

  .cart-products li .product-block .p-data {
    width: calc(100% - 100px);
  }

  .cart-products li .product-block {
    align-items: flex-start;
  }

  .cart-products li .product-block .number .qtybutton {
    width: 20px;
    height: 20px;
    font-size: 17px;
  }

  .cart-products li .product-block .number .plus-minus-box {
    width: 25px;
    height: 25px;
  }

  .cart-products li .product-block .number {
    column-gap: 5px;
    padding: 5px;
  }

  .cart-products li .product-block .p-data .extra {margin-top: 10px;}
.cart-modal .product-popup-inner .product-submit {
    position: absolute;
    /*padding: 0 !important;*/
    box-shadow: none;
    border-top: 1px solid #dfdfdf;
}

.cart-modal .product-popup-inner .product-submit .btn {
    font-size: 14px;
    height: 50px;
}
.product-offers .offer-item .offer-right .number {
    display: flex;
    align-items: center;
}
.product-offers .offer-item .offer-right .number .plus-minus-box {
    height: 20px;
}
}

@supports (-webkit-touch-callout: none) {

    .product-offers .offer-item .offer-right .number .plus-minus-box,
    .number .plus-minus-box {
   font-size: 18px;
     margin-top:-7px;
     height: 30px;
}
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
