@media (max-width: 1540px) {
  .homepage-section-example .main-img {
    height: calc(100dvh - 275px);
  }
  .homepage-section-example .container-title {
    top: 46%;
  }
  .homepage-section-example .bg-blue {
    height: 225px;
  }
  .homepage-section-example p {
    font-size: 0.7rem;
    margin-bottom: 1rem;
  }
  .homepage-section-example .cat-img {
    margin-bottom: 1rem;
  }
  .homepage-section-example h2 {
    margin-bottom: 1rem;
  }
  .homepage-section-example .container-row {
    bottom: 5%;
  }
  .about-us .container {
    max-width: 1050px;
  }
}
@media (max-width: 1390px) {
  .homepage-section-example .main-img {
    height: calc(100dvh - 275px);
  }
  .homepage-section-example .bg-blue {
    height: 260px;
  }
  .desktop-footer .bg-orange {
    right: -7%;
  }
}
@media (max-width: 1367px) {
  .homepage-section-example .container-row {
    bottom: 28%;
  }
}
@media (max-width: 1199px) {
  .desktop-footer .bg-orange {
    right: -5%;
    width: 15rem;
  }
  .header-container .main-logo {
    width: 120px;
  }
  .header-container .menu-item {
    font-size: 1rem;
  }
  .header-container .menu-item.orange-button {
    font-size: 1rem;
    margin-left: 60px;
  }
  .homepage-section-example .container-row {
    bottom: 28%;
  }
  .homepage-section-example .main-btn {
    font-size: 0.8rem;
  }
  .homepage-section-example .cat-img {
    width: 110px;
  }
  .about-us .title h1, .contact-us .title h1, .category-page .title h1, .single-product-page .title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .swiper-pagination {
    z-index: 3 !important;
  }
  h2 {
    font-size: 2rem;
  }
  .homepage-section .homepage-first-block {
    text-align: center;
  }
  .homepage-section .homepage-first-block h2 {
    text-align: center;
  }
  .homepage-section .homepage-first-block p {
    text-align: center;
  }
  .homepage-section .homepage-first-block .homepage-first-block-swiper img {
    border-radius: 20px;
  }
  .homepage-section .homepage-second-block h2 {
    text-align: center;
  }
  .homepage-section .homepage-second-block p {
    text-align: center;
  }
  .homepage-section .homepage-second-block img {
    border-radius: 20px;
  }
  .homepage-section .homepage-third-block h2 {
    text-align: center;
  }
  .homepage-section .homepage-fourth-block img {
    border-radius: 20px;
  }
  body {
    overflow: auto;
  }
  .mobile-footer {
    background-color: #0A1D42;
  }
  .mobile-footer p {
    font-size: 12px;
  }
  .mobile-footer .bg-orange {
    background-color: #E95D29;
    height: 100%;
  }
  .mobile-footer .footer-menu p {
    font-family: "OpenSans-bold";
    font-size: 1rem;
    color: #fff;
    margin-bottom: 15px;
  }
  .mobile-footer .footer-menu a {
    font-family: "OpenSans-regular";
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .mobile-footer .footer-menu li {
    font-family: "OpenSans-regular";
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .logo-mob {
    width: 100px;
  }
  .hamburger {
    padding: 0px !important;
    position: relative;
    display: block !important;
    margin-right: auto !important;
    opacity: 1 !important;
    background-color: transparent;
    border: none;
    margin-top: 1rem;
  }
  .hamburger--collapse {
    display: block;
  }
  .hamburger_menu_icon {
    position: relative;
    width: 25px;
    z-index: 15;
  }
  .hamburger_menu_icon .line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #0A1D42;
    margin-bottom: 6px !important;
    position: relative;
    transform-origin: center;
    transition: cubic-bezier(0.32, 0.17, 0, 1) 0.5s;
    border-radius: 20px;
  }
  .menu_mobile_nav.active .hamburger_menu_icon .line:first-child {
    transform: rotate(45deg) translate(5.5px, 5.5px);
    background-color: #fff;
    height: 2px;
  }
  .menu_mobile_nav.active .hamburger_menu_icon .middle_line {
    transform: translateX(-200px);
    background-color: #fff;
    height: 2px;
  }
  .menu_mobile_nav.active .hamburger_menu_icon .line:last-child {
    transform: rotate(-45deg) translate(5.5px, -5.5px);
    background-color: #fff;
    height: 2px;
  }
  .menu_on_mobile {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0px;
    right: 0px;
    transform: translateX(-106vw);
    transition: cubic-bezier(0.32, 0.17, 0, 1) 1s;
    background-color: #0A1D42;
    text-align: right;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    overflow: hidden;
    padding: 0px 30px;
  }
  .menu_on_mobile .page_font {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .menu_on_mobile .search_icon {
    margin-bottom: 15px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
  .menu_on_mobile .social_media {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .menu_on_mobile.active {
    transform: translateX(0%);
    transition: cubic-bezier(0.32, 0.17, 0, 1) 0.5s;
    position: fixed;
  }
  .menu_on_mobile .menu_on_mobile_wrapper {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el {
    transition: 0.5s;
    transform: translateX(-30px);
    opacity: 0;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el .menu_item {
    display: inline-block;
    cursor: pointer;
    color: #fff;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el .menu_item-request-demo {
    display: inline-block;
    cursor: pointer;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .page_font {
    font-size: 18px;
    color: #fff;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .industries-dropdown {
    cursor: pointer;
    margin-bottom: 0px;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .industries-dropdown .menu_item_main {
    margin-bottom: 1rem;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .industries-dropdown .dropdown-sub-industries {
    font-size: 20px;
    text-align: center;
    transition: opacity 0.5s ease-in;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .industries-dropdown.active .menu_item_main {
    margin-bottom: 0rem;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .industries-dropdown.active .dropdown-sub-industries {
    padding: 1rem 0rem;
    opacity: 1;
    height: auto;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .followUs-class {
    position: absolute;
    bottom: 0;
    transform: translateX(30px);
    transition: 0.5s;
    opacity: 0;
    right: 50%;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .followUs-class .title {
    font-size: 10px;
    line-height: 12px;
    color: #000;
    text-align: center;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .followUs-class ul {
    display: flex;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .followUs-class ul li {
    display: inline-block;
    margin-right: 25px;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .followUs-class ul li:last-child {
    margin-right: 0px;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li {
    justify-content: center;
    display: flex;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li a {
    width: fit-content;
    font-size: 18px;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li .accordion {
    background-color: transparent;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li .accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #fff;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23FFFFFF'%3E%3Cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23FFFFFF'%3E%3Cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: transparent;
    --bs-accordion-active-bg: transparent;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li .accordion-header {
    background-color: transparent;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li .accordion-button::after {
    height: 1.25rem;
    width: 1.25rem;
    display: inline-flex;
    margin-left: 5px;
  }
  .menu_on_mobile .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper ul li .accordion-button {
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  .menu_on_mobile .menu_on_mobile_wrapper.submenu-active {
    height: 130vh;
  }
  .menu_on_mobile.scroll_in_mobile_menu {
    overflow-y: auto !important;
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el {
    transform: translateX(0px);
    opacity: 1;
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(1) {
    transition: all 0.8s 0.26s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(2) {
    transition: all 0.8s 0.32s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(3) {
    transition: all 0.8s 0.38s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(4) {
    transition: all 0.8s 0.44s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(5) {
    transition: all 0.8s 0.5s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(6) {
    transition: all 0.8s 0.56s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(7) {
    transition: all 0.8s 0.62s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(8) {
    transition: all 0.8s 0.68s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(9) {
    transition: all 0.8s 0.74s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(10) {
    transition: all 0.8s 0.8s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(11) {
    transition: all 0.8s 0.86s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(12) {
    transition: all 0.8s 0.92s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el:nth-child(13) {
    transition: all 0.8s 0.98s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us {
    transform: translateX(50%);
    opacity: 1;
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(1) {
    transition: all 0.8s 0.26s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(2) {
    transition: all 0.8s 0.32s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(3) {
    transition: all 0.8s 0.38s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(4) {
    transition: all 0.8s 0.44s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(5) {
    transition: all 0.8s 0.5s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(6) {
    transition: all 0.8s 0.56s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(7) {
    transition: all 0.8s 0.62s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(8) {
    transition: all 0.8s 0.68s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(9) {
    transition: all 0.8s 0.74s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(10) {
    transition: all 0.8s 0.8s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(11) {
    transition: all 0.8s 0.86s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(12) {
    transition: all 0.8s 0.92s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .menu_on_mobile.active .menu_on_mobile_wrapper .menu_on_mobile_inner_wrapper .animated_menu_el_follow_us:nth-child(13) {
    transition: all 0.8s 0.98s cubic-bezier(0.32, 0.17, 0, 1);
  }
  .homepage-section-example-mob {
    background-color: #0A1D42;
    position: relative;
  }
  .homepage-section-example-mob .swiper-button-prev-homepage-mob, .homepage-section-example-mob .swiper-button-next-homepage-mob {
    z-index: 1;
    color: #fff;
    top: 25%;
  }
  .homepage-section-example-mob .swiper-button-prev-homepage-mob {
    left: 15%;
  }
  .homepage-section-example-mob .swiper-button-next-homepage-mob {
    right: 15%;
  }
  .homepage-section-example-mob .homepage-title {
    font-size: 1.8rem;
    color: #282828;
    font-family: "Plaster-Regular";
    text-align: center;
  }
  .homepage-section-example-mob .container-title {
    position: absolute;
    transform: translate(-50%, -30%);
    left: 50%;
    top: 30%;
  }
  .custom-height-mob {
    height: 24rem;
  }
  .custom-height-mob .parent-swiper {
    position: absolute;
    top: -29%;
    transform: translateY(15%);
  }
  .about-us .title h1 {
    font-size: 2rem;
  }
  .about-us h2 {
    font-size: 1.5rem;
  }
  .about-us p {
    font-size: 0.9rem;
  }
  .contact-us .title h1 {
    font-size: 2rem;
  }
  .contact-us p {
    font-size: 1rem;
  }
  .contact-us h2 {
    font-size: 1.8rem;
  }
  .contact-us h3 {
    font-size: 1.6rem;
  }
  .category-page .title h1 {
    font-size: 2rem;
  }
  .category-page p {
    font-size: 1rem;
  }
  .products-cats a {
    font-size: 1rem;
  }
  .single-product-page .title h1 {
    font-size: 2rem;
  }
  .single-product-page p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.9rem;
  }
  .homepage-title {
    font-size: 1.5rem;
  }
  .about-us .title h1 {
    font-size: 1.5rem;
  }
  .about-us h2 {
    font-size: 1.25rem;
  }
  .about-us p {
    font-size: 0.8rem;
  }
  .contact-us .title h1 {
    font-size: 1.5rem;
  }
  .contact-us p {
    font-size: 0.9rem;
  }
  .contact-us h2 {
    font-size: 1.25rem;
  }
  .contact-us h3 {
    font-size: 1.1rem;
  }
  .category-page .title h1 {
    font-size: 1.5rem;
  }
  .category-page p {
    font-size: 0.9rem;
  }
  .single-product-page .title h1 {
    font-size: 1.5rem;
  }
  .single-product-page p {
    font-size: 0.9rem;
  }
  .single-product-page ul li {
    font-size: 1rem;
  }
  .single-product-page a {
    font-size: 1rem;
  }
  .single-product-page .download {
    width: 17px;
  }
  .single-product-page .table-responsive {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.2rem;
  }
  p {
    font-size: 0.8rem;
  }
  .homepage-title {
    font-size: 1.25rem;
  }
  .about-us .title {
    padding: 0.8rem;
  }
  .about-us .title h1 {
    font-size: 1.25rem;
  }
  .about-us h2 {
    font-size: 1rem;
  }
  .about-us p {
    font-size: 0.75rem;
  }
  .about-us .container {
    padding: 3rem 0;
  }
  .contact-us .title {
    padding: 0.8rem;
  }
  .contact-us .title h1 {
    font-size: 1.25rem;
  }
  .contact-us p {
    font-size: 0.75rem;
  }
  .contact-us h2 {
    font-size: 1.1rem;
  }
  .contact-us h3 {
    font-size: 1rem;
  }
  .contact-us label {
    font-size: 0.9rem;
  }
  .contact-us label a {
    font-size: 0.9rem;
  }
  .contact-us .border-org {
    border-bottom: 3px solid #E95D29;
  }
  .contact-us input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .contact-us button[type=submit] {
    font-size: 1rem;
  }
  .category-page .title {
    padding: 0.8rem;
  }
  .category-page .title h1 {
    font-size: 1.25rem;
  }
  .category-page p {
    font-size: 0.75rem;
  }
  .products-cats .search-form input[type=search] {
    padding: 0.7rem 1rem;
  }
  .products-cats .search-form button[type=submit] {
    margin-left: 15px;
    width: 48px;
    height: 40px;
  }
  .products-cats .search-form button[type=submit] img {
    width: 20px;
  }
  .products-cats a {
    font-size: 0.9rem;
  }
  .single-product-page .title {
    padding: 0.8rem;
  }
  .single-product-page .title h1 {
    font-size: 1.25rem;
  }
  .single-product-page p {
    font-size: 0.75rem;
  }
  .single-product-page ul {
    columns: 1; /* Splits into two columns */
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .single-product-page ul li {
    font-size: 0.9rem;
  }
  .single-product-page a {
    font-size: 0.85rem;
  }
  .single-product-page .table-responsive {
    font-size: 0.9rem;
  }
  .homepage-section .homepage-third-block .search-form input[type=search] {
    padding: 0.7rem 1rem;
  }
  .homepage-section .homepage-first-block .swiper-custom-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .single-product-page .items-slider .swiper-button-next-last-part-product {
    right: 2% !important;
  }
  .single-product-page .items-slider .swiper-button-prev-last-part-product {
    left: 2% !important;
  }
}
@media (min-width: 1390px) {
  /* change this, by default 1140px */
  .container {
    max-width: 1360px;
  }
}