@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}

@media (max-width: 1536px) {
}

@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 98% !important;
  }
  .banner-slider .slick-dots {
    bottom: 77px !important;
  }
  .content-section .content {
    line-height: 26px;
  }
}

@media (max-width: 1366px) {
  .content-section .content {
    width: 100%;
  }
}

@media (max-width: 1280px) {
}
@media (max-width: 1199px) {
  .content-section.text-center.p-5 {
    padding: 15px !important;
  }
  .cards img {
    width: 100%;
  }
  .header-element {
	display: none!important;
}
.product-detail-section .product-detail {
	border-bottom: 1px solid var(--border-gray);
}
.product-detail-section .detail-img img {
	border-bottom: 1px solid var(--border-gray);
}
.product-detail-section .price-box {
	height: 175px;
}
}
@media (max-width: 1024px) {
  .content-section .content {
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
	.header-element {
		display: none!important;
	}
	.product-detail-section .product-detail {
		border-bottom: 1px solid var(--border-gray);
	}
	.product-detail-section .detail-img img {
		border-bottom: 1px solid var(--border-gray);
	}
	.product-detail-section .price-box {
		height: 175px;
	}
  .top {
    display: none;
  }
  .fitler-element {
    display: flex !important;
    justify-content: space-between;
  }
  .fitler-element .dropdown {
    width: 49%;
  }
  .filter-btns {
    width: 49%;
    height: 48px;
    font-size: 14px;
    color: var(--color-blue);
    border-radius: 3px !important;
    font-weight: 500;
    background: var(--bg-gray);
  }
  .paging-btn {
    width: 100% !important;
    background: var(--bg-gray) !important;
    height: 47px !important;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
  }
  .dropdown-menu {
    width: 100%;
  }
  .wrapper.mt-4 {
    margin-top: 10px !important;
  }
  .breadcrumb-wp {
    margin-top: 10px;
  }
  .modal {
    position: fixed;
    top: 34px;
  }
  .mnone {
    display: none !important;
  }
  .fitler-element {
    display: block;
  }
  .blog {
    margin-bottom: 20px;
  }
  footer .footer-social-media ul li a {
    justify-content: center;
  }
  .bg-gray.mt-5.pt-5.pb-5 {
    margin-top: 5px !important;
    padding-top: 15px !important;
  }
  .title-category {
    display: none;
  }
  .element-section {
    display: none !important;
  }
  .container.mt-5 {
    margin-top: 15px !important;
  }
  .product-slider.mt-4 {
    margin-top: 5px !important;
  }
  .footer-logo,
  .contact-footer,
  .footer-menu,
  .footer-social-media {
    width: 100%;
    text-align: center;
  }
  .cards img {
    width: auto;
  }
  .banner-slider {
    margin-top: 10px !important;
  }
  .product-banner {
    margin-bottom: 20px;
  }
  .menu-wp {
    height: 1px;
    border-top: 0;
    border-bottom: 0;
    margin-top: 0 !important;
  }
  .mtop {
    margin-top: 50px;
  }
  .dropdown-menu.language-drop.show {
    right: 0 !important;
  }
  .mtop {
    margin-top: 63px !important;
  }
  .search {
    width: 100%;
  }
  .language-btn {
    width: 120px;
    height: 36px;
    background: #103178;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
  }
  .wsmobileheader .dropdown {
    right: 45px;
    position: absolute;
    top: 8px;
  }
  .banner-slider .slick-dots {
    bottom: 43px !important;
  }
  header .logo {
    display: none;
  }

  .wsmenu > .wsmenu-list > li.headerbtns {
    width: 49%;
    float: left !important;
  }
  .wsmenu > .wsmenu-list > li.headerbtns a.headerbtn01 {
    background-color: #d7412e;
    color: #fff !important;
  }
  .wsmobileheader .smllogo img {
    width: 100px;
  }
  .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
    margin: 14px 18px 0px 0px !important;
  }
  .wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
    margin-right: 21px !important;
  }
  .wsmenu > .wsmenu-list > li > a {
    border-bottom-color: #f3f3f3 !important;
    color: var(--color-black);
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    padding: 10px 4px !important;
  }
  .wsmenu > .wsmenu-list > li > ul.sub-menu > li:last-child {
    border-bottom: 1px solid #f3f3f3 !important;
  }
  .wsmenu > .wsmenu-list > li:hover > a {
    background-color: var(--bg-dark-blue) !important;
    text-decoration: none;
    color: var(--color-blue) !important;
    padding-left: 10px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    padding: 10px 4px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: var(--bg-soft);
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
    border-bottom: 1px solid #ffffff !important;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li:last-child {
    border-bottom: 0px !important;
  }
}
@media (max-width: 991px) {
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  .modal {
    position: fixed;
    top: 55px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
