@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .home-slider, .home-slider .owl-item {
    max-height: 490px;
  }
  .dft span {
    font-size: 14px;
  }
  .mgmenu li a {
    font-size: 15px;
  }
  .mn-cat-box h4 {
      font-size: 17px;
  }
  .mn-cat-box img {
      max-height: 100px;
  }
  .mn-cat-box {
    padding: 30px 10px;
  }
  .order-cart {
    flex-wrap: wrap;
  }
  .crt1 {
    flex: 0 10%;
  }
  .crt2 {
    flex: 0 20%;
  }
  .crt3 {
    flex: 0 70%;
  }
  .crt4 {
    flex: 0 25%;
  }
  .crt5 {
    flex: 0 25%;
  }
  .crt6 {
    flex: 0 25%;
  }
  .crt7 {
    flex: 0 25% !important
  }
  .order-cart * {
    text-align: left !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .home-slider, .home-slider .owl-item {
    height: 480px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .logo img {
    max-height: 40px;
  }
}


@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mn-cat-box img {
      max-height: 80px;
  }
  .mn-cat-box h4 {
      font-size: 15px;
  }
  .mn-cat-box::before {
      width: 120px;
      height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .mn-cat-box {
    margin-bottom: 10px;
  }
  .dft {
    display: none;
  }
  .category-header {
      max-width: 100%;
  }
  .mgmenu {
    max-width: 100%;
  }
  .middle-header {
    padding: 15px 0;
  }
  .opt-set-container {
    margin: 0 auto;
    min-height: 40px;
    margin-top: 15px;
  }
  .gh-sd-container {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .mobile-none {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .opt-set-container .mobile-show {
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
  }
  .opt-set-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 11;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 0 20px;
  }

  .opt-sets {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-language, .header-currency {
    min-width: 0;
  }
  .sub-lang {
      min-width: 140px;
  }
  .sub-currency {
    min-width: 100px;
  }
  .header-auth.mobile-block a {
    background: var(--tp-bg-color-o2);
    color: var(--tp-txt-color-o2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

  }
  .header-auth.mobile-block a i {
    font-size: 25px;
  }
  .top-header {
    padding: 5px 0;
  }
  .header-mail::before, .header-auth::before, .header-currency::before {
    margin-top: 5px;
    height: 30px;
  }
  .spec-of-ttlsr {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .mn-cat-box h4 {
    display: none;
  }
  .mn-cat-box {
    padding: 10px;
    height: 100%;
  }
  .mn-cat-box img {
    max-width: 100%;
  }
  .mn-cat-box::before {
    width: 70px;
    height: 70px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .mn-cat-box:hover::before {
    width: 100px;
    height: 100px;
  }
  #important-cats {
    padding: 20px 0 0 0;
  }
  .banner {
    margin-top: 20px;
  }
  #partner-section {
    padding: 20px 30px 20px 20px;
  }
  footer {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    padding-top: 70px;
  }
  .qu-lns {
    margin-top: 30px;
  }
  .bottom-header {
      display: none;
  }
  body {
    padding-bottom: 60px;
  }
  .mobile-block {
    display: flex;
  }
  .gt-mn {
    background: var(--tp-bg-color-o2);
    color: var(--tp-txt-color-o2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .categories-popup {
    position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(255, 255, 255, 0.95);
  	backdrop-filter:blur(1px);
  	z-index: 9;
    padding: 0 10px;
    z-index: 99;
  }
  .sidebar-menu::after {
    width: calc(100% - 250px);
  }
  .sidebar-menu {
      width: 250px;
  }
  .close-lmenu {
    margin-left: 260px;
  }

  .shocatsmobile span {
    display: block;
    height: 0.125rem;
    width: 1.4rem;
    background: #000;
  }
  .shocatsmobile {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	flex-direction: column;
  	height: 18px;
  	cursor: pointer;
    margin-top: 10px;
  }
  .categories-popup h4 {
    margin-top: 10px;
    font-feature-settings: "case" on;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .close-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    display: flex;
    margin-top: 3px;
    margin-right: 10px;
  }
  .close-nav span {
  	display: block;
    height: 0.125rem;
    width: 1.5rem;
    background: #0a3251;
    position: absolute;
    transform: rotate(45deg);
  }
  .close-nav span:last-child {
  	transform: rotate(-45deg);
  }
  .categories-popup ul {
    height: calc(100% - 90px);
    overflow-y: scroll;
    padding: 0;
  }
  .categories-popup li a {
    padding-top: 0.406rem;
    padding-bottom: 0.406rem;
    padding-right: 0.31237rem;
    padding-left: 0.31237rem;
    font-weight: 100;
    color: #0a3251;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
  }
  .categories-popup li {
    list-style: none;
    padding: 0;
  }
  .section-pad {
    padding: 20px 0;
  }
  .myprofile {
    margin-bottom: 20px;
  }
  .myprofile ul {
    display: none;
  }
  .address-box .form-group {
    margin-bottom: 20px;
  }
  .delete-addr-box {
    margin-right: 0;
    margin-top: -7px;
  }
  .added-addresses {
    margin-bottom: 20px;
  }
  .prof-down {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 0;
    margin-top: -15px;
  }

  .order-item {
    flex-wrap: wrap;
  }
  .order-item > div {
    flex: 0 50%;
    margin-top: 10px;
  }

  .order-item * {
    text-align: left !important;
  }
  .order-action {
    flex: 0 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 10px;
  }
  .product-item-jn {
    flex-wrap: wrap;
  }
  .product-item-jn > div {
    flex: 0 33.3%;
  }
  .order-item-img {
    flex: 0 30% !important;
  }
  .order-item-ttl {
    flex: 0 70% !important;
  }
  .ptm-44 {
    padding-top: 44px !important;
  }
  .mtm-10 {
    margin-top: 10px;
  }
  .filter-box {
    margin-bottom: 20px;
    display: none;
  }
  .filter-button-xs {
    border-radius: 0.4375rem;
    background: var(--tp-bg-color);
    padding: 0.7rem 1.5rem;
    color: var(--tp-txt-color);
    font-weight: 700;
    font-size: 1rem;
    font-feature-settings: "case" on;
    max-width: 100%;
    cursor: pointer;
    z-index: 5;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filter-button-xs i {
    font-size: 35px;
  }

  .action-line {
    display: block;
  }
  .fbshr {
    margin-top: 20px;
    justify-content: flex-start !important;
  }
  .specs strong {
    width: 50%;
    min-width: 0;
    font-size: 14px;
  }
  .specs span {
    width: 50%;
    font-size: 14px;
  }
  .specs {
    border-bottom: 1px solid #eee;
    min-height: 60px;
    margin: 0;
  }
  .mycart {
    margin-top: 20px;
  }
  .contact-side {
    margin-bottom: 20px;
  }
  .order-cart {
    flex-wrap: wrap;
  }
  .crt1 {
    flex: 0 100%;
  }
  .crt2 {
    flex: 0 100%;
  }
  .crt2 img {
    height: 70px;
    margin-bottom: 15px;
  }
  .crt3 {
    flex: 0 100% !important;
  }
  .crt4 {
    flex: 0 33.3%;
    margin-top: 10px;
  }
  .crt5 {
    flex: 0 33.3%;
    margin-top: 10px;
  }
  .crt6 {
    flex: 0 33.3%;
    margin-top: 10px;
  }
  .crt7 {
    flex: 0 100% !important;
  }
  .crt7 input {
    margin: 0 auto;
    width: 100%;
  }
  .crt7_1 {
    flex: 0 70% !important;
  }
  .crt7_1 input {
    width: 100%;
  }
  .crt7_2 {
    flex: 0 40px !important;
  }
  .order-cart * {
    text-align: center !important;
  }
  .home-slider, .home-slider .owl-item {
    max-height: 200px;
  }
  .figurcaption p, .figurcaption h1::before {
    display: none;
  }
  .figurcaption h1 {
    padding-left: 0;
    font-size: 15px !important;
  }
  .figurcaption, .home-slider .owl-dots {
    margin-left: 0 !important;
    left: 0;
    right: 0;
    margin: auto !important;
    width: fit-content;
    display: table;
  }
  .sl-btn {
      font-size: 13px;
      padding: 5px 15px;
  }
  .dgper {
    padding-top: 0.406rem;
    padding-bottom: 0.406rem;
    padding-right: 0.31237rem;
    padding-left: 0.31237rem;
    color: #0a3251;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
    font-weight: bold !important;
    position: relative !important;
  }
  .dgper::after {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Line Awesome Free';
    margin-top: 5px;
  }
  .has-dropdown-mb a::after {
    content: '\f101';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Line Awesome Free';
    margin-top: 5px;
  }
  .drop-ss {
    padding-left: 25px !important;
    display: none;
  }
  .drop-ss a {
    font-weight: normal !important;
    font-size: 14px !important;
  }

}

@media only screen and (min-width: 767px) and (max-width: 870px) {
  .header-mail {
    display: none;
  }
  .mgmenu {
    height: 400px;
  }

}


@media only screen and (max-width: 1100px) {
  .menu {
    display: none;
  }
  .flexerSH {
    padding: 0;
  }
  .cart-word {
    display: none;
  }
  #sync2 .item img {
      max-height: 45px;
  }
  .address-box .sl-btn {
    font-size: 13px;
  }
  .address-box .sl-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .figurcaption, .home-slider .owl-dots {
    margin-left: -130px;
  }
  .figurcaption h1 {
    font-size: 25px;
  }
  .figurcaption p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .my-pagination li a, .my-pagination li span {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .pagination {
    justify-content: center;
  }
  .product-list {
    overflow: hidden;

  }
  .product-title {
    font-size: 13px;
  }
  .new-price {
    font-size: 1.3rem;
  }
  .my-pagination li {
    margin-right: 4px;
  }
}
