
/*start*/
@font-face {
    font-family: 'AlvaniaR';
    src: url('../fonts/Alvania.ttf') format('truetype');
}

@font-face {
    font-family: 'EngraversR';
    src: url('../fonts/Engravers.ttf') format('truetype');
}

@font-face {
    font-family: 'SportypoR';
    src: url('../fonts/Sportypo-Reguler.ttf') format('truetype');
}

@font-face {
    font-family: 'TungstenB';
    src: url('../fonts/Tungsten-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PoppinsM';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'PoppinsR';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'PoppinsB';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PoppinsSB';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MontserratB';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'MontserratR';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'MontserratSB';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'MontserratSB';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamB';
    src: url('../fonts/Gotham-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamM';
    src: url('../fonts/Gotham-Medium.ttf') format('truetype');
}



:root{
  --green:#8DC64A;
}

 body{
     font-family: 'PoppinsR';
     line-height: 23px;
     font-size: 14px;
     color: #353332;
}
/*start*/
/*custom*/
a {
    color: var(--green);
    text-decoration: none;
}
label{
     font-weight: normal;
     color: #575757;
     margin-bottom: 6px;
}
a:hover, a:focus{
    
    color: var(--green);
     text-decoration: none;
}
 .container-fluid {
     padding: 0 15px;
}
 .img_r{
     max-width: 100%;
     max-height: 100%;
}
 .ul_set{
     list-style: none;
     padding: 0;
     margin:0;
}

 h1,h2,h3,h4,h5,h6,p{
     margin-top: 0;
     font-weight: normal;
}
b, strong {
  font-weight: normal;
  font-weight: 600;
}
/*custom*/ 

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.btn_theme{
  background: var(--green);
  color: #fff;
  border: none !important;
  box-shadow: none !important;
  font-size: 15px;
}
.btn_theme:hover,
.btn_theme:focus,
.btn_theme:active{
    background: var(--green);
    color: #fff;
    opacity: 0.9;
}
.btn_theme2{
  background: transparent;
  color: #fff;
  border:1px solid #fff;
  box-shadow: none !important;
  font-size: 15px;
}
.btn_theme2:hover,
.btn_theme2:focus,
.btn_theme2:active{
    background: #fff;
    color: #333;
    border:1px solid #fff;
}
.btn_theme3{
  background: transparent;
  color: #000;
  border:1px solid #000;
  box-shadow: none !important;
  font-size: 15px;
}
.btn_theme3:hover,
.btn_theme3:focus,
.btn_theme3:active{
    background: #000;
    color: #fff;
    border:1px solid #fff;
}
.btn_theme4{
  background: #fff;
  color: #000;
  border:1px solid #fff;
  box-shadow: none !important;
  font-size: 15px;
}
.btn_theme4:hover,
.btn_theme4:focus,
.btn_theme4:active{
    background: transparent;
    color: #fff;
    border:1px solid #fff;
}
.form-control {
  box-shadow: none !important;
  height: 36px;
  border-radius: 0;
  border-color: #e1e1e1;
}
.form-control:focus{

  border-color: var(--green);

}
.btn-lg{
  padding:7px 21px;
}
.btn-xl{
  font-size: 18px;
  font-family: "PoppinsM";
  padding:8px 30px;
  border-radius: 6px;
}

.btn_r{
  border-radius: 40px;
}
.fillet_us1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.flex_us{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sport2 .row {
  display: flex;
  flex-wrap: wrap;
}
/*filler*/

/*radio checkbox*/
.radio {
 
     display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 30px;
    font-size: 15px;
    color: #333;
}
label.radio{
  margin: 0 !important;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#000;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#000;
    
 
}

/* The check */
.check {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  padding-right: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  padding-top: 1px;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#000;
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
  margin-bottom: 10px;
  background-color: var(--green);
  border-width: 2px;
  border-color: var(--green);
  color: #fff;
}
.cust-btn:hover{
  
  border-color: var(--green);
  background-color: #fff;
  color: var(--green);
  border-radius: 20px;
  transform-style: 2s;

}
/*radio checkbox*/
.fillet_us4 {
  margin-top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.fillet_us5 {
  width: 100%;
  max-width: 360px;
}
.fillet_us5 a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  margin-top: 10px;
  display: inline-block;
}
/*filler*/


/*navbar*/
.manin_h .navbar {
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0;
}
.manin_h .navbar-brand {
  padding: 15px 15px;
  height: auto;
}
.manin_h .navbar-brand img {
  width: 100px;
}
.manin_h .navbar .nav li {
  margin: 0 15px;
}
.manin_h .navbar .nav li > a {
  padding: 8px 0;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-family: "PoppinsM";
  position: relative;
}
.manin_h .navbar .nav li > a > i{
  margin-right: 5px;
}
.manin_h .navbar .nav li > a::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: all ease-in-out 0.5s;
  bottom: 0;
}
.manin_h .navbar .nav li > a:hover:after{
  width: 100%;
}
/*.manin_h .navbar .nav li > a:hover{
  color:var(--green);
}*/
.manin_h .navbar .nav li.Become_btn a {
  background: #f5f5f5;
  color: #333;
  border-radius:8px;
  transition: all ease-in-out 0.3s;
  padding: 8px 20px;
}
/*.manin_h .navbar .nav li.Become_btn a:hover{
  background: var(--green);
  color: #fff;
}*/
/*navbar close*/

/*owl slider*/
.slider_arrrw .owl-nav .owl-prev {
  float: left;
}
.slider_arrrw .owl-nav .owl-next {
  float: right;
}

.slider_arrrw.owl-carousel .owl-nav button.owl-next, 
.slider_arrrw.owl-carousel .owl-nav button.owl-prev
 {
  overflow:hidden;
  border:1px solid #333 !important;
  font: inherit;
  padding: 0;
  width: 35px;
  height:35px;
  color: #333;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider_2 {
  padding-top: 45px;
}
.slider_2 .owl-stage-outer{
  padding-bottom: 20px;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-next:hover, 
.slider_arrrw.owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff;
  color: #0c1f38 !important;
}


.slider_arrrw.owl-carousel .owl-nav button.owl-next span, 
.slider_arrrw.owl-carousel .owl-nav button.owl-prev span
{
  font-size: 45px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translatex(-50%);
  margin-top: -2px;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-next{
  right: 20px;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-prev{
  left: 20px;
}
.slider_arrrw .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
}
.slider_arrrw .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #707070;
  width: 13px;
  height: 13px;
  margin: 5px 4px;
}
.slider_arrrw .owl-dots .owl-dot.active span{
  background: #707070 !important;
}
.home_sliderr .slider_arrrw .owl-dots {
  position: initial;
  margin-top: 10px !important;
}
/*owl slider*/
/*.img_1 {
  height: 700px;
  object-fit: cover;
  object-position: top center;
}*/
.banner_home {
  position: relative;
}
.banner_cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box_1 {
  color: #fff;
}
.box_1 h1 {
  font-size: 130px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "AlvaniaR";
}
.box_1 h4 {
  font-size: 54px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "AlvaniaR";
}
.btn_us1 .btn {
  font-size: 20px;
  width: 175px;
  height: 50px;
  padding: 12px 15px;
  border-radius: 9px;
}
.box_1 p {
  max-width: 640px;
  margin-bottom: 20px;
  font-size: 18px;
}
.top_bar .ul_set > li > a {
  background: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  border: 1px solid #fff;
}
.top_bar .ul_set > li.dropdown.lag > a {
  background: transparent;
  border: 1px solid transparent;
}
.top_bar .ul_set > li.dropdown.lag > a > img {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin-right: 5px;
}
.top_bar .ul_set > li{
  float: left;
  margin: 0 5px;
}
.top_bar {
  padding: 10px 0;
  background: #f5f5f5;
}
.top_bar .ul_set > li > a i{
  font-size: 20px;
vertical-align: middle;
}
.sec_pad {
  padding: 60px 0;
}
.pad_t {
  padding-top: 60px;
}
.pad_b {
  padding-bottom: 60px;
}
.hedding1 {
  position: relative;
  margin-bottom: 30px;
}
.hedding1 h2 {
  position: relative;
  font-family: "AlvaniaR";
  font-size: 70px;
  margin-bottom: 15px;
  color: var(--green);
}
.hedding1 h4{
  font-size: 25px;
  color: #044F2B;
  font-family: "AlvaniaR";
}
.hedding1 p{
  font-size: 15px;
  margin-bottom: 15px;
  color: #777;
}
.hedding1 p:nth-last-child(1){
  margin-bottom: 0;
}
.box_2 ul {
  display: flex;
  text-align: center;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  align-items: center;
}
.box_2 ul li{
  margin: 0 3px;
}
.box_2 ul img {
  max-width: 100%;
}
.box_3 {
  padding-top: 20px;
}
.box_3 p {
  font-size: 18px;
}
.box_3 p .sp1,
.box_3 p .sp2{
  display: block;
  text-align:center;
  width: 95px;
}
.box_3 p .sp2 {
  font-size: 22px;
  color: var(--green);
  text-transform: uppercase;
}
.box_3 p .sp1 {
  margin-top: 10px;
  position: relative;
  top: -5px;
}
.fillet_us1 a {
  color: #000;
  font-size: 16px;
  font-family: 'MontserratSB';
}
.st1 .img_3 {
  width: 90px;
  margin-right: 40px;
}
.st2 .img_3 {
  margin-right: 15px;
}
.st6 .img_3 {
  width: 80px;
  margin-left: 22px;
}
.sec_2 {
  background: url(/wp-content/uploads/2021/10/img43.png);
  width: calc(100% - 60px);
  position: relative;
  padding: 150px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -650px;
  margin: 0 auto;
}
.box_17.text-center {
  max-width: 825px;
  margin: 10px auto;
  width: 100%;
}
.sec_2 h4 {
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-family: "SportypoR";
}
.sec_2 h4 span {
  display: block;
  font-size: 29px;
  font-family: "EngraversR";
  letter-spacing: 8.7px;
  margin-bottom: 2px;
}
.sec_2::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2021/09/img17.png);
  height: 70px;
  left: 0;
  right: 0;
  top: 0;
  background-size: 100% 100%;
}
.sec_2::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2021/09/img18.png);
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
}
.sec_3 p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #111;
  text-align: center;
  font-family: 'PoppinsR';
}
.sec_4 .row {
  margin: 0;
}
.sec_4 .row [class*="col-"] {
  padding: 0;
  width: 12.5%;
}
.sec_4 img {
  width: 100%;
}
.about_sec {
  background: url(/wp-content/uploads/2021/10/about.jpg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 45%;
  margin: 60px 0;
  min-height: 550px;
  display: flex;
flex-wrap: wrap;
align-items: center;
}
.inner_header h1 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "AlvaniaR";
  text-transform: uppercase;
  text-shadow: 3px 4px 4px rgba(0,0,0,0.2);
}
.sec_5 {
  background: url(/wp-content/uploads/2021/09/img30.png);
  background-size: 100% 100%;
  padding: 90px 0;
}
.sec_pad.add_sec1 .box_4 h1 {
  font-size: 85px;
  font-family: "AlvaniaR";
  text-shadow: 3px 4px 7px rgba(0,0,0,0.2);
  margin-bottom: 15px;
}
.box_4 h4 {
  font-size: 30px;
  font-family: "AlvaniaR";
  text-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}
.box_4{
  text-align: center;
  color: #fff;
}
.sec_10.sec_pad .container {
  max-width: 1400px;
}
/*.sec_6 .row{
  display: flex;
flex-wrap: wrap;
align-items: center;
}*/
.sec_7 {
  background: url(/wp-content/uploads/2021/10/img76.png);
  background-size: 100% 100%;
  padding: 90px 0;
}
.clid_logo img {
  width: auto !important;
  height: 80px;
  display: inline-block !important;
  object-fit: contain;
  width: 220px !important;
}
.clid_logo{
  text-align: center;

}
.box_9 {
  padding: 0 15px;
  padding-bottom: 20px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.box_5 {
  padding: 15px;
  box-shadow: 3px 6px 16px rgba(0,0,0,0.1);
  border-radius: 20px;
  position: relative;
}
.box_5::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  left: 30px;
  position: absolute;
  bottom: -17px;
}
.box_8 {
  display: table;
}
.box_10 {
  width: 120px;
  padding: 10px;
  background: #fff;
  border-radius: 100%;
  height: 120px;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.08), 6px 9px 10px rgba(0,0,0,0.1);
}
.box_10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}
.box_6,
.box_7{
  display: table-cell;
  vertical-align: top;
}
.box_6 {
  padding-right: 20px;
}
.box_7 h4 {
  font-size: 25px;
  font-family: "PoppinsM";
  color: #c2c2c2;
  margin-bottom: 15px;
}

.star span i {
  color: #dbdbdb;
  font-size: 30px;
  margin: 0 4px;
  text-shadow: 3px 4px 7px rgba(0,0,0,0.1);
}
.star span i.active{
  color: #ffe505;
}
.star{
  margin-bottom: 15px;
}
.box_7 p{
  font-size: 16px;
  color: #b1b1b1;
}
.left_rightaaa .slider_arrrw {
  padding: 0 45px;
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}
.left_rightaaa .slider_arrrw.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.sec_5.sec_9{
  background: url(/wp-content/uploads/2021/10/Path-939.png);
  background-size: 100% 100%;
  margin-bottom: 60px;
}
.sec_10 .ul_set li {
  margin-bottom: 30px;
}
.box_11 {
  box-shadow: 9px -9px 16px rgba(0,0,0,0.4);
  padding: 20px;
  border-radius: 20px;
}
.sec_10 .row .col-sm-3:nth-child(1) .box_11 {
  box-shadow: -9px -9px 16px rgba(0,0,0,0.4);
}
.box_11 h4 {
  margin: 0;
  border-bottom: 3px solid #333;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 25px;
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  font-family: "AlvaniaR";
}
.box_11 p {
  margin: 0;
  color: #777;
  text-align: center;
}

.sec_10 .row .col-sm-3 {
  width: 28%;
}
.sec_10 .row .col-sm-6 {
  width: 44%;
}
.sec_5.sec_9.sec_pad .container {
  max-width: 1400px;
}
.box_4.con1, .box_4.con3 {
  max-width: 150px;
}
.box_4.con3 {
  margin-left: auto;
}
/*tabs*/
.tab_my1 ul {
  background: #E6E6E6;
  border-radius: 40px;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  margin-bottom:20px;
}
.tab_my1 ul li {
  width: 50%;
  float: left;
}
.tab_my1 ul li a {
  width: 100%;
  display: inline-block;
  border-radius: 40px;
  color: #000;
  text-align: center;
  font-size: 13px;
  padding: 6px 12px;
  border: 2px solid transparent;
  font-family: 'MontserratSB';
  text-transform: uppercase;
}
.tab_my1 ul li.active a {
  background: #fff;
  color: #000;
  border-color: #EBEBEB;
  box-shadow: 4px 4px 7px rgba(0,0,0,0.05);
}
.tab_my1 {
  text-align: center;
}
/*tabs*/
.product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform:scale(1);
  
}
.product_img{
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
}
.product_img{
  transition: all ease-in-out 0.5s;
}
.product_box1:hover .product_img{
  background: #f1f1f1;
}
.product_box1 {
  text-align: center;
}
.product_box1 h4 {
  font-size: 18px;
  color: #000;
  font-family: "PoppinsM";
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product_box1 p{
  font-size: 13px;
  color: #333;
}
.product_box1 h6{
    font-size: 16px;
    font-family: 'GothamM';
}
.product_list .row{
  display: flex;
  flex-wrap: wrap;
}
.product_list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product_list .col-sm-2 {
  margin-bottom: 30px;
  padding: 0;
}
.fillet_us3{
  display: inline-block;
  width: 100%;
}

/*.fillet_us5 {
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 5px 11px rgba(0,0,0,0.1);
}*/
.fillet_us5 h4 {
  font-size: 16px;
  font-family: "PoppinsM";
  margin-bottom: 15px;
}
#fillter,
#fillter_new
 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999999;
  background: rgba(250,250,250,0.9);
  top: 0;
  bottom: 0;
  height: 100% !important;
  transform: scale(0);
  transition: all ease-im-out 0.5s;
}
#fillter.in,
#fillter_new.in
{
  transform: scale(1);
}
.produc_slider  .slider_arrrw .owl-dots{
  position: relative;
}
  /*.slider_arrrw .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #7070;
    width: 13px;
    height: 13px;
    margin: 5px 4px;
  }
  .slider_arrrw .owl-dots .owl-dot.active span {
    background: #7070 !important;
  }*/
.produc_content h6 {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: PoppinsSB;
}
.produc_content h1{
  margin-bottom: 0px;
  font-family: "AlvaniaR";
  color: var(--green);
  font-size: 65px;
}
.produc_content h4 {
  font-size: 23px;
  margin-bottom: 5px;
  font-family: "AlvaniaR";
  
}
.produc_content h5 {
  font-size: 16px;
  font-family: "AlvaniaR";
}
.add_cart .btn {
  font-family: "AlvaniaR";
  font-size: 22px;
  height: 42px;
}
.produc_content h2{
  font-family: 'GothamM'; 
  flex-wrap: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.produc_content p{
  margin-bottom: 40px;
  font-size: 16px;
}
.add_cart {
  display: flex;
  flex-wrap: wrap;
}
.number {
  background: #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}
.number span {
  height: 40px;
  display: inline-block;
  width: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: var(--green);
}
.number button {
  height: 40px;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: var(--green);
  border: none;
  box-shadow: none;
  background: #E3E3E3;
}
.number .quantity {
  display: inline-block;
  height: 40px;
  vertical-align: top;
}
.number input {
  width: 50px;
  display: inline-block;
  height: 42px;
  margin-top: -2px;
  text-align: center;
  color: var(--green);
  font-size: 18px;
  font-family: "PoppinsM";
  background: #eeeeee;
  border: none !important;
}
.number .screen-reader-text {
  display: none;
}
.listacccoddd .panel {
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  background: #fff;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  overflow: hidden;
}
.listacccoddd .panel > a {
  background: #fff;
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  font-family: "PoppinsM";
}
.listacccoddd .panel > a img{
  width: 100%;
}
.listacccoddd .panel-group .panel + .panel {
  margin-top: 30px;
}
.list_directions li {
  margin-bottom: 8px;
}
.dropdown_ntn .btn {
  background: #fa3447;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  padding: 8px 15px;
}
.listacccoddd .panel-body{
  padding: 0;
}
.listacccoddd .panel-body img{
  width: 100%;
}
.cont_u1 {
  padding: 15px;
}
.cont_u1 h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "PoppinsM";

}
.cont_u1 h4 span{
  position: relative;
}
.cont_u1 h4 span::after,
.cont_u1 h4 span::before{
  width: 50px;
  content: "";
  height: 2px;
  background: #fa3447;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cont_u1 h4 span::after {
  left: -60px;
}
.cont_u1 h4 span::before {
  right: -60px;
}
.ingredients li {
  margin-bottom: 8px;
  font-size: 18px;
}
.add_imdd{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.row.boder_us {
  display: flex;
  flex-wrap: wrap;
}
.row.boder_us .col-sm-6:nth-child(1) {
  border-right: 3px dashed #000;
}
.row.boder_us .col-sm-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  padding-left: 30px;
padding-right: 30px;
margin-bottom: 50px;
}
.footer_box h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "PoppinsM";
}
.box_foter ul li {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #000;
}
.box_foter ul li a{
  color: #000;
}
.box_foter ul li i {
  font-size: 20px;
  color: #3c6016;
  position: absolute;
  left: 0;
  top: 0;
}
.box_foter h4 {
  font-size: 26px;
  margin-bottom: 20px;
}
.box_foter h4 span {
  color: var(--green);
}
.box_foter .row {
  margin: 0 -6px;
}
.box_foter .row [class*="col"] {
  padding: 0 6px;
}
.men_b {
  position: relative;
  padding-right: 50px;
}
.men_b .btn.btn_theme {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
}
.box_foter .form-control {
  background: #efefef;
  border: none;
  border-radius: 4px;
}
.upercass{
  text-transform: uppercase;
}
.banner_home.spoertt .img_1 {
  height: auto;
  width: 100%;
}
.banner_home.spoertt .box_1 h1 {
  font-size: 179px;
  font-family: 'TungstenB';
}
.banner_home.spoertt .btn_us1 .btn {
  border-radius: 27px;
}
.text_img {
  width: 480px !important;
  position: relative;
  top: 80px;
  left: 45px;
}
.banner_home.spoertt .box_1 p {
  font-size: 21px;
  line-height: 1.4;
}
.container-fluid::before, .container-fluid::after {
  display: table;
  content: " ";
}
.container-fluid::after {
  clear: both;
}
.box_13 {
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.wh_b1 {
  background: rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.2);
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
}
.box_13 .wh_b1 {
  position: absolute;
}
.box_13 .op1 img {
  width: 145px;
}
.box_13 .op1 {
  top: 31%;
  left: -68px;
}
.box_13 .op2 {
  right: -60px;
  top: 91px;
}
.box_13 .op2 img {
  width: 85px;
}
.box_13 .op3 {
  bottom: 0;
  right: 35px;
}
.box_13 .op3 img {
  width: 70px;
}
.box_14 {
  padding: 15px;
  background: rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.2);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  height: 100%;
}
.box_15{
  margin-top: -150px;
  margin-bottom: 25px;
}
.box_15 img {
  width: 250px;
}
.box_14 h4 {
  font-size: 23px;
  text-transform: uppercase;
font-family: 'AlvaniaR';  
}
.sport2.sec_pad .container {
  max-width: 1300px;
}
.box_14 p {
  font-size: 16px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  min-height: 186px;
}
.sport2.sec_pad {
  padding-top: 150px;
}
.sport3 img {
  width: 100%;
}
.container-fluid {
  padding: 0 30px;
}
.manin_h .navbar .nav li.sport_he > a{
  font-family: "SportypoR";
}
.checjj{
  position: relative;
}
.checjj h1 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27%;
  font-family: "PoppinsSB";
  font-size: 65px;
}
.sec_4.pad_b .container-fluid {
  padding: 0;
}
.footer_new {
  background: url(/wp-content/uploads/2021/10/footer2-1.png);
  padding-top: 135px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  background-size: cover;
}
.footer_new .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.social_link a {
  font-size: 28px;
  color: #3c6016;
  display: inline-block;
  margin: 0 10px;
}
.social_link{ text-align: right; }

.copy_right {
  background: #cdeda2;
  padding: 15px 0;
  border-top: 1px solid #3c6016;
  font-size: 15px;
  color: #3c6016;
  font-family: 'PoppinsM';
}
.copy_right p{
  margin: 0;
}
.copy_right .link a {
  color: #3c6016;
  padding: 0 5px;
}

.sec_pad.add_sec1 {
  background: url(/wp-content/uploads/2021/10/n2.png);
  background-size: cover;
  background-repeat: no-repeat;
    padding: 0;
    padding-top: 110px;
    background-position: top center;

  }
.sec_pad.add_sec1 h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: 'PoppinsR';
}
.sec_pad.add_sec1 h1 {
  font-size: 45px;
  margin-bottom: 20px;
  font-family: 'PoppinsSB';
}
.sec_pad.add_sec1 p{
  font-size: 16px;
  margin-bottom: 35px;
}
.box_16 {
  padding: 15px;
  background: #fff;
  box-shadow: 5px 4px 13px rgba(0,0,0,0.5);
  border-radius: 20px;
  text-align: center;
  position: relative;
top: 45px;
}
.iocn{
  margin-bottom: 20px;
}
.iocn img {
  width: 110px;
  height: 100px;
  object-fit: contain;
}
.box_16 p{
  line-height: 33px;
}


.hedding3 h2 {
  position: relative;
  font-family: "PoppinsSB";
  font-size: 40px;
  margin-bottom: 15px;
  color: #000;
  letter-spacing: -2px;
}
.hedding3 h3 {
  position: relative;
  font-family: "PoppinsSB";
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}
.hedding3 p{
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 840px;
  margin: 0 auto;
}
.hedding3 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sec_pad.add_sec2 {
  background: #ECECEC;
  padding-top: 120px;
}
.cutom_table .table > thead > tr > th{
  font-size: 18px;
  text-align: center;
}
.cutom_table .table > thead > tr > th,
.cutom_table .table > tbody > tr > td
 {
  padding: 20px 15px;
  vertical-align: middle;
  border: none;
  text-align: center;
  border-right: 1px solid #e1e1e1;

}
.cutom_table .table > thead > tr > th:nth-last-child(1),
.cutom_table .table > tbody > tr > td:nth-last-child(1){
  border-right:none;

}
.cutom_table{
  font-size: 15px;
}
.cutom_table .table > thead > tr > th{
  background: #fff;
  font-family: "PoppinsSB";
  font-weight: normal !important;
}
.pl1 {
  display: inline-block;
  background: var(--green);
  padding: 6px 24px;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-bottom: 15px;
  max-width: 140px;
  width: 100%;

}
.pl1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #6EA534;
  width: 15px;
  margin: 0 auto;
  bottom: -15px;
}
.table-striped > tbody > tr > td{
  background: #fff;

}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #ECECEC;
}
.box_17{
  margin: 20px 0;
}

.add_sec4{
  background: #ECECEC;
}
.box_18 {
  position: relative;
  margin-top: 60px;
  z-index: 1;
  text-align: center;
}
.box_18::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: linear-gradient(126deg, rgb(236, 240, 241) 0%, rgb(150, 165, 177) 100%);
  height: 140px;
  width: 100%;
  top: 50%;
  border-radius: 40px;
  left: 0;
right: 0;
  transform: translateY(-50%);
}
.box_18 h4 {
  font-size: 34px;
  color: #fff;
  text-shadow: 3px 4px 4px rgba(0,0,0,0.2);
  font-family: 'PoppinsM';
  margin-bottom: 15px;
}
.btn_c {
  position: relative;
  width: 130px;
  display: inline-block;
  height: 35px;
  background: url(/wp-content/uploads/2021/10/img74.png);
  transition: all ease-in-out 0.5s;
  border-radius: 40px;
}
.inner_header{
  width: calc(100% - 70px);
margin: 0 auto;
}
.btn_c:hover{
  background-position-x: -130px;
}
.sport_bt{
  text-align: center;
}
.sport_bt .btn {
  width: 160px;
  margin: 0 5px;
  height: 41px;
  padding: 7px 11px;
  font-size: 18px;
}
 
.produc_slider .slider_arrrw.owl-carousel .owl-nav button.owl-next span, 
.produc_slider .slider_arrrw.owl-carousel .owl-nav button.owl-prev span {
  font-size: 60px;
}
.produc_slider .slider_arrrw.owl-carousel .owl-nav button.owl-next, 
.produc_slider .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
  border: none !important;
  
}
.featured_product_sec .left_rightaaa .slider_arrrw {
  padding: 0;
}
.featured_product_sec .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
  width: 180px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255,255,255,0.1) 100%);
  border: none !important;
}
 .featured_product_sec .slider_arrrw.owl-carousel .owl-nav button.owl-next{
    width: 180px;
  height: 100%;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 50%, rgba(255,255,255,0.1) 100%);
  border: none !important;
 }
 .featured_product_sec .slider_arrrw.owl-carousel .owl-nav button.owl-next span, 
 .featured_product_sec .slider_arrrw.owl-carousel .owl-nav button.owl-prev span {
  font-size: 100px;
}
.sport_he a:after,
.shop_he a:after,
.Become_btn a:after

{
  display: none !important;
}
.arrow a{
  color: #fff;
}


/*admin*/
#form-login,
#register-FRM,
.woocommerce-ResetPassword.lost_reset_password
 {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.input-text[type="text"],
.input-text[type="password"],
.input-text[type="email"],
.input-text[type="date"],
.input-text[type="tel"],
.input-text[type="time"],
textarea

 {
  border-radius: 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fff !important;
  height: 40px;
  padding: 5px 15px;
  outline: none !important;
}
.input-text[type="text"]:focus,
.input-text[type="password"]:focus,
.input-text[type="email"]:focus,
.input-text[type="date"]:focus,
.input-text[type="tel"]:focus,
.input-text[type="time"]:focus,
textarea:focus
{
  border: 1px solid var(--green);
}
textarea{
  height: 100px;
}
#form-login #contact,
#register-FRM #contact,
.woocommerce-ResetPassword.lost_reset_password
 {
  background: #f9f9f9;
  padding: 20px !important;
  border-radius: 6px;
  box-shadow: 4px 7px 23px rgba(0,0,0,0.08);
}
#form-login .card-title-cnt,
#register-FRM .card-title-cnt

 {
  font-family: 'MuktaB';
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.button{
  color: #fff !important;
  font-size: 16px;
}
#contact p,
.woocommerce-ResetPassword.lost_reset_password p
 {
  margin-bottom: 15px;
}
.sa_default_login_form {
  margin-top: 5px;
  display: inline-block;
  font-family: 'MuktaB';
}
#contact p label {
  width: 100%;
}
.entry-header {
  background: #f1f1f1;
  padding: 15px 60px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.entry-header .entry-title {
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
}
.woocommerce-ResetPassword.lost_reset_password {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-id-21 .entry-content {
  margin: 0 auto;
  max-width:1200px;
  text-align: center;
  padding: 60px 0;
  width: 100%;
}
.page-id-21 .entry-content p {
  margin-bottom: 24px;
}
.page-id-21 .entry-content p {
  margin-bottom: 21px;
  font-size: 18px;
}
.page-id-21 .entry-content p .button {
  display: inline-block;
  width: auto;
  padding: 11px 30px;
}

.shop_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.shop_table > tbody > tr > td, 
.shop_table > tbody > tr > th, 
.shop_table > tfoot > tr > td, 
.shop_table > tfoot > tr > th, 
.shop_table > thead > tr > td, 
.shop_table > thead > tr > th {
  padding: 8px 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
 
.shop_table > thead > tr > th{
  background: #f9f9f9;;
}
.shop_table {
  border: 1px solid #e1e1e1;
}
.shop_table .product-thumbnail img{
  width: 70px;
  height: auto;
}
.shop_table td.actions .button {
  float: right;
  display: inline-block !important;
  width: auto;
}
.coupon {
  width: 400px;
  display: flex;
  float: left;
}
.coupon label {
  display: none;
}
.coupon .button {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  max-width: 125px;
  width: 100% !important;
}
#smsalert_share_cart {
  width: auto;
}
.woocommerce-cart-form {
  text-align: right;
}
.cart-collaterals .cart_totals {
  text-align: left;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.cart-collaterals {
  margin-top: 30px;
}
.wc-proceed-to-checkout {
  text-align: right;
}

.wc-proceed-to-checkout .checkout-button{
  display: inline-block;
  width: auto;
}
.cart-collaterals .cart_totals h2 {
  font-size: 23px;
  text-align: center;
  margin: -15px -15px 20px -15px;
  background: #f9f9f9;
  padding: 6px 15px;
  border-bottom: 1px solid #e1e1e1;
}
#post-23 .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;

}
#post-23 .woocommerce:after,
#post-23 .woocommerce:before
{
  display: table;
content: "";
clear: both;
}
#post-23 .woocommerce-MyAccount-navigation {
  width: 25%;
  padding: 0 15px;
  float: left;
}
#post-23 .woocommerce-MyAccount-content {
  width: 75%;
  padding: 0 15px;
  float: left;
}
#post-23 .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
#post-23 .woocommerce-MyAccount-navigation ul li a {
  color: #333;
  display: inline-block;
  padding: 13px 15px 13px 40px;
  position: relative;
  width: 100%;
  transition: ease 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #f7f7f7;
}
#post-23 .woocommerce-MyAccount-navigation ul li a:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
#post-23 .woocommerce-MyAccount-navigation ul li a::before {
  font-size: 17px;
  left: 5px;
  margin-right: 5px !important;
  position: absolute;
  top: 10px;
  color: #666;
  margin: 0;
  opacity: 1;
}
#post-23 .woocommerce-MyAccount-navigation ul li.is-active a:before, 
#post-23 .woocommerce-MyAccount-navigation ul li a:hover:before {
  color: var(--green);
}
#post-23 .woocommerce-MyAccount-navigation ul li a::after {
  position: absolute;
  left: 0;
  width: 4px;
  background: var(--green);
  height: 25px;
  content: "";
  top: 8px;
  border-radius: 0 4px 4px 0;
  opacity: 0;
}
#post-23 .woocommerce-MyAccount-navigation ul li.is-active a::after, 
#post-23 .woocommerce-MyAccount-navigation ul li:hover a::after {
  opacity: 1;
}
.headding_3 h4::after {
  content: "";
  height: 3px;
  background: #DFDFDF;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headding_3 h4 {
  position: relative;
  text-align: center;
}
.headding_3 h4 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
.headding_3 {
  margin-bottom: 20px;
}
/*admin close*/
.Become_btn.dropdown .dropdown-menu {
  box-shadow: none;
  left: auto;
  right: 0;
  border: 1px solid #70707038;
  border-radius: 27px;
  min-width: 400px;
  min-height: 400px;
  padding: 0;
  margin: 0;
  background: transparent;
  height: 400px;
overflow: hidden;
padding-bottom: 95px;
}
.scrolller{
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;

}
.Become_btn.dropdown .dropdown-menu::after {
  filter: blur(19px);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(250,250,250,0.5);
  z-index: -1;
}
.Become_btn.dropdown .dropdown-menu li {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
  padding: 10px 15px;
}
.temm_img img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.cart_cout h4 {
  font-size: 14px;
  font-family: "MontserratSB";
  margin-bottom: 1px;
}
.cart_cout p {
  color: #777;
  font-size: 12px;
}
.cart_cout .number {
  margin: 0;
  border-radius: 6px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  width: 75px;
  border: 1px solid #e1e1e1;
}
.cart_cout .number span {
  height: 25px;
  display: inline-block;
  width: 19px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  color: var(--green);
  display: inline-block;
  background: #fff;
  line-height: 25px;
}
.cart_cout .number input {
  width: 35px;
  display: inline-block;
  height: 28px;
  margin-top: -2px;
  text-align: center;
  color: var(--green);
  font-size: 12px;
  font-family: "PoppinsM";
  background: #E2DDDD;
  padding: 2px;
}
.Become_btn.dropdown .dropdown-menu li .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bottom_bart p {
  margin: 0;
  font-size: 12px;
  font-family: 'MontserratR';
  line-height: normal;
  margin-bottom: 5px;
}
.bottom_bart h4 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: 'MontserratSB';
}
.bottom_bart h4 span {
  float: right;
}
.bottom_bart p span {
  float: right;
}
.bottom_bart {
  width: 100%;
  margin: 0 auto;
  padding: 10px 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(250,250,250,0.6);
}
.Become_btn.dropdown .dropdown-menu li .catr_p h5 {
  font-size: 16px;
  font-family: 'MontserratSB';
}
.checkout.woocommerce-checkout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 70px;
}
.woocommerce-info {
  text-align: center;
}
.woocommerce-form-login-toggle {
  margin-top: 50px;
}
.woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.checkout.woocommerce-checkout p.form-row{
  width: 50%;
float: left;
padding: 0 15px;
}
.select2-selection.select2-selection--single {
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  padding: 4px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}
.select2-container--default .woocommerce-account-fields,
.select2-container--default .woocommerce-additional-fields,
.checkout.woocommerce-checkout .col-2,
.checkout.woocommerce-checkout .woocommerce-input-wrapper
 {
  width: 100%;
  display: inline-block;
}
.checkout.woocommerce-checkout #order_comments_field {
  float: initial;
  width: 100%;
  padding: 0;
}
.checkout.woocommerce-checkout #payment {
  text-align: center;
}
.checkout.woocommerce-checkout #payment #place_order {
  width: 175px;
}
#order_review table {
  width: 400px;
  margin-left: auto;
}
#order_review_heading {
  text-align: right;
  margin-top: 50px;
  font-size: 26px;
}
.owl-carousel .owl-item img.img_2ss {
  width: auto;
  position: absolute;
  right: 0;
  top: 60px;
  width: 50%;
  z-index: 1;
  height: 100%;
  object-fit: contain;
}
.banner_home{
  overflow: hidden;
}
.sec_1.sec_pad {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec_8 .hedding1 h2{
      font-size: 45px;
    font-family: 'PoppinsSB';
}
.slider_arrrw .owl-dots {
  position: initial;
}
.slider_arrrw.owl-carousel .owl-nav button.owl-next, .slider_arrrw.owl-carousel .owl-nav button.owl-prev{
  border: none !important;
}

.dropdown.accoutt .dropdown-menu {
  left: auto;
  right: 0;
}

.sec_6.sec_pad .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fac_img {
  text-align: center;
}
.product_list > p {
  width: 100%;
  text-align: center;
}
.listacccoddd #accordion {
  width: 320px;
  margin-left: auto;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info > .woocommerce-Button.button {
  display: inline-block;
  width: auto;
}
#post-22 .entry-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 15px;
  width: 100%;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
 
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  margin-bottom: 5px;
  font-family: 'GothamM';
}
#post-22 h2 {
  font-size: 25px;
}
#post-22 .woocommerce-order-details {
  margin-top: 30px;
}
.my_order_new_class {
  overflow: auto;
}
.my_order_new_class .button {
  font-size: 13px;
  padding: 5px 7px;
  border-radius: 4px;
  margin: 2px;
  display: inline-block;
  width: auto;
}
td ul {
    list-style: none;
    padding: 0;
}
.page-id-21 .entry-content p {
    font-size: 14px;
}
#payment ul {
  list-style: none;
  padding: 0;
}
.cart_cout .number .form-control {
  width: 100%;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.banner_cont .col-sm-8 {
  width: 50%;
}
/*media start*/

@media(max-width: 1800px){
  .box_1 h1 {
  font-size: 6vw;
}
.box_1 h4 {
  font-size: 4vh;
}
.box_1 p {
  font-size: 13px;
}

.btn_us1 .btn {
  width: auto;
  font-size: 16px;
  padding: 9px 18px;
  height: auto;
}
.banner_home .img_1 {
  height: 650px;
}
.hedding1 h2 {
  font-size: 46px;
}
.checjj h1 {
  font-size: 45px;
}
.sec_2 {
  background-position: center;
}
}
@media(max-width: 1500px){
  .box_1 h1 {
  font-size: 6vw;
}
.box_1 h4 {
  font-size: 4vh;
}
.box_1 p {
  font-size: 13px;
}

.btn_us1 .btn {
  width: auto;
  font-size: 16px;
  padding: 9px 18px;
  height: auto;
}
.banner_home .img_1 {
  height: 650px;
}
.hedding1 h2 {
  font-size: 46px;
}
.checjj h1 {
  font-size: 45px;
}
.sec_2 {
  background-position: center;
}
}
@media(max-width: 1224px){
  .sec_pad.add_sec1 .col-sm-6 {
  width: 70%;
}
  .product_list .col-sm-2 {
  width: 25%;
}
.product_box1 p {
  font-size: 15px;
}
.product_box1 h6 {
  font-size: 15px;
}
.banner_home.spoertt .box_1 h1 {
  font-size: 100px;
}
.text_img {
  width: 230px !important;
  top: 37px;
  left: 25px;
}
.banner_home.spoertt .box_1 p {
  font-size: 16px;
}
}
@media(max-width: 991px){
.product_list .col-sm-2 {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sec_11 .panel-body {
  padding: 0;
}
.product_box1 h4 {
  font-size: 16px;
}
.product_box1 p {
  font-size: 13px;
}
.product_list {
  margin: 0 -5px;
}

}
@media(min-width: 768px){
  .footer_logo img {
  width: 130px;
  padding-top: 30px;
}
  .sec_10 .row {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
  /*.sec_10 .ul_set.left_us1 li:nth-child(2) {
  margin-left: -30px;
}
.sec_10 .ul_set.right_us1 li:nth-child(2) {
  margin-right: -30px;
}*/
  .manin_h #bs-example-navbar-collapse-1 {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}
.navbar-left1{
margin-right: auto;
}
.manin_h .container-fluid {
  display: flex;
  align-items: center;
  width: 100%;
}
}
@media(max-width: 767px){
  .banner_cont .col-sm-8 {
  width: 100%;
}
  .sec_pad {
  padding: 40px 0;
}
  .banner_cont {
  z-index: 1;
}
.banner_cont {
  z-index: 1;
  top: 80px;
  transform: initial;
}
.banner_home .img_1 {
  height: 540px;
  object-fit: cover;
}
.navbar-header .navbar-toggle {
  margin-top: 40px;
}
.owl-carousel .owl-item img.img_2ss {
  height: 250px;
  width: 100%;
  bottom: 0;
  top: auto;
}
.box_1 h1 {
  font-size: 45px;
}
.box_1 h4 {
  font-size: 20px;
}
.sec_1.sec_pad {
  min-height: auto;
}
.sec_2 {
  padding: 100px 0;
}
.checjj h1 {
  font-size: 22px;
  bottom: 10px;
}
.hedding1 h2 {
  font-size: 26px !important;
}
.sec_3 p {
  font-size: 14px;
}
.hedding1 {
  margin-bottom: 20px;
}
.sec_8 .hedding1 h2{
  font-size: 26px;
}

.sec_8 .hedding1 h2 {
  font-size: 26px;
}
.box_6, .box_7 {
  display: block;
}
.box_10 {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  padding: 8px;
}
.box_7 {
  text-align: center;
}
.sec_2 h4 {
  font-size: 28px;
}
.sec_2 h4 {
  font-size: 28px;
}
.home_sliderr.container-fluid {
  padding: 0;
}
.container-fluid{
  padding:0 15px;
}
.sec_2.sec_pad {
  width: 100%;
}
.footer_new .row .col-sm-4:nth-child(1) {
  order: 2;
}
.footer_new .row .col-sm-4:nth-child(2) {
  order: 1;
}
.footer_new .row .col-sm-4:nth-child(3) {
  order: 3;
}
.footer_new .row [class*="col-"] {
  width: 100%;
}
.footer_logo.text-center img {
  width: 120px;
  margin-bottom: 20px;
}
.social_link {
  text-align: center;
}
.copy_right {
  text-align: center;
}
.link {
  text-align: center;
}
.left_rightaaa .slider_arrrw {
  padding: 0 30px;
}
.inner_header {
  width: 100%;
  padding: 50px 0 !important;
}
.inner_header h1 {
  font-size: 30px;
}
.box_4.con1, .box_4.con3 {
  max-width: 100%;
}
.sec_5.sec_pad {
  padding: 70px 0;
  background-size: cover !important;
  background-position: center;
}
.box_4 h1 {
  font-size: 40px !important;
  margin-bottom: 10px !important;
}
.box_4 h4 {
  font-size: 18px;
}
.box_4 {
  margin-bottom: 30px;
}
.sec_6 .img_r {
  margin-bottom: 30px;
}
.about_sec {
  background-size: 100% 300px;
  background-position: top center;
  padding-top: 330px;
}
.box_1 {
  text-align: center;
}
.fillet_us5 .row .col-sm-6 {
  padding: 0 5px;
  width: 50%;
  float: left;
}
.fillet_us5 .row {
  margin: 0 -5px;
}
.fillet_us5 .row .col-sm-4 {
  padding: 0 5px;
  width: 33.33%;
  float: left;
}
.fillet_us5 .check {
  font-size: 14px;
}
.sec_10 .row .col-sm-3 {
  width: 100%;
}
.sec_10 .row .col-sm-6 {
  width: 100%;
}
.sec_pad.add_sec1 .col-sm-6 {
  width: 100%;
}
.sec_pad.add_sec1 {
  padding-top: 0;
}
.sec_pad.add_sec1 > div[style*="padding"] {
  padding: 0 !important;
}
.box_11 h4 {
  font-size: 18px;
  border-bottom: 2px solid #333;
}
.box_11 p {
  font-size: 13px;
}
.sec_pad.add_sec1 h3 {
  font-size: 20px;
}
.box_16 {
  margin-bottom: 30px;
}
.hedding3 h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.hedding3 h3 {
  font-size: 16px;
}
.sec_pad.add_sec1 h1 {
  font-size: 24px;
}
.cutom_table {
  overflow: auto;
}
.cutom_table .table > thead > tr > th, .cutom_table .table > tbody > tr > td {
  padding: 7px 10px;
}
.cutom_table .table > thead > tr > th {
  font-size: 15px !important;
}

.cutom_table .table > thead > tr > th span[style*="font-size"] {
  font-size: 15px !important;
}
.box_18 .col-sm-3 {
  width: 90px;
}
.box_18 .col-sm-6 {
  width: calc(100% - 180px);
}
.box_18 .row {
  margin: 0 -6px;
}
.box_18 .row [class*="col-"]{
  padding: 0 6px;
}
.box_18 {
  margin-top: 15px;
}
.box_18 h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.btn_c {
  transform: scale(0.7);
}
.featured_product_sec .slider_arrrw.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
}
.featured_product_sec .slider_arrrw.owl-carousel .owl-nav button.owl-next {
  width: 50px
}
.container-fluid{
  padding: 0 15px;
}
.produc_content h1 {
  font-size: 26px;
}
.produc_content {
  margin-top: 30px;
}
.add_cart .btn {
  font-size: 15px;
  height: 40px;
  padding: 10px 16px;
}
.fact_slider {
  margin-bottom: 30px;
}
#post-23 .woocommerce-MyAccount-navigation{
  width: 100%;
  margin-bottom: 30px;
}
#post-23 .woocommerce-MyAccount-content{
  width: 100%;
}
.woocommerce-cart-form {
  padding: 0 15px;
  overflow-x: auto;
}
.shop_table td.actions .button {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;
}
.cart-collaterals {
  padding: 0 15px;
}
.checkout.woocommerce-checkout p.form-row {
  width: 100%;
}
.woocommerce-info {
  margin-top: 15px;
}
.box_12 {
  transform: scale(0.7);
}
.banner_home.spoertt .img_1 {
  height: 500px;
}
.banner_home.spoertt .box_1 h1 {
  font-size: 60px;
}
.text_img {
  width: 137px !important;
  top: 24px;
  left: 0;
}
.banner_home.spoertt .box_1 {
  margin-top: 80px;
}
.banner_home.spoertt .box_1 p {
  font-size: 13px;
}
.sport2.sec_pad {
  padding-top: 0;
}
.box_15 img {
  height: 220px;
  object-fit: contain;
}
.box_14 {
  margin-top: 180px;
  height: auto;
}
.box_14 h4 {
  font-size: 20px;
}
.box_14 p {
  font-size: 14px;
  min-height: auto;
}
.hedding3 p {
  font-size: 14px;
}
.btn_us1 {
  display: none;
}
}/*767px*/
/*media close*/