.search-field{
	background:transparent;
	border:none !important;
	font-size: 30px;
	color: #ffffff;
}

.search-field:focus{
  outline: none;
}

.search-form {
  overflow: hidden
}
.loader-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 100000;
	top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  transform:  scale(0);
  transition:  transform 0.4s ease-in-out;
}

.loader-backdrop, .loader-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader-open{
  transform:  scale(1);
}

.overflow-modal{
  overflow: hidden;
  height: 100vh;
}

.loader-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  z-index: 2;
}
.loader-image img {
    max-width: 100%;
    max-height: 100%;
}

.menu-cart>a:before{
    content: '\f104';
    font-family: soccerClub;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
/*--------- Manisha ------------*/
html:not(.js_active) .innerpage_all_wrap {
  padding-top: 70px;
}

.header-main nav ul li a.search-link:hover{
  background: transparent;
  color: #fff;
}

.header-main nav ul li a.search-link:hover:after{
  color: #fff;
}

.close{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: 1;
  top: 20px;
  right: 20px;
}

.close:before,
.close:after{
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  height: 1px;

}

.close:before{
  transform: rotate(45deg);
}

.close:after{
  transform: rotate(-45deg);
}
.loader-image form{
  position: relative;
}
.loader-image form label{
  margin: 0;
  position: relative;
  background: #fff;
  width: 300px;
}

.loader-image .search-submit{
  height: 40px;
  width: 20%;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 88px;
  overflow: hidden;
}

.loader-image input[type="search"] {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 30px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-right: 100px;
}

.loader-image .search-submit:focus,
.loader-image .search-submit:hover{
  outline: none;
  color: #9E9E9E;
  background: transparent;
}

/*----------- Menu cart ------------*/
li.menu-cart a:not(.cart-amount) span{
  background: #b81e20;
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  left: auto;
  opacity: 1;
  font-size: 14px;
}
li.menu-cart .sub-menu span{
  position: relative;
  color: #fff;
  background: transparent;
  width: auto;
  height: auto;
  opacity: 1;
}


/*------------- cart ------------*/

.cart .quantity input[type='number']{
  max-width: 50px !important;
}


.woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr.cart_item,
.woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr{
  border-radius: 0;
  border: none;
}

@media screen and (min-width: 768px){
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tbody tr:last-child{
     margin:  0 !important;
  }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tbody tr:last-child #coupon_code{
    height: 45px;
    margin: 0;
    padding: 10px 20px;
  }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr.cart_item{
    display: flex;
  }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr.cart_item td{
    height: 200px;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-price,
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-quantity,
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-subtotal,
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-remove{
    padding: 20px;
    display: flex;
    justify-content: center;
    float: none;
    flex-flow: row wrap;
  }
.woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-info {
    padding: 20px;
    display: flex;
    float: none;
    flex-flow: row wrap;
}
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart thead tr{
    color: #4d5158;
    display: flex;
    flex-flow: row wrap;
    float: none;
  }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart th {
    font-weight: 400;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-remove{
    order: 5;
    border-right: 0;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-info{
    order: 2;
    display: flex;
    flex-flow: row wrap;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-price{
    order:  3;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-quantity{
    order:  4;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart .product-subtotal{
    order:  5;
  }

  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart{

    border-radius: 0;
  }
  .woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr.cart_item{

    border-bottom: 1px solid #ddd;
  }



}

.woocommerce-cart.woocommerce-page .shop_table.shop_table_responsive.cart tr.cart_item td{
  border:  none;
}

.woocommerce-cart.woocommerce-page .cart_totals{
  float: left;
}

.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals{

  border-radius: 0;
}

.woocommerce-cart.woocommerce-page .cart_totals .wrapper-total{
  background: #fff;
}

.woocommerce-cart.woocommerce-page .cart_totals h2{
  display: none
}

.woocommerce-cart.woocommerce-page .cart_totals .wrapper-total{
  flex-flow: row wrap;
  padding: 0;
  background: #fff;
}

.woocommerce-cart.woocommerce-page .cart_totals table{
  float: none;
  background: #fff;
  width: 100%;
}

.woocommerce-cart.woocommerce-page .cart_totals table td{
  text-align: right;

}
.woocommerce-cart.woocommerce-page .cart_totals table tr{
   border-right: 0;
}
.woocommerce-cart.woocommerce-page .cart_totals .wc-proceed-to-checkout{
  display: flex;
  justify-content: flex-end;
  padding: 0;
  width: 100%;
}

.woocommerce-cart.woocommerce-page .cart_totals .wc-proceed-to-checkout a{
  padding: 20px 50px;
  background: #4a4a4a;
  /* transform-style: preserve-3d; */
  transition: all 0.4s ease-in-out;
  /* outline: 1px solid transparent; */
  border-radius: 4px;
  color: #fff;
  border: 1px solid #4a4a4a;
}

/* .woocommerce-cart.woocommerce-page .cart_totals .wc-proceed-to-checkout a:after{
  width: 100%;
  height: 40%;
  left: 0;
  top: 100%;
  background: #000;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  position: absolute;
  content: '';
  z-index: -1;
  transition: all 0.4s ease-in-out;
} */

.woocommerce-cart.woocommerce-page .cart_totals .wc-proceed-to-checkout a:hover{
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
  background: #fff;
}

.widget_search input.search-submit[type='submit']{
  top: 0 ;
  /* background: transparent !important;
  border-color: transparent !important; */
}

.widget_search input[type="search"]{
  font-size: 14px;
}

.social-share .social-wraps i{
  margin: 0;
}
.social-share .social-wraps a:hover{
  color: #fff;
}

.single-post .social-share .social-wraps a{
  margin: 0 5px 0 0;
}

.single-post .social-share .social-wraps{
  margin: 0;
}
.single-post .social_link{
  height: 30px;
  width: 30px;
}
.single-post .social-share{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (min-width: 992px){
  .social-share .share-cont{
    width: 25%;
  }
}

.pagination-block{
  margin:  20px 0;
}

.about .nav-header ul li{
  margin: 0;
}

.accordion-news li:after{
  border-top: 75px solid transparent;
}

.booking-fig img{
  width: 100px;
}

.player-club-career .cup-heading h4{
  font: 20px 'Oswald', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .player-club-career .career-details-wrapper > .cup-heading{
    display: flex;
    align-items: flex-end;
  }
}

.player-club-career .cup-details h4 {
  font:  16px 'Open Sans', sans-serif;
  font-weight: 600;
  color: #79828d;
}

.player-club-career .cup-details h4.heading{
  color: #23282e;
}

.player-club-career .wrappers h4.goal.heading{
  color: #b81e20;
}

.player-club-career .cup-details .wrappers.scores h4{
  width: 30px;
  line-height: 25px;
  margin: 0 auto;
  border-radius: 50%;
}

.player-club-career .cup-details .wrappers.scores h4.goal-win{
  background: #b81e20;
  color: #fff;
}

.addcart-wrap a.add_to_wishlist{
  margin-left: 0px;
}



.addcart-wrap a.add_to_wishlist{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #979da0;
  font-weight: 400;
  height: 40px;
  width: 200px;
  line-height: 40px;
  text-transform: uppercase;
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
  border: 0px;
  transition: color 0.4s ease-in-out;
  z-index: 2;
}
.addcart-wrap a.add_to_wishlist:after{
  position: absolute;
  content: '';
  background: #b81e20;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: top 0.4s ease-in-out;
}

.addcart-wrap a.add_to_wishlist:hover:after{
  top: 0;
}

.addcart-wrap a.add_to_wishlist:before{
  top: 9px;
  left: 10px;
}

.addcart-wrap .btn-addcart {
  font-family: 'Oswald', sans-serif;
  font-size:  14px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
}

@media screen and (min-width: 992px){
  .addcart-wrap a.add_to_cart_button{
    float: left;
  }
  .addcart-wrap .sc-wishlist{
    float: right;
  }
}

.woocommerce-product-rating.product-content01 .woocommerce-review-link{
  padding: 9px 10px;
  color: #888787;
}

/*-------------- single shop ---------------*/
.single-product .rate-product p{
  font-size: 40px;
  color: #b81e20;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-weight: 400;
}

span.per-bubble {
    width: 50px;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #979da0;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50%;
    border: 1px solid #979da0;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    line-height: 18px;
}

.woocommerce div.product p.price ins,.woocommerce div.product p.price ins .woocommerce-Price-amount{
  font-weight: 400;
  font-size: 40px;
  text-decoration: none;
}

.single-product .cart .yith-wcwl-add-to-wishlist{
  display: none;
}

@media screen and (min-width: 480px){
  .single-product .add-buy-wrapper .btn-blackLight{
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
  }
}

.woocommerce p.stars a:hover,
.woocommerce p.stars a{
  color: #e1c60f;
}

.comment-form-comment textarea{
  resize: none;
  padding: 5px 15px;
}

.comment-form-comment textarea:focus{
  outline: none;
}
.woocommerce #review_form #respond .form-submit input{
  color: #fff;
}

.woocommerce #review_form #respond .form-submit input:focus{
  outline: none;
}

/*----------- products --------------*/
.woocommerce ul.products{
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce ul.products li.product h3{
  font-size: 18px;
  color: #333;
}

.woocommerce-Price-amount.amount{
  color: #b81e20;
}

.woocommerce ul.products .add_to_cart_button{
  background: #b81e20;
  color: #fff;
  border: 1px solid #b81e20;
}

.woocommerce ul.products .added_to_cart.wc-forward{
  position: absolute;
  top: 5px;
  right: 20px;
  height: 30px;
  width: 30px;
  text-indent: 38px;
  overflow: hidden;
  background: #b81e20;
  border-radius: 50%;
}

.woocommerce ul.products .added_to_cart.wc-forward:before{
  font-family: "FontAwesome";
  content: '\f07a';
  position: absolute;
  color: #fff;
  width: 20px;
  /* height: 20px; */
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 13;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-breadcrumb{
  background: #fff;
  padding: 10px 15px !important;
  border-radius: 4px;
  box-shadow: 0px 3px 8px -1px #4c4c4c;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width: 100%;

}

.woocommerce-pagination{
  margin: 20px 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers{
  border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li{
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce .woocommerce-pagination ul.page-numbers li span{
  border: 1px solid #b81e20;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  transition: background 0.4s ease-in-out,
              color 0.4s ease-in-out;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current{
  background: #b81e20;
  color: #fff;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .next.page-numbers,
.woocommerce .woocommerce-pagination ul.page-numbers li .prev.page-numbers{
  border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:hover{
  background: #b81e20;
  color: #fff;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .next.page-numbers:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li .prev.page-numbers:hover{
  background: transparent;
  color: #b81e20;
}
@media screen and (min-width: 480px){
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
    width: 50%;
  }
}

@media screen and (min-width: 992px){
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
    width: 25%;
  }
}

/*---------------- checkout ----------------*/
.woocommerce .woocommerce-info{
  font-size: 16px;
  color: #232a32;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.woocommerce .woocommerce-info a {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label{
  display: none;
}

/*--------------  Board Member ---------------*/
.red {
  color: #b81e20!important;
}

/*----------- widget --------------*/
aside.widgetinner .widget,
.vc_column-inner .widget {
  padding-bottom: 25px;
}

aside.widgetinner .widget > div,
aside.widgetinner .widget > ul,
aside.widgetinner .widget > form,
.vc_column-inner .widget > div {
  padding-left: 15px;
  padding-right: 15px;
}
/* header submenu styling */
@media (min-width: 992px) {
  .header-main .sub-menu, .header-main .children {
    width: 220px;
    max-height: auto;
  }
  .header-main ul.sub-menu a {
    display: block;
  }
}
