
:root {
  --body-color: #444;
  --brand-color: #1f61b6;
  --font-primary: "Poppins", sans-serif;
  --app-border-radius: 3px;
}

body {
  /* background-color: #eee; */
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: normal; /* normal,italic */
  color: var(--body-color);
}
a {color: var(--body-color); text-decoration: none;}
a:hover {color: #111;}
.ul-zero {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* fonts */
/*
  fw-thin 100 *custom
  fw-extralight 200 *
  fw-light 300
  fw-normal 400
  fw-medium 500
  fw-semibold 600
  fw-bold 700
  fw-extrabold 800 *
  fw-black 900 *
  fst-normal - font-style: normal;
  fst-italic - font-style: italic;
*/
.fw-thin {
  font-weight: 100;
}
.fw-extralight {
  font-weight: 200;
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}

.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-18 {font-size: 18px;}
.fw-500 {font-weight:500;}
.fw-700 {font-weight:700;}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1320px; /* default */
  max-width: 1550px;
  max-width: 1600px;
}
.max-width-2000 {max-width: 2000px; margin:0 auto;}
.max-width-xxl, .max-width-1800 {max-width: 1800px;}
.max-width-xl, .max-width-1600 {max-width: 1600px;}
.max-width-l, .max-width-1400 {max-width: 1400px;}
.max-width-m, .max-width-1200 {max-width: 1200px;}
.max-width-s, .max-width-1000 {max-width: 1000px;}
.max-width-900 {max-width: 900px;}
.max-width-xs, .max-width-800 {max-width: 800px;}
.max-width-700 {max-width: 700px;}
.max-width-xss, .max-width-600 {max-width: 600px;}
.max-width-500 {max-width: 500px;}
.max-width-400 {max-width: 400px;}

.bg-tp-light {
  background-color: #f5f5f5;
}

.page-category .category-class {
  background-color: #f5f5f5;
  padding: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-category .category-class a {
  transition: 0.4s ease;
}
.page-category .category-class a:hover {
  text-decoration: underline;
}

.btn {
  border-radius: var(--app-border-radius);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-color);
  --bs-btn-border-color: var(--brand-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1150a3;
  --bs-btn-hover-border-color: #1150a3;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1150a3;
  --bs-btn-active-border-color: #1150a3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--brand-color);
  --bs-btn-disabled-border-color: var(--brand-color);
}
.btn-outline-primary {
  --bs-btn-color: var(--brand-color);
  --bs-btn-border-color: var(--brand-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-color);
  --bs-btn-hover-border-color: var(--brand-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand-color);
  --bs-btn-active-border-color: var(--brand-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--brand-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--brand-color);
  --bs-gradient: none;
}

.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.pb-50 {padding-bottom: 50px;}
.pb-90 {padding-bottom: 90px;}
.pb-100 {padding-bottom: 100px;}
.pl-20 {padding-left: 20px;}

.form-label-tp {
  font-weight: 600;
  margin-bottom: 3px;
}

.head-top-bar {
  font-size: 14px;
  padding: 8px 0px;
}
.head-top-bar a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
.main-header {
  background-color: var(--brand-color);
}
.main-header .header_top_bar {
  background-color: var(--brand-color);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;

  /* display: none; */
}
.main-header .social_media {
  padding-right: 20px;
}
.main-header .tools a {
    color: #fff;
    position: relative;
    margin: 0 0 0 20px;
}
.main-header .tools a:hover span {
  color: #fff;
}
small.badge {
    position: absolute;
    background-color: #fff;
    width: 20px;
    color: #000;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    line-height: 22px;
    left: 20px;
    bottom: 11px;
}
.right-head-button span {
    position: relative;
    top: 7px;
    margin: 0 0 0 5px;
}
.top_bar_nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.top_bar_nav li {
  padding: 0 6px;
}
.top_bar_nav li:first-child {
  padding-left: 0;
}
.top_bar_nav li:last-child {
  padding-right: 0;
}
.main_nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.main_nav li {
  display: inline-block;
  font-size: 1rem;
  padding: 20px 15px 10px;
}
.main_nav li:first-child {
  padding-left: 0;
}
.main_nav li a:hover {
  color: var(--brand-color);
  color: #000;
}
.head-form input.form-control {
    border: 1px solid #fff;
    height: 55px;
    font-size: 16px;
    width: 100%;
    margin: auto;
    border-radius: 3px;
    color: #696969;
    padding: 0 37px 0 17px;
}
form.head-form {
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
button.search-button {
    color: #696969;
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 18px;
}
button.btn-subscribe {
    color: #696969;
    position: absolute;
    right: 10px;
    top: 12px;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 18px;
}
.right-head-contact strong {
    display: block;
    font-size: 26px;
    color: #333333;
    line-height: 18px;
}
.inner-right-head-contact {
    display: inline-block;
    position: relative;
}
.right-head-contact a.icons {
    display: inline-block;
    position: relative;
    padding: 8px 0 0 50px;
    cursor: pointer;
}
.right-head-contact a.icons img {
    position: absolute;
    left: 0;
}
.right-head-contact span {
    color: #010101;
    font-size: 13px;
}
.cst-dropdown.x1{
  width: calc(176px* 1);
}
.cst-dropdown.x2{
  width: calc(181px* 2);
}
.cst-dropdown.x3{
  width: calc(200px* 3);
}
.cst-dropdown.x4{
  width: calc(200px* 4);
}
.cst-dropdown ul li {
  padding: 4px 0px;
  display: block;
  text-align: left;
}
.bottom-header .main_nav .cst-dropdown ul li a {
  padding: 0px 0px;
  column-gap: 0;
  color: #333;
  font-size: 14px;
}
.bottom-header .main_nav .cst-dropdown ul li a:hover{
  color: var(--brand-color);
}
.bottom-header .main_nav .cst-dropdown ul li.list_viewall a{
  color: var(--brand-color);
}
.bottom-header .main_nav .cst-dropdown ul li span{
  color: var(--brand-color);
  font-weight: 600;
}
.bottom-header .main_nav .cst-dropdown .list_header a {
  color: var(--brand-color);
  font-weight: 600;
  font-size: 16px;
}
.cst-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 14px);
    z-index: 99;
    min-width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 10px 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 10px;
    border: 1px solid #ececec;
}
.cst-dropdown ul {
  margin: 0;
  padding: 0;
}
.head-buttons:hover .user-icon + .cst-dropdown, .head-buttons:hover .cart-icon + .cst-dropdown, .nav-item:hover .cst-dropdown {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 5px);
    z-index: 999999999;
}
.right-head-button {
    position: relative;
}
.bottom-header {
    border-bottom: 1px solid #ececec;
    /* margin-bottom: 20px; */
    padding: 4px 0;
}
.header_mobile {
  display: none;
}
.main-header .cst-dropdown a {
  text-align: left;
  color: #0009;
  text-align: left;
  width: 100%;
  margin: 0;
  display: block;
  padding: 7px 10px;
}
.product-detail-main .cus-arrows {
    display: none;
}
.header_mobile.header_mobile_full {
  background-color: #ffffffbb;
  background-color: #adf190bb;
  background-color: #ffffffe4;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0; left: 0;
  min-height: 100svh; /* small viewport, lvh: large viewport */
  min-height: 100dvh; /* dynamic viewport */
  /*
  https://ishadeed.com/article/new-viewport-units/
  overflow: hidden;
  */
  display: none;
  z-index: 100;
  padding: 0;
}
.header_mobile_full.mobile_menu_open  {
  display: block;
}
body.mobile_menu_open {
  overflow: hidden;
  /*
  padding-right: 17px;
  https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/
  */
}
.mobile_nav_head {
  background-color: #fff;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.mobile_nav_container {
  position: absolute;
  width: 100%;
  z-index: 100;
  overflow-y: scroll; /* Enable vertical scrolling for overflow content */
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 200px;
  background-color: var(--brand-color);

}
  .mobile_nav_container ul {
    list-style: none;
    padding: 0;
  }
  .mobile_nav_container li, .mobile_nav_container b {
    line-height: 2.8rem;
  }
  .mobile_nav_container li a {
    width: 100%;
  }
  .mobile_nav_container li a:after {
    content: " ➜"; /* Unicode arrow character */
    margin-left: 5px; /* Adjust as needed */
    position: absolute;
    right: 15px;
  }
  .comments-gpt li a::after {
    content: "";
    display: inline-block;
    width: 16px; /* Adjust the width and height as needed */
    height: 16px;
    background-image: url('../images/path-to-your-image.png'); /* Replace with the actual path */
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px; /* Adjust as needed */
  }
  svg {
    color: rgb(232, 20, 225);
    width: 50px;
    stroke-width: 0;
  }

  .mobile_nav_container b {
    display: inline-block;
    padding-bottom: 6px;
  }
  .mobile_nav_container .container-fluid {
    padding: 25px 20px 5px 20px;
  }
  .mobile_nav_container .menu_white {
    background-color: #fff;
  }
  .mobile_nav_container .menu_blue {
    color: #fff;
  }
  .mobile_nav_container .menu_blue a {
    color: #fff;
  }
  .mobile_nav_container .btn {
    text-transform: uppercase;
    font-family: var(--font-condensed);
    letter-spacing: 0.1rem;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 10px;
  }


/*
hamburger menu
https://cdnjs.com/libraries/hamburgers
*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 0;
  margin-top: 3px;
  transform: scale(0.8);
}
/* /hamburger menu */

#footer {
  background-color: var(--brand-color);
}
#footer .footer_top_row {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--brand-color);
  color: #fff;

}
#footer .logo {
  max-width: 290px;
}
#footer h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.bottom-header .main_nav li.nav-item a, 
.bottom-header .main_nav li.nav-item {
  display: flex;
  align-items: center;
  column-gap: 5px;
  white-space: nowrap;
  position: relative;
}
.nav-item .cst-dropdown {
  left: 0;
  right: auto;
}
li.nav-item .nav-link i {
  transition: all 0.3s ease-in-out
}
li.nav-item:hover .nav-link i {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
  color: #aaa;
}
.bottom-header .main_nav li.nav-item a i.fa.fa-angle-down {
  font-size: 12px;
}
swiper-container {
  width: 100%;
  height: 100%;
}
section.main-banner  .slider-banner {
  background-color: #f5f5f5;
  padding: 50px 70px 30px 70px;
}
section.main-banner .slider-banner .col.left img {
  max-width: 100px;
  width: 100%;
}
section.main-banner .slider-banner .headinglogo h1 {
  font-size: 240px;
  font-family: 'InterstateCondMono-Blk', sans-serif;
  font-weight: 700;
  background: linear-gradient(to bottom, #c0ceb4, #dbe2d5);
  -webkit-background-clip: text;
  color: transparent;
  text-align: left;
  line-height: 210px;
  margin-bottom: -10px;
}
section.main-banner .slider-banner .headinglogo {
  display: flex;
  align-items: flex-start;
}
section.main-banner .slider-banner .headinglogo .col img {
  width: 80px;
}
section.main-banner .slider-banner .col.left p {
  text-align: left;
  margin: 0;
  font-size: 31px;
  color: #6f7778;
  letter-spacing: 5px;
  padding-left: 12px;
}
section.main-banner .slider-banner .col.right img {
  max-width: 100%;
  width: 100%;
}
section.main-banner .slider-banner  .col.left {
  width: 43%;
}
section.main-banner .slider-banner .col.right {
  width: 57%;
  flex: inherit;
}
section.main-banner .banner-slides .banner-btn button {
  font-size: 20px;
  text-transform: uppercase;
  color: #adb5b8;
  border: 1px solid #adb5b8;
  height: 50px;
  width: 200px;
  margin: 10px 0 0 10px;
  transition: 0.4s ease;
}
section.main-banner .banner-slides .banner-btn button:hover {
  background: #1f61b6;
  color: #fff;
  border-color: #1f61b6;
  transition: 0.4s ease;
}
section.main-products h2,
section.cate-slidesmain .top-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
section.cate-slidesmain .top-content .col {
  display: flex;
  column-gap: 35px;
  align-items: center;
}
section.cate-slidesmain .top-content .cat-list ul {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.main-products,
section.cate-slidesmain {
  padding: 60px 0 50px 0;
}
section.cate-slidesmain .swiper-slide {
  text-align: center;
  background: #f5f5f5;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  align-items: flex-start;
  */
}
section.cate-slidesmain .swiper-slide .thumbnail {
  height: 90px;
  width: auto;
  margin-bottom: 10px;
}
section.cate-slidesmain .swiper-slide .catslider-box a, .site-footer.inner-pages-footer h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
section.products-thumbnailss-sec .main-thumbnails {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
section.products-thumbnailss-sec .main-thumbnails:last-child {
  margin-bottom: 0;
}
section.products-thumbnailss-sec .main-thumbnails .col:hover img {
  box-shadow: 0px 0px 30px 20px #0000002e;
  transition: 0.4s ease;
}
section.products-thumbnailss-sec .main-thumbnails .col img {
  transition: 0.4s ease;
  max-width: 100%;
}
.main-products .products-row {
  margin-top: 40px;
  display: flex;
  column-gap: 25px;
}
.main-products .products-row .product-thumbnail {
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-products .products-row .sale-label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #21961b;
  position: absolute;
  top: 12px;
  right: 15px;
  text-transform: uppercase;
}
.main-products .products-row .product {
  position: relative;
}
.main-products .products-row .product .product-title {
  color: #333333;
  transition: 0.4s ease;
}
.main-products .products-row .product:hover .product-title {
  color: #1f61b6;
  transition: 0.4s ease;
}
.main-products .products-row .product .item-number {
  color: #aaaaaa;
  margin: 3px 0;
}
.main-products .products-row .product .price {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 600;
}
.main-products .products-row .sale-label.sale {
  color: #d72525;
}
section.main-partner-logos .logos-row {
  column-gap: 50px;
  margin-bottom: 30px;
}
section.main-partner-logos .logos-row:last-child {
  margin-bottom: 0;
}
section.innerfooter-cta .cta-main {
  padding: 35px;
  background-color: #073059;
  display: flex;
  overflow: hidden;
  background-image: url(../images/Background.png);
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
section.innerfooter-cta .cta-main h2 {
  font-size: 70px;
  line-height: 76px;
  font-weight: 700;
  color: #fff;
}
section.innerfooter-cta .cta-main h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin: -15px 0 0 0;
  line-height: 40px;
}
section.innerfooter-cta button {
  height: 60px;
  width: 220px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.4s ease;
}
section.innerfooter-cta button:hover {
  background: #fff;
  color: #073059;
  transition: 0.4s ease;
}
section.innerfooter-cta .col.logo-area {
  width: 25%;
  flex: inherit;
}
section.innerfooter-cta ul li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
}
section.innerfooter-cta  .rightcol img {
  margin: -130px 0 0 0;
}
section.innerfooter-cta .cta-main .col.location1 {
  flex: auto;
  width: 14%;
}
section.iconboxesmain .inline-icons {
  display: flex;
  column-gap: 30px;
}
section.iconboxesmain .inline-icons .col {
  justify-content: center;
  background-color: #f4f6fa;
  padding: 15px;
  column-gap: 15px;
  align-items: center;
}
section.iconboxesmain .content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 20px;
  margin: 0px;
}
section.iconboxesmain .content p {
  color: #333333;
  margin: 0;
}
.site-footer a.site-logo img {
  max-width: 270px;
  margin-bottom: 45px;
}
.site-footer .col h3 {
  margin-bottom: 25px !important;
}
.site-footer .col  p {
  margin: 0;
}
.site-footer .cta-list p, .site-footer.inner-pages-footer h4 {
  font-weight: 700;
  line-height: 22px;
}
.site-footer .cta-list a {
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}
.site-footer .cta-list {
  margin-top: 25px;
}
.site-footer .cta-list p span {
  font-weight: 400;
}
.site-footer .icon-list .col {
  flex: inherit;
}
.site-footer .icon-list {
  align-items: center;
  column-gap: 15px;
  margin-bottom: 25px;
}
.site-footer .icon-list a {
  color: #fff;
}
.site-footer .cta-list a:hover, 
.site-footer .col ul li a:hover, 
.site-footer .icon-list a:hover {
  color: #f5d130;
}
section.bottom-footer ul li,
.site-footer .col ul li, section.innerfooter-cta ul li, 
section.cate-slidesmain .top-content .cat-list ul li {
  list-style-type: none;
}
.site-footer .col ul li a {
  color: #fff;
  font-weight: 400;
  line-height: 32px;
}
section.bottom-footer {
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
}
section.bottom-footer .d-flex.row {
  align-items: center;
}
/*
section.footer-privacy-sec .container,
section.bottom-footer .col {
  padding: 0;
}
*/
section.bottom-footer .col ul.d-flex {
  column-gap: 25px;
}
section.bottom-footer .col ul li a:hover {
  color: #1f61b6;
}
section.bottom-footer .col ul li a {
  color: #333333;
}
section.bottom-footer .col.right {
  justify-content: flex-end;
  column-gap: 20px;
}
section.footer-privacy-sec p {
  color: #333333;
  margin: 0;
}
section.footer-privacy-sec {
  padding: 20px 0;
}
/* Produxts Listing */
.innerheader.main-header .center-header {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.innerheader.main-header .center-header  .center-search input {
    border-color: e0e0e0;
}
.innerheader.main-header .center-header button.search-button {
    top: 19px;
}
.innerheader.innerheader.main-header span:hover {
    color: #1f61b6;
}
/* New Style */
.innerheader.main-header .dropdown-toggle {
  height: 44px;
  width: 255px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333333;
  border: none;
  outline: none;
  transition: 0.4s ease;
}
.innerheader.main-header .dropdown-toggle.show,
.innerheader.main-header .dropdown-toggle:hover {
  background-color: #1f61b6;
  transition: 0.4s ease;
  color: #fff;
}
.innerheader.main-header .dropdown-toggle img {
  max-height: 18px;
  filter: brightness(0) invert(1);
}
.innerheader.main-header .dropdown-toggle::after {
  content: ">";
  color: #fff;
  text-align: right;
  vertical-align: middle;
  border: 0;
  transform: rotate(90deg);
  font-size: 22px;
  margin: 0;
  transition: 0.4s ease;
}
.innerheader.main-header .dropdown-toggle.show::after {
  transform: rotate(270deg);
  transition: 0.4s ease;
}
.innerheader.main-header .cst-dropdown ul,
.innerheader.main-header .dropdown ul,
.innerheader.main-header .cst-dropdown ul li,
.innerheader.main-header .dropdown ul li{
  width: 100%;
  padding: 0;
}
.innerheader.main-header .cst-dropdown ul li a:hover, .innerheader.main-header .dropdown ul li a:hover {
  background-color: #f5f5f5;
}
.innerheader.main-header .cst-dropdown ul li a, .innerheader.main-header .dropdown ul li a {
  padding: 12px 20px;
  transition: 0.4s ease;
}
.innerheader.main-header .bottom-header.bg-white .col.right-head-contact {
  flex: inherit;
  width: 20%;
}
.innerheader.main-header .bottom-header.bg-white  li.px-0.py-0 {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.innerheader.main-header .bottom-header.bg-white  ul.main_nav {
  justify-content: flex-start;
  margin: 0 0 5px 0;
}
section.filter-section {
  padding: 20px 0 80px 0;
  padding-bottom: 80px;
}
.tennis-racquets-main h2, .tennis-racquets-main .racquets-box h3, 
section.filter-section .main-filter h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
section.filter-section .main-filter img {
  max-width: 22px;
}
section.filter-section .main-filter .inlinefilter,
.inlinefilter a {
    align-items: center;
    column-gap: 15px;
}
.main-filter .filter-box {
  padding-top: 35px;
}
.main-filter .filter-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 15px 0;
}
.main-filter .filter-box .form-check label {
  color: #333333;
  font-size: 16px;
  margin: 0px 0 0 8px;
}
.main-filter .filter-box .form-check .form-check-input {
  height: 20px;
  width: 20px;
  border: 1px solid #333333;
  border-radius: 0px;
}
.main-filter .filter-box .form-check .form-check-input:checked {
  background-color: #1f61b6;
  border-color: #1f61b6;
}
.tennis-racquets-main .row {
  margin-top: 30px;
}
.tennis-racquets-main .racquets-box {
  align-items: flex-end;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 10px 10px 0 10px;
  transition: 0.4s ease;
  overflow: hidden;
}
.tennis-racquets-main .racquets-box h3 {
  padding: 0px 0 10px 5px;
}
.tennis-racquets-main .racquets-box img {
  transform: translate(0px, 0px);
  transition: 0.4s ease;
}
.tennis-racquets-main .racquets-box:hover img {
  transform: translate(10px, 10px);
  transition: 0.4s ease;
}
.main-filter .filter-box .form-check {
  margin-bottom: 0;
}
.tennis-racquets-main.by-brand .racquets-box {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.tennis-racquets-main.by-brand .racquets-box:hover img {
  transform: scale(1.1);
}
.tennis-racquets-main .row.inner-row {
  margin-top: 20px;
}
.main-filter.sticky-top {
  top: 20px;
}
section.filter-section section.main-products {
  padding-bottom: 70px;
  border-bottom: 1px solid #cccccc;
}
.site-footer.inner-pages-footer, .site-footer.inner-pages-footer .footer_top_row {
  background-color: #f4f6fa !important;
}
.site-footer.inner-pages-footer ul li a,
.site-footer.inner-pages-footer h3, .site-footer.inner-pages-footer h4, 
.site-footer.inner-pages-footer .col p,
.site-footer.inner-pages-footer .cta-list a {
  color: #333333;
}
.site-footer.inner-pages-footer h3 {
  font-weight: 700;
}
.innerheader.main-header ul.dropdown-menu.show {
  z-index: 9999;
}

/* Single Product Detail Page */
.product-thumnail-carousel .swiper-container {
  overflow: hidden;
  width: 100%;
}
.container.product-detail-wrapp {
  padding: 40px 0 80px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 80px;
}
.product-detail-wrapp .product-thumnail-carousel {
  width: 50%;
}
.container.product-detail-wrapp .product-detail-info {
  width: 50%;
  padding-left: 40px;
}
.product-thumnail-carousel .swiper-container .product-gallery-top-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-thumnail-carousel .swiper-container.gallery-top {
  height: 700px;
  padding-bottom: 20px;
}
.product-thumnail-carousel .swiper-container.gallery-top .swiper-slide {
  background-color: #f6f6f6;
  padding: 50px 20px;
}
.product-thumnail-carousel .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 250px !important;
  background-color: #eee;
  padding: 15px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.product-thumnail-carousel .swiper-container.gallery-thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: fit-content;
}
.product-thumnail-carousel .gallery-thumbs .product-gallery-thumbs-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-info .product-info-title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 35px;
  padding-bottom: 15px;
}
.product-detail-info .product-info-sku span {
  padding-right: 8px;
}
.product-detail-info .product-info-sku {
  padding-bottom: 30px;
}
.product-detail-info .product-info-price {
  float: left;
  width: fit-content;
  padding-bottom: 20px;
}
.product-detail-info .product-info-price span {
  font-size: 25px;
  line-height: 22px;
  font-weight: 800;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.product-detail-info .product-info-price span {
  display: inline-block;
  padding-right: 15px;
}
.product-detail-info .product-info-price span.price-sale {color: crimson;}
.product-detail-info .product-info-price span.price-regular {}
.product-detail-info .product-info-price span.price-sale-base {color: #bbb; font-weight:500; text-decoration:line-through;}
.product-detail-info .product-info-price span.price-savings {color: #50b83b; font-weight:600;}
.product-detail-info .product-info-price span.price-savings span {color: #50b83b; font-size:12px; line-height:10px; padding:0;}
.product-detail-info .product-info-price span.price-savings {display:none;}
.product-detail-info .product-info-price:hover span.price-savings {display:inline-block;}
.product-detail-info .product-info-price span span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0;
}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.3;
  background-color: #d5d5d5;
}

/*
<div class="product-info-price">
<span class="price-sale">#dollarformat(this_product_price)# <br><span>Sale Price</span></span>
<span class="price-savings">#dollarformat(this_product_price)#! <br><span>You Save</span></span>
<span class="price-regular">#dollarformat(this_product_price)# <br><span>Reg. Price</span></span>
</div>
*/

.product-detail-info .product-info-badge {
  float: right;
  /* width: fit-content; */
  max-width: 100px;
}
.product-detail-info .product-info-badge img {width:100%;}
.product-detail-info .product-info-choose {
  clear: both;
  width: fit-content;
  position: relative;
}
.product-detail-info .product-info-choose span {
  text-decoration: underline;
}
.product-info-size-variants .variants-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 30px;
}
.product-info-size-variants .variants-list li {
  list-style: none;
  display: inline-block;
}
.product-info-size-variants .variants-list li:not(:last-child) {
  padding: 0 6px 12px 0;
}
.product-info-size-variants .variants-title {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 30px;
  padding: 20px 0 5px;
  display: block;
}
.product-info-size-variants .variants-list li a {
  font-size: 16px;
  display: block;
  border: 1px solid #555;
  border-radius: 5px;
  padding: 10px 20px;
}
.product-info-size-variants .variants-list li a:hover,
.product-info-size-variants .variants-list li.active-variant a{
  background-color: #000;
  color: #fff;
  transition: 0.5s ease all;
}
.product-info-quantity .qty-title,
.spec-title{
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 30px;
  padding: 20px 0 5px;
  display: block;
}
.product-info-quantity .quantity {
  display: flex;
  border: 1px solid #555;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: fit-content;
}
.product-info-quantity .quantity button {
  background-color: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.product-info-quantity .input-box {
  width: 50px;
  text-align: center;
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  outline: none;
}
.product-info-size-variants .variants-list li .btn {
  padding: 10px 20px;
  border: 1px solid #333;
  min-width: 70px;
}
.product-info-size-variants .variants-list li .btn-check:checked+.btn,
.product-info-size-variants .variants-list li .btn.active,
.product-info-size-variants .variants-list li .btn.show,
.product-info-size-variants .variants-list li .btn:first-child:active,
.product-info-size-variants .variants-list li :not(.btn-check)+.btn:active {
  background-color: #101720;
  color: #fff;
}

/* Hide the number input spin buttons */
.product-info-quantity .input-box::-webkit-inner-spin-button,
.product-info-quantity .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-info-quantity .input-box[type="number"] {
  -moz-appearance: textfield;
}
.product-info-add-to-cart-button .add-to-cart {
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  background-color: #1f61b6;
  padding: 10px 70px;
  width: fit-content;
  margin-top: 30px;
  border-radius: 3px;
}
.product-info-description {
  padding-top: 30px;
}
.product-info-spec ul li {
  list-style: none;
  padding-bottom: 3px;
}
section.cate-slidesmain .cat-slider .swipper-arrows {
  position: absolute;
  top: 22px;
  z-index: 2;
  right: 70px;
}
section.cate-slidesmain .cat-slider .swipper-arrows .swiper-button-next {
  left: 30px;
}
section.cate-slidesmain .cat-slider  .swipper-arrows .swiper-button-prev {
  left: -20px;
}
section.cate-slidesmain .swiper.swiper-home-browse-by-category {
  padding-top: 60px;
  margin-top: -30px;
}
section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev:after, section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next:after {
  content: url(../icons/arrow-slider-right.png);
  height: auto;
  font-size: 22px;
}
section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev, section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next {
  background: #333333;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.4s ease;
}
section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next {
  transform: rotate(0deg);
}
section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev:hover, section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next:hover {
  background: #1f61b6;
  transition: 0.4s ease;
}
section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev:hover:after, section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next:hover:after {
  filter: brightness(0) invert(1);
  transition: 0.4s ease;
}
section.cate-slidesmain .top-content ul li {
  z-index: 4;
  position: relative;
}
.main-header .cst-dropdown.cart-dropdown li {
  display: flex;
}
.main-header .cst-dropdown.cart-dropdown li .shopping-cart-img img {
    max-width: 80px;
    min-height: 60px;
    background: whitesmoke;
    object-fit: scale-down;
    padding: 10px;
}
.shopping-cart-title {
    width: 100%;
    min-width: 185px;
    padding-right: 25px;
}
.main-header .cst-dropdown.cart-dropdown li  .shopping-cart-title h4 a {
  font-size: 16px;
  font-weight: 500;
  color: #1f61b6;
  line-height: 22px;
}
.main-header .cst-dropdown.cart-dropdown li .shopping-cart-title h4 a:hover {
  color: #f5d130;
}
.main-header .cst-dropdown.cart-dropdown li .shopping-cart-title h5 {
  color: #253d4e;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin: -10px 0 0 0;
}
.main-header .cst-dropdown.cart-dropdown li .shopping-cart-title h5 span {
  margin: 0px 0 0 10px;
  top: 0;
}
.main-header .cst-dropdown.cart-dropdown li {
  position: relative;
  margin-bottom: 10px;
}
.main-header .cst-dropdown.cart-dropdown li:last-child {
  margin-bottom: 0;
}
.main-header .cst-dropdown.cart-dropdown li .shopping-cart-delete {
  position: absolute;
  top: -2px;
  right: -10px;
  transform: scale(0.35);
}
.main-header .cst-dropdown.cart-dropdown .shopping-cart-footer .shopping-cart-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .cst-dropdown.cart-dropdown .shopping-cart-footer .shopping-cart-button a {
  background: #1f61b6;
  width: 105px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #1f61b6;
  transition: 0.4s ease;
}
.main-header .cst-dropdown.cart-dropdown .shopping-cart-footer .shopping-cart-button a:hover, .main-header .cst-dropdown.cart-dropdown .shopping-cart-footer .shopping-cart-button a.outline:hover {
  background: #f5d130;
  border-color: #f5d130;
  color: #333;
  transition: 0.4s ease;
}
.main-header .cst-dropdown.cart-dropdown .shopping-cart-footer .shopping-cart-button a.outline {
  background: transparent;
  color: #1f61b6;
}
.main-header .cst-dropdown.account-dropdown {
  width: 200px;
}
.main-header .cst-dropdown.account-dropdown ul li a img {
  filter: brightness(0);
  transition: 0.4s ease;
}
.main-header .cst-dropdown.account-dropdown ul li a {
  color: #333;
  display: flex;
  column-gap: 10px;
  align-items: center;
  transition: 0.4s ease;
}
.main-header .cst-dropdown.account-dropdown ul li:hover a img, .main-header .cst-dropdown.account-dropdown ul li:hover a {
  filter: inherit;
  transition: 0.4s ease;
  color: #1f61b6;
}
.main-header .cst-dropdown.cart-dropdown  .shopping-cart-total {
  border-top: 1px solid #d7d7d7;
  margin: 15px 0px 15px 0px;
  padding-top: 15px;
}
.main-header .cst-dropdown.cart-dropdown .shopping-cart-total h5 {
  font-size: 16px;
  color: #4c606e;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.main-header .cst-dropdown.cart-dropdown .shopping-cart-total h5 span {
  top: 0;
  color: #1f61b6;
  font-weight: 700;
}
.main-header .cst-dropdown.cart-dropdown li .shopping-cart-img a {
  padding: 0;
}
.innerheader.main-header .cst-dropdown.cart-dropdown li a:hover,
.innerheader.main-header .cst-dropdown.account-dropdown li a:hover {
    background: transparent !important;
}
.innerheader.main-header .tools a:hover span {
  color: #fff !important;
}
#section {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
}

.moretext {
  display: none;
}
.innerheader.main-header .d-flex.categori-dropdown-inner {
  height: inherit;
}
.innerheader.main-header  ul.main_nav ul.dropdown-menu {
  width: 410px;
  padding: 20px;
}
.innerheader.main-header ul.main_nav ul.dropdown-menu ul li img {
  max-width: 40px;
  height: 40px;
  object-fit: contain;
}
.innerheader.main-header ul.main_nav ul.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #e7e7e7;
  height: 60px;
  margin-bottom: 8px;
  border-radius: 6px;
  width: 100%;
  transition: 0.4s ease;
}
.innerheader.main-header .d-flex.categori-dropdown-inner {
  gap: 10px;
}
.innerheader.main-header ul.main_nav ul.dropdown-menu a:hover {
  border-color: #1f61b6;
  background: transparent;
  transition: 0.4s ease;
  box-shadow: 0px 0px 20px 10px #00000014;
}
.innerheader.main-header .btc-showmore-btn {
  text-align: center;
  width: 145px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.d-flex.categori-dropdown-inner.hidden-box {
  display: none !important;
  transition: 0.4s ease;
}
.d-flex.categori-dropdown-inner.hidden-box.active {
  display: flex !important;
  transition: 0.4s ease;
}
.innerheader.main-header .btc-showmore-btn:before {
  content: url(../images/plus.png);
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotate(180deg);
  transition:0.4s ease;
}
.innerheader.main-header .btc-showmore-btn.active:before {
  content: url(../images/minus.png);
  transform: rotate(0deg);
  transition:0.4s ease;
}
.main-products .products-row .product-thumbnail {
  transition: 0.4s ease;
  overflow: hidden;
}
.main-products .products-row .product-thumbnail.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.main-products .product .product-thumbnail.back img {
  transform: scale(1);
  transition: 0.4s ease;
}
.main-products .product:hover .product-thumbnail.back img {
  display: block;
  transform: scale(1.1);
  transition: 0.4s ease;
}
.main-products .product:hover .product-thumbnail.front img {
  display: none;
  transition: 0.4s ease;
}
.head-top-bar ul.main_nav.f_condensed {
  justify-content: flex-start;
  gap: 5px;
}
.head-top-bar ul.main_nav.f_condensed li.nav-item {
  padding: 0;
  margin-right: -5px;
}
.head-top-bar .nav-item:hover .cst-dropdown {
  opacity: 1;
  visibility: visible;
}
.head-top-bar .nav-item .cst-dropdown {
  width: 180px;
}
.head-top-bar .nav-item .cst-dropdown ul li {
  display: block;
  padding: 5px 0 5px 0;
  text-align: left;
}
.head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .cst-dropdown .nl-form form,
.head-top-bar .nav-item {
  position: relative;
}
.head-top-bar .col.right ul.top_bar_nav.f_condensed {
  justify-content: end;
}
.head-top-bar .right .top_bar_nav li .cst-help {
  min-width: 0;
  width: max-content;
  left: -40px;
}
/*
.head-top-bar ul.top_bar_nav.f_condensed {
  margin-bottom: 3px;
}
*/
.head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .cst-dropdown {
  width: 400px;
  padding: 30px 40px 40px;
}
.head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .cst-dropdown .newsletter-form h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .cst-dropdown .email-field  input {
  height: 50px;
  width: 100%;
  border: 1px solid #959696;
  background: #f2f3f4;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 15px;
}
.head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .submit-btn input {
  position: absolute;
  top: 0;
  left: auto;
  right: -4px;
  height: 50px;
  border: 0;
  background: #1f61b6;
  color: #fff;
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  transform: scale(0.8);
  transition: 0.4s ease;
}
.head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .submit-btn input:hover {
  background: #333333;
  transition: 0.4s ease;
}
.head-top-bar .header-subcription .thankyou-message {
  display: none;
}
.bottom-header {
  position: relative;
  box-shadow: none;
  transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out
}
.bottom-header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 0px 10px 0px #00000022;
  animation: slideDown 0.5s ease-in-out forwards;
  padding: 0;
  border-color: transparent;
  background-color: #fff;
  z-index: 9999;
  z-index: 9;
}
.bottom-header .right-head-contact {
  position: relative;
}
.bottom-header .right-head-contact .cst-dropdown.account-dropdown {
     width: 300px; 
}
.bottom-header .inner-right-head-contact:hover .cst-dropdown.account-dropdown {
  opacity:1;
  visibility: visible;
}
.bottom-header .right-head-contact .cst-dropdown.account-dropdown ul li {
  list-style-type: none;
}
.bottom-header.active  .right-head-contact {
  top: 6px;
}
.innerheader.main-header .right-head-contact .cst-dropdown.account-dropdown ul li a {
  padding: 7px 10px;
}
.site-footer .icon-list img {
    filter: brightness(0) invert(1);
}
.swiper .swiper-button-prev::after {
  content: url(../icons/arrow-slider-right.png);
  height: auto;
  font-size: 22px;
  filter: brightness(0) invert(1);
}
.swiper .swiper-button-next::after {
  content: url(../icons/arrow-slider-right.png);
  height: auto;
  font-size: 22px;
  filter: brightness(0) invert(1);
}
.swiper .swiper-button-next:hover::after, .swiper .swiper-button-prev:hover::after {
  filter: brightness(0) invert(1);
  transition: 0.4s ease;
}
.swiper .swiper-button-next {
  transform: rotate(0deg) !important;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  background: #333333;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.4s ease;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  background: #333333;
  transition: 0.4s ease;
}
section.iconboxesmain .inline-icons {
  flex-wrap: wrap;
  gap: 30px;
}
section.iconboxesmain .inline-icons .col {
  min-width: 280px;
}
.main-partner-logos .desktop-partner {
  display: block;
}
.main-partner-logos .for-mobile-partner {
  display: none;
}
.main-partner-logos .partner-slider .partnerSwiper .flex-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-partner-logos .partner-slider .partnerSwiper .flex-col .product-thubnail {
  height: 60px;
  min-height: 60px;
  border-radius: 5px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-partner-logos .partner-slider .partnerSwiper .flex-col .product-thubnail img {
  height: auto;
  width: auto;
  max-width: 60%;
  max-height: 65%;
}
.main-partner-logos .partner-slider .partnerSwiper {
  padding-bottom: 25px;
}
.main-partner-logos .partner-slider .partnerSwiper .swiper-pagination {
  top: auto;
  bottom: 0;
  background-color:#F5F5F5;
}
.swiper-pagination-progressbar-fill {
  background-color: #1F61B6;
}
.header_mobile.responsive-header {
  background-color: #fff !important;
}
.header_mobile.responsive-header .mobile_nav_head {
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.header_mobile.responsive-header .mobile_nav_head .navbar {
  border: none;
  padding: 0;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .container-fluid {
  padding: 0;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .top-social-items {
  padding: 0;
  margin: 0;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .top-social-items li {
  height: 35px;
  width: 35px;
  background-color: #FFFFFF1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .top-social-items li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .top-social-items li a img {
  height: auto;
  max-height: 75%;
  width: auto;
  max-width: 75%;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .top-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background-color: #1F61B6 !important;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse {
  padding: 20px;
  background-color: #fff;
}
.mobile_nav_head .navbar-toggler {
  background: #F5D130;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  outline: none;
  padding: 0;
}
.mobile_nav_head .navbar-toggler span {
  position: absolute;
  background: #000;
  display: inline-block;
  border-radius: 3px;
  left: 8px;
  height: 3px;
  transition: all 0.4s;
}
.mobile_nav_head .navbar-toggler span:nth-of-type(1) {
  top: 10px;
  width: 58%;
}
.mobile_nav_head .navbar-toggler span:nth-of-type(2) {
  top: 16px;
  width: 49%;
}
.mobile_nav_head .navbar-toggler span:nth-of-type(3) {
  top: 22px;
  width: 40%;
}
.mobile_nav_head .navbar-toggler[aria-expanded="true"] {
  background-color: #FFFFFF1A;
}
.mobile_nav_head .navbar-toggler[aria-expanded="true"] span {
  background: #fff;
}
.mobile_nav_head .navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
  width: 65%;
  top: 10px;
  left: 6px;
  height: 2px;
  transform: translateY(6px) rotate(-135deg);
}
.mobile_nav_head .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
  height: 2px;
}
.mobile_nav_head .navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
  width: 65%;
  top: 22px;
  left: 6px;
  height: 2px;
  transform: translateY(-6px) rotate(135deg);
}

.mobile_nav_head .head-form {
  position: relative;
}
.mobile_nav_head .head-form input::placeholder {
  color: #333333;
}
.mobile_nav_head .head-form input {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  height: auto;
  padding: 9px 45px 9px 20px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.mobile_nav_head .head-form button.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background-color: #1F61B6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_nav_head .head-form button.search-button i {
  color: #fff;
}
.mobile_nav_head ul.social-items {
  list-style-type: none;
  margin: 10px 0;
}
.mobile_nav_head ul.social-items li.social-item {
  padding: 5px 0;
}
.mobile_nav_head ul.social-items li.social-item a {
  text-decoration: none;
}
.mobile_nav_head ul.social-items li.social-item a img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.mobile_nav_head ul.social-items li.social-item a span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #42575D;
  margin-left: 6px;
}















@keyframes slideDown {
  from {
      top: -100px;
  }
  to {
      top: 0;
  }
}

.site-footer .col .accordion-item h3 {
  pointer-events: none;
}
.site-footer .col .collapse:not(.show) {
  display: block;
}
.menu-popup {
  position: fixed;
  background-color: white;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow: hidden;
}
.menu-popup.show {
  opacity: 1;
  transform: translateY(0);
  overflow: visible;
}
.inner-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.menu-popup .menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    background-color: #fafafa;
}
.menu-popup .inner-menu{
  padding: 15px;
  height: calc(100vh - 65px);
  overflow-y: auto;
  padding-bottom: 20px;
}
.menu-popup .menu-head button {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  color: #aaaaaa;
}
.menu-popup .menu-head h2 {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
}
.menu-popup .inner-menu ul li {
  margin: 0 0 5px;
}
.shops-menu .navbar-nav li.nav-item .nav-link.dropdown-toggle .show {
  display: none;
}
.shops-menu .navbar-nav li.nav-item .nav-link.dropdown-toggle.show .hide {
  display: none;
}
.shops-menu .navbar-nav li.nav-item .nav-link.dropdown-toggle.show .show {
  display: block;
}
.product-listings .product {
    width: 18.73%;
}
.main-products .products-row.product-listings.row {
    gap: 20px;
}
a.fltr-close-btn {
    position: absolute;
    right: 20px;
    top: 35px;
    display: none;
}
.innerheader.main-header .btc-showmore-btn.listing-p:before {
    top: -2px;
}
.innerheader.main-header .btc-showmore-btn.listing-p.active:before {
    top: 3px;
}
.head-top-bar li.nav-item.head-buttons.divider {
    margin: 0 -2px 0 0 !important;
}
.tennis-racquets-main .racquets-box img {
    max-width: 115px;
    width: 100%;
    object-fit: scale-down;
}
section.main-partner-logos .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #909090;
}
.product-detail-main  .product-info-choose {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-detail-main .cus-tooltip .tt-content {
    position: absolute;
    top: 0;
    left: 270px;
    width: 100%;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 4px;
    opacity: 0;
    transition: 0.4s ease;
    box-shadow: 0px 0px 10px 10px #0000001a;
}

.product-detail-main .cus-tooltip .tticon {
    border: 2px solid black;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    cursor: pointer;
    padding: 2px 0 0 0px;
}
.product-detail-main .product-info-choose .tticon:hover + .tt-content {
    opacity: 1;
    cursor: pointer;
    transition: 0.4s ease;
}
.bottom-header {
    z-index: 999999;
    z-index: 30;
}
  .bottom-header li.nav-item .cst-dropdown.x4 {
    height: 400px;
    overflow-y: scroll;
}


.page-category-brands {
  margin-bottom: 25px;
}
.page-category-brands h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 5px;
}
.page-category-brands .brand {
  background: #f5f5f5; /* not really in use */
  justify-content: center; /* Aligns items horizontally (center) */
  align-items: center; /* Aligns items vertically (center) */
  text-align: center;
  padding: 1px;
  transition: 0.4s ease;
  overflow: hidden;
}
.page-category-brands .img-box {
  background: #fff;
  filter: brightness(.96);
}
.page-category-brands .brand img {
  transition: 0.4s ease;
  max-height: 115px;
}
.page-category-brands .brand:hover img {
  transform: scale(1.09);
}
.page-category-banner {
  background-color: var(--brand-color);
  color: white;
  text-align: center;
  font-size: 50px;
  font-weight: 200;
  padding: 20px 10px;
  text-transform: uppercase;
}


/* === responsiveness === */

@media (max-width: 1800px) {
  section.main-banner .banner-slides swiper-slide a img, section.innerfooter-cta img,
  section.products-thumbnailss-sec .main-thumbnails .col img, section.main-partner-logos img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  /*
  .head-top-bar .col.right ul.top_bar_nav.f_condensed li.nav-item.head-buttons .cst-dropdown {
    min-width: 0;
    width: auto;
    left: -25px;
  }
  */
  .head-top-bar .right .top_bar_nav li .cst-dropdown {
    min-width: 0;
    width: auto;
    left: -25px;
  }
  .head-top-bar .right .top_bar_nav li .cst-help {
    width: max-content;
    left: -35px;
  }
  .head-top-bar ul.top_bar_nav li.nav-item.head-buttons.header-subcription .cst-dropdown {
    width: 320px;
    padding: 20px 20px 20px;
  }
  section.filter-section {
    padding: 20px 0 60px 0;
    padding-bottom: 60px;
  }
}

@media (max-width:1600px) {
  /*
  .head-top-bar, .container.header_top_bar, .bottom-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  */
  .right-head-contact strong {
    font-size: 21px;
  }
  .bottom-header .right-head-contact {
    top: 2px;
  }
  .main_nav li {
    padding: 20px 7px 10px;
  }
  .product-detail-info .product-info-badge {
    margin-right: 20px;
  }
  .container.product-detail-wrapp {
    padding: 20px 0 80px;
    margin: 0 20px 80px;
  }
  .product-detail-info .product-info-badge {
    margin-right: 40px;
  }
  .product-detail-main .container.product-detail-wrapp {
    margin: 20px 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail-main .product-info-description p {
    padding-right: 30px;
  }
}

@media (max-width: 1540px) {
  .product-listings .product {
    width: 18.5%;
  }
}

@media (max-width: 1440px) {
  .tennis-racquets-main h2,
  .tennis-racquets-main
  .racquets-box h3,
  section.filter-section .main-filter h2 {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    margin: 0;
  }
  .tennis-racquets-main .racquets-box h3 {
    font-size: 20px;
  }
  section.iconboxesmain .inline-icons .col {
    min-height: 120px;
  }
}

@media (max-width: 1300px) {
  .main_nav li {
    font-size: 14px;
    padding: 20px 10px 10px;
  }
  .nav-item .cst-dropdown {
    left: 0;
    right: auto;
  }
  .product-listings .product {
    width: 23.4%;
  }
  .product-info-size-variants .variants-list li .btn {
    padding: 8px 20px;
    font-size: 14px;
  }
  .product-info-add-to-cart-button .add-to-cart {
    font-size: 20px;
    padding: 10px 50px;
  }
  .tennis-racquets-main .racquets-box h3 {
    font-size: 17px;
  }
  .tennis-racquets-main .racquets-box img {
    max-width: 100px;
  }
  .product-detail-main .cus-tooltip .tt-content {
    top: 30px;
    left: 0px;
    padding: 10px;
  }
}

@media (max-width: 1199px){
  .right-head-contact a.icons img {
    max-width: 30px;
}
.right-head-contact strong {
  font-size: 16px;
}
.right-head-contact span {
  font-size: 10px;
}
.right-head-contact a.icons {
  padding: 0 0 0 35px;
}
.main_nav li {
  padding: 20px 6px 10px;
}
.col.right-head-contact.text-end {
  padding: 0;
}
.product-listings .product {
    width: 23.3%;
}
.product-detail-info .product-info-title h1 {
    font-size: 25px;
    line-height: 30px;
}
.bottom-header.active {
    padding: 0 20px 0 0;
}
}
@media (max-width: 1100px) {
.product-listings .product {
    width: 23.1%;
}
.tennis-racquets-main .racquets-box img {
    max-width: 70px;
}
.tennis-racquets-main.by-brand .racquets-box {
    height: 90px;
}
.tennis-racquets-main.by-brand .racquets-box img {
    object-fit: scale-down;
}
section.filter-section {
    padding: 20px 0 40px 0;
}
section.main-partner-logos.pb-100 {
    padding-bottom: 40px;
}
.tennis-racquets-main.by-brand .racquets-box img {
    max-width: 120px;
}
}
@media (max-width: 1024px) {
.product-listings .product {
    width: 31%;
}
}
@media screen and (max-width: 991.98px) {
  section.cate-slidesmain .top-content .col {
    flex-direction: column;
    gap: 20px;
  }
.bottom-header .main_nav li.nav-item:last-child .cst-dropdown.x2 {
    width: auto;
    left: -10px;
}
  section.main-partner-logos.p-detail .swiper-wrapper {
    height: auto;
}
.bottom-header.active {
    padding: 0 20px 0 20px;
}
.bottom-header.bg-white.active ul.main_nav.f_condensed {
    margin-bottom: 0;
}
.bottom-header.active .right-head-contact {
    top: 3px;
}
.product-info-size-variants .variants-list li .btn {
    padding: 8px 12px;
}
.product-detail-info .product-info-title h1 {
    padding-right: 30px;
}
.main-partner-logos .partner-slider .partnerSwiper {
    padding-bottom: 0;
}
.main-partner-logos .partner-slider .partnerSwiper .swiper-pagination {
    display: none;
}
  section.cate-slidesmain .top-content ul li a {
    font-size: 14px;
  }
  .main-partner-logos .desktop-partner {
    display: none;
  }
  .main-partner-logos .for-mobile-partner {
    display: block;
  }
  #footer h3 {
    font-size: 18px; 
  }
  #footer .footer_top_row { 
    font-size: 14px; 
  }
  .main_nav li {
    font-size: 13px;
    padding: 10px 5px 10px;
  }
  .col.left-head-menu .main_nav.f_condensed {
    flex-wrap: wrap;
  }
  .left-logo img {
    max-width: 200px;
  }
  .bottom-header .col {
    flex: inherit;
    padding: 0;
    width: auto;
  }
  .bottom-header .col.left-head-menu{
    width: auto%;
  }
  .bottom-header .col.right-head-contact {
        width: auto;
        margin-left: auto;
        padding-right: 10px;
    }
  .right-head-contact a.icons strong, .right-head-contact a.icons span {
    display: none;
  }
  .right-head-contact a.icons img {
    top: -15px;
    left: 16px;
}
.col.left-head-menu .main_nav.f_condensed {
  justify-content: flex-start;
}
.cst-dropdown.x4 {
    width: calc(152px* 4);
}
.cus-filters {
    position: absolute;
    width: 0px;
    padding: 0 30px 30px;
    z-index: 9;
    top: 0;
    left: -12px;
    transition: 0.3s ease all;
    background-color: #fff;
    display: none;
}
.tennis-racquets-main .racquets-box img {
    max-width: 70px;
}
.cus-filters.active {
    width: 361px;
    opacity: 1;
    display: block;
}
.main-filter.sticky-top {
    position: inherit;
}
a.fltr-close-btn {
    display: inline-block;
}
body.active:before {
    content: "";
    background-color: #231F20;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
}
.main-filter .filter-box {
    padding-top: 30px;
}
section.filter-section .main-filter .filter-box {
    border-top: 1px solid #AAAAAA;
    margin-top: 30px;
}
section.filter-section .main-filter .filter-box.brand {
    margin-top: 0;
    border-top: 0;
}
body.active {
    transition: 0.3s ease all;
}
section.filter-section .main-filter a {
    margin-bottom: 25px;
}
.container.product-detail-wrapp {
    padding: 40px 0 50px;
    margin: 0 20px 50px;
}
.pb-100 {
    padding-bottom: 50px;
}
.product-detail-main .product-detail-info ul.variants-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.product-detail-main .product-detail-info ul.variants-list li {
    padding: 0;
}
.bottom-header.bg-white .main_nav li {
    font-size: 12px;
    padding: 10px 4px 2px;
}
}

@media (max-width: 800px) {
.tennis-racquets-main .racquets-box img {
    max-width: 55px;
}
.tennis-racquets-main .racquets-box {
    height: 90px;
}
section.filter-section {
    padding: 20px 0 40px 0;
}
section.main-partner-logos.pb-100 {
    padding-bottom: 20px;
}
}

@media (max-width: 768px) {
.product-detail-wrapp .product-thumnail-carousel {
    width: 100%;
    margin-bottom: 30px;
}
.container.product-detail-wrapp .product-detail-info {
    width: 100%;
    padding-left: 0px;
}
section.filter-section {
    padding: 20px 0 40px 0;
}
section.main-partner-logos.pb-100 {
    padding-bottom: 30px;
}
section.filter-section section.main-products {
    padding-bottom: 50px;
}
}

@media screen and (max-width: 767.98px) {
.product-thumnail-carousel .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 220px !important;
}
.product-detail-main .product-info-description p {
    padding-right: 10px;
}
.product-detail-info .product-info-choose span {
    text-decoration: none;
}
.product-detail-info .product-info-title h1 {
    padding-right: 0px;
}
.product-detail-main .cus-tooltip .tticon {
    font-weight: 400;
    padding: 0;
    height: auto;
    width: auto;
    border: none;
}
.product-detail-main .cus-tooltip .tt-content {
    display: none;
}
.product-detail-main .product-info-choose {
    gap: 1px;
}
.main-partner-logos .partner-slider .partnerSwiper {
    padding-bottom: 20px;
}
.product-info-quantity .quantity button, .product-info-quantity .quantity input {
    background: whitesmoke;
}
.site-footer div#collapseThree .accordion-body ul li {
    margin: 0 0 10px 0;
}
section.filter-section {
    padding: 10px 0 30px 0;
}
.tennis-racquets-main .racquets-box h3 {
    font-size: 25px;
}
section.main-partner-logos.p-detail.pb-100 {
    padding-top: 30px;
    padding-bottom: 10px;
}
section.main-partner-logos.main-partner-logos.main-partner-logos.pb-100 {
    padding-bottom: 30px;
    padding-top: 20px;
}
.product-info-size-variants .variants-title {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 10px;
}
.product-detail-info .product-info-choose {
    margin: 0 0 -10px 0;
}
.product-detail-info .product-info-sku span {
    padding-right: 4px;
}
.header_mobile.responsive-header .menu-popup .inner-menu ul li a, 
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse .shops-menu a.nav-link.nav-button, 
.header_mobile.responsive-header .our-company ul li a, .mobile_nav_head ul.social-items li.social-item a span {
    font-size: 16px;
    color: #000c;
    font-weight: 400;
    padding: 0;
}
.header_mobile.responsive-header .menu-popup .inner-menu ul li:hover a, 
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse .shops-menu li:hover a.nav-link.nav-button, 
.header_mobile.responsive-header .our-company ul li:hover a, .mobile_nav_head ul.social-items li.social-item:hover a span {
    color: #000;
}
.header_mobile.responsive-header .menu-popup .inner-menu ul li, 
.header_mobile.responsive-header .our-company ul li a, 
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse .shops-menu  li {
    margin: 0 0 10px 0;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse .shops-menu a.nav-link.nav-button {
    display: flex;
    justify-content: space-between;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse .shops-menu a.nav-link.nav-button i.fa.fa-angle-down {
    transform: rotate(-90deg);
    color: inherit;
}
.product-detail-main .product-info-spec ul li {
    display: flex;                         
}
.product-detail-main .product-info-spec ul li span.specs-title {
    width: 60%;
    text-wrap: nowrap;
}
.container.product-detail-wrapp {
    border-bottom: 1px solid transparent;
}
.header_mobile.responsive-header  .our-company {
    position: relative;
    padding-bottom: 70px;
}
.product-detail-info .product-info-badge {
    display: none;
}
.header_mobile.responsive-header .our-company:before {
    content: '';
    background: #f5f5f5;
    height: 380px;
    width: 110%;
    position: absolute;
    left: -20px;
    right: 0px;
    z-index: -1;
    bottom: -10px;
}
.product-detail-main .container.product-detail-wrapp {
    padding: 0px 20px;
    margin: 0;
}
.product-detail-wrapp .product-thumnail-carousel {
    position: relative;
}
.product-thumnail-carousel .swiper-container.gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
}
.product-thumnail-carousel .swiper-container.gallery-top {
    height: 450px;
}
.tennis-racquets-main .racquets-box img {
    max-width: 140px;
    width: auto;
}
.tennis-racquets-main .racquets-box {
    height: 180px;
}
.product-detail-main .cus-arrows .swiper-button-next:after,
.product-detail-main .cus-arrows .swiper-button-prev:after {
    content: url(../images/ps-arrow.png);
    background: #333333;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 100%;
    position: absolute;
}
.tennis-racquets-main.by-brand .racquets-box {
    height: 140px;
}
.tennis-racquets-main.by-brand .racquets-box img {
     max-width: 150px;
}
.product-detail-main .cus-arrows .swiper-button-next:after {
    right: -20px;
}
.product-detail-main .cus-arrows .swiper-button-prev:after {
    left: -20px;
}
.product-detail-main .cus-arrows .swiper-button-prev:after {
    transform: rotate(180deg);
}
.product-detail-main .cus-arrows {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .header_mobile {
    display: block;
  }
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    height: 30px;
    min-width: 30px;
    width: 30px;
  }
  .swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
    background:#333333;
  }
  section.iconboxesmain .inline-icons .col .thumbnail {
    width: 25%;
  }
  section.iconboxesmain .inline-icons .col .content {
    width: 75%;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .footer_top_row .row {
    flex-wrap: wrap
  }
  .footer_top_row .row .col {
    width: 30%;
    flex: unset;
  }
  .header_mobile.header_mobile_full {
    position: static;
    display: block;
    min-height: auto;
  }
  .hide-mobile {
    display: none !important;
  }
  .head-top-bar a { 
    font-size: 13px;
    justify-content: center;
  }
  html body a.navbar-brand {
    margin: 0px;
  }
  section.cate-slidesmain .cat-slider .swipper-arrows {
    z-index: 99;
    right: 0;
    position: unset;
  }
  html body section.cate-slidesmain {
    overflow: hidden;
  }
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category {
    overflow: visible;
  }
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev, 
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next {
    top: 67%; 
  }
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev, 
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next {
    background: #333333;
    height: 20px;
    width: 20px;
    min-width: unset;
  }
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev {
    left: -9px;
  }
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next {
    right: -9px;
    left: auto;
  }
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-prev:after, 
  html body section.cate-slidesmain .swiper.swiper-home-browse-by-category .swiper-button-next:after {
    transform: scale(0.5);
  }
  section.cate-slidesmain .top-content h2 {
    font-size: 20px;
  }
  section.cate-slidesmain {
    padding: 30px 0 50px 0;
  }
  .main-products.new-arrivals {
    padding-top: 0px;
  }
  .site-footer .col .accordion-item h3 {
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px !important;
    padding: 20px 0px 20px;
  }
  .site-footer .col .collapse:not(.show) {
    display: none;
  }
  .footer_top_row .row { 
    flex-direction: column;
  }
  .footer_top_row>.row>.col:not(:first-child) {
    width: calc(100% + -22px);
    border-bottom: 1px solid white;
    margin: 0 auto;
    padding: 0;
  }
  .footer_top_row>.row>.col:first-child {
    border-bottom: 0;
    padding-bottom: 30px;
    width: calc(100% + -22px);
    margin: 0 auto;
  }
  body:has(.site-footer .col .collapse.show) .accordion-item h3:not(.collapsed) img {
    transform: rotate(180deg);
  } 
  .site-footer a.site-logo img { 
    margin-bottom: 0px;
    margin-top: 30px;
  }
  #footer .footer_top_row {
    padding-top: 50px; 
    padding-bottom: 0px;
  }
  .site-footer .icon-list .col:first-child {
    max-width: 50px;
  } 
  .accordion-body {
    padding-bottom: 20px;
  }
  .footer_top_row .row .col:first-child {
    order: 1;
  }
  section.bottom-footer { 
    border-bottom: 0px;
}
section.footer-privacy-sec {
  padding: 0px 0 20px;
}
  section.bottom-footer, .footer-privacy-sec { 
    background: #1f61b6;
  }
  section.bottom-footer .d-flex.row { 
    flex-direction: column-reverse;
  }
  section.bottom-footer .col.right {
    justify-content: center; 
 }
 section.bottom-footer .col.right .social img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(11103%) contrast(102%);
 }
 section.bottom-footer .col ul.d-flex { 
  justify-content: center;
  padding-top: 20px;
}
section.bottom-footer .col ul li a {
  color: white;
}
section.footer-privacy-sec p {
  color: #fff; 
  padding: 0px 20px;
  font-size: 12px;
  text-align: center;
}
section.bottom-footer .col ul li a {
  font-size: 14px;
}
section.bottom-footer .col ul li a:hover {
    color: #f5d130;
}
.head-form input.form-control {
  background: #F5F5F5;
  color: #333;
  border-radius: 4px;
  box-shadow: none;
}
.navbar-collapse .head-form input.form-control::placeholder{
  color: #333;
}
.site-footer .head-form input.form-control {
  background: transparent;
  color: #fff;
  border-radius: 4px;
  box-shadow: none;
}
.head-form input.form-control::placeholder {
  color: white;
}
button.search-button {
  border: 0px;
  border-left: 1px solid white;
  height: 100%;
  top: 0;
  right: 0;
}
button.btn-subscribe {
  border: 0px;
  border-left: 1px solid white;
  height: 100%;
  top: 0;
  right: 0;
  padding-inline: 12px;
}
.bootom-chat-sec {
  background: #1A5AAD;
  padding: 10px;
}
.header_mobile.responsive-header .mobile_nav_head .navbar .navbar-collapse {
  padding: 20px; 
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 92vh !important;
  z-index: 111;
  background: white;
  overflow-y: auto;
  padding-bottom: 40px;
  transition: 0.1s;
}
.menu-popup .inner-menu {
    height: calc(100vh - 95px);
}
.mobile_nav_head ul.social-items li.social-item a span {
  font-size: 14px; 
  font-weight: 500; 
}
.mobile_nav_head ul.social-items {
  padding-bottom: 20px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 30px;
}
.dropdown-toggle::after {
  display: none;
}
.shops-menu .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
}
.shops-menu .navbar-nav li.nav-item .nav-link.dropdown-toggle {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0px;
  border-bottom: 1px solid #CFCFCF;
  color: #000;
  box-shadow: none;
}
.shops-menu  .navbar-nav .dropdown-menu {
  border: 0;
  margin-top: 15px;
}
.shops-menu .navbar-nav li.nav-item .nav-link.dropdown-toggle.show img {
  transform: rotate(180deg);
}
.our-company {
  padding-top: 20px;
}
.our-company ul {
  padding: 0;
  margin: 0;
}
.our-company ul li {
  list-style: none;
}
.our-company ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0px;
  display: block;
}
.site-footer .cta-list { 
  display: flex;
  gap: 20px;
}
.site-footer .cta-list p { 
  min-width: 110px;
}
.mobile_nav_head {
  box-shadow: none;
}
.banner-search {
  text-align: center;
  padding: 20px 0;
}
.banner-search .head-form .form-control {
  text-align: center;
  padding: 20px;
}
.banner-search .head-form input.form-control {
  background: #F5F5F5;
  color: #333333;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  height: 40px;
  padding: 10px 45px 10px 13px;
}
.banner-search .head-form input.form-control::placeholder {
  color: #333333;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 400;
}
.banner-search button.search-button {
  background: #1F61B6;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
}
/*section.main-products h2, section.cate-slidesmain .top-content h2{*/
/*  text-align: center;*/
/*}*/
section.main-products.featured {
  border-bottom: 1px solid #CFCFCF;
}
.main-products .products-row .product {
  text-align: center;
}
section.iconboxesmain .content h4 br {
  display: none;
}
section.iconboxesmain .inline-icons .col {
  justify-content: flex-start;
  gap: 15px;
}
form.head-form {
  max-width: 100%;
}
section.footer-privacy-sec p span {
  display: block;
}
.prduct-slider .swiper .swiper-button-prev, .prduct-slider .swiper .swiper-button-next {
  top: 40%;
}
.tennis-racquets-main .row .col-6 {
    width: 48%;
    padding: 0;
}
.tennis-racquets-main .row {
    gap: 20px;
    padding: 0 15px 0;
}
.tennis-racquets-main .racquets-box img {
    width: 100px;
}
.tennis-racquets-main.by-brand .racquets-box img {
    width: auto;
}}
@media screen and (max-width: 650px) {
  .main-products .product .product-thumbnail.back img {
    max-width: 50%;
    max-height: 70%;
  }
  .footer_top_row .row .col {
    width: 50%;
    flex: unset;
  }
  .main-partner-logos .partner-slider .partnerSwiper .swiper-pagination {
    display: block;
}
section.filter-section .main-filter a h2 {
    font-size: 12px;
    font-weight: 500;
}
section.filter-section .main-filter a img {
    max-width: 14px;
}
section.filter-section .main-filter a {
    column-gap: 10px;
    margin-bottom: 25px;
}
.tennis-racquets-main h2, 
.tennis-racquets-main .racquets-box h3, 
section.filter-section .main-filter h2,
section.main-products h2, 
section.cate-slidesmain .top-content h2 {
    font-size: 20px;
}
section.main-products.featured {
    margin-bottom: 0px;
}
section.filter-section section.main-products {
    padding-bottom: 40px;
}
.main-products, section.cate-slidesmain {
    padding: 40px 0 40px 0;
}
.main-products .products-row {
    margin-top: 25px;
}
.main-products .products-row .product .product-title {
    font-size: 18px;
}
.product-detail-info .product-info-title h1 {
    font-size: 20px;
    line-height: 25px;
}
.product-detail-info .product-info-price span {
    font-size: 20px;
    line-height: 20px;
}
.product-detail-info .product-info-sku {
    padding-bottom: 20px;
    font-size: 14px;
}
.product-detail-info .product-info-choose span {
    text-decoration: none;
    font-size: 14px;
}
.product-info-size-variants .variants-title,
.product-info-quantity .qty-title {
    font-size: 14px;
    font-weight: 400;
    color: #42575D;
    padding: 20px 0 10px;
    padding-bottom: 0;
}
.tennis-racquets-main .racquets-box img {
    max-width: inherit;
}
.product-detail-info .product-info-choose {
    margin: 0 0 -30px 0;
}
}
@media (max-width: 641px) {
.tennis-racquets-main .racquets-box {
    height: 140px;
}
}
@media (max-width: 575px) {
  section.products-thumbnailss-sec .main-thumbnails {
    flex-direction: column;
}
  section.iconboxesmain .inline-icons .col .thumbnail,
  section.iconboxesmain .inline-icons .col .thumbnail img {
    max-width: 40px;
  }
  section.iconboxesmain .content h4 {
    font-size: 15px;
    font-weight: 500;  
  }
  section.iconboxesmain .content p { 
    font-size: 15px;
    font-weight: 500;
  }
  section.iconboxesmain .inline-icons { 
      gap: 10px;
  }
}
@media (max-width: 600px) {
.product-listings .product {
    width: 48%;
}
}
@media screen and (max-width: 550px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    height: 25px;
    min-width: 25px;
    width: 25px;
  }
  .swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
    background:#333333;
  }
  section.cate-slidesmain .top-content ul li a {
    font-size: 12px;
  }
  .main-products .products-row .product-thumbnail {
    height: 250px;
  }
  .footer_top_row .row .col {
    width: 100%;
    flex: unset;
  }
  section.bottom-footer .col ul.d-flex {
    column-gap: 5px;
  }
.tennis-racquets-main .row .col-6 {
    width: 47%;
}
.product-listings .product {
    width: 47%;
}
.tennis-racquets-main .racquets-box {
    height: 110px;
}
.tennis-racquets-main .racquets-box img {
    width: 70px;
}
.tennis-racquets-main.by-brand .racquets-box {
    height: 100px;
}
}
@media (max-width: 480px){
.product-listings .product {
    width: 47%;
}
.product-listings .product {
    border: 1px solid #F5F5F5;
    padding: 0 15px 15px;
}
.tennis-racquets-main .racquets-box img {
    width: 70px;
}
.main-products .products-row.product-listings .product-thumbnail {
    width: 86%;
    margin: 15px auto 15px;
    height: 200px;   
}
.main-products .products-row.product-listings .sale-label.sale, 
.main-products .products-row.product-listings .sale-label {
    top: 25px;
    right: 30px;
    font-size: 16px;
}
.main-products .products-row.product-listings .product .product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 7px;
}
.main-products .products-row.product-listings .product .item-number {
    font-size: 14px;
    margin-top: 0;
}
section.filter-section section.main-products {
    padding-bottom: 50px;
    margin-bottom: 0;
}
section.filter-section {
    padding: 10px 0 30px 0;
}
section.iconboxesmain .inline-icons {
    gap: 15px;
}
section.iconboxesmain .inline-icons .col {
    border-radius: 10px;
}
section.iconboxesmain .content h4,
section.iconboxesmain .content p {
    font-size: 15px;
    font-weight: 500;
}
section.iconboxesmain .inline-icons .col {
    min-width: inherit;
    width: 100%;
    flex-basis: 100%;
}
section.iconboxesmain .inline-icons .col .thumbnail img {
    max-width: 37px;
}
section.iconboxesmain .inline-icons .col .thumbnail {
    width: auto;
    margin-right: 20px;
}
.tennis-racquets-main .row {
    gap: 20px;
    padding: 0 15px 0;
}
.tennis-racquets-main .row .col-6 {
    width: 47%;
    padding: 0;
}
body .tennis-racquets-main .racquets-box h3 {
    font-size: 18px;
    font-weight: 500;
}
.main-filter .filter-box h3 {
    font-size: 20px;
}
.main-filter .filter-box .form-check label {
    font-size: 18px;
}
.main-filter .filter-box .form-check:not(:last-child) {
    margin-bottom: 10px;
}
.main-filter .filter-box .form-check .form-check-input {
    border: 1px solid #AAAAAA;
    border-radius: 3px;
}
.product-info-add-to-cart-button .add-to-cart {
    font-size: 18px;
    padding: 10px 50px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    padding: 11.5px 15px 11.5px;
    margin-top: 20px;
}
.product-info-size-variants .variants-list li .btn {
    padding: 8px 20px;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #42575D;
    border: 1px solid #42575D;
    border-radius: 0;
    padding: 8.5px 10px 8.5px;
}
.product-info-size-variants .variants-list li:not(:last-child) {
    padding-right: 0px;
}
ul.variants-list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
}
@media (max-width:430px) {
    .tennis-racquets-main .racquets-box img {
    width: 50px;
}
.tennis-racquets-main .racquets-box {
    height: 100px;
}
}
@media (max-width: 390px) {
.product-listings .product {
    width: 100%;
}
.main-products .products-row.product-listings .product-thumbnail {
    width: 90%;
    height: 250px;
}
.tennis-racquets-main .row .col-6 {
    width: 100%;
}
.cus-filters.active {
    width: 300px;
}
.main-filter .filter-box .form-check label {
    font-size: 16px;
    line-height: 1.7;
}
.main-filter .filter-box h3 {
    font-size: 18px;
}
.product-info-size-variants .variants-list li .btn {
    font-size: 11px;
}
}
@media (max-width: 351px){
  .head-top-bar a{
    flex-direction: column;
  }
}

