

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Kanit-Light.woff2') format('woff2'),
        url('../fonts/Kanit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Kanit-Bold.woff2') format('woff2'),
        url('../fonts/Kanit-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Kanit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Kanit-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Kanit-Regular.woff2') format('woff2'),
        url('../fonts/Kanit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Kanit-Medium.woff2') format('woff2'),
        url('../fonts/Kanit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../fonts/Kanit-SemiBold.woff2') format('woff2'),
        url('../fonts/Kanit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar{
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 0;
  background: #292929;
  border: 2px solid #ffffff;
  width: 8px;
}
::-webkit-scrollbar-thumb:active {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #616161;
}
/* Scroll Bar Css Ends */


/*Comman Css*/
h1,h2,h3,h4,h5,h6,a,p{
    word-break: break-word!important;
}

a:hover,
a:focus,
a:active{
  text-decoration: none;
}
ol, ul{
  margin: 0;
  padding: 0 0 0 35px;
}

.breadcrumbs {
    z-index: 5;
    display: none; // 1
    font-size: 0; // 2
    line-height: 1;
    text-align: left;
    margin: 0 0 0 -35px;
    position: relative;
}

img{
  display: block;
}
body{
  font-size: 14px;
  font-weight: normal;
  font-family: 'PT Sans';
  color: #323232;
  text-decoration: none;
  scroll-behavior: smooth;
}
h1{
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
}
h3{
  font-size: 30px;
  font-weight: bold;
}
h4{
  font-size: 28px;
  font-weight: bold;
}
h5{
  font-size: 24px;
  font-weight: bold;
}
h6{
  font-size: 20px;
  font-weight: bold;
}
p{
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 28px;
}

p,h1,h2,h3,h4,h5,h6,a,span,li{
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  word-break: break-word;
}

.container{
  max-width: 1570px !important;
}

.btn-cls{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  padding: 10px 30px;
  border: none;
  box-shadow: none;
  background-color: #cb2036;
}
.btn-cls:hover{
  color: #fff;
  background-color: #15254c;
}
.btn-cls:focus{
  outline: none;
}

.title-main-cls{
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.title-main-cls:after{
  content: '';
  position: relative;
  display: block;
  width: 158px;
  height: 3px;
  margin: 30px auto 0px;
  background-color: #c52037;
}
.title-main-cls h2{
  font-size: 36px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  color: #15254c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-main-cls p{
  color: #15254c;
}
/*End Comman Css*/



/*header*/
/*header-top-css*/
.header-top-cls{
  padding: 3px 0px!important;
  background-color: #cb2036!important;
}
.header-middle-cls>.container,
.navbar>.container,
.header-top-cls>.container{
  max-width: 1730px!important;
}
.header-top-cls>.container>.row{
  align-items: center;
}
.header-top-cls p{
  margin-bottom: 0px;
  line-height: normal;
}
.header-top-cls ul{
  padding: 0px;
}
.header-top-cls ul li{
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid #fff;
}
.header-top-cls ul li:last-child{
  border-right: 0px;
}
.header-top-cls ul li a{
  font-size: 14px;
  color: #fff;
}
.header-top-cls p{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  letter-spacing: 1px;
}
/*header-top-css*/

/*header-middle-css*/
.header-middle-cls{
  padding: 5px 0px 5px;
}
.logo-cls{}
.logo-cls img{
  width: 167px;
  margin-bottom: -60px;
  position: relative;
  z-index: 22;
}
.header-middle-cls>.container>.row{
  align-items: center;
} 
.header-middle-cls>.container>.row>.col-sm-8{
  flex: 0 0 72%;
  max-width: 72%;
}
.header-middle-cls>.container>.row>.col-sm-1{
  flex: 0 0 3%;
  max-width: 3%;
  padding-left: 0px;
  text-align: right;
}

.header-contact-cls{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.serach-cls{
  margin-right: 30px;
}
.serach-cls form{
  display: flex;
  align-items: center;
}
.serach-cls form .form-control{
  width: 450px;
  height: 50px;
  border: 4px solid #f5f5f5;
  border-right: 0px;
  outline: none;
  box-shadow: none;
}
.serach-cls form .form-control:focus{
  outline: none;
  box-shadow: none;
}
.serach-cls form button{
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 60px;
  height: 50px;
  background-color: #cb2036;
}

.chat-talk-cls{
  display: flex;
  align-items: center;
  list-style-type: none;
}
.chat-talk-cls li{
  display: inline-flex;
  border-right: 3px solid #e6e6e6;
  padding-right: 20px;
  margin-right: 20px;
}
.chat-talk-cls li:last-child{
  margin-right: 0px;
}
.chat-talk-cls li a{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #15254c;
  padding-left: 45px;
  position: relative;
}
.chat-talk-cls li a img{
  width: 27px;
  height: 27px;
  left: 0px;
  top: 5px;
  position: absolute;
}
.chat-talk-cls li a span{
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
}

/*cart-css*/
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 3;
  font-size: 36px;
}
.openbtn{
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding: 0px;
  border: none;
}
.openbtn img{
  width: 30px;
}
.openbtn span{
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background-color: #ca1f36;
  border: none;
  outline: none;
}
.openbtn:hover {
  background-color:transparent;
}
.sidepanel .close-side-cls{
  position: absolute;
  width: 90%;
  height: 100%;
  cursor: default;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: transparent;
}
.cart-detail-cls{
  overflow: hidden;
  z-index: 999;
}
.cart-detail-cls:after{
  content: '';
  transition: all 0.6s ease-in-out;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 260px;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
  background-color: #fff;
}
.overlay-content{
  width: 250px;
  height: 100%;
  position: relative;
  z-index: 3;
  margin: 0px auto;
  margin-right: 0;
}

.cart-btn-cls{
  top: 4px;
  left: -6px;
  position: relative;
}
.cart-btn-cls:focus{
  outline: none;
}

.cart-detail-cls .closebtn{
  color: #15254c;
  right: 0px;
  padding: 10px;
  line-height: 20px;
  z-index: 5;
}
/*cart-css end*/

/*mob-header-contact*/
.mob-header-contact-cls {}
.contact-bar-cls{
    display: none;
}
.contact-bar-cls:focus{
  outline: none;
}
.contact-bar-cls img{
  width: 22px;
}

.header-contact-detail-cls{
  overflow: hidden;
  z-index: 1;
  padding-top: 0px;
  right: auto;
  left: 0px;
  z-index: 999;
}
.header-contact-detail-cls:after{
  content: '';
  transition: all 0.6s ease-in-out;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
  background-color: #fff;
}
.header-contact-detail-cls .closebtn{
  color: #15254c;
  right: auto;
  left: 267px;
  padding: 4px 7px;
  line-height: 20px;
  z-index: 5;
}
.header-contact-detail-cls .close-side-cls{
  background-color: rgba(0, 0, 0, 0.80);
  right: auto;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.header-contact-detail-cls .overlay-content{
    width: 300px;
    position: relative;
    margin-right: auto;
    margin-left: 0px;
    height: 100vh;
    overflow: scroll;
}
.mob-logo-cls{
  padding: 20px 10px;
  display: block;
  background-color: #f5f5f5;
}
.mob-logo-cls img{
  width: 170px;
  margin: 0px auto;
}
.mob-list-cls{
  padding: 25px 40px;
}
.mob-list-cls li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.mob-list-cls li:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.mob-list-cls li a{
  font-size: 16px;
  font-weight: normal;
  color: #15254c;
  display: block;
}
.mob-chat-cls{
  align-items: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #15254c;
  position: relative;
  padding: 20px 10px;
  padding-left: 80px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}
.mob-chat-cls:hover{
  color: #15254c;
}
.mob-chat-cls img{
  width: 27px;
  position: absolute;
  left: 40px;
  top: 24px;
}
.mob-chat-cls span{
  font-size: 14px;
  font-weight: normal;
  color: #15254c;
  display: block;
}

.mob-social-cls{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15254c;
  padding: 15px 10px;
  position: static;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.mob-social-cls li{
  margin-right: 20px;
  list-style-type: none;
}
.mob-social-cls li:last-child{
  margin-right: 0px;
}
.mob-social-cls li a{
  color: #15254c;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
}
.mob-social-cls li a:hover{
  color: #fff;
  background-color: #15254c;
}

.mobile-searchbar-cls{
  display: none;
}
.mobile-searchbar-cls .serach-cls form button{
  background-color: #15254c;
}
/*mob-header-contact end*/
/*header-middle-css*/


/*navigation-css*/
.navbar{
  padding: 10px 0px;
  background-color: #15254c;
}
.navbar-nav .nav-item{
  border-right: 3px solid #fff;
}
.navbar-nav .nav-item:last-child{
  border-right: none;
}
.navbar-nav .nav-item .nav-link{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 0px 30px;
  line-height: 21px   ;
}

.navbar .btn-cls{
  width: 260px;
  height: 50px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 10px;
  margin-left: 30px;
  color: #fff;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #4575bd;
  border: 2px solid #4575bd;
}
.navbar .btn-cls:hover{
  border-color: #fff;
  background-color: #15254c;
}
.navbar .btn-cls img{
  width: 48px;
  margin-right: 10px;
}
/*navigation-css end*/
/*header end*/



/* Index */
.banner-cls{
  min-height: 596px;
  padding: 100px 0px;
  background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/big-league-accessories-banner-02.jpg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  background-size: cover;
}
.banner-cls:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-cls>.container{
  max-width: 100%;
  width: 980px;
}
.banner-cls h1{
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
.banner-cls h1 span{
  display: block;
  font-weight: 300;
}
.banner-cls p{
  text-align: center;
  color: #fff;
}
.banner-cls .btn-cls{
  font-size: 24px;
  padding: 14px 33px;
  margin: 0px auto;
  display: block;
}


.card-brand {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 400;
}
.card-title {
    font-size: 14px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 0;
}
.our-categoreis-cls{
  padding: 90px 7.5px;
  overflow: hidden;
}
.our-categoreis-cls .container{
  padding: 0px;
  max-width: 1200px!important;
}
.our-categoreis-cls .container>.row,
.our-categoreis-cls .container>.row>div{
  margin: 0px;
  padding: 0px;
}
.category-wrap-cls>.row>div,
.category-wrap-cls>.row{
  margin: 0px;
  padding: 0px;
}
.our-categoreis-cls .container>.row>div{
  padding: 0px 7.5px;
}
.category-wrap-cls>.row>.col-lg-4{
  padding-right: 7.5px;
}
.category-wrap-cls>.row>.col-lg-8{
  padding-left: 7.5px;
}
.category-blk-cls{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  transition: all 0.4s ease;
}
.category-blk-cls h3{
  font-size: 30px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.97);
}
.category-blk-cls:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -2;
  background-color: rgba(0, 0, 0, 1);
}
.overlay-img-cls{
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.category-blk-cls:hover .overlay-img-cls{
  transform: scale(1.1);
}
.cat-type-one-cls{
  height: 250px;
}
.cat-type-two-cls{
  height: 450px;
}
.cat-type-three-cls{
  height: 350px;
}

.step-up-cls{
  padding: 80px 0px;
  background-color: #f4f4f4;
}
.step-blk-cls{
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
}
.step-blk-cls img{
  width: 100%;
  height: 279px;
  object-fit: cover;
}
.step-blk-cls h3{
  font-size: 36px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #15254c;
  padding-top: 25px;
  text-align: center;
  margin: 0px;
}
.step-blk-cls p{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #15254c;
  line-height: normal;
}
.step-blk-cls .btn-cls{
  width: 100%;
}


.step-member-cls{
  padding: 80px 0px 80px;
  overflow: hidden;
}
.step-member-cls>.container-fluid{
  padding: 0px;
}
.step-member-sld-cls{}
.member-sld-cls{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  min-height: 500px;
  text-align: center;
  padding: 40px 35px;
}
.member-sld-cls:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -2;
  background-color: rgba(0, 0, 0, 1);
}
.member-overlay-cls{
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.member-sld-cls:hover .member-overlay-cls{
  transform: scale(1.1);
}
.member-sld-cls p{
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
.member-sld-cls h3{
  font-size: 36px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.97);
}
.step-member-sld-cls .btn-cls{
  margin-top: 30px;
}
.step-member-sld-cls .owl-nav{
  position: absolute;
  width: 100%;
  height: 50px;
  top: 50%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  transform: translate(0px, -50%);
}
.step-member-sld-cls .owl-nav .owl-next,
.step-member-sld-cls .owl-nav .owl-prev{
  width: 42px;
  height: 42px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  border-radius: 50%;
  background-color: #c52037!important;
}
.step-member-sld-cls .owl-nav .owl-next{
  left: auto;
  right: 0px;
}
.step-member-sld-cls .owl-nav .owl-next span,
.step-member-sld-cls .owl-nav .owl-prev span{
  font-size: 38px;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}


.shop-banner-cls{
  overflow: hidden;
  min-height: 390px;
  padding: 100px 0px;
  background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/product_images/uploaded_images/new-project-62-min.jpg');
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  background-size:cover;
}
.shop-banner-cls:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.shop-banner-cls>.container{
  width: 980px;
  max-width: 100%;
}
.shop-banner-cls h2{
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 40px;
  margin: 0px 0px 40px;
}
.shop-banner-cls h2:before,
.shop-banner-cls h2:after{
  content: '';
  position: absolute;
  width: 158px;
  height: 3px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #fff;
}
.shop-banner-cls h2:before{
  bottom: -3px;
  background-color: #c52037;
}
.shop-banner-cls p{
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.shop-connect-cls{
  width: 750px;
  display: flex;
  max-width: 100%;
  align-items: center;
  margin: 40px auto 0px;
}
.shop-connect-cls .connect-blk-cls{
  background-color: #fff;
  width: 50%;
  display: inline-flex;
  align-items: center;
  margin: 0px 10px;
  padding: 10px;
}
.shop-banner-cls .btn-cls{
  margin: 0px auto;
  display: block;
}
.connect-blk-cls a{
  display: flex;
  width: 100%;
  align-items: center;
}
.connect-blk-cls img{
  width: 14%;
  height: 47px;
  padding: 5px;
  background-color: #fff;
  margin-right: 6%;
}
.connect-blk-cls h4{
  font-size: 24px;
  font-weight: 700;
  color: #15254c;
  margin: 0px;
  width: 74%;
}
.connect-blk-cls h4 span{
  display: block;
  font-size: 16px;
  font-weight: normal;
}


.newest-arrivals-cls{
  padding: 80px 0px;
}
.arrivals-blk-cls{
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 0.4s ease;
  background-color: #000;
  min-height: 280px;
  text-align: left;
  padding: 60px;
  text-align: left;
}
.arrivals-blk-cls:after{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/arrivals-shape.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.arrivals-blk-cls .arrivals-overlay-cls{
  width: 100%;
  position: absolute;
  z-index: -2;
  right: 0px;
  top: 0px;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.arrivals-blk-cls p{
  color: #fff;
  margin-bottom: 0px;
}
.arrivals-blk-cls h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.arrivals-blk-cls .btn-cls{
  margin-top: 20px;
}


.our-experts-cls{
  padding: 90px 0px;
  background-color: #f4f4f4;
}
.experts-blk-cls{
  background-color: #fff;
  margin-bottom: 20px;
}
.experts-blk-cls img{
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.experts-content-cls{
  padding: 20px;
}
.experts-content-cls h5,.experts-content-cls h5 a{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  text-align: left;
}
.experts-content-cls p{
  color: #000;
  font-size: 16px;
}

/*.experts-content-cls p br{*/
/*  display: none;*/
/*}*/

.experts-content-cls p a{
    color: #eb000b;
    font-size: 14px;
    text-transform: uppercase;
}
.experts-content-cls ul{
  display: flex;
  align-items: center;
  padding: 10px 0px 0px;
  border-top: 1px solid #eb000b;
}
.experts-content-cls ul li{
  list-style-type: none;
  margin-right: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  border-right: 1px solid #eb000b;
}

.experts-content-cls ul li p{
  font-size: 12px;
}
.experts-content-cls ul li:last-child{
  border-right: 0px;
}
.experts-content-cls ul li a{
  color: #eb000b;
}
.our-experts-cls .btn-cls{
 margin: 40px auto 0px;
  display: inline-block;
  /*max-width: 320px;*/
  /*white-space: nowrap;*/
}

.best-seller-cls{
  padding: 60px 0px 80px;
  background-color: #f4f4f4;
}
.best-seller-cls .nav-tabs{
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  border: none;
}
.best-seller-cls .nav-tabs .nav-item{
  padding: 0px 1px;
}
.best-seller-cls .nav-tabs .nav-item .nav-link{
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: #15254c;
  text-transform: uppercase;
  border-bottom: 3px solid #fafafa;
  border-radius: 0px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #fafafa;
  transition: all 0.4s ease;
}
.best-seller-cls .nav-tabs .nav-item .active{
  border-color: #c52037;
  font-weight: bold;
  background-color: #fff;
}

.best-seller-cls .tab-content{
  padding-top: 25px;
}
.best-seller-cls .tab-content .tab-pane{
  transition: all 0.4s ease;
}
.sellers-wrap-cls>.row{
  margin: 0px -10px;
}
.sellers-wrap-cls>.row>.col-lg-3{
  padding: 0px 10px;
}
.sellers-blk-cls{
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.sellers-blk-cls img{
  width: 100%;
}
.sellers-content-cls{
  text-align: center;
  padding: 25px 15px 20px;
}
.sellers-content-cls h4{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #15254c;
  margin: 0px;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.sellers-content-cls h3{
  font-size: 24px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #cb2036;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 10px;
}
.sellers-content-cls h3 span{
  font-size: 16px;
  font-weight: normal;
  color: #15254c;
  text-decoration: line-through;
  margin-left: 5px;
}
.sellers-content-cls ul{
  padding: 0px;
  display: flex;
  align-items: center;
}
.sellers-content-cls ul li{
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  font-weight: normal;
  color: #15254c;
  margin-right: 2px;
}
.sellers-content-cls ul li:last-child{
  margin-right: 0px;
}
.sellers-content-cls ul li span{
  font-size: 16px;
  color: #edb636;
  display: block;
}
.sellers-content-cls ul li span.fa-star:before{
  content: "\f006";
}
.sellers-content-cls ul li span.checked:before{
  content: "\f005";
}
.sellers-content-cls ul li img{
  margin-left: 10px;
  width: 90px;
}

.best-seller-cls .tab-content .tab-pane .btn-cls{
  margin: 40px auto 0px;
  display: block;
}
/* Index End */



/* footer */
.footer-cls{
  overflow: hidden;
  position: relative;
  padding: 50px 0px 25px;
  background-color: #15254c;
  z-index: 1;
}
.footer-cls:before {
  content: ' ';
  position: absolute;
  width: 610px;
  height: 429px;
  max-width: 100%;
  left: 12px;
  bottom: -40px;
  z-index: -1;
  opacity: 0.05;
  background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/logo.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  display: none;
}
.footer-logo-cls img{
  width: 230px;
}
.footer-cls h4{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  min-height: 1.6rem;
  text-transform: uppercase;
  margin: 0px 0px 20px;
}
.footer-list-cls ul{
  padding-left: 0px;
  display: block;
} 
.footer-list-cls ul li{
  list-style-type: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
}
.footer-list-cls ul li:last-child{
  margin-bottom: 0px;
}
.footer-list-cls ul li a{
  transition: all 0.4s ease;
  color: #fff;
}
@media(min-width:992px){
 .footer-list-cls ul li a{
      white-space: nowrap;
    }   
}      

.footer-list-cls ul li a:hover{
  color: #c52037;
}

.footer-subscribe-cls{}
.footer-mail-cls form{
  display: flex;
  align-items: center;
}
.footer-mail-cls form input::placeholder{
  color: #15254c;
}
.footer-mail-cls form .form-control{
  width: 78%;
  border-radius: 0px;
  height: 50px;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: normal;
  color: #15254c;
}
.footer-mail-cls form .form-control:focus{
  outline: none;
  box-shadow: none;
}
.footer-mail-cls form .sent-cls{
  width: 15%;
  padding: 0px;
  height: 50px;
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
.footer-mail-cls form .sent-cls img{
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.footer-social-cls{
  display: flex;
  padding: 0px;
  margin-top: 5px;
}
.footer-social-cls li{
  display: inline-flex;
  list-style-type: none;
  margin-right: 15px;
}
.footer-social-cls li a{
  width: 35px;
  height: 35px;
  color: #15254c;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s ease;
}
.footer-social-cls li a:hover{
  color: #fff;
  background-color: #cb2036;
}


.footer-copiright-cls{
  text-align: center;
  padding: 25px 0px 20px;
  background-color: #132144;
}
.footer-copiright-cls .payment-way-cls{
  margin: 0px auto 10px;
  mix-blend-mode: lighten;
  max-width: 100%;
}
.footer-copiright-cls p{
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.footer-copiright-cls p a{
  color: #fff;
}
.footer-copiright-cls p a:hover{
  text-decoration: underline;
}
/* footer end */

.tab-content {
    display: block;
    padding: 1.5rem 0;
}
.navPages-list .navPage-subMenu-list .navPage-subMenu-list li a 
{ padding: 3px 0px !important;
}
.navPages-list .navPage-subMenu-list .navPage-subMenu-list li a span
{ font-weight: normal; font-size: 14px !important;
}
.navPages-list .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu-list,
.navPages-list .navPage-subMenu-list .navPage-subMenu-list
{ margin-left: 10px;
}
.navPages-list .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu p
{ padding-bottom: 0px;
}
.navPages-list .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu p a
{ font-size: 14px !important;
}
.navPages-list .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu.navPage-subMenu-horizontal
{ padding-top: 0px;
}
@media only screen and (min-width:1300px) 
{
#menu .ul.navPages-list.flex-container > li:first-child .navPage-subMenu.navPage-subMenu-horizontal  
{
     max-height:400px !important;
    overflow-y: auto !important; 
}
}
@media only screen and (max-width:990px) {
  nav.navbar.navbar-expand-lg.wow.fadeInUp {
    display: none;
}
header.header.themevale_header-layout-1
{display: none;
}
.themevale_searchMobile {
    display: none;
}
}

@media only screen and (max-width:900px) {
.themevale_productDescription .tabs.themevale_tabs
{ display: block;
}
.themevale_productDescription .tabs.themevale_tabs .tab
{    width: 49.33%;
    display: inline-block;
}
#accountMobile .navPages-action, #menuMobile .navPages-action > a
{ color:#323232;
}
}

@media only screen and (max-width: 447px) {
     .row>.col-sm-1 {
        max-width: 11% !important;
        order: 1 !important;
    }
    
    .header-middle-cls>.container>.row {
   
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row-reverse !important;
}
}

/*added to tighten spacing on the category page*/
.page {
    background-color: #f4f4f4;
    padding-top: 5px;
}

    .themevale_breadcrumbCategory > .container {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

