@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Scss Document */

body {
  font-family: "Poppins", serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  background:#F1F1F0;
  overflow-x: hidden;
  color: #111;
}


p {
  font-size: 14px;
  color: #111;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover { color: #7e7e7e; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 14px;
    background:none;
    color: #fff;
    padding: 14px 26px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:40px;
    font-weight: 400;
    border:1px solid #fff;
}

.common-btn:hover {
  background: #fff; 
  color: #000;
}

.black-common-btn{ background: #000; color: #fff; border: 1px solid #000; }
.black-common-btn:hover{ background: #fff; color: #000; border: 1px solid #000; }

.title-col{ margin-bottom:40px; }

.title {
  position: relative;
  font-size:48px;
  font-weight:400;
  color:#fff;
  margin-bottom:0px;
  display: inline-block;
}

.title-para{ font-size:16px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
  border-radius:8px;
  padding: 1.3rem 15px;
  font-size:14px;
  height: 44px;
  background-color: #292929;
  color: #000;
  border: 1px solid #000;
}

select.form-control { padding: 0; padding-left:15px; height:50px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #333;
  border: 1px solid #000;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#222;
  border: 1px solid #333 !important;
  color: #fff !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

.main-header{ padding:5px 0px; background: #000; z-index: 1051; position: relative; transition: all 0.3s ease; }
.main-header .container{ max-width: 96%; }
.inner-topheader {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.left-header { width: 100%; }

.logo img{ max-height: 60px; }

.right-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  padding-left: 10px;
}
.top-user-ico{ margin: 0px 20px;}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight:400;
  letter-spacing: 0.1px;
  margin: 0px 10px;
  padding: .6rem 0.1rem;
  transition: all 0.1s ease-in;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ color:#aeaeae; }
.navbar-toggler{ color: #fff; font-size: 24px; border: none; padding-right: 0px; }

.main-header .navbar-nav .dropdown-menu {
  min-width: 240px;
  background: #dcdcdc;
  border-radius:20px;
  border: none;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
}

.main-header .dropdown-item {
  font-weight: 400;
  padding: 10px 15px;
  font-size: 15px;
  color: #000;
}

.main-header .dropdown-item:hover{ background: none; color: #555353; }
.main-header .dropdown-item:focus{ background: none; }


.right-header img { max-height: 24px; }

/*--------search---------*/

.top-search-ico{ cursor: pointer; }

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(0, 0, 0);
  padding:30px 20px 15px;
  display: none;
  z-index: 99999;
}

.search-box h3 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}

.search-close {
  position: absolute;
  top:6px;
  cursor: pointer;
  right: 20px;
}
.search-close i {
  font-size: 22px;
  transition: all 0.5s ease;
  color: #fff;
}

.search-box .container{ position: relative; }

.search-box .subs-ico {
  top: 0px;
  right: 0;
  border: 0;
  font-size: 16px;
  position: absolute;
  color: #fff;
  padding:18px 20px;
  margin: 0px;
  text-align: center;
  background: none;
}

.search-box .subs-ico:hover{ color:#cdcdcd; }

form.search-form { position: relative; }

.search-form .form-control{ background: none; border: 1px solid #292929; height: 60px; }

.search-tags { margin-top: 15px; }
.search-tags a{ color: #ccc; border: 1px solid #222; padding: 5px 20px; border-radius: 40px; margin: 0px 5px 5px 0px; background: #212121; display: inline-block; }

/*-------------banner---------------*/

.banner{ position: relative; overflow: hidden; background: #000; height: calc(100vh - 62px); }
.banner-left{ position: absolute; left: 0px; bottom: 0; }
.banner-left img{ max-height: 90vh; }
.banner-right{ position: absolute; right: 0px; bottom: 0; }
.banner-right img{ max-height:65vh; }


.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  padding: 0px 20px;
  margin-top: -30px;
}
.banner-content h1{ color: #fff; font-size: 36px; margin-bottom: 20px; margin-top: 30px; }
.banner-content p{ color: #fff; font-size: 18px; color: #ccc; font-weight: 300; max-width: 500px; width: 100%; margin-left: auto; margin-right: auto; }
.banner-btns{ display: flex; align-items: center; margin-top: 30px; }
.banner-btns a{ margin: 0px 5px; }
.banner-btns span img{ max-height:40px; }

.homeshop-sec{ position: relative; padding: 80px 0px 60px; }
.homeshop-sec .title-col2 {
  position: absolute;
  left: -100px;
  z-index: 1;
  transform: rotate(270deg) translateY(-50%);
  top: 50%;
}

.homeshop-sec .title{ color: #c1c1c0; }

.homepro-cols{ position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 24px; }
.homepro-cols a{ display: block; }
.homepro-cols a:hover .homepro-img img{ transform: scale(1.1); }

.homepro-content{ position: absolute; bottom:0px; left:0px; width: 100%; padding:20px 30px; z-index: 1; }
.homepro-content h3{ font-size: 26px; color: #fff; font-weight: 500; margin-bottom: 10px; }
.home-bigpro h3 {
  font-size: 32px;
  max-width: 285px;
  font-weight: 400;
}

.homepro-img{ position: relative; }
.homepro-img img{ transition: all 0.3s ease-in; }
.homepro-img:before {
  content: "";
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 90%));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

.homeoffer-sec{ position: relative; }
.offer-pic{ position: relative; }
.offer-pic:before {
  content: "";
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 90%));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.offer-content{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  text-align: center;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  padding: 0px 20px;
}

.offer-content p{ font-size: 24px; color: #ccc; font-weight: 300; max-width: 800px; width: 100%; margin-left: auto; margin-right: auto; margin-top:25px; margin-bottom: 30px; }
.offer-content h4{ font-size: 32px; color: #fff; font-weight:400; margin-bottom:0px; margin-top: 30px; }

.homeonlinefit-sec{ position: relative; padding: 80px 0px 80px; }
.onlinefit-pic{ border-radius: 8px; overflow: hidden; position: relative; }
.onlinefit-pic:before {
  content: "";
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 90%));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
}

.inner-homeonlinefit{ position: relative; }

.onlinefit-content{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  text-align: center;
  z-index: 1;
  max-width: 700px;
  width: 100%;
  padding: 0px 20px;
}

.onlinefit-content p{ font-size: 18px; color: #fff; font-weight: 300; width: 100%; margin-left: auto; margin-right: auto; margin-top:25px; margin-bottom:25px; }
.onlinefit-btns a{ background: #fff; color: #000; margin: 0px 7px; }
.onlinefit-btns a:hover{ background: #000; color: #fff; }

.golfer-group{ background: #000; position: relative; padding-top: 100px; }
.golfergroup-pic{ text-align:right; padding-right: 30px; }
.golfergroup-pic img{ max-height: 70vh; }
.golfergroup-content {
  position: absolute;
  top: 50%;
  left:20px;
  padding: 30px;
  transform: translateY(-50%);
  max-width: 800px;
}

.golfergroup-content h3{ font-size: 48px; color: #fff; font-weight:400; margin-bottom:30px; }
.golfergroup-content p {
  font-size: 21px;
  color: #ccc;
  font-weight: 300;
  width: 100%;
  margin-bottom:30px;
  max-width: 550px;
  width: 100%;
}

.golfergroup-content .common-btn{ padding: 14px 32px; }

.testimonial-wrapper{ padding: 80px 0px; position: relative; }
.testimonial-wrapper .title{ color: #000; }

.golf-testflag img{ max-height: 65px; }
.golf-testflag{ position: absolute; top:23px; left: 0px; right: 0; z-index: 1; }
.teststar{ text-align: center; }
.teststar img{ max-width: 100px; margin: auto; }
.testi{ text-align: center; border: 1px solid #000; border-radius:165px; padding:50px; }

.teststar {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.testi h4{ font-size: 24px; font-weight:400; margin-bottom: 15px; }
.testi h3{ font-size: 21px; font-weight: 500; margin-bottom: 15px; }
.testi p{ font-size: 16px; color: #5A5A5A; font-weight: 300; margin-bottom: 0px; }

#testimonial-slider .item{ padding-top: 60px; }

.testimonial-wrapper .owl-nav{ position: absolute; right: 0; top:-88px; display: flex; }
.testimonial-wrapper .owl-nav img{ max-width: 40px; margin: 0px 10px; cursor: pointer; }

footer{ background: #000; padding:60px 0px 30px; }

.joinmailing-sec{ display: flex; align-items: center; justify-content: center; padding-bottom: 25px; margin-bottom: 30px; }

.joinmailleft { flex: 0 0 60%; max-width: 60%; padding-right:30px; }
.joinmail-form { flex: 0 0 40%; max-width: 40%; }
.joinmailleft h3{ font-size: 32px; font-weight: 500; color: #fff; line-height: 52px; }

.subscribe-form {
  width: 100%;
  position: relative;
}

.subscribe-form input {
  font-size: 14px;
  border: 1px solid #303030;
  padding-left: 60px;
  font-weight: 500;
  background: #000;
  height: 60px;
}

.subs-btn {
  background: none;
  border: 0;
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 0px;
}

.subs-ico2 {
  position: absolute;
  left: 15px;
  top: 15px;
}

.footer-links *{ color:#979797; font-weight: 300; font-size: 14px;  }
.footer-links *:hover{ color: #fff; }
.footer-links ul{ list-style: none; padding: 0px; margin-bottom: 0px; }
.footer-title{ color: #fff; font-size: 21px; font-weight: 500; margin-bottom:15px; }
.footer-list li{ margin-bottom:8px; }
.footer-social a {
  font-size: 20px !important;
  color: #ccc;
  margin-right: 15px;
}
.footer-social a i{ font-size: 20px !important; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #727272;
  font-size: 14px;
  margin-top:50px;
}
.copyright a { color: #818181; }




.mobile-colpsd { display: none; }

/*------------megamenu----------*/
  
.menu-large {
  position: static !important;
}

.main-header .dropdown-menu.megamenu .dropdown-item{ width:25%; padding: 5px 5px; }

.megamenu {
  padding:10px 10px 10px !important;
  width: 100%;
  border-radius: 0;
  border: none;
  left: 0;    
  z-index: 1000;
  background:#c3c3c3 !important;
}


.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.megamenu *{ white-space: normal; }

.megamenu .dropdown-item:focus, .megamenu .dropdown-item:hover{ background:none; color:#000;  }
.megamenu.dropdown-menu a:hover{ color:#5fbdf3; }

.navmenu-title {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
    z-index: 1;
    position: relative;
    margin-bottom:10px;
    margin-top:5px;
}

.navmenu-title2 {
    font-size: 16px;
    font-weight:400;
    color: #000;
    z-index: 1;
    position: relative;
    margin-bottom:6px;
    margin-top:10px;
}

.right-menumega{ margin-left: 0px; }

.navmenu-list{ padding-left: 0px; }
.menu-pic { margin-bottom: 20px; }
.menu-pic img {
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
}

.custom-md-3 p small{ font-size:90%; }

@media (min-width: 768px){
.megamenu .custom-md-3{ max-width: 18%; flex: 0 0 18%; }	
.megamenu .col-xl-2 {
    -ms-flex: 0 0 18.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
    padding: 0;
    list-style-position: inside;
}
}

.advance-mainmenu {
    display: flex;
    position: relative;
}

.best-responsive-tab.init {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0px 0px 20px 2px;
    position: relative;
    z-index: 1;
    margin-right: -1px;
}

.best-responsive-tab-contents.init {
    padding: 20px 15px;
    max-width: 80%;
    flex: 0 0 80%;
}

.navmenu-list {
    list-style: none;
    padding: 0px;
}
.navmenu-list li {
    padding-left:0px;
}


.megamenu.dropdown-menu a {
    font-size: 14px;
    font-weight: 400;
}

.megamenu.dropdown-menu a img {
    margin-right: 0px;
    border-radius:10px;
}

.navmenu-list a {
    display: flex;
    align-items: center;
}

.megamenu {
  position: relative;
  z-index: 1051; /* ABOVE the overlay */
}

body.no-scroll {
  overflow: hidden;
}

/*--------end mega menu------*/

/*------------------login------------------*/

.login-page {
  background: 
    url(../images/login-bg.jpg) no-repeat left 30px bottom,
    url(../images/login-bg2.jpg) no-repeat right 50px bottom 30px, 
    #101010;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  padding: 30px 0px;
  background-size: 300px, 130px; /* adjust second size as needed */
}


.innerlogin-sec {
  max-width: 400px;
  width: 100%;
  margin: auto;
  padding: 30px 0px 40px;
}

.innerlogin-text{ text-align: center; }
.innerlogin-text .title{ margin-bottom: 10px; font-size: 36px; }
.innerlogin-text p{ font-size: 15px; color: #999; }

.login-form{ margin-top:25px; }
.login-form .form-group{ margin-bottom:15px; position: relative; }
.login-form .form-group label{ font-size:14px; font-weight:400; color:#636363; display: block; margin-bottom:6px;   }

.login-form .form-group .form-control{ font-size: 14px; color:#333;  }
.login-user-ico {
    position: absolute;
    top:36px;
    right: 15px;
    font-size: 16px;
	color:#777; 
}

.login-form .form-check .form-check-label{ font-weight: 400; font-size:14px; display: inline; color:#6e6e6e;  }

.forgot-txt{ text-align: right; }
.forgot-txt a{ 
  font-weight: 400;
  font-size: 14px;
  display: inline;
  color: #aaa;
  text-decoration: underline !important;
}

.login-form .common-btn{ background: #000; color: #fff; }
.new-account{ text-align: center; color: #666; }
.new-account a{ margin-left: 10px; color: #fff; text-decoration: underline !important; }

/*----------------end login----------------*/

.inner-banner{ text-align: center; padding:70px 0px 20px; background: linear-gradient(to bottom, #c2c2c2, #F1F1F0); }
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0px 5px;
  justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before{ content: ">" !important; }

.inner-page{ padding: 50px 0; }
.cartpg img { max-height: 310px; }

.pa-4{ padding-left: 48px; padding-right: 48px; }

.avodairons-sec1{ padding-bottom: 40px; }
.avodairons-cols{ margin-bottom: 24px; }
.avodairons-cols a{ background: #fff; border-radius: 8px; display: block; overflow: hidden; box-shadow: 5px 5px 15px rgb(0 0 0 / 3%); }
.avodairons-content{ padding:30px 20px; text-align: center; }
.avodairons-content h3{ font-size: 16px; color: #000; font-weight: 600; margin-bottom: 10px; }
.avodairons-content p{ font-size: 14px; color: #666; font-weight: 400; margin-bottom: 0px; }

.avodairons-sec2{ padding:10px 0px 50px; }

.innerbanner-para p {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.inner-banner .title{ color: #000; margin-bottom: 10px; }

.avoda3points{ text-align: center; margin-bottom: 24px; }
.avoda3points-ico img{ max-height: 70px; margin-bottom: 20px; }
.avoda3points h4{ font-size: 20px; font-weight: 600; margin-bottom: 15px; }
.avoda3points p{ font-size: 14px; color: #555; font-weight: 400; margin-bottom: 0px; margin-left: 20px; margin-right: 20px; }

.avodairons-sec3{ padding:80px 0px 10px; }

.avodairons-sec3-content{  padding-left: 70px; }
.avodairons-sec3-content .title{ margin-bottom: 20px; }
.avodairons-sec3-pic img{ border-radius: 20px; }

.flex-lg-row-reverse .avodairons-sec3-content{ padding-left: 0px; padding-right: 70px; }

.avodairons-sec3-1{ margin-bottom:80px; }

.avodairons-sec4{ padding: 80px 0px; background: #111; }

.avodairons-sec4 .avoda3points h4{ font-size: 26px; color: #bbb4b4; margin-bottom: 20px; }
.avodairons-sec4 .avoda3points-ico img{ filter:invert(1);}
.avodairons-sec4 .avoda3points p{ font-size: 14px; color: #848484; font-weight: 300; }
.avodairons-sec4 .avoda3points{ border: 1px dashed #333; border-radius: 20px; padding: 30px 0px; height: 100%; margin-bottom: 0px; }

.avodairons-sec5{ padding: 80px 0px 0px; }

.accordion-header .accordion-button{ font-size: 16px; font-weight: 500; color: #000; background: none; padding-right:50px; border-radius:10px !important; line-height: 30px; }
.accordion-item{ border-radius: 10px !important; border: none; margin-bottom: 5px; background-color: #e5e5e5; }
.accordion-button:not(.collapsed){  box-shadow: none; }
.accordion-body{ font-weight: 300; color: #414141; font-size: 14px; line-height: 24px; padding-top: 0px; }

.accordion-button::after{ position: absolute; right:20px; }
.faq-questions {
  max-width: 800px;
  margin: auto;
  width: 100%;
}

.contactpg-sec1 {
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 30px 30px 30px rgb(0 0 0 / 5%);
}
.contactpg-sec1 .title{ color: #000; font-size: 26px; margin-bottom: 10px; }
.contactpg-sec1 .title-col p{ font-size: 16px; color: #747474; }
.contactpg-sec1 .form-control {
  background-color: #efefef;
  border-color: #c4c4c4;
  color: #000 !important;
}
.contactus2-left label {
  width: 100%;
  margin-bottom: 5px;
  color: #333;
}
.contact-map iframe {
  border-radius: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-map { padding-left: 30px; }

.form-group{
  margin-bottom:24px;
    position: relative;
}


.avodairons-page .maindetail-page{ background: #fff; padding:40px 30px; }
.prodt-mainthumbs img{ border: 1px solid #e1e1e1; }
.prodt-mainbig img{ border: 1px solid #e1e1e1; margin-bottom:7px; }

.pro-title{ font-size:32px; color:#000; font-weight:700; }
.bigpro-price {
    font-size: 20px;
    margin-top: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.pro-addon{ margin-bottom: 25px; }
.pro-addon p {
    font-size: 15px;
    color: #444;
    font-weight: 400;
}

.prospec-dropdown select.form-control{ background-color: #f5f5f5; border: 1px solid #dedede; color: #000 !important; }
label {
    width: 100%;
    margin-bottom: 7px;
    color: #333;
    font-size: 16px;
}

.add-cart-btn .common-btn{ padding:18px 26px; font-size: 16px; }

.shipment-tag{ margin-top: 20px; background: #f5f5f5; padding: 20px 30px; border-radius: 10px; }
.shipment-tag i{ margin-right: 10px; }

.review-tag{ font-size: 16px; }
.review-tag img{ vertical-align: bottom; }

.pro-detailreview{ margin-top:50px; }

.pro-detailreview li.nav-item{ width: 33.33%; }
.pro-detailreview li.nav-item a{ font-size: 16px; color: #000; font-weight: 500; padding:14px 20px; text-align: center; background:#ccc;
    margin: 0px 5px; border-radius: 40px; }

.pro-detailreview .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ border-color:#000; background: #000; color: #fff; border-bottom: none; }
.pro-detailreview .nav-tabs{ border-bottom: none; margin-bottom: 20px; }
.pro-detailreview .table>:not(caption)>*>*{ padding: 1rem .5rem; }

.pro-details-content {
    position: sticky;
    top: 20px;
    z-index: 1;
}

.avoda-shaftspro{ margin:40px 0px; }
.avoda-shaftspro h4{ font-size: 16px; font-weight: 600; margin-bottom: 20px; }

.avodairons-sec6{ padding-bottom: 80px; }
.avoda-btns{ margin-top: 20px; }


/*------------------jumbomax------------------*/

.jumbomax-banner{ position: relative; }
.jumbomax-banner-text {
  position: absolute;
  max-width: 600px;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  left: 13%;
}

.jumbomax-banner-text h1{ font-size:58px; font-weight: 700; color: #fff; margin-bottom:30px; }
.jumbomax-banner-text p{ font-size:18px; color: #fff; margin-bottom:0px; line-height: 28px; }

.jumbomax-banner-pic img {
  max-height: 88vh;
  object-fit: cover;
  width: 100%;
}

.jumbomax-series-sec1 { margin: 30px 0px 60px; }

.jumbomax-series-sec1 .flex-md-row-reverse .avodairons-sec3-content{ padding-left: 0px; padding-right: 70px; }

.jumbomax-series-table .table>:not(caption)>*>* {
    padding: 1rem .5rem;
    background: #fff;
}

.jumbomax-series-table thead th{ background-color: #ebebeb !important; }


.jumbomax-series-sec1 .avodairons-sec3-content ul li{ font-size: 18px; margin:15px 0px; }
.jumbomax-series-sec1 .avodairons-sec3-content h4{ margin:30px 0px 20px; }

.jumbo-technology2{ border-radius: 20px; overflow: hidden; }
.jumbo-technology2-text{ padding-top:50px; }
.jumbo-technology2-text p{ font-size: 16px; color: #000; font-weight: 400; margin-bottom:20px; }

.jumbo-technology2-text .title-col{margin-bottom: 20px; }

.jumbomax-increasevideo{ height: 100%; }
.jumbomax-increasevideo iframe{ width: 100%; height: 100%; }


.jumbomax-technology-sec3 { background:#000; margin: 70px 0px; }
.jumbomax-increase-txt { padding:6% 8%; height: 100%; width: 100%; }
.jumbomax-increase-txt .title { margin-bottom: 20px;  }
.jumbomax-increase-txt p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height:30px;
    margin-bottom: 20px;
}

.inner-increasetxt{ max-height:300px; overflow-y: auto; }

.mt-7{ margin-top: 5rem; }
.mb-7{ margin-bottom: 5rem; }

.jumbo-shorttxt{ text-align: center; background: #fff; border-radius: 20px; margin-top:70px; margin-bottom: 40px; padding:40px 30px; box-shadow:20px 20px 30px rgb(0 0 0 / 5%);  }
.jumbo-shorttxt p{
  font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: auto;
    margin-bottom:10px;
    max-width: 600px;
    width: 100%;
}

.avoda-buldeface-video video{ border-radius: 20px; overflow: hidden; }

.pro-otherpics{ margin-bottom: 20px; }
.pro-otherpics a{ border: 1px solid #ccc; border-radius: 10px; display: inline-block; overflow: hidden; margin-right: 10px; }
.pro-otherpics a:hover{ border-color: #000; }
.pro-otherpics a img{ max-width: 60px; }

.gloves-radiobtns .form-check-input{ border-color: #000; }
.gloves-radiobtns .form-check-input:checked{ background-color: #000; border-color: #000; }

.gripfitting-page{ padding-bottom: 30px; }
.gloves-quesans h4{ margin-bottom: 30px; }
.gloves-quesans{ padding-right: 50px; }

.gloves-radiobtns{ margin:40px 0px; }
.gloves-radiobtns .form-check{ margin-bottom: 25px; display: flex; align-items: center; }
.gloves-radiobtns .form-check-input{ width: 20px; height: 20px; margin-right: 10px; }
.gloves-radiobtns .form-check-label {
    margin-bottom: 0px;
    width: auto;
    cursor: pointer;
}
.gloves-radiobtns .form-check-input:focus{ box-shadow: 0 0 0 .25rem rgb(154 154 154 / 25%); }

.avodafittingpg-cols{ margin-bottom: 24px; }
.avodafittingpg-cols a{ display: block; text-align: center; }
.avodafittingpg-pic{  border-radius: 8px; overflow: hidden; box-shadow: 5px 5px 15px rgb(0 0 0 / 3%); margin-bottom: 24px; }
.avodafittingpg-cols h3{ margin-bottom: 24px; }
.avodafittingpg-cols a:hover .black-common-btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.avodafittingpg-sec-1{ padding:0px 50px; position: relative; }
.avodafitting-banner-pic{ position: relative; border-radius:15px; overflow: hidden; }
.avodafitting-banner-pic:before {
    content: "";
    background: rgb(0 0 0 / 30%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.avodafitting-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    max-width: 700px;
    width: 100%;
    padding: 0px 20px;
}

.avodafittingpg-sec-1{ margin-bottom: 80px; }
.avodafitting-banner-content h2{ color: #fff; font-size:21px; margin-bottom:30px; }
.avodafitting-banner-content .title{ font-weight:700; font-size: 64px; }

.avodafittingpg-sec-4{ margin-top: 60px; }

.avodawatch-fttingpg-sec1{ text-align: center; max-width: 800px; margin:0px auto 60px; width: 100%; }
.avodawatch-fttingpg-sec1 .title{ font-size: 34px; margin-bottom:30px; }
.avodawatch-fttingpg-sec1 iframe{ border-radius: 20px; }

.avoda-inpersonfitting-sec2{ padding-top: 40px; padding-bottom: 30px; }
.avoda-inpersonfitting-sec2 .container{ background: #fff; border-radius: 20px; padding:50px 30px; }

.avoda-inpersonfitting-sec2{ text-align: center; }
.avoda-inpersonfitting-sec2 .joinmail-form{ margin: auto; }
.avoda-inpersonfitting-sec2 .subscribe-form input{ background: #ebebeb; border: 1px solid #c6c6c6; }
.avoda-inpersonfitting-sec2 .subs-btn img{ filter: invert(1);}
.avoda-inpersonfitting-sec2 .title{ font-size: 34px; font-weight: 500; }

.onlinefit-form{ max-width: 700px; width: 100%; margin: auto; }
.onlinefit-form .form-control{ background: #e7e7e7; border-color: #d7d7d7; color: #000 !important; }
.red{ font-size: 12px; color: red; }

.onlinefit-form .col-sm-5{ text-align: right; }
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.form-check-input{ border: var(--bs-border-width) solid #000000; }
.hint{ margin-top: 5px; color: #999; }

.dropdown-submenu { position: relative; }

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu .dropdown-toggle::after{ float: right; margin-top: 9px; }


/*--------BGT--------*/

.bgt-banner{ position: relative; }
.bgtbanner-text {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 800px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px;
    top: 50px;
}
.bgtbanner-text h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}
.bgtbanner-text h1 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }

.bgtpg-text{ text-align: center; max-width: 900px; width: 100%; margin: auto; }
.bgtpg-text p{ font-size: 18px; }
.bgtpg-text p strong{ display: block; font-size: 24px; }

.bgtpg-text hr{ color: #919191; margin: 1.5rem 0; }

.bgtpage-sec2{ background: #fff; }
.bgt-main3pro{ background: #F1F1F0; border-radius: 8px; padding: 30px; height: 100%; border-top: 3px solid #333; }
.bgt-main3pro h4{ font-size: 26px; font-weight: 600; margin-bottom: 20px; }
.bgt-main3pro ul{ min-height: 270px; }
.bgt-main3pro li{ margin-bottom: 10px; font-size: 16px; padding-left: 30px; position: relative; }

.bgt-main3pro li::before {
  content: "\f058"; /* Unicode for Font Awesome check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #777;
  position: absolute;
  left: 0;
}

.bgtpage-sec3{ position: relative; }
.bgtsec3-txt{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    max-width: 1000px;
    width: 100%;
    padding: 0px 20px;
}
.bgtsec3-txt .title{ font-weight: 700; font-size: 64px; }

.bgtpage-sec4{ background: #000; }
.text-gray{ color: #ccc; }
.text-gray p{ color: #ccc; }
.bgtpage-sec4-inner{ text-align: center; margin:0px 0px; padding: 80px 0px; }
.bgtpage-sec4-inner .title{ margin-bottom: 15px; }
.bgtpage-sec4-inner p{ font-size: 16px; color: #ccc; }

.bgtpage-sec4-innerpic img{ max-width: 700px; width: 100%; margin:20px auto; }

.bgtpage-sec5{ background: #333; }

.bgtpagesec5-pic{ margin: 12px 0px; }
.bgtpagesec5-pic img{ max-height: 490px; object-fit: cover; }

.bgtpage-sec6tbl{ max-width: 900px; width: 100%; margin:30px auto; }
.bgpage-onesec7{ background-color: #2c2c2c; }

.sub-para{ font-size: 18px; }
.nosbold{ color: #fff; font-size: 2rem; font-weight: bold; margin-top: -17px; }
.bgttext-yellowbox {
    max-width: 700px;
    margin: 40px auto 60px;
    width: 100%;
}

.bgtpagecarbon-sec1{ background-color: #121212; }
.bgtpagecarbon-sec2{ background-color: #666; }
.bgtpagecarbon-sec2 .bg-dark p{ color: #ccc; font-size: 16px; }

.bgtpg-text ul{ text-align: left; margin-top: 40px; }
.bgtpg-text ul li{ font-size: 18px; margin-bottom: 10px; }

.bgtbravetour-video{ max-width: 740px; width: 100%; margin: auto; }
.bgtbravetour-video iframe{ width: 100%; }

.bgbravatour-sec3{ background: #212121; }
.bgbrava-sec7 iframe{ width: 100%; height: 100vh; }

.bgbrava-sec8{ background: #000; }
.bgbrava-sec8 p{ font-size: 16px; color: #ccc; }

.sub-title{ font-size: 21px; margin-bottom: 20px; }

.add-cart-section{ display: flex; align-items: end; }
.add-cart-section .add-cart-btn {
    width: 100%;
    margin-left: 20px;
}

.add-cart-section .form-control{ background-color: #fff; }
.add-cart-section .form-control:focus{ color: #000 !important; }
.add-cart-section .quantity-input{ width: 100px; }

.static-page{ max-width: 800px; width: 100%; margin: auto; padding:0px 30px 60px; }
.static-page h3{ display: block; font-size: 20px; margin-bottom: 10px; font-weight: 600; margin-top: 40px; }

/*----shop listing-------*/

.listing-page .custom-lg-3 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

.listing-page .custom-lg-9 {
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
}

.listing-filter-menu {
    display: none;
}

.sub-filter-cat {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 3%);
    padding: 15px;
    border-radius: 8px;
}

.sub-filter-cat h3 {
    font-size: 17px;
    padding: 8px 0px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.filter-subs-list a {
    font-size: 13px;
    color: #353434;
    padding: 2px 0;
}

.filter-subs-list a:hover {
    color: #5926b8;
    text-decoration: underline !important;
}

.sub-filter-cat .filter-subs-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 0;
}

.filter-subs-list li {
    line-height: 24px;
    margin-bottom: 8px;
}

.product-listing {
    margin-bottom: 60px;
}

.hint-text {
    float: left;
    margin-top: 3px;
    font-size: 13px;
}

.pagination {
    float: right;
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.pagination .page-link {
    background: none;
    border: 0;
    color: #525252;
}

.page-item.active .page-link {
    background: #000;
    color: #fff;
    border-radius:6px;
}

.custom-control-label {
    font-size: 13px;
    cursor: pointer;
}

.custom-control:hover {
    color: #000;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #b56419;
    background-color: #b56419;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 1;
    left: 0;
    top: 5px;
}
.custom-control-label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.custom-checkbox-input {
  display: none;
}

.custom-checkbox-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  user-select: none;
}

.custom-checkbox-label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 1px solid #333;
}

.custom-checkbox-input:checked + .custom-checkbox-label .checkmark {
  background-color: #000;
  border-color: #000;
}

.custom-checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1.5px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-input:checked + .custom-checkbox-label .checkmark::after {
  display: block;
}

.line-common-btn{ color: #000; border:1px solid #000; }

.slider-container {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #b6b6b6;
    border-radius: 5px;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 28px;
  width: 28px;
  background: white;
  border: 4px solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  background: white;
  border: 3px solid #8fd13f;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.slider-tooltip {
  position: absolute;
  top: -13px;
  background: #000;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-tooltip::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

 .pointnos{ background: #000; color: #fff; border-radius: 50%; padding: 2px 6px; font-size: 32px; font-weight: 600; display: inline-block; width: 80px; height: 80px; line-height: 80px; margin-bottom: 30px; }

.customgolf-cols{ 
  background: #fff;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 3%);
 }
.customgolf-content{ padding:30px 20px; text-align: center; }
.customgolf-content h3{ font-size: 18px; color: #000; font-weight: 600; margin-bottom: 10px; }
.customgolf-content p{ font-size: 14px; color: #666; font-weight: 400; margin-bottom: 0px; }

.custombag3-content{ padding-left: 70px; }
.custombag3-content .title{ font-size: 28px; font-weight: 600; line-height:42px; margin-bottom: 0px; }
.custombag3-content h2{ font-size: 21px; margin: 30px 0px; }
.custombag3-content h3{ font-size: 16px; font-weight: 400; margin: 30px 0px; }

.white-strip{ background: #fff; color: #000; }
.custombag-sec4 .title {
    font-size: 32px;
    max-width: 900px;
    width: 100%;
    margin: auto;
    line-height: 56px;
}

.afterbefore-pic {
    background: #fff;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 3%);
}
.afterbefore-content {
  margin-top: 10px;
    padding:20px 20px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 3%);
}

.afterbefore-content h3{ margin-bottom: 15px; font-weight: 600; }
.afterbefore-content p{ font-size: 16px; font-weight: 500; margin-bottom:10px; }

.custombag-sec4{ background: #000; }
.custombag-sec6{ background: #000; }
.custombag-sec6 *{  color: #fff; }
.custombag-sec6 p{  color: #999; }
.custombag-sec6 h3{ margin-top: 30px; }

.custombag-sec7 .avodairons-cols{
  background: #fff;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 3%);
}

header.main-header.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px);
}
















 

/*------------------media css------------------*/

@media (max-width:1280px){
.banner-logo img{ max-height: 150px; }
.banner-content h1{ font-size: 28px; max-width: 600px; margin-left: auto; margin-right: auto; }
.banner-content p{ font-size: 16px; }
.homepro-content h3{ font-size: 22px; }
.testi p{ font-size: 14px; }
.testi{ padding: 50px 47px 20px; }
.testi h3{ font-size: 19px; margin-bottom: 12px; }
.testi h4{ font-size: 20px; }
.title{ font-size: 40px; }
.golfergroup-content h3{ font-size: 40px; }
.golfergroup-content{ max-width: 710px; }
.joinmailleft{ padding-right: 55px; }
.navmenu-title2{ font-size: 14px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 14px;}
.joinmailleft h3{ font-size: 26px; line-height: normal; }
.pro-title{ font-size: 28px; }
.pro-addon p{ font-size: 14px; }
.title { font-size: 36px; }
.avodairons-sec4 .avoda3points h4{ font-size: 21px; }
.inner-banner{ padding: 50px 0px 0px; }
.avodafittingpg-cols h3{ font-size: 24px; }
.avodairons-sec3-content { padding-left: 50px; }
.jumbomax-series-sec1 .flex-md-row-reverse .avodairons-sec3-content{ padding-right: 50px; }
.avodafitting-banner-content .title{ font-size: 56px; }
.customgolf-cols{ height: 100%; }
.custombag3-content{ padding-left: 50px; }


}


@media (max-width:1180px){
.container{ max-width: 96%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 5px; }
.top-user-ico{ margin: 0px 10px; }
.right-header img { max-height: 20px; }
.banner{ height: calc(75vh - 62px); }
.banner-left img { max-height: 52vh; }
.banner-right img{ max-height: 36vh; }
.banner-logo img { max-height: 100px; }
.homeshop-sec .title-col2{ position: static; transform: none; text-align: center; margin-bottom: 40px; }
.homeshop-sec .title { color: #000000; }
.golfergroup-pic img{ max-height: 42vh; }
.golfergroup-content { max-width: 575px; }
.avodafitting-banner-content .title { font-size: 46px; }
.title-para{ font-size: 18px; }
.customgolf-content{ padding: 20px 15px; }
.custombag3-content { padding-left: 20px; }
.custombag3-content h3{ margin: 20px 0px; }
.custombag3-content .title{ font-size: 24px; line-height: 34px; }
.custombag3-content h2{ margin: 20px 0px; }
.banner-btns{ justify-content: center; }
.banner-btns span img { max-height: 32px; }
.offer-content{ top: 50%; transform: translate(-50%, -50%); }
.golfergroup-content h3 { font-size: 36px; }


}

@media (max-width:1024px){
.main-header .container { max-width: 100%; }
.logo img { max-height: 50px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 13px; font-weight: 500; margin: 0px 3px; }
.banner-left img { max-height: 35vh; }
.banner-right img { max-height: 28vh; }
.banner-logo img { max-height: 125px; }
.homeshop-sec{ padding: 50px 0px 60px; }
.homepro-content h3 { font-size: 20px; }
.golfergroup-content { max-width: 510px; }
.golfergroup-content p{ font-size: 16px; }
.golfergroup-content h3 { font-size: 32px; }
.testi h4{ margin-bottom: 8px; }
.joinmailleft h3{ font-size: 30px; }
.flex-lg-row-reverse .avodairons-sec3-content{ padding-right: 50px; }
.gloves-quesans h1{ font-size: 28px; }
.jumbomax-banner-text{ left: 5%; }
.jumbomax-banner-text h1{ font-size: 42px; margin-bottom: 16px; }
.bgtsec3-txt .title{ font-size: 50px; }


}

@media (max-width:925px){
.navbar-toggler-icon{ filter: brightness(0) invert(1); }
.navbar-toggler{ font-size: 16px; }
.right-header img { max-height: 24px; }
.top-user-ico{ margin: 0px 15px; }
.right-header {
    padding-left: 15px;
    position: absolute;
    right: 0;
    top: 17px;
}
.navbar-toggler {
    font-size: 19px;
    margin-right: 113px;
}
.navbar-toggler:focus{ box-shadow: none; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{
font-size: 15px;
font-weight: 400;
margin: 0px;
}
.main-header .navbar-nav .dropdown-menu{ border-radius: 6px; }
.main-header .navbar-nav .dropdown-menu{ padding: 0px; }
.banner { height: 500px; }
.banner-right img { max-height: 40vh; }
.pro-arrow img{ height: 20px; }
.offer-pic img{ height: 450px; object-fit: cover; }
.offer-content p{ font-size: 20px; }
.onlinefit-pic img{ height: 450px; object-fit: cover; }
.golfergroup-pic img { max-height: 65vh; }
.golfer-group{ padding-top: 150px; }
.avodairons-sec3 { padding: 60px 0px 10px; }
.avodairons-sec3-content { padding-left: 20px; }
.flex-lg-row-reverse .avodairons-sec3-content { padding-right: 0px; }
.avodafittingpg-cols h3 { font-size: 26px; }
.avoda-inpersonfitting-sec2 .joinmail-form{ flex: 0 0 60%; max-width: 60%; }
.avodafittingpg-sec-1{ padding: 0px 30px; }
.jumbomax-banner-pic img{ height: 460px; max-height: inherit; }
.jumbomax-banner-text{ max-width: 500px; }
.jumbomax-banner-text p{ font-size: 16px; line-height: 25px; }
.jumbomax-series-sec1 .avodairons-sec3-content ul li{ font-size: 16px; }
.jumbomax-series-sec1 .flex-md-row-reverse .avodairons-sec3-content { padding-right: 20px; }
.dropdown-submenu .dropdown-toggle::after{ float: none; }
.listing-page .custom-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.listing-page .custom-lg-9{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.listing-filter{ display: none; }
.listing-filter-menu {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 16px;
}
.contact-map {
    padding-left: 0px;
    margin-top: 30px;
}



}


@media (max-width:820px){
.banner-logo img { max-height: 100px; }
.logo img { max-height: 60px; }
.right-header{ top: 22px; }
.navbar-toggler{ margin-right: 120px; }
.banner-right img{ display: none; }
.banner-left{ display: none; }
.golfer-group { padding-top: 200px; }
.golfergroup-pic img { max-height: 230px; }
.golfergroup-content{ top: 10%; transform: translateY(-10%); max-width: 100%; }
.joinmailing-sec{ flex-direction: column; }
.joinmailleft{ padding-right: 0px; flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; }
.joinmail-form {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}


}

@media (max-width:520px){
.right-header{ padding-left: 0px; right: 45px; }
.navbar-toggler{ margin-right: 0px; }
.banner-content h1{ font-size: 24px; }
.banner-btns{ flex-direction: column; }
.banner { height: 90vh; }
.banner-btns *{ margin: 5px 0px !important;}
.banner-btns span img { max-height: 50px; }
.banner-content{ margin-top: 0px; }
.offer-content h4{ font-size: 30px; }
.onlinefit-content p{ font-size: 16px; margin-bottom: 5px; }
.onlinefit-btns a{ margin-top: 10px; }
.onlinefit-pic img{ height: 500px; }
.onlinefit-content{ top: 50%; transform: translate(-50%, -50%); }
.golfergroup-content{ left: 0px; }
.golfergroup-content h3{ margin-bottom: 20px; font-size: 26px; }
.golfergroup-content p{ margin-bottom: 20px; }
.golfer-group { padding-top: 360px; }
.golfergroup-pic{ padding-right: 0px; }
.title{ font-size: 30px; }
.testimonial-wrapper{ padding: 50px 0px; }
.testimonial-wrapper .owl-nav{ top: -60px; }
.footer-links{ margin: 10px 0px; }
.joinmailing-sec{ margin-bottom: 0px; }
.copyright{ flex-direction: column; margin-top: 20px; }
.copyright span{ margin-top: 15px; }
.main-header .dropdown-menu.megamenu .dropdown-item{ width: 50%; }
.navmenu-title2{ font-size: 14px; }
.avodairons-page .maindetail-page{ padding: 20px 0px; }
.pro-details-content{ margin-top: 20px; }
.pro-detailreview li.nav-item {
    width: 100%;
    margin: 5px 0px;
}
.pro-detailreview { margin-top: 20px; }
.avodairons-sec3-content {
  padding-left: 0px;
  margin-top: 20px;
}
.avodairons-sec4{ padding: 40px 0px; }
.avodairons-sec4 .avoda3points{ height: auto; margin-bottom: 20px; }
.avodairons-sec3-1 { margin-bottom: 30px; }
.avodairons-sec1 .container-fluid.pa-4{ padding-left: 15px; padding-right: 15px; }
.avodairons-sec1 { padding-bottom: 0px; }
.joinmailleft h3{ font-size: 25px; }
.avodafitting-banner-pic img{ height: 300px; object-fit: cover; }
.avodafittingpg-sec-1 { padding: 0px 15px; }
.avodafitting-banner-content .title { font-size: 30px; }
.avodafitting-banner-content h2{ margin-bottom: 10px; }
.avodawatch-fttingpg-sec1 .title{ font-size: 28px; }
.gloves-pic{ margin-top: 30px; }
.gloves-quesans { padding-right: 0px; }
.bgtbanner-pic img{ height: 500px; object-fit: cover; }
.bgtbanner-text h1{ font-size: 30px; }
.bgt-main3pro{ height: auto; margin-bottom: 20px; }
.bgtsec3-txt .title { font-size: 30px; }
.bgtpage-sec4-inner{ padding: 30px 0px; }
.customgolf-cols {
    height: auto;
    margin-bottom: 24px;
}
.customgolf-content h3{ font-size: 21px; }
.customgolf-content p{ font-size: 16px; }
.pa-80 { padding: 40px 0; }
.custombag3-content { padding-left: 0px; }
.custombag-sec4 .title{ font-size: 25px; line-height: 40px; }
.afterbefore-content{ margin-bottom: 30px; }
.avodairons-content h3{ font-size: 18px; }
.avodairons-content p{ font-size: 16px; }
.custombag-page .avodafitting-banner-content .title-para{ font-size: 14px; margin-bottom: 0px; }
.avoda3points h4{ font-size: 24px; }
.contactpg-sec1{ background: none; padding: 0px; box-shadow: none; }
.search-box{ padding: 30px 5px 15px; }



}




