/******************** Custom CSSby Vishal ******************/
@font-face {
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    src: url('fonts/Knockout-HTF27-JuniorBantamwt.eot');
    src: local('☺'), url('fonts/Knockout-HTF27-JuniorBantamwt.woff') format('woff'), url('fonts/Knockout-HTF27-JuniorBantamwt.ttf') format('truetype'), url('fonts/Knockout-HTF27-JuniorBantamwt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Knockout-HTF47-Bantamweight';
    src: url('fonts/Knockout-HTF47-Bantamweight.eot');
    src: local('☺'), url('fonts/Knockout-HTF47-Bantamweight.woff') format('woff'), url('fonts/Knockout-HTF47-Bantamweight.ttf') format('truetype'), url('fonts/Knockout-HTF47-Bantamweight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{min-width: 320px; height: 100%;}

.header{
    margin-bottom: 0px;
    border-bottom: none;
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
    .header .top-menu{
        display: block;
       /*overflow: hidden;*/
        margin: 0px 60px;
    }
.adv-conainer{
    background: #1f1f1f;
    display: block;
    padding: 11px 0px 1px;
    margin: 0px 0px;
    color: #fff;
}
.adv-conainer .TopAdv{
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    font-size: 39.87px;
    color: #fff;
    letter-spacing: 3px;
}

.sticky_mobile { display: none; position: fixed; top: 0px; }
.sticky_mobile .menu-opener { float: left; }
.sticky_mobile .menu-opener .menu-opener-inner { background-image: url(//cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/ham-menu-white.png); margin-left: 20px; margin-top: 15px; }
.sticky_mobile .TopAdv { float: right; font-size: 30.74px; }
.sticky_mobile .TopAdv img { height: 22px; width: auto; }

.adv-conainer .TopAdv a { color: #fff; position: relative; }
.adv-conainer .TopAdv a:hover { text-decoration: none; }
.adv-conainer .TopAdv a::after { bottom: 0px; border-bottom: 2px solid #fff; color: #fff; content: ""; left: 0px; position: absolute; transition: width .3s; width: 0%; }
.adv-conainer .TopAdv a:hover::after { width: 100%; }

.adv-conainer .TopAdv img { display: inline-block; vertical-align: middle; padding: 0px 10px; position: relative; top: -4px; }

.top-left-menu{
    display: block;
    padding: 42px 0px 0px 0px;
    margin: 0px;
   /* overflow: hidden;*/
}
    .top-left-menu li{
        display: flex;
        float: left;
        border-right: 1px solid #ededed;
    }
    .top-left-menu li a{
        font-size:22px;
        color: #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        padding: 0px 10px;
        letter-spacing:1.5px;
        text-transform: uppercase;
    }
    .top-left-menu li a:after{
        content: '';
        display: flex;
        width: 0;
        height: 2px;
        background: #1f1f1f;
        transition: width .3s;
    }
    .top-left-menu li a:hover:after{
        width: 100%;
    }
    .top-left-menu li a:hover{
        text-decoration: none;
    }
    .top-left-menu li:first-child a{
        padding: 0px 8px 0px 0px;
		margin-right:10px;
    }
    .top-left-menu li:last-child{
        border-right: none;
    }
    
.logo{
    display: block;
    padding: 10px 0px;
    padding-top: 28px;
    padding-bottom: 27px;
}

.top-right-menu{
    display: block;
    padding: 20px 0px 0px 0px;
    padding-top: 73px;
    margin: 0px;
}
    .top-right-menu .icon.icon-cart{
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/cart.png?t=1675204949);
        height: 20px;
        width: 15px;
        background-position: 0px 0px;
    }
    .top-right-menu .icon.icon-cart:hover{
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/cart_hover.png?t=1675204949);
    }
    .top-right-menu li{
        display: flex;
        float: left;
        border-right: 1px solid #D3D3D3;
        border-left: 1px solid #D3D3D3;
    }
    .top-right-menu li .log_in_options{
        display: flex;
    }
    .top-right-menu li a{
        font-size:17.29px;
        color: #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        padding: 0px 8px;
        letter-spacing:1.5px;
        text-transform: uppercase;
    }
    .top-right-menu li a:after{
        content: '';
        display: flex;
        width: 0;
        height: 2px;
        background: #1f1f1f;
        transition: width .3s;
    }
    .top-right-menu li a:hover:after{
        width: 100%;
    }
    .top-right-menu li a:hover{
        text-decoration: none;
    }
    .top-right-menu li:first-child{
        border-right: none;
        border-left: none;
    }
    .top-right-menu li:last-child{
        padding: 0px 0px 0px 8px;
        border-right: none;
        border-left: none;
        float: right;
    }
    .top-right-menu li:last-child a{
        padding:5px 0px 0px 8px;
        position: relative; top: -5px;
    }
    .top-right-menu li #SearchForm{width:100%;}
    .top-right-menu li #SearchForm .Button, .top-right-menu li #SearchForm input.Textbox, .top-right-menu li #SearchForm{
        border: none;
    }
    .top-right-menu li #SearchForm .Search{
        background: url("../images/searchIcon.png") 50% 50% no-repeat transparent;
        border: medium none;
        cursor: pointer;
        float: right;
        height: 23px;
        margin-right: 5px;
        margin-top: 0;
        width: 40px;
    }
    .top-right-menu li #SearchForm .searchtoggle{
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #1f1f1f;
        margin-left: 15px;
        margin-top: -2px;
        position: absolute;
        right: 10px;
        width: 105px;
        z-index: 9;
    }
    .top-right-menu li #SearchForm .Button{
        cursor: pointer;
        border: 0 !important;
        float: right;
        font-size: 0;
        height: 20px;
        margin: 0px 0 0 3px;
        padding: 0;
        position: absolute;
        right: 2px;
        top: 3px;
        vertical-align: top;
        width: 23px;
        background: url("../images/searchIcon.png") 50% 50% no-repeat transparent;
    }
    
.adv-conainer.sticky_mobile.sticky {
    position: fixed;
    /* display: block; */
    width: 100%;
    z-index: 1000;
    top: 0px;
    opacity: 1 !important;
    transition: all 0.4s ease;border:none;
}


.PageMenu{
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt' !important;
    letter-spacing: 3px;
    font-size: 24.63px;
    color: #1f1f1f;
    margin: 0px;
    border-top: 1px solid #d4d4d4;
    line-height: 100%;
}
.PageMenu.sticky{
    position: fixed;
    display: block;
    width: 100%;
    z-index: 1000;
    top: 0px;
    background-color: #fff;
    transition: all 0.4s ease;border:none;
}
    .PageMenu .CategoryList{display: inline-block; float: left;}

    .PageMenu .SideCategoryListFlyout{
        position: absolute;
    }
    .PageMenu li{
        padding: 0px;
        margin: 0px;
        float:left !important;
        position:relative;
    }
    .PageMenu li.active{
        background-color: #f1f1f1;
        transition: all 0.5s ease;
    }
    .PageMenu li:hover{
        background-color: #f1f1f1;
        transition: all 0.5s ease;
    }
    .PageMenu .sf-menu > li > a{
        color: #1f1f1f;
        padding: 20px 13px!important;
        line-height: 30px;
    }
    .PageMenu .menu-dir {padding: 24px 10px 23px 40px !important;}
    .PageMenu .sf-menu > li:after{
        content: '';
        border-right: 1px solid #d4d4d4;
        position: absolute;
        right: 0;
        top: 25px;
        height: 20px;
        z-index: 1;
    }
    .PageMenu .sf-menu > li:last-child:after{border: none;}
    .PageMenu .sf-menu > li:last-child > a{border-right: none;}
    .PageMenu .sf-menu > li > a:hover{
        text-decoration: none;
    }
    .PageMenu .menu-right{
        display: block;
        padding: 21px 3px;
        font-size: 28px;
        background-color: #1f1f1f;
        
    }
    .col-md-4 { width: 25%; }
    .col-md-8 { width: 75%; } 

    .PageMenu .menu-right:hover{
        transition: all 0.5s ease;
        background-color: #353535;
    }
    .PageMenu .menu-right .man_ride_icon{
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/man_ride.png?t=1675204949);
        height: 43px;
        width: 23px;
        display: inline-block;
        position: absolute;
        margin-left: 25px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 15px;
    }

    .PageMenu .menu-right a{
        color: #fff;
        padding-left: 60px;
        display: inline-block;
        line-height: 20px;
        text-decoration: none;
    }
        .PageMenu .menu-right a:hover{
            text-decoration: none;
            cursor: pointer;
        }
.product-container #ProductDetails .BlockContent .second .Weight div.selector,
.product-container #ProductDetails .BlockContent .second .Height div.selector{width:100%!important}
div.selector, div.selector span {
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  letter-spacing:2px;
  line-height: 1em;
}
.QuickSearch {
    left: auto !important;
    right: 10px;
    top: 120px!important;
    z-index: 9999;
}
.PurchaseGiftCertificate h2, #GiftCertificateIntro h2, #CheckGiftCertificateBalance h2{margin:0 0 10px;display: block;
  font-family: "Conv_Knockout-HTF47-Bantamweight";
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.TitleHeading.gift_title{margin:40px 0;display: block;
  font-family: "Conv_Knockout-HTF47-Bantamweight";
  font-size:60px;
  letter-spacing: 3px;
  line-height:60px;
  overflow: hidden;
  padding-bottom: 10px;
  text-transform: uppercase;border:none;text-align: center;
}
#GiftCertificatesMenu h4{margin:0 0 10px;display: block;
  font-family: "Conv_Knockout-HTF47-Bantamweight";
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.PurchaseGiftCertificate, #GiftCertificateIntro, #CheckGiftCertificateBalance{padding-left:10%;}
#GiftCertificateIntro li{padding:5px 0;font-family:"Open Sans",sans-serif;}
.PurchaseGiftCertificate input, .PurchaseGiftCertificate textarea{
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: #1f1f1f;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  height: 51px;
  letter-spacing: 2px;
  padding: 5px 15px;width:100%;
}
#CheckGiftCertificateBalance .HorizontalFormContainer dd{margin-left:15px;}
.PurchaseGiftCertificate form .HorizontalFormContainer dd{width:62%;} 
.PurchaseGiftCertificate p, .PurchaseGiftCertificate .form li label, .form dt{font-family: "Open Sans",sans-serif;}
#PurchaseGiftCertificate .form dt{text-align:left;padding-right:0;width:auto;min-width:160px;}
.PurchaseGiftCertificate #SaveCertificate{
  background-color: #333333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: inherit;
  letter-spacing: 5px;
  line-height: 1;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;font-family:"Conv_Knockout-HTF27-JuniorBantamwt";
  width: 100%;margin-top:15px;max-width:300px;
}
.gift_panel{
  float: right;
  margin: 0 auto;
  padding:0;
  width:60%;
}
.gift_link{
  left: 60px;
  padding-right: 20px;
  position: absolute;width:250px;

}
.gift_link #GiftCertificatesMenu li{border:none;margin:0 0 5px!important;}
#PurchaseGiftCertificate form{margin-top:20px;}
#PurchaseGiftCertificate .HorizontalFormContainer dd{padding: 0 0 10px;}
#PurchaseGiftCertificate .prview_btn{border:none;background:#ececec;border-radius: 0;color:#1f1f1f;display: block;font-family: "Conv_Knockout-HTF27-JuniorBantamwt";
  font-size: 30px;font-weight: normal;height: inherit;letter-spacing: 5px;line-height: 1;margin-top: 15px;padding: 20px 40px;text-align: center;text-transform: uppercase;
  vertical-align: middle;white-space: nowrap;width: 100%;max-width:300px;}

.slide-show li.slide:nth-child(4) .slide-content{}
       
/**************************** responsive header ****************************/
.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}

.menu-opener {
      cursor: pointer;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 40px;
      display:none;
    z-index: 99;
}

.menu-opener-inner {
      background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/ham-menu.png?t=1675204949);
    height: 17px;
    width: 22px;
    display: inline-block;
    margin: 20px 0px 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-opener-inner.active {
      background: transparent;
}
.menu-opener-inner.active::before {
      -webkit-transform: translateY(0rem) rotate(-45deg);
      -ms-transform: translateY(0rem) rotate(-45deg);
      transform: translateY(0rem) rotate(-45deg);
}
.menu-opener-inner.active::after {
      -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
      -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
      transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
}

.menu {
      background: #1f1f1f;
      color: transparent;
      height: 64px;
      position: absolute;
      top: 0%;
      left: 0%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 0rem;
      z-index: 1;
}
.menu.active {
      width: 100%;
      height:100%;
      z-index:99;
    padding: 75px 35px;
    position: fixed;
    overflow: scroll;
}

.botm_icons{ text-align: center;}
.active-close {
      background: #1f1f1f;
      height: 30px;
      margin-left: 20px;





      margin-top: 30px;
      width: 2.5rem;
      display:none;
}
.active-close.active{
    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/icon-close.png?t=1675204949);
    height: 19px;
    width: 17px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu.active .menu-link {
  color: white;
}

.menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  margin-left: 4rem;
  padding: 0;
}

.menu-link {
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  flex: 1 1 auto;
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}
.menu-link li {
  margin: auto;
}

.menu .top-right-menu{margin: 0px; padding: 0px;}
.menu .top-right-menu li a{
    color: #fff;
}
.menu .top-right-menu .icon.icon-cart{
    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/white_cart.png?t=1675204949);
    height: 20px;
    width: 15px;
    background-position: 0px 0px;
}
.menu .mobile_menus{
    display: block;
    overflow: hidden;
    padding-top: 95px;
    width: 100%;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    .menu .mobile_menus ul{
        margin: 0px;
        padding: 0px;
        display: block;
        clear: both;
    }
    .menu .mobile_menus ul li{
        display: block;
       overflow: hidden;
        padding-bottom: 25px;
    }
    .menu .mobile_menus ul.cats ul.sf-menu{
        padding-bottom: 40px;
        overflow: hidden;
    }
    .menu .mobile_menus ul.cats ul.sf-menu li{
        width: 100%;
        padding-bottom: 20px;
    }
    .menu .mobile_menus ul.cats ul.sf-menu li a{
        font-size: 35px;
        line-height: 30px;
    }
    .menu .mobile_menus ul li a{
        color: #fff;
        font-size: 24px;
        letter-spacing: 3px;
        line-height: 20px;
        text-transform: uppercase;
    }
/**************************** responsive header ****************************/
        
.flex-direction-nav .flex-prev{
    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/prev.png?t=1675204949);
    left: 75px !important;
    transition: all 0.4s ease;
    margin-top:5%;
}
.flex-direction-nav .flex-next{
    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/next.png?t=1675204949);
    right: 75px !important;
    transition: all 0.4s ease;
    margin-top:5%;
}
.flex-next:hover{right: 55px !important; transition: all 0.4s ease;}
.flex-prev:hover{left: 55px !important; transition: all 0.4s ease;}
.flex-control-nav{display: none;}

.slide-show{
    margin-bottom: 0px !important;
    position: relative;
    z-index: 0;
    background: none;
    overflow: hidden;
}
.slide-show .flex-viewport{max-height: 100%;}

.slide-show .help_icon{
    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/help.png?t=1675204949);
    height: 51px;
    margin-right: 5px;
    margin-top: 0;
    width: 127px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    bottom: 25px;
    right: 25px;
}
.slide-show .help_icon:hover{
    cursor:pointer;
}

.slide-show .scroll_icon {
    background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/scroll-icon.png);
    height: 70px;
    margin-left: -60px;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 999;
    bottom: 25px;
    left: 50%;
    text-align: center;
    cursor: pointer;
}

.slide-show .scroll_icon span { color: #fff; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; font-size: 18px; position: absolute; bottom: 0px; margin-left: -40px; letter-spacing: 3px; }

.slide-show li.slide:nth-child(4) .slide-content .slide-overlay .slide-heading { font-size: 170px; line-height: 1em; }

.slide-show li.slide:nth-child(4) .slide-content .slide-overlay .slide-text {
  font-size: 41px;
  line-height: 1.46em;
  text-align: center;
}
.slide-show li.slide:nth-child(4) .slide-content .slide-overlay .slide-button .btn { color: #fff !important; }

.slide-show li.slide:nth-child(4) .slide-content .slide-overlay {
  left:0;
  right:0;margin:auto;top:20%;
}
.slide-show .slide-heading{
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt' !important;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    letter-spacing: 1px;
    font-size: 170px;
    line-height: 1;
    display: block;
    overflow: hidden;
    margin: 0px;
}
.slide-show .slide-text{
    color: #ffffff;
    background: transparent;
    line-height: 1;
    font-size: 41px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt' !important;
    text-transform: uppercase;
    letter-spacing: 6px; text-shadow:none!important;
}
.slide-button .btn{
    display: inline-block;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    text-transform: uppercase;
    letter-spacing: 5px;
    height: inherit;
    padding: 20px 40px;
    font-size: 29px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0px;
    background-color: #1f1f1f;
    outline: none;
	z-index:1;
}
    .slide-button .btn:hover{
        background-color: #4d4d4d;
        transition: all 0.5s ease;
    }


.newsletter{
    display: block;
    overflow: hidden;
    padding: 60px 0px;
    background-color: #323232;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    .newsletter > div{width: 100%;}
    .newsletter .newsletter-subscription{background-color: #323232; border: none; color: #fff; width: 705px; max-width: 705px; margin: 0px auto;}
    .newsletter .newsletter-subscription .subscribe_form{display: block; padding-bottom: 5px;}
    .newsletter .newsletter-subscription .newletter_title{
        font-size: 32px;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: block;
        padding-bottom: 15px;
    }
    .newsletter .newsletter-subscription input{
        background-color: #323232;
        border-radius: 0px;
        border-color: #545454;
        font-size: 20px;
        color: #fff;
        height: 51px;letter-spacing:3px;
    }
    
    .newsletter .newsletter-subscription input::-webkit-input-placeholder
    {color: #fff; font-size:20px; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; letter-spacing:2px;}
    .newsletter .newsletter-subscription input:-moz-placeholder
    {color: #fff; font-size:20px; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; letter-spacing:2px;}
    .newsletter .newsletter-subscription input::-moz-placeholder 
    {color: #fff; font-size:20px; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; letter-spacing:2px;}
    .newsletter .newsletter-subscription input:-ms-input-placeholder
    {color: #fff; font-size:20px; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; letter-spacing:2px;}
    
    .newsletter .newsletter-subscription input:hover, .newsletter .newsletter-subscription input:focus, .newsletter .newsletter-subscription input:active{
        border-color: #fff;
        box-shadow: none;
    }
    .newsletter .newsletter-subscription .white-btn{
        background-color: #fff;
        font-size: 30px;
        color: #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        line-height: 0.5;
        border-radius: 0px;
        display: block;
        width: 100%;
        height: 51px;
    }
    .newsletter .newsletter-subscription .white-btn:hover{
        transition: all 0.5s ease;
        background-color: #b5b5b5
    }

.footer-grid{
    display: block;
    overflow: hidden;
    padding: 60px;
    background-color: #1f1f1f;
    color: #fff;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    letter-spacing: 3px;
}
    .footer-grid .powerby_text{display: block;}
        .footer-grid .powerby_text a{font-size: 13px; font-family: 'Open Sans', sans-serif; color: #fff; text-decoration:underline; letter-spacing:1px;}
    .footer-grid .title{font-size: 30px; text-transform: uppercase; line-height: 25px; padding-bottom: 10px;}
    .footer-grid .link{font-size: 20px; color: #fff; display: inline-block;}
        .footer-grid .link:after{
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: width .3s;
        }
        .footer-grid .link:hover{text-decoration: none;}
        .footer-grid .link:hover:after{width: 100%;}
    .footer-grid .contact_rows{display: block; overflow: hidden;}
        .footer-grid .contact_rows li{display: block; overflow: hidden; padding-bottom: 14px;}
        .footer-grid .contact_rows .title{font-size: 20px; text-transform: capitalize; letter-spacing: 3px; padding-bottom: 0px;}
        .footer-grid .contact_rows .sub_text{font-size: 13px; font-family: 'Open Sans', sans-serif; color: #fff; letter-spacing: 1px;}
        .footer-grid .contact_rows .sub_text.mail{text-decoration: underline; word-wrap: break-word;}
    
    .footer-grid .contact_rows .social{display: block;}
        .footer-grid .contact_rows .social a{
            color: #1f1f1f;
            padding: 5px 5px;
            border-radius: 50px;
            font-size: 20px;
            width: 28px;
            height: 28px;
            display: inline-block;
            background-size: contain;
        }
        .footer-grid .contact_rows .social .twitter{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/twitter.png?t=1675204949);}
        .footer-grid .contact_rows .social .facebook{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/facebook.png?t=1675204949);}
        .footer-grid .contact_rows .social .pinterest{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/pinterest.png?t=1675204949);}
        .footer-grid .contact_rows .social .instagram{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/instagram.png?t=1675204949);}
        
.find_board{
    display: block;
    overflow: hidden;
    padding: 44px 0px 50px;
    background-color: #1f1f1f;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    .find_board > div {width: 100%;}
    .find_board .board{
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/man_ride.png?t=1675204949);
        height: 73px;
        width: 35px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0px auto;
    }
    .find_board .title{
        display: inline-block;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1;
        padding: 25px 0px 20px;
        padding-left: 15px;
        padding-bottom: 17px;
    }
    .find_board .sub_title{
        font-size: 26px;
        color: #fff;
        letter-spacing: 4px;
        display: block;
        overflow: hidden;
        line-height: 1;
        padding-bottom: 34px;
    }
    .find_board .row{width: 920px !important; margin: 0px auto;}
        .find_board .row .form-group{margin: 0px; padding: 0px 15px 0px 0px; width: 25%}
        .find_board .row .form-group:last-child{padding: 0px;}
    .find_board .select-bg{
        /*border: 1px solid #fff;
        background-color: #1f1f1f !important;
        color: #fff;
        line-height: 20px;
        letter-spacing: 2px;
        width: 100% !important;
        height: initial !important;
        font-size: 20px;
        padding: 15px 10px !important;
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow.png?t=1675204949)  !important;
        background-repeat: no-repeat;
        background-position: 95% 50% !important;
        -moz-appearance: window;
        -webkit-appearance: none;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        border-radius: 0px;*/
        padding: 0px 20px;
    }
    .find_board .select-bg:focus{border: 1px solid #fff !important; box-shadow: none;}
    .find_board .select-bg option:checked, .find_board .select-bg option:hover {
        color: white;
        background: #1f1f1f repeat url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/option-bg.png?t=1675204949);
    }
    .find_board .select-bg option{
        background: #373737;
        color:#fff;
    }
    .find_board .selector{
        border: 1px solid #fff;
        background-color: #1f1f1f !important;
        color: #fff;
        letter-spacing: 2px;
        width: 100% !important;
        height: 58px !important;
        font-size: 20px;
        padding: 20px 0px !important;
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow.png?t=1675204949)  !important;
        background-repeat: no-repeat;
        background-position: 95% 50% !important;
        -moz-appearance: window;
        -webkit-appearance: none;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        border-radius: 0px;
        text-align: left;
    }
        .find_board .selector span{
            padding: 0px 20px 0px 25px !important;
        }
    .find_board .select-bg option{
        font-size: 13px;
        letter-spacing: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 7px 22px;
        font-family: 'Open Sans', sans-serif;
    }
    .find_board .black-bg-btn{
        display: block;
        width: 100%;
        background-color: #1f1f1f;
        border: 1px solid #fff;
        border-radius: 0px;
        line-height: 1;
        padding: 15px 0px;
        font-size: 30px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        height: 58px;
        color: #fff;
        letter-spacing: 4px;
    }
    .find_board .black-bg-btn:hover{
        transition: all 0.5s ease;
        background-color: #353535;
        color: #fff;
    }

.category_banners{
    display: block;
    overflow: hidden;
    padding: 65px 11px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    color: #fff;
}

    .category_banners .section{margin: 0px; padding: 0px; display: block; overflow: hidden; color: #fff;}

    

    .category_banners .section .img{
        display: block;
        overflow: hidden;
        width: calc(100% - 22px);
        height: 393px;
        background-position:0% 0%;
        background-repeat: no-repeat;
        background-size:cover;
        margin: 11px;
    }
    
    .category_banners .section.section-three .img { height: 325px; }

    .category_banners .section .title{
        display: block;
        overflow: hidden;
        font-size: 40px;
        position: absolute;
        top: 80%;
        left: 45px;
        letter-spacing: 3px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    }

    .category_banners .section.section-three .title { font-size: 28px; }

    .category_banners .section .sub_title{
        display: none;
        opacity: 0;
        overflow: hidden;
        font-size: 22px;
        position: absolute;
        top: 325px;
        left: 45px;
        letter-spacing: 3px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    }
    .category_banners .section.section-three .sub_title { font-size: 27px; }

    .category_banners .section .view{
        display: block;
        font-size: 20px;
    }
    .category_banners .section .view .icon_right_arrow{
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/right_arrow.png?t=1675204949);
        height: 12px;
        width: 12px;
        display: none;
        float: left;
        margin-top: 8px;
        margin-right: 10px;
    }
    .category_banners .section .view a{
        color: #fff;
        display: none;
        overflow: hidden;
    }
   .category_banners .section .view span{
        color: #fff;
        display: none;
        overflow: hidden;
    }
    .category_banners .img:after{
        content:'\A';
        position:absolute;
        width: calc(100% - 22px); height:calc(100% - 22px);
        top:0; left:0;
        background:rgba(0,0,0,0.6);
        opacity:0;
        margin: 11px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .category_banners .section:hover{cursor:pointer;}
    .category_banners .section:hover .img:after{
        opacity:1;
    }
    .category_banners .section:hover .title{
        top: 35%;
        text-align: center;
        width: 100%;
        left: 0%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        font-size: 46px;
        letter-spacing: 5px;
    }
    .category_banners .section:hover .sub_title{
        top: 50%;
        text-align: center;
        width: 100%;
        left: 0%;
        display: block;
        opacity: 1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .category_banners .section:hover .view{
        display: block;
        top: 80%;
        padding: 20px 0px 30px;
        visibility: visible;
        position: absolute;
        width: 80%;
        margin: 0px auto;
        left: 10%;
        border-top: 1px dotted #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .category_banners .section:hover .view a, .category_banners .section:hover .view span{
        display: block;
        letter-spacing: 3px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .category_banners .section:hover .view span:hover {text-decoration: underline;}
    .category_banners .section:hover .view .icon_right_arrow{
        display: inline-block;
    }
.testimonials .owl-buttons .owl-prev{
    font-size: 0px !important;
    border:0px solid #fff;
    background: url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/prev.png?t=1593786994) no-repeat !important;;
    width:40px;
    height: 40px;
    background-position: left 10px center !important;
    background-size: 14px !important;
}

.testimonials .owl-buttons .owl-next{
    font-size: 0px !important;
    border:0px solid #fff;
    background: url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/next.png?t=1593786994) no-repeat !important;;
    width:40px;
    height: 40px;
    background-position: left 14px center !important;
    background-size: 14px !important;
}
.testimonials .owl-theme .owl-controlls .owl-buttons .owl-prev{
	    left: 0;
	}
	.testimonials .owl-theme .owl-controlls .owl-buttons .owl-next{
	    right: 0;
	}
 
.testimonials{
    display: block;
    overflow: hidden;
    padding: 40px 60px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    .testimonials .title{
        display: block;
        overflow: hidden;
        color: #1f1f1f;
        font-size: 40px;
        letter-spacing: 2px;
        padding-bottom: 45px;
        line-height: 30px;
    }
    .testimonials .owl-theme .owl-controlls{
        
        display: block;
       
        clear: both;
        width: auto;
        
    }
    .testimonials .owl-theme .owl-controlls .owl-pagination {
        display: none;
        flex-direction: column;
    }
        
    .testimonials .owl-wrapper-outer{
        height: initial !important;
        margin-top: 50px;
    }
    .testimonials .owl-wrapper-outer .owl-item{
        padding: 60px 50px;
        display: block;
        overflow: hidden;
    }
        .testimonials .owl-wrapper-outer .owl-item .item {max-width: 50%;margin: auto;}

        .testimonials .owl-wrapper-outer .owl-item .quote{
            background-image: url("https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/quote.png?t=1591678550&_ga=2.78881172.1645720174.1591677115-1729201657.1591086543");
            background-size: contain;
            height: 22px;
            width: 22px;
            display: block;
            margin: 0px auto 15px;
            background-repeat: no-repeat;
            padding-bottom: 30px;
        }
        .testimonials .owl-wrapper-outer .owl-item .content{
            font-size: 15px;
            display: block;
            color: #ffffff;
            margin-bottom: 15px;
            font-family: 'Open Sans', sans-serif;
            line-height: 26px;
        }
        .testimonials .owl-wrapper-outer .owl-item .author{
            font-size: 26px;
            display: block;
            color: #ffffff;
            padding-top: 15px;
            letter-spacing: 1px;
            min-height:90px;
        }
        .testimonials .owl-wrapper-outer .owl-item .author span{ font-size: 15px;display: block;color: #ffffff;font-family: 'Open Sans', sans-serif; }
        .testimonials .testimonial-carousal .owl-controls{
            margin-top: 50px !important;
        }
        .testimonials .testimonial-carousal .owl-controls .owl-page span{
            width: 15px !important;
            height: 15px !important;
            background: rgba(255,255,255,0.3) !important;
        }
        .testimonials .testimonial-carousal .owl-controls .owl-page.active span, .testimonials .testimonial-carousal .owl-controls.clickable .owl-page:hover span{
            background: #ffffff !important;
        }
        .owl-theme .owl-controlls .owl-page.active span, .owl-theme .owl-controlls.clickable .owl-page:hover span{
            background: #ffffff !important;
            transition: all 0.5s ease;
        }



.Breadcrumb{
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 30px 20px;
    margin-left: 40px;
    position: absolute;
    color: #fff!important;
    z-index: 2;
    font-size: 18px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;background-color: transparent!important;
}
    .Breadcrumb ul{margin: 0px;}
    .Breadcrumb li{font-size: 18px;}
    .Breadcrumb li a{color: #fff!important; text-transform: uppercase; font-weight: 100; background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator.png?t=1675204949) no-repeat 100% 50%;}
        
.info-page .section1{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 700px;
    background-size:cover;
    background-position:0% 0%;
    background-repeat: no-repeat;
}
    .info-page .section1 .title{
        display: block;
        position: absolute;
        font-size: 86px;
        line-height: 65px;
        color: #fff;
        top: 225px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .info-page .section1 .sub_title{
        display: block;
        position: relative;
        font-size: 32px;
        line-height: 1;
        color: #fff;
        top: 310px;
        text-align: center;
        width: 820px;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        margin: 0px auto;
    }
    .info-page .section1 .arrow_down{
        display: block;
        position: absolute;
        bottom: 90px;
        width: 100%;
        height: 22px;
        margin: 0px auto;
        letter-spacing: 2px;
        background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/info_arrow_down.png?t=1675204949) no-repeat 50% 50%;
    }

.info-page .section2{
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 110px 0px 140px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    .info-page .section2 .title{
        font-size: 37px;
        color: #1f1f1f;
        line-height: 1;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        letter-spacing: 2px;
        width: 65%;
        margin: 0px auto;
    }
    .info-page .section2 .sub_title{
        font-size: 15px;
        color: #1f1f1f;
        line-height: 25px;
        display: block;
        padding-top: 15px;
        font-family: 'Open Sans', sans-serif;
    }
    
.info-page .section3{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 700px;
    background-size:cover;
    background-position:0% 0%;
    background-repeat: no-repeat;
}
    .info-page .section3 .title{
        display: block;
        position: absolute;
        font-size: 86px;
        line-height: 1;
        color: #fff;
        top: 225px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .info-page .section3 .sub_title{
        display: block;
        position: relative;
        font-size: 32px;
        line-height: 1;
        color: #fff;
        top: 310px;
        text-align: center;
        width: 720px;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        margin: 0px auto;
    }
    .info-page .section3 .arrow_down{
        display: block;
        position: absolute;
        bottom: 90px;
        width: 100%;
        height: 22px;
        margin: 0px auto;
        letter-spacing: 2px;
        background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/info_arrow_down.png?t=1675204949) no-repeat 50% 50%;
    }
    
.info-page .section4{
    display: block;
    overflow: hidden;
    padding: 135px 0px 140px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    position: relative;
}
    .info-page .section4 .content{
        display: block;
        padding-left: 135px;
        overflow: hidden;
    }
    .info-page .section4 .content:first-child{
        border-right: 1px solid #dadada;
        padding-right: 135px;
        padding-left: 0px;
    }
    .info-page .section4 .content .title{
        display: block;
        color: #1f1f1f;
        font-size: 36px;
        line-height: 1;
        padding-bottom: 30px;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        letter-spacing: 4px;
    }
    .info-page .section4 .content .sub_title{
        font-size: 15px;
        color: #1f1f1f;
        line-height: 10px;
        display: block;
        padding-bottom: 15px;
        font-family: 'Open Sans', sans-serif;
    }

.no-margin{margin: 0px !important;}
.no-padding{padding: 0px !important;}

.info-page .section5{
    display: block;
    overflow: hidden;
    padding: 0px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    position: relative;
    background-color: #1f1f1f;
    color: #fff;
}
    .info-page .section5 .image{
        width: 50%;
        height: 705px;
        background-size:cover;
        background-position: 100% 0px;
        background-repeat: no-repeat;
    }
    .info-page .section5 .content{
        display: block;
        overflow: hidden;
        padding: 115px 110px;
    }
        .info-page .section5 .content .title{
            display: block;
            overflow: hidden;
            font-size: 85px;
            text-transform: uppercase;
            line-height: 1;
            padding-bottom: 20px;
        }
        .info-page .section5 .content .sub_title{
            display: block;
            overflow: hidden;
            font-size: 32px;
            line-height: 1;
            padding-bottom: 20px;
            letter-spacing: 4px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
        }
        .info-page .section5 .content .description{
            font-size: 15px;
            line-height: 25px;
            display: block;
            padding-bottom: 15px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
        }
        
.info-page .section6{
    display: block;
    overflow: hidden;
    padding: 0px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    position: relative;
    background-color: #1f1f1f;
    color: #fff;
}
    .info-page .section6 .image{
        width: 50%;
        height: 705px;
        background-size:cover;
        background-position:0% 0%;
        background-repeat: no-repeat;
    }
    .info-page .section6 .content{
        display: block;
        overflow: hidden;
        padding: 100px 115px;
    }
        .info-page .section6 .content .title{
            display: block;
            overflow: hidden;
            font-size: 85px;
            text-transform: uppercase;
            line-height: 75px;
            padding-bottom: 20px;
        }
        .info-page .section6 .content .sub_title{
            display: block;
            overflow: hidden;
            font-size: 32px;
            line-height: 25px;
            padding-bottom: 20px;
            letter-spacing: 3px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
        }
        .info-page .section6 .content .description{
            font-size: 15px;
            line-height: 25px;
            display: block;
            padding-bottom: 25px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
        }
        .info-page .section6 .content .right_arrow{
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/right_arrow.png?t=1675204949);
            background-repeat: no-repeat;
            padding: 0px 0px 0px 20px;
            color: #fff;
            letter-spacing: 3px;
            font-size: 22px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            background-position: 0% 50%;
        }
            .info-page .section6 .content .right_arrow:hover{cursor:pointer;}
    
    .info-page .section6 #rtt, .info-page .section6 div#rtt_aily {
        background-color: #dadada;
    }
    .info-page .section6 .rtt-pop{
        width: 100%;
        height: 100%;
        padding: 0px;
    }
        .info-page .section6 .rtt-pop .modal-content{
            box-shadow: none;
            border: none;
            border-radius: 0;
            background-color: #dadada;
            height: 100%;
        }
        .info-page .section6 .rtt-pop .modal-header{border: none;}
        
        .info-page .section6 .rtt-pop .readmore{
            display: block;
            overflow: hidden;
            padding: 130px 100px;
        }
        .info-page .section6 .rtt-pop .readmore .content-first{
            display: block;
            overflow: hidden;
            padding-right:110px;
        }
            .info-page .section6 .rtt-pop .readmore .title{
                display: block;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                font-size: 86px;
                text-transform: uppercase;
                line-height: 65px;
                color: #1f1f1f;
                padding-bottom: 20px;
            }
            .info-page .section6 .rtt-pop .readmore .sub_title{
                display: block;
                font-size: 32px;
                color: #1f1f1f;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                letter-spacing: 2px;
                line-height: 30px;
                padding-bottom: 20px;
            }
            .info-page .section6 .rtt-pop .readmore .description{
                font-size: 15px;
                color: #1f1f1f;
                font-family: 'Open Sans', sans-serif;
                line-height: 25px;
                margin-bottom: 40px;
                font-weight: 600;
            }
            .info-page .section6 .rtt-pop .readmore .pop-close{
                background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/pop-close.png?t=1675204949) no-repeat 50% 50%;
                background-size: contain;
                display: inline-block;
                height: 48px;
                text-align: center;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                color: #1f1f1f;
                font-size: 37px;
                text-transform: uppercase;
                margin: 10px 0px 35px;
                padding-left: 60px;
                background-position: 0% 50%;
                letter-spacing: 3px;
            }
            .info-page .section6 .rtt-pop .readmore .pop-close:hover{cursor:pointer;}
        .info-page .section6 .rtt-pop .readmore .content-second{
            display: block;
            overflow: hidden;
            padding-left:110px;
            border-left: 1px solid #c0c0c0;
        }
    
.video-page .Breadcrumb, .blog-page .Breadcrumb{
    color: #1f1f1f !important;
    margin-left: 40px;
    position: relative;
}
.video-page .Breadcrumb li a, .blog-page .Breadcrumb li a{
    color: #1f1f1f !important;
    background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator_black.png?t=1675204949) no-repeat 100% 50%;
    text-transform: uppercase;
}

.video-page .section-intro-new { display: block; padding-top: 12px; text-align: center; width: 100%; }
.video-page .section-intro-new h2 { color: #1F1F1F; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; font-size: 48px; letter-spacing: 5px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: .96em; margin-bottom: 5px; text-transform: uppercase; }
.video-page .section-intro-new p { color: #000000; font-family: "Open Sans",sans-serif; font-size: 15px; line-height: 1.71em; max-width: 520px; margin-left: auto; margin-right: auto; }
.video-page { border-top: 1px solid #d4d4d4; }

.blog-page .section-intro-new { display: block; padding-top: 12px; text-align: center; width: 100%; }
.blog-page .section-intro-new h2 { color: #1F1F1F; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; font-size: 48px; letter-spacing: 5px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: .96em; margin-bottom: 5px; text-transform: uppercase; }
.blog-page .section-intro-new p { color: #000000; font-family: "Open Sans",sans-serif; font-size: 15px; line-height: 1.71em; max-width: 520px; margin-left: auto; margin-right: auto; }
.blog-page { border-top: 1px solid #d4d4d4; }


    .video-page .videos{
        display: block;
        overflow: hidden;
        clear: both;
        padding-top: 75px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    }
    .video-page .videos .video-tabs{
        border: none;
        margin: 0px auto;
        float: none;
        width: 42%;
        padding-bottom: 15px;
    }
    
    .video-page .videos .video-tabs > li, .nav-pills > li {
        float:none;
        display:inline-block;
        *display:inline; /* ie7 fix */
        zoom:1; /* hasLayout ie7 trigger */
        width: 33%;
    }

    .video-page .videos .video-tabs, .nav-pills {
        text-align:center;
    }
    
    .video-page .videos .video-tabs>li>a{
        color: #1f1f1f;
        background: #fff;
        font-size: 25px;
        text-transform: uppercase;
        border: 1px solid #dadada;
        border-radius: 0;
        padding: 10px 60px;
        margin-right: 10px;
    }
    .video-page .videos .video-tabs>li.active>a, .video-page .videos .video-tabs>li.active>a:focus, .video-page .videos .video-tabs>li.active>a:hover{
        color: #fff;
        background: #1f1f1f;
        cursor: pointer;
    }
    
    .video-page .videos .tab-content>.active{
        display: block;
        overflow: hidden;
        padding: 50px 60px;
    }
    
    .video-page .videos .tab-content .loadmore{
        display: block;
        font-size: 28px;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #1f1f1f;
        line-height: 25px;
        padding: 28px 150px;
        border: 1px solid #d4d4d4;
        overflow: hidden;
        width: 40%;
        margin: 0px auto 80px;
        border-bottom: 5px solid #d4d4d4;
        background: #fff;
    }
    .video-page .videos .tab-content .loadmore:hover{
        background: #d4d4d4;
        cursor: pointer;
    }
    .video-page .videos .tab-content .more-videos{display:none;}
    
    .video-page .videos .tab-content .video-detail .modal.in .modal-dialog{
        width: 100%;
        height: 100%;
        padding: 0px;
    }
        .video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-content{
            height: 100%;
            border: none;
            background: #1f1f1f;
            border-radius: 0px;
        }
        .video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-header{
            border: none;
            background: #1f1f1f;
            border-radius: 0px;
        }
        .video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-header .popup-close{
            background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/popup-close.png?t=1675204949) no-repeat 50% 50%;
            background-size: contain;
            display: block;
            height: 65px;
            text-align: center;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            color: #fff;
            font-size: 25px;
            text-transform: uppercase;
            padding-top: 65px;
            margin: 60px 0px 35px;
            line-height: 50px;
            letter-spacing: 3px;
        }
            .video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-header .popup-close:hover{
                cursor:pointer;
            }
        .video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-body{
            border: none;
            background: #1f1f1f;
            border-radius: 0px;
            padding: 45px 20px;
        }
        .video-page .videos .tab-content .video-detail .modal .modal-dialog .modal-content iframe{width: 100%;}
    
    .video-page .videos .tab-content .video-detail{
        display: block;
        overflow: hidden;
        margin-bottom: 70px;
    }
    .video-page .videos .tab-content .video-detail .thumb{
        display: block;
        overflow: hidden;
        position: relative;
    }
        .video-page .videos .tab-content .video-detail .thumb img{
            width: 100%;
            /*height: 320px;
            display: block;*/
            max-width: 480px;
        }
        .video-page .videos .tab-content .video-detail .thumb:after{
            content:'\A';
            position:absolute;
            width:100%;
            height: 100%;
            top:0;
            left:0;
            background:rgba(0,0,0,0.6);
            opacity:0;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }
        .video-page .videos .tab-content .video-detail:hover .thumb:after{
            opacity:1;
        }
        .video-page .videos .tab-content .video-detail .play{
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/video_thumb/play.png?t=1675204949);
            background-size: 100px 100px;
            background-position: 50% 50%;
            width: 100%;
            height: 100%;
            position: absolute;
            margin: 0px auto;
            text-align: center;
            top: 0px;
            background-repeat: no-repeat;
            z-index: 9;
            left: 0;
        }
    .video-page .videos .tab-content .video-detail .details{
        display: block;
        overflow: hidden;
        padding: 45px 45px 60px;
        border-bottom: 3px solid #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        height: 260px;
    }
        .video-page .videos .tab-content .video-detail .details .title{
            display: block;
            font-size: 30px;
            line-height: 1;
            color: #1f1f1f;
            text-transform: uppercase;
            padding-bottom: 10px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            letter-spacing: 4px;
        }
        .video-page .videos .tab-content .video-detail .details .description{
            font-size: 15px;
            line-height: 23px;
            display: block;
            font-family: 'Open Sans', sans-serif;
            letter-spacing: 0px;
            max-height: 115px;
            overflow: hidden;
        }
    .video-page .videos .tab-content .video-detail:hover .details{
        background-color: #e8e8e8;
        border-bottom: none;
        cursor: pointer;
    }
    .video-page .videos .tab-content .video-detail:hover .play{
        cursor: pointer;
    }

.ExpressCheckoutContent .radio input[type="radio"], .ExpressCheckoutContent .radio-inline input[type="radio"], .ExpressCheckoutContent .checkbox input[type="checkbox"], 
.ExpressCheckoutContent .checkbox-inline input[type="checkbox"]{margin-left:0;}

/*****************************************************************/    
.interest-page{display:block; overflow:hidden;}
    .interest-page .section1{
        width: 100%;
        height: 700px;
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 0px;
        position: relative;
        background-repeat: no-repeat;
        background-size:cover;
        background-position: right center;
    }
        .interest-page .section1 .title{
            display: block;
            position: relative;
            font-size: 86px;
            line-height: 75px;
            color: #fff;
            top: 125px;
            text-align: center;
            width: 700px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 0px auto !important;
        }
        .interest-page .section1 .sub_title{
            display: block;
            position: relative;
            font-size: 29px;
            line-height: 25px;
            color: #fff;
            top: 150px;
            text-align: center;
            width: 790px;
            text-transform: uppercase;
            letter-spacing: 5px;
            margin: 0px auto;
        }
        .interest-page .section1 .action-btn{
            margin: 0px auto;
            text-align: center;
            position: absolute;
            top: 58%;
            display: inline-block;
            width: 100%;
        }
        .interest-page .section1 .black-btn{
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 5px;
            height: inherit;
            padding: 20px 40px;
            font-size: 29px;
            font-weight: normal;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 0px;
            background-color: #1f1f1f;
            color: #fff;
        }
        .interest-page .section1 .black-btn:hover{
            background-color: #4d4d4d;
            text-decoration:none;
        }
        .interest-page .section1 .btn_sub_text{
            display: block;
            position: absolute;
            font-size: 25px;
            line-height: 1;
            color: #fff;
            top: 71%;
            text-align: center;
            width: 100%;
            letter-spacing: 2px;
            margin: 0px auto;
        }
        .interest-page .section1 .powered_by{
            display: block;
            position: absolute;
            font-size: 25px;
            line-height: 1;
            color: #fff;
            top: 625px;
            text-align: center;
            width: 100%;
            letter-spacing: 2px;
            margin: 0px auto;
        }
            .interest-page .section1 .powered_by .zip_money{
                background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/zip_money.png?t=1675204949);
                width: 150px;
                height: 30px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
            }
        
        .interest-page .section2{display: block; overflow: hidden; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';}
            .interest-page .section2 > .first{
                display: block;
                overflow: hidden;
                padding: 110px 150px 30px 170px;
                background-color: #1f1f1f;
                color: #fff;
                min-height: 600px;
            }
            .interest-page .section2 > .first .title{
                font-size: 64px;
                text-transform: uppercase;
                letter-spacing: 4px;
                display: block;
                overflow: hidden;
                line-height: 1;
                padding-bottom: 30px;
            }
            .interest-page .section2 > .first .sub_title{
                font-size: 32px;
                letter-spacing: 4px;
                display: block;
                overflow: hidden;
                line-height: 1;
                margin-bottom: 35px;
            }
            .interest-page .section2 > .second{
                display: block;
                overflow: hidden;
                padding: 110px 150px 65px 125px;
                background-color: #ececec;
                color: #1f1f1f;
                min-height: 600px;
            }
            .interest-page .section2 > .second .title{
                font-size: 36px;
                text-transform: uppercase;
                letter-spacing: 3px;
                display: block;
                overflow: hidden;
                line-height: 1;
                padding-bottom: 22px;
            }
            .interest-page .section2 > .second .desc{
                display: block;
                overflow: hidden;
                font-size: 24px;
                letter-spacing: 2px;
                line-height: 1;
                text-align: center;
            }
                .interest-page .section2 > .second .desc .round{
                    display: block;
                    background-color: #1f1f1f;
                    color: #fff;
                    text-align: center;
                    border-radius: 50px;
                    width: 72px;
                    height: 72px;
                    line-height: 72px;
                    margin: 0px auto 22px;
                }
                .interest-page .section2 > .second .desc .arrow{
                    display: block;
                    border-bottom: 1px dashed #1f1f1f;
                    margin-top: 35px;
                }
                
        .interest-page .section3{display: block; overflow: hidden; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; padding: 135px 180px;}
            .interest-page .section3>.title{
                display: block;
                font-size: 86px;
                line-height: 65px;
                color: #1f1f1f;
                letter-spacing: 2px;
                padding-bottom: 20px;
            }
            .interest-page .section3 .details{
                display: block;
                padding: 0px 110px 0px 0px;
                border-right: 1px solid #dadada;
            }
            .interest-page .section3 .details:last-child{
                display: block;
                padding: 0px 0px 0px 110px;
                border: none;
            }
            .interest-page .section3 .details .title{
                display: block;
                font-size: 37px;
                line-height: 30px;
                color: #1f1f1f;
                letter-spacing: 3px;
                padding: 25px 0px;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
            }
            .interest-page .section3 .details .details_text{
                display: block;
                font-size: 15px;
                line-height: 22px;
                color: #1f1f1f;
                padding: 5px 0px;
                font-family: 'Open Sans', sans-serif;
            }
            .interest-page .section3 .details .details_text .right-icon{
                background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/right_icon.png?t=1675204949);
                width: 100%;
                height: 32px;
                background-position: 0%;
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                padding-left: 40px;
                padding-top: 7px;
                font-family: 'Open Sans', sans-serif;
            }
            .interest-page .section3 .details .sub_title{
                display: block;
                font-size: 15px;
                line-height: 22px;
                color: #1f1f1f;
                letter-spacing: 1px;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
            }
            .interest-page .section3 .details .mail{
                display: block;
                font-size: 15px;
                line-height: 22px;
                color: #1f1f1f;
                font-weight: bold;
                font-family: 'Open Sans', sans-serif;
                padding: 10px 0px;
            }
                .interest-page .section3 .details .mail a{
                    color: #1f1f1f;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 400;
                }
        
        .interest-page .section4{
            display: block;
            overflow: hidden;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            margin: 0px;
            padding: 0px;
            position: relative;
            height:690px;
            background-repeat: no-repeat;
            background-size:cover;
        }
            .interest-page .section4 .title{
                display: block;
                position: relative;
                font-size: 150px;
                line-height: 110px;
                color: #fff;
                top: 210px;
                text-align: center;
                width: 450px;
                text-transform: uppercase;
                letter-spacing: 2px;
                margin: 0px auto !important;
            }
            .interest-page .section4 .sub_title{
                display: block;
                position: relative;
                font-size: 32px;
                line-height: 1;
                color: #fff;
                top: 230px;
                text-align: center;
                width: 560px;
                text-transform: uppercase;
                letter-spacing: 5px;
                margin: 0px auto;
            }
            .interest-page .section4 .action-btn{
                margin: 0px auto;
                text-align: center;
                position: absolute;
                top: 440px;
                display: inline-block;
                width: 100%;
            }
            .interest-page .section4 .black-btn{
                display: inline-block;
                text-transform: uppercase;
                letter-spacing: 5px;
                height: inherit;
                padding: 20px 40px;
                font-size: 29px;
                font-weight: normal;
                line-height: 1;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                border-radius: 0px;
                background-color: #1f1f1f;
                color: #fff;
            }
            .interest-page .section4 .black-btn:hover{
                background-color: #4d4d4d;
                text-decoration:none;
            }
            .interest-page .section4 .btn_sub_text{
                display: block;
                position: relative;
                font-size: 28px;
                text-transform:uppercase;
                line-height: 1;
                color: #fff;
                top: 425px;
                text-align: center;
                width: 100%;
                margin: 0px auto;
                letter-spacing: 5px;
            }

.productAttributeList .productAttributeRow{position:relative}


/******************** Custom CSS by Vishal ******************/
/******************** Contact Form ********************/
.info-page .contact{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
}
    .info-page .contact .hero{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 0px;
        position: relative;
    }
        .info-page .contact .hero{
            width: 100%;
            height: 350px;
            display: block;
            overflow: hidden;
        }
        .info-page .contact .hero .title{
            display: block;
            position: absolute;
            font-size: 86px;
            line-height: 75px;
            color: #fff;
            top: 35%;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .info-page .contact .hero .sub_title{
            display: block;
            position: absolute;
            font-size: 31px;
            line-height: 1;
            color: #fff;
            top: 56%;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
    
    .info-page .contact .first{
        display: block;
        overflow: hidden;
        padding: 110px 100px 110px 180px;
        background-color: #1f1f1f;
        color: #fff;
        min-height: 770px;
    }
        .info-page .contact .first .title{
            font-size: 86px;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: block;
            overflow: hidden;
            line-height: 65px;
            padding-bottom: 30px;
        }
        .info-page .contact .first .sub_title{
            font-size: 32px;
            letter-spacing: 4px;
            display: block;
            overflow: hidden;
            line-height: 32px;
            margin-bottom: 40px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
        }
        .info-page .contact .first .address{
            display: block;
            overflow: hidden;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }
            .info-page .contact .first .address .pointer{
                font-size: 32px;
                overflow: hidden;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
            }
            .info-page .contact .first .address li{
                font-size:20px;
                display: block;
                overflow: hidden;
                letter-spacing: 2px;
            }
            .info-page .contact .first .address li a{
                color:#fff;
            }
        .info-page .contact .first .social{
            display: block;
            margin-top: 30px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            letter-spacing: 2px;
        }
        .info-page .contact .first .social .sub_title{
            margin-bottom: 20px;
        }
            .info-page .contact .first .social a{
                color: #1f1f1f;
                border-radius: 50px;
                width: 42px;
                height: 42px;
                display: inline-block;
                background-size: contain;
                margin-right: 5px;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
            }
            .info-page .contact .first .social .twitter{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/twitter.png?t=1675204949);}
            .info-page .contact .first .social .facebook{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/facebook.png?t=1675204949);}
            .info-page .contact .first .social .pinterest{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/pinterest.png?t=1675204949);}
            .info-page .contact .first .social .instagram{background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/instagram.png?t=1675204949);}
            
            .info-page .contact .first .social .twitter:hover{background-color: #00aced;}
            .info-page .contact .first .social .facebook:hover{background-color: #3b5998;}
            .info-page .contact .first .social .pinterest:hover{background-color: #cb2027;}
            .info-page .contact .first .social .instagram:hover{background-color: #517fa4;}
        
    .info-page .contact .second{
        display: block;
        overflow: hidden;
        padding: 110px 180px 110px 110px;
        background-color: #fff;
        color: #1f1f1f;
        min-height: 770px;
    }
    .info-page .contact .second .title{
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: block;
        overflow: hidden;
        padding-bottom: 10px;
        line-height:30px;
    }
        .info-page .contact .second .contactform{
            display:block;
            overflow:hidden;
        }
        .info-page .contact .second .contactform .form-group{margin-bottom:10px;}
        .info-page .contact .second .contactform .form-group input, .info-page .contact .second .contactform .form-group textarea{
            border-radius: 0px;
            letter-spacing: 2px;
            color: #1f1f1f;
            padding: 5px 15px;
            border: 1px solid #d7d7d7;
            font-size:14px;
            font-family: 'Open Sans', sans-serif;
            box-shadow: none;
            height: 51px;
        }
        .info-page .contact .second .contactform .form-group.has-error input, .info-page .contact .second .contactform .form-group.has-error textarea{
            border-color: #a94442;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        }
    
        .info-page .contact .second .contactform .form-group input::-webkit-input-placeholder,
        .info-page .contact .second .contactform .form-group textarea::-webkit-input-placeholder
        {color:    #1f1f1f; font-size:14px; font-family: 'Open Sans', sans-serif;}
        .info-page .contact .second .contactform .form-group input:-moz-placeholder,
        .info-page .contact .second .contactform .form-group textarea:-moz-placeholder 
        {color:    #1f1f1f; font-size:14px; font-family: 'Open Sans', sans-serif;}
        
        .info-page .contact .second .contactform .form-group input::-moz-placeholder,
        .info-page .contact .second .contactform .form-group textarea::-moz-placeholder 
        {color:    #1f1f1f; font-size:14px; font-family: 'Open Sans', sans-serif;}
        
        .info-page .contact .second .contactform .form-group input:-ms-input-placeholder,
        .info-page .contact .second .contactform .form-group textarea:-ms-input-placeholder 
        {color:    #1f1f1f; font-size:14px; font-family: 'Open Sans', sans-serif;}
        
        .info-page .contact .second .contactform .submit{
            display:block;
            overflow:hidden;
            margin: 20px 0px;
        }
            .info-page .contact .second .contactform .submit .black-btn{
                display: block;
                text-transform: uppercase;
                letter-spacing: 5px;
                height: inherit;
                padding: 20px 40px;
                font-size: 30px;
                font-weight: normal;
                line-height: 1;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                border-radius: 0px;
                background-color: #333333;
                color: #fff;
                border: none;
                width: 100%;
            }
            .info-page .contact .second .contactform .submit .black-btn:hover{
                background-color: #4d4d4d;
                text-decoration: none;
            }
/******************** Contact Form ********************/


/******************** Mobile menu ********************/
#nav_list{font-size: 1.3em; float: right; border: 0; background: 0 0; color: #000; outline: 0; cursor: pointer; display:none;}
#nav_list span {height:3px; width:25px; display:block; margin:6px 0px;}
        #nav_list span{background:#1f1f1f;}
.pushmenu {
  background: #444;
  text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
}

.pushmenu h3 {
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;
  padding: 15px 25px;
  margin: 0;
  background: #333;
  height: 16px;
}

.links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 25%;
  width: 50%;
}

.links li { margin-top: 30px; }

.links li a {
  position: relative;
  display: block;
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;
}

.links li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  bottom: -5px;
  width: 0;
  height: 4px;
  background-color: #f1f1f1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.links li a:hover:after { width: 70%; }

.links li a:active { color: #dbdbdb; }

.pushmenu-left { left: -300px; }

.pushmenu-left.pushmenu-open { left: 0; }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushmenu-push-toright { left: 300px; }

.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/******************** Mobile menu ********************/

/******************** FAQs ********************/
.faq-page{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
}
    .faq-page .section1{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 0px;
        position: relative;
    }
        .faq-page .section1 img{
            width: 100%;
            height: 350px;
            display: block;
            overflow: hidden;
        }
        .faq-page .section1 .title{
            display: block;
            position: absolute;
            font-size: 86px;
            line-height: 75px;
            color: #fff;
            top: 35%;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .faq-page .section1 .sub_title{
            display: block;
            position: absolute;
            font-size: 31px;
            line-height: 1;
            color: #fff;
            top: 56%;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
    .faq-page .section2{
        display: block;
        overflow: hidden;
        padding: 110px 0px;
    }
        .faq-page .section2 .question{
            display: block;
            font-size: 38px;
            line-height: 1em;
            letter-spacing: 2px;
            margin-bottom: 30px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            width: 750px;
            margin: 0px auto;
        }
        .faq-page .section2 .answer{
            display: block;
            font-size: 15px;
            line-height: 1.8em;
            font-family: 'Open Sans', sans-serif;
            /*font-weight: bold;*/
            margin: 0px auto 45px;
            width: 750px;
        }
.faq-page table {
    width: 100%;
}
.faq-page table, .faq-page table tr, .faq-page table td, .faq-page table th {
    border-color: #ccc;
    text-align: center;
}

/******************** FAQs ********************/

/******************** Testimonials ********************/
.testimonials-page{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
}
    .testimonials-page .section1{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 0px;
        position: relative;
    }
        .testimonials-page .section1 img{
            width: 100%;
            height: 350px;
            display: block;
            overflow: hidden;
        }
        .testimonials-page .section1 .title{
            display: block;
            position: absolute;
            font-size: 86px;
            line-height: 75px;
            color: #fff;
            top: 35%;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .testimonials-page .section1 .sub_title{
            display: block;
            position: absolute;
            font-size: 31px;
            line-height: 1;
            color: #fff;
            top: 56%;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
    .testimonials-page .section2{
        display: block;
        overflow: hidden;
        padding: 100px 0px;
    }
        .testimonials-page .section2 .quote{
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/quote.png?t=1675204949);
            height: 22px;
            width: 22px;
            display: block;
            margin: 0px auto;
            background-repeat: no-repeat;
            padding-bottom: 65px;
        }
        .testimonials-page .section2 .question{
            display: block;
            font-size: 38px;
            line-height: 38px;
            letter-spacing: 4px;
            margin-bottom: 30px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
        }
        .testimonials-page .section2 .answer{
            display: block;
            font-size: 15px;
            line-height: 1.8em;
            font-family: 'Open Sans', sans-serif;
            max-width: 75%;
            margin: 0px auto 45px;
        }
/******************** Testimonials ********************/

/******************** Error Page ********************/

.error-page .Breadcrumb{
    color: #1f1f1f;
}
.error-page .Breadcrumb li a{
    color: #1f1f1f;
    background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator_black.png?t=1675204949) no-repeat 100% 50%;
    text-transform: uppercase;
}
    .error-page .content{
        display: block;
        overflow: hidden;
        padding: 200px 0px 255px;
        text-align: center;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    }
    .error-page .content .title{
        display: block;
        font-size: 155px;
        overflow: hidden;
        line-height: 115px;
        padding-bottom: 25px;
    }
    .error-page .content .sub_title{
        display: block;
        overflow: hidden;
        font-size: 52px;
        line-height: 56px;
        padding-bottom: 50px;
        letter-spacing: 3px;
    }
/******************** Error Page ********************/

/******************** Auto Responder ********************/

#auto-responder{
    text-align: center;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    #auto-responder .modal-header{padding: 22px 20px 15px; border: none;}
    #auto-responder .modal-header .modal-title{font-size: 17px; line-height: 15px; display: block; padding: 0px; letter-spacing: 2px;}
    #auto-responder .respond-border{
        display: block;
        border: 2px solid #1f1f1f;
        width: 85%;
        margin: 0px auto;
    }
    #auto-responder .modal-body{
        font-family: 'Arimo', sans-serif;
        width: 85%;
        margin: 0px auto;
        text-align: left;
        padding: 20px 0px 70px;
    }
    #auto-responder .modal-body .title{
        display: block;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 15px;
        font-weight: bold;
        overflow: hidden;
        padding-bottom: 15px;
    }
    #auto-responder .modal-body .desc{
        display: block;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 13px;
        padding-bottom: 15px;
    }
    #auto-responder .modal-footer{
        background-color: #1f1f1f;
        color: #fff;
        border: none;
        padding: 30px;
        font-family: 'Arimo', sans-serif;
    }
    #auto-responder .modal-footer .respond-footer a{color: #fff;}
    
    #auto-responder .modal-footer .respond-footer .social{display: block;}
        #auto-responder .modal-footer .respond-footer .social a{
            color: #1f1f1f;
            background-color: #fff;
            padding: 5px 5px;
            border-radius: 50px;
            font-size: 20px;
            margin-right:10px;
        }
        #auto-responder .modal-footer .respond-footer .social .twitter:hover .fa{color: #00aced;}
        #auto-responder .modal-footer .respond-footer .social .facebook:hover .fa{color: #3b5998;}
        #auto-responder .modal-footer .respond-footer .social .pinterest:hover .fa{color: #cb2027;}
        #auto-responder .modal-footer .respond-footer .social .instagram:hover .fa{color: #517fa4;}
        #auto-responder .modal-footer .respond-footer .social a .fa{width: 20px; height: 20px; text-align: center;}
/******************** Auto Responder ********************/

/******************** Blog Page ********************/

.blog-page .Breadcrumb{
    color: #1f1f1f;
}
.blog-page .Breadcrumb li a{
    color: #1f1f1f!important;
    background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator_black.png?t=1675204949) no-repeat 100% 50%;
    text-transform: uppercase;
}
    .blog-page .content{
        display: block;
        overflow: hidden;
        padding: 65px 15px;
        text-align: center;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        width: 1200px;
        margin: 0px auto;
    }
    
    .blog-page .content .BlogPost{display: block; overflow: hidden;}
        .blog-page .content .BlogPost .desc{
            display: block;
            overflow: hidden;
            padding: 60px;
            text-align:left;
            border-top: 3px solid #d7d7d7;
            border-bottom: 3px solid #d7d7d7;
            border-left: 3px solid #d7d7d7;
            margin-bottom:60px;
            min-height: 400px;
        }
        .blog-page .content .BlogPost .desc .posted{display: inline-block; clear: both; font-size:20px; line-height: 5px; margin-bottom: 10px; letter-spacing: 2px;}
        .blog-page .content .BlogPost .desc .posted .blog-tags{display: inline-block; padding: 0px; margin: 0px; color:#1f1f1f;}
        .blog-page .content .BlogPost .desc .posted .blog-tags li{background: #fff; color: #1f1f1f; margin: 0px;}

        .blog-page .content .BlogPost .desc .title{display: block; overflow: hidden; padding: 20px 0px;}
            .blog-page .content .BlogPost .desc .title a{
                color: #1f1f1f;
                text-decoration: none;
                font-size: 34px;
                text-transform: uppercase;
                letter-spacing: 3px;
                line-height: 25px;
            }
            
        .blog-page .content .BlogPost .desc .details{
            font-size: 15px;
            line-height: 25px;
            color: #1f1f2f;
            font-family: 'Open Sans', sans-serif;
            display: block;
            padding-right:50px;
        }
        
        .blog-page .content .BlogPost .desc .author-logo{
            background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/blog-logo.png?t=1675204949) no-repeat 100% 50%;
            background-size:contain;
            position: absolute;
            right: 0px;
            bottom: 0px;
            height: 80px;
            width: 200px;
            font-size: 23px;
            padding: 25px 0px;
            letter-spacing: 2px;
        }
        
        .blog-page .content .BlogPost .thumb{
            margin: 0px;
            padding: 0px;
            border: none;
            min-height: 400px;
            display: block;
            overflow: hidden;
        }
            .blog-page .content .BlogPost .thumb .thumbnail{
                padding: 0px;
                border: none;
                margin: 0px;
                line-height: 1px;
                overflow: hidden;
                border-radius: 0px;
            }
                .blog-page .content .BlogPost .thumb .thumbnail img{
                    height: 318px;
                    margin: 0px;
                    width: 100%;
                    -webkit-transition: all 2s ease;
                    -moz-transition: all 2s ease;
                    -ms-transition: all 2s ease;
                    transition: all 2s ease;
                }
                .blog-page .content .BlogPost .thumb .thumbnail img:hover{
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);
                }
            .blog-page .content .BlogPost .thumb .readmore{
                background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/read-more.png?t=1675204949) no-repeat 0% 50%;
                background-size:contain;
                height: 82px;
                width: 82px;
                border-bottom: 3px solid #d7d7d7;
                border-right: 3px solid #d7d7d7;
            }
            .blog-page .content .BlogPost .thumb .readmore:hover{cursor:pointer;}
        
        .blog-page .content #NewsContent{display: none;}




/******************** Blog Page ********************/

/******************** Post Detail Page ********************/

.post-page .Breadcrumb{
    color: #1f1f1f;
}
.post-page .Breadcrumb li a{
    color: #1f1f1f;
    background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator_black.png?t=1675204949) no-repeat 100% 50%;
    text-transform: uppercase;
}
/******************** Post Detail Page ********************/

/******************** Category Page ********************/


.category-page{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
}
    .category-page .description{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        margin: 0px;
        padding: 0px;
        position: relative;
    }
        .category-page .description .cat-bg{
            width: 100%;
            height: 355px;
            display: block;
            overflow: hidden;
            background-position:0% 0%;
            background-repeat: no-repeat;
            background-size: cover;
        }
.category-page .description .cat-bg .cat-bg-inner { margin-top: 6px; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
        .category-page .description .cat-bg .title{

            display: block;
           
            font-size: 69.78px;
            line-height: 0.8em;
            color: #fff;
            
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .category-page .description .cat-bg .sub_title{
            display: block;
            
            font-size: 31px;
            line-height: 1.44em;
            color: #fff;
            padding-top: 12px;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
        .category-page .description .features{
            display:block;
            overflow:hidden;
            text-align:center;
            padding: 30px 0px 25px;
            border-bottom: 1px solid #d4d4d4;
            margin: 0px 60px;
        }
            .category-page .description .features li{
                background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/right_icon.png?t=1675204949);
                height: 32px;
                background-position: 0%;
                background-repeat: no-repeat;
                background-size: contain;
                display: inline-block;
                padding-left: 40px;
                padding-top: 5px;
                font-size: 18px;
                margin-right: 20px;
                letter-spacing:2px;
                text-transform:uppercase;color:#1f1f1f;
            }
    
        .category-page .cat-detail{display: block; overflow: hidden; margin: 0px 60px; padding: 85px 0px; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';}
            .category-page .cat-detail .first{display: block; overflow: hidden; padding: 0px;}
            .category-page .cat-detail .first .title{
                display: block;
                font-size: 41px;
                font-weight: 700;
                letter-spacing: 4px;
                text-transform: uppercase;
                line-height:35px;
                margin-bottom: 30px;
            }
            .category-page .cat-detail .first ul{
              
                    overflow: hidden;
            }
                .category-page .cat-detail .first ul li{
                    display: block;
                    overflow: hidden;
                    clear: both;
                    float: left;
                    padding-bottom:15px;
                }
                .category-page .cat-detail .first ul li a{
                    display: block;
                    overflow: hidden;
                    font-size: 27px;
                    line-height: 25px;
                    color: #1f1f1f;
                    clear: both;
                    letter-spacing: 2px;
                }
                
            .category-page .cat-detail .first .find-board-btn{
                display: block;
                overflow: hidden;
                font-size: 22px;
                text-transform: uppercase;
                letter-spacing: 2px;
                color: #1f1f1f;
                border: 1px solid #d4d4d4;
                border-bottom: 5px solid #d4d4d4;
                width: 65%;
                padding: 10px 20px;
                text-decoration:none;
            }
            .category-page .cat-detail .first .find-board-btn:hover{cursor: pointer;}
                .category-page .cat-detail .first .find-board-btn .man-icon{
                    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/man_black.png?t=1675204949);
                    height: 35px;
                    width: 25px;
                    display: inline-block;
                    background-repeat: no-repeat;
                    background-size: contain;
                    margin-bottom: -5px;
                }
        
        .category-page .cat-detail .second{
            padding: 0px;
            display: block;
            overflow: hidden;
            border-left: 2px solid #d4d4d4;
        }
            .category-page .cat-detail .second .ProductList{margin: 0px;}
            .category-page .cat-detail .second .ProductList li{padding: 50px 0px 0px; width: 33% !important; position:relative; min-height:550px !important; float:left;}
            
            .category-page .cat-detail .second .ProductList li:after{
                content:'\A';
                position:absolute;
                width:100%; height:100%;
                top:0; left:0;
                background: #000;
                opacity:0;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
            }
            .category-page .cat-detail .second .ProductList li:hover:after{
                opacity: 0.8;
            }
            .category-page .cat-detail .second .ProductList li:hover .pname{
                position: absolute;
                z-index: 99;
                color: #fff !important;
                top: 0%;
                text-align: center;
                width: 100%;
                font-size:35px !important;
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                line-height:30px;
                height: 100%;
                padding: 0px !important;
                display: flex !important;
                align-items: center;
                justify-content: center;
            }
            .category-page .cat-detail .second .ProductList li:hover .p-price{
                padding-top: 68px;
            }
            .category-page .cat-detail .second .ProductList .ProductImage{border-right: 1px solid #d4d4d4;}
            .category-page .cat-detail .second .ProductList li:nth-child(3n) .ProductImage{
                border-right: none;
            }
            .category-page .cat-detail .second .ProductList .ProductImage img{
                height: 100%;
            }
            .category-page .cat-detail .second .ProductList .ProductImage, .brand-img{
                display: block !important;
            }
            .category-page .cat-detail .second .ProductList .ProductImage a, .ProductThumbImage a{
                display:block !important;
                max-height: 600px;
            }
            #CategoryContent .ProductList .pname, #CategoryContent .ProductList .p-name a{
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                font-size: 22px;
                display: block;
                overflow: hidden;
                padding: 40px 0px 10px;
                letter-spacing: 2px;
                text-decoration: none;
            }
            #CategoryContent .ProductList .p-price .RetailPriceValue{
                display: block;
                overflow: hidden;
                font-size: 21px !important;
                letter-spacing: 2px;
            }
            #CategoryContent .ProductList .p-price, #CategoryContent .ProductList .p-price .RetailPriceValue{
                display: block;
                overflow: hidden;
                font-size: 42px;
                letter-spacing: 2px;
                line-height: 40px;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            }
            .ProductList .ProductDetails{padding:0px;}
            .ProductList .ProductPriceRating, .ProductList li .ProductCompareButton{display:none;}
            .ProductList .ProductActionAdd{display:none;}
            
    #SearchResultsProduct .product-nav{display: none;}
        #SearchResultsProduct .ProductImage{width: 100%; display: block !important; border-right: 1px solid #d4d4d4; border-left: none;min-height:285px}
        #SearchResultsProduct li:nth-child(3n) .ProductImage{border-right: none;}
        #SearchResultsProduct .ProductDetails{
            width: 100%;
            display: block;
            overflow: hidden;
            border: none;
            text-align: center;
        }
        #SearchResultsProduct .ProductDescription{
            display: none;
        }
        #SearchResultsProduct .p-name a{
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            font-size: 22px;
            display: block;
            overflow: hidden;
            padding: 40px 0px 20px;
            letter-spacing: 2px;
            text-decoration: none;
            color: #1f1f1f;
        }
        #SearchResultsProduct li:hover .p-name a{
            position: absolute;
            z-index: 99;
            color: #fff !important;
            top: 35%;
            text-align: center;
            width: 100%;
            font-size: 35px !important;
            left: 0%;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            line-height: 30px;
            padding: 0px;
        }
        #SearchResultsProduct li:hover .p-name a .RetailPriceValue, #SearchResultsProduct li:hover .p-name a .SalePrice{
            font-size: 22px;
            overflow: hidden;
            padding: 40px 0px 20px;
            letter-spacing: 2px;
            text-decoration: none;
            color: #fff
        }
        #SearchResultsProduct .CompareButtonContainer{display: none;}
        #SearchResultsProduct .FeedLink{display: none;}
/******************** Category Page ********************/

/******************** Product Page ********************/
    .product-container{display:block; overflow:hidden;}
    .product-container .PrimaryProductDetails > .first .ProductThumb {height: 600px !important; max-height: 600px !important; display: block;}
    .product-container .PrimaryProductDetails > .first .ProductThumb .ProductThumbImage img{height: 600px !important; max-height: 600px !important; }
    .product-container .PrimaryProductDetails > .first .ProductThumb .ProductThumbImage a{height: 600px !important;}
    .product-container #ProductDetails{display:block; overflow:hidden; margin:0px;}
    .product-container #ProductDetails .BlockContent{display:block; overflow:hidden;}
        .product-container #ProductDetails .BlockContent > .first{display: block; overflow: hidden; padding: 0px; border-bottom: 1px solid #ececec;}
        .product-container #ProductDetails .ProductThumbImage img{width: 100%; background-repeat: no-repeat; /*height: 600px !important; max-height: 600px !important;*/}
        .product-container #ProductDetails .ProductTinyImageList ul li{width:172px !important; margin:0px !important;}
        .product-container #ProductDetails .ProductTinyImageList ul li a img{width:180px !important; padding:0px !important;}
        
        .ImageCarouselBox{padding:0px !important; margin: -1px auto !important;}
        #ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext{margin: 0px !important;}
        .product-container #ProductDetails .ImageCarouselBox a img{height: 117px !important; width: 59px !important;}
        
    .product-description{
        display: block;
        overflow: hidden;
        padding: 200px 60px 85px;
    }
        .product-description .ProductDescription{display: block; overflow: hidden; margin: 0px;}
            .product-description .ProductDescription .ProductDescriptionContainer{display: block; overflow: hidden; border:none;}
            .product-description .ProductDescription .ProductDescriptionContainer .first .share-title{
                font-size: 23px;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                text-transform: uppercase;
                letter-spacing: 2px;
                line-height: 19px;
            }
            
            .product-description .ProductDescription .ProductDescriptionContainer .first .social{display: block; overflow: hidden; clear: both; margin: 10px 0px 20px;}
            .product-description .ProductDescription .ProductDescriptionContainer .first .social a{
                color: #fff;
                background-color: #1f1f1f;
                padding:9px 14px;
                font-size: 20px;
                display: inline-block;
            }
            .product-description .ProductDescription .ProductDescriptionContainer .first .twitter:hover .fa{color: #00aced;}
            .product-description .ProductDescription .ProductDescriptionContainer .first .facebook:hover .fa{color: #3b5998;}
            .product-description .ProductDescription .ProductDescriptionContainer .first .social .linkedin:hover .fa{color: #0177B5;}
            .product-description .ProductDescription .ProductDescriptionContainer .first .social .google:hover .fa{color: #D31F1E;}
            .product-description .ProductDescription .ProductDescriptionContainer .first a .fa{width: 20px; height: 20px; text-align: center; display: inline-block;}
            
            .product-description .ProductDescription .ProductDescriptionContainer .first .img{text-align:center;padding-top:20px;}
            
            .product-description .ProductDescription .ProductDescriptionContainer .second{
                overflow: hidden;
                background: #fff !important;
                padding: 0px !important;
                min-height: 750px !important;
                display: block !important;
            }
                .product-description .ProductDescription .ProductDescriptionContainer .second .title{
                    display: block;
                    overflow: hidden;
                    font-size: 38px;
                    line-height: 30px;
                    letter-spacing:4px;
                    padding:30px 0px;
                    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                }
                .product-description .ProductDescription .ProductDescriptionContainer .second .title:first-child{padding:0px 0px 30px;}
                .product-description .ProductDescription .ProductDescriptionContainer .desc{
                    font-size: 14px;
                    font-family: 'Open Sans', sans-serif;
                    display: block;
                    overflow: hidden;
                    line-height: 25px;
                    padding-bottom: 15px;
                }
                .product-description .ProductDescription .ProductDescriptionContainer .right-icon{
                    font-size: 14px;
                    font-family: 'Open Sans', sans-serif;
                    display: block;
                    overflow: hidden;
                    line-height: 15px;
                    padding-bottom: 15px;
                    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/right-desc.png?t=1675204949);
                    background-repeat: no-repeat;
                    background-size: 17px 13px;
                    padding-left:25px;

                }
                .product-description .ProductDescription .ProductDescriptionContainer .details{
                    display: inline-block;
                    overflow: hidden;
                    font-family: 'Open Sans', sans-serif;
                    clear: both;
                    float: left;
                    margin-bottom: 5px;
                }
                .product-description .ProductDescription .ProductDescriptionContainer .details .info{
                    font-size: 18px;
                    line-height: 12px;
                    background: #ececec;
                    padding: 22px 30px 20px 150px;
                    border-radius: 50px;
                    letter-spacing: 2px;
                    display: block;
                    margin-top: 2px;
                }
                .product-description .ProductDescription .ProductDescriptionContainer .details .volume{
                    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/volume.png?t=1675204949);
                    background-repeat: no-repeat;
                    background-size: contain;
                    display: inline-block;
                    height: 56px;
                    width: 137px;
                    float:left;
                }
                .product-description .ProductDescription .ProductDescriptionContainer .details .weight{
                    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/weight.png?t=1675204949);
                    background-repeat: no-repeat;
                    background-size: contain;
                    display: inline-block;
                    height: 56px;
                    width: 137px;
                    float:left;
                }
                .product-description .ProductDescription .ProductDescriptionContainer .details .core{
                    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/core.png?t=1675204949);
                    background-repeat: no-repeat;
                    background-size: contain;
                    display: inline-block;
                    height: 56px;
                    width: 137px;
                    float:left;
                }
    .product-container #ProductDetails .BlockContent .second{
        display: block;
        overflow: hidden;
        padding: 70px 55px;
        background: #ececec;
    }
        .product-container #ProductDetails .BlockContent .second .prod-title{
            display: block;
            font-size: 38px;
            line-height: 30px;
            overflow: hidden;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
        }
        
        .product-container #ProductDetails .BlockContent .second #review_count{
            display:block;
            padding: 0px 10px 10px 0px;
            margin-top: -5px; text-decoration:underline;
        }
        .product-container #ProductDetails .BlockContent .second .read_review{
            display: inline-block;
            overflow: hidden;
            font-size: 15px;
            color: #1f1f1f;
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            padding-left:0;
            padding-top: 13px;text-decoration:underline;
        }
        .product-container #ProductDetails .BlockContent .second .read_review:hover{cursor: pointer;}
        
        .product-container #ProductDetails .BlockContent .second .PriceRow.p-price{
            display: block;
            overflow: hidden;
            font-size: 76px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 5px;
            line-height: 70px;
            clear: both;
            padding-top: 10px;
        }
        .product-container #ProductDetails .BlockContent .second .YouSave{
            font-size: 21px;
            line-height: 21px;
            color: #8a8a8a;
            letter-spacing: 2px;
        }
        .product-container #ProductDetails .BlockContent .second .PriceRow.p-price .RetailPrice{font-size: 30px;}
        .product-container #ProductDetails .BlockContent .second .productAddToCartRight .ProductDetailsGrid .DetailRow .Label{
            display: block;
            font-size: 15px;
            overflow: hidden;
            line-height: 30px;
            font-family: 'Open Sans', sans-serif;
            letter-spacing: 2px;
            margin: 0px;
        }
.product-container #ProductDetails .BlockContent .second .productAddToCartRight .ProductDetailsGrid .DetailRow .Label.QuantityInput,
.ProductAddToCart .productAttributeLabel span.name{
    display: block;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: 4px;
    margin: 0px;
    font-size: 33px;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 8px;
}
.productAttributeList .productAttributeRow:nth-child(4) .productAttributeLabel .name{display:inline-block;}
.productAttributeList .productAttributeRow:nth-child(4) .productAttributeLabel .shipping_text{display:block;clear:both;}
.productAttributeList .productAttributeRow:nth-child(4) .productAttributeLabel .required{display:none}
        .product-container #ProductDetails .BlockContent .second div.selector{
            width:100% !important;
            height: 51px !important;
            padding: 0px !important;
            margin: 0px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949)  !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;border:1px solid #d7d7d7;
        }
            .product-container #ProductDetails .BlockContent .second  div.selector span{
                width: 100% !important;
                display: block !important;
                padding: 17px 15px !important;
                line-height: 15px !important;
                overflow: hidden;
                padding-right: 40px !important;
            }
            
        .product-container #ProductDetails .BlockContent .second .sub_title{
            display: block;
            overflow: hidden;
            font-size: 35px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            color: #0b0b0b;
            line-height: 25px;
            padding: 20px 0px;
            letter-spacing: 3px;
        }
        
        .PrimaryProductDetails .btn.add-to-cart{
            background-color: #1f1f1f;
            color: #fff;
            display: block;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            font-size: 30px;
            line-height: 3px;
            border-radius: 0;
            padding:30px 45px;width:100%;margin:0 auto;
        }
        
        .PrimaryProductDetails .satisfaction-icon{
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/shipping_rate.png?t=1675204949);
            /* background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/flat-rate.png?t=1507288948&_ga=2.171152100.55355078.1507023038-1726074570.1501064069); */
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 160px;
            width:30%;max-width:160px;
            float:none;margin:0 5px 0; vertical-align: top;
        }
        .PrimaryProductDetails .shipping_free_icon {
            /* background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/free-shipping.png?t=1479382286&_ga=2.32469430.983242283.1512373453-1726074570.1501064069); */
            background-image: url(https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/free-shipping-badge.png);   
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 160px;
            width:30%;max-width:160px;
            float:none;margin:0 5px 0; vertical-align: top;
        }

        .PrimaryProductDetails .shipping_flat_icon{
            /* background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/free-shipping.png?t=1675204949); */
            /* background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/flatrate.png?t=1512457573&_ga=2.32469302.983242283.1512373453-1726074570.1501064069); */
            background-image: url(https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/free-shipping-badge.png);   
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 160px;
            width:30%;max-width:160px;
            float:none;margin:0 5px 0; vertical-align: top;
        }
        .PrimaryProductDetails .warranty-icon{
            /* background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/warranty.png?t=1675204949); */
            /*background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/2-years-limitted.png?t=1507288949&_ga=2.250934850.55355078.1507023038-1726074570.1501064069);*/
             background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/12-month-warranty.png?t=1507288949&_ga=2.250934850.55355078.1507023038-1726074570.1501064069);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 160px;
            width:30%;max-width:160px;
            float:none; margin: 0 5px 0;vertical-align: top;
        }
       .PrimaryProductDetails .guarantee-icon{
            /* background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/100-satisfaction.png?t=1675204949); */
            background-image: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/satisfaction-guarantee.png?t=1507288950&_ga=2.243529025.55355078.1507023038-1726074570.1501064069);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 160px;
            width:30%;max-width:160px;
            float:none;margin:0 5px 0; vertical-align: top;
        }
        .PrimaryProductDetails .warranty-icon:hover, .guarantee-icon:hover{cursor: pointer; text-decoration: none;}
        
        #warranty .modal-dialog{
            width: 100%;
            height: 100%;
            padding: 0px;
        }
            #warranty .modal-dialog .modal-content{
                height: 100%;
                border: none;
                background: #dadada;
                border-radius: 0px;
            }
            #warranty .modal-dialog .modal-header{
                border: none;
                background: #dadada;
                border-radius: 0px;
            }
            #warranty .modal-dialog .modal-header .title{
                display: block;
                overflow: hidden;
                font-size: 30px;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            #warranty .modal-dialog .modal-header .popup-close{
                background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/pop-close.png?t=1675204949) no-repeat 50% 50%;
                background-size: contain;
                display: inline-block;
                height: 48px;
                text-align: center;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                color: #1f1f1f;
                font-size: 37px;
                text-transform: uppercase;
                padding-left: 60px;
                background-position: 0% 50%;
            }
                #warranty .modal-dialog .modal-header .popup-close:hover{
                    cursor:pointer;
                }
            #warranty .modal-dialog .modal-body{
                border: none;
                background: #dadada;
                border-radius: 0px;
            }
            
            
.related_section{
    display: block;
    overflow: hidden;
    clear: both;
    padding: 100px 0px;
}
    .related_section .title{
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        display: block;
        overflow: hidden;
        font-size: 38px;
        margin-bottom: 50px;
        line-height: 30px;
        letter-spacing:4px;
    }
    .related_section .ProductList{margin: 0px; padding: 0px 60px;}
    .related_section .ProductList li{
        padding: 0px 0px 0px 0px;
        position: relative;
        min-height:538px;
        float: left;
        width: 24% !important;
        margin-right: 10px;
    } 
    /*.related_section .ProductList li:last-child{display: none !important;}*/
    .related_section .ProductList li:after{
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .related_section .ProductList li:hover:after{
        opacity: 0.8;
    }
    .related_section .ProductList li .ProductImage{width: 100%; height: 370px;}
    .related_section .ProductList li .ProductImage img{max-width: 100%; height: 100%; width: auto;}
    .related_section .ProductList .pname{
        font-size: 23px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        letter-spacing: 2px;
        margin: 0px;line-height:24px;
        padding: 40px 0px 20px;
        color: #1f1f1f;text-transform:uppercase;
    }
    .related_section .ProductList li:hover .pname{
        position: absolute;
        z-index: 99;
        color: #fff !important;
        top: 0%;
        text-align: center;
        width: 100%;
        font-size:35px !important;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        line-height:30px;
        height: 100%;
        padding: 0px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .related_section .ProductList li:hover .ProductDetails{
        margin-top: 78px;
    }
    .related_section .ProductList em{
        font-size: 42px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        letter-spacing: 2px;
        line-height: 40px;
        padding: 0px;
        margin: 0px;
        display: block;
        clear: both;
    }
    .related_section .ProductList strike{
        font-size: 20px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        letter-spacing: 2px;
        line-height: 20px;
        padding: 0px;
        margin: 0px;
        display: block;
        clear: both;
    }

            
#ProductDetails #ImageScrollPrev{
    display: inline-block;
    z-index: 999;
    position: absolute;
    left: 0px;
}
#ProductDetails #ImageScrollNext{
    display: inline-block;
    position: absolute;
    right: 0px;
    z-index: 999;
}
#ProductDetails .ProductTinyImageList{
    height: 117px;
    position: absolute !important;
    width: 100% !important;
    left: 59px !important;
}
/******************** Product Page ********************/

/******************** Cart Page ********************/

.cart-page{
    max-width: 100% !important;
    width: inherit !important;
    margin: 0px 60px !important;
    padding: 0px !important;
    display:block;
    overflow:hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
    .cart-page .Breadcrumb{
        color: #1f1f1f;
    }
    .cart-page .Breadcrumb li a{
        color: #1f1f1f;
        background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator_black.png?t=1675204949) no-repeat 100% 50%;
        text-transform: uppercase;
    }
    
    .cart-page #CartHeader{
        text-align: center;
        display: block;
        padding: 110px 0px;
        margin: 0px;
    }
        .cart-page #CartHeader .TitleHeading{
            font-size: 85px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            display: block;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 0px;
            margin: 0px;
            border: none;
            line-height: 65px;
        }
        
    .cart-page .CartContents{margin:0px; font-family: 'Conv_Knockout-HTF47-Bantamweight';}
        .cart-page .CartContents thead tr{
            font-size: 36px;
            text-transform: uppercase;
            letter-spacing: 4px;
            line-height: 25px;
        }
        .cart-page .CartContents thead tr th{
            padding: 30px 40px;
        }
        .cart-page .CartContents thead tr th:nth-child(2), .cart-page .CartContents thead tr th:nth-child(3){text-align: right;}
        .cart-page .CartContents thead tr th:last-child, .cart-page .CartContents thead tr th:nth-child(3){padding:30px 20px;}
        
        .cart-page .CartContents .ProductName a{
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            display: block;
            font-size: 26px;
            line-height: 20px;
            color: #1f1f1f;
            letter-spacing: 4px;
        }
        .cart-page .CartContents .ProductName .CustomizeItemLink{display: none;}
        .cart-page .CartContents .ProductName .productAttributes{
            font-family: 'Open Sans', sans-serif;
            display: block;
            overflow: hidden;
            font-size: 14px;
        }
            .cart-page .CartContents .ProductName .productAttributes .Even{
                border: none;
                float: left;
                display: block;
                clear: both;
                margin: 0px;
                padding: 0px;
            }
            .cart-page .CartContents .ProductName .productAttributes .Odd{
                border: none;
                float: left;
                display: block;
                clear: both;
                margin: 0px;
                padding: 0px;
            }
            .cart-page .CartContents .ProductName .productAttributes .Even label{
                margin: 0px;
            }
            .cart-page .CartContents .ProductName .productAttributes .Odd span{
                padding-bottom: 15px;
                display: block;
            }
            
            .cart-page .CartContents tbody tr td{
                padding: 70px 20px;
                font-size: 14px;
                font-family: 'Open Sans', sans-serif;
                text-align: left;
            }
            .cart-page .CartContents tbody tr td:nth-child(3), .cart-page .CartContents tbody tr td:nth-child(4){text-align: right;}
            .cart-page .CartContents tbody tr td.CartItemIndividualPrice{
                display: table-cell;
                margin: 0px 0px 0px 20px;
                line-height: 50px;
                font-weight: bold;
            }
            .cart-page .CartContents tbody tr td.CartItemTotalPrice{
                line-height:50px;
                font-weight: bold;
            }
            .cart-page .CartContents tbody tr td.CartItemTotalPrice em{font-style: normal;}
            .cart-page .CartContents tbody tr td .CartRemoveLink{
                background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/remove.png?t=1675204949)  !important;
                background-size:contain;
                height:35px;
                width:35px;
                background-position: initial;
            }
            .CartItemQuantity .selector, .DetailRow.qty .selector{
                width: 100px !important;
                height: 51px !important;

                padding: 0px !important;
                margin: 0px 0px 0px 20px !important;
                font-size:14px;
                font-family: 'Open Sans', sans-serif;
                text-align:left;
                background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949)  !important;
                background-repeat: no-repeat;
                background-position: 95% 50% !important;
                -moz-appearance: window;
                -webkit-appearance: none;
            }
            .CartItemQuantity div.selector span, .DetailRow.qty .selector span{
                -webkit-user-select: none;
                width: 100% !important;
                display: block !important;
                padding: 17px 15px !important;
                line-height: 15px !important;
            }
            
            .cart-page .CartContents tfoot .SubTotal{
                font-size: 26px;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                letter-spacing: 2px;
                text-transform: uppercase;
            }
            
            .cart-page .CartContents tfoot .SubTotal td div{
                padding:17px 0px;
            }
            .cart-page .CartContents tfoot .SubTotal td .estimate{
                padding: 0px;
                margin: 0px;
            }
                .cart-page .CartContents tfoot .SubTotal td div .EstimateShippingLink{
                    display: inline-block;
                    border: 0px;
                    background-color: #1f1f1f;
                    border-radius: 0px;
                    font-size: 26px;
                    color: #fff;
                    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                    letter-spacing: 2px;
                    padding: 35px 40px;
                    line-height: 2px;
                }
                .cart-page .CartContents tfoot .SubTotal td div .EstimateShippingLink:hover{
                    background-color: #353535;
                }
                
                .cart-page .CartContents tfoot .SubTotal .grand_total{
                    font-size: 36px;
                    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                    letter-spacing: 4px;
                    text-transform: uppercase;
                    line-height:35px;
                    padding: 32px 0px;
                }
                
                .ProceedToCheckout .CheckoutButton .btn{
                    display: block;
                    border: 0px;
                    background-color: #1f1f1f;
                    border-radius: 0px;
                    font-size: 42px;
                    color: #fff;
                    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                    letter-spacing: 2px;
                    padding: 55px 40px;
                    line-height: 10px;
                }
                .ProceedToCheckout .CheckoutButton .btn:hover{
                    background-color: #353535;
                }
                
                .ProceedToCheckout .FloatRight{text-align:center;}
                .ProceedToCheckout .PayPalExpressCheckout.CheckoutButton{
                    padding: 37px 0px !important;
                }
                .ProceedToCheckout .FloatRight p{margin:0px;}
                
        
        .cart-page #CartContent .KeepShopping{
            /*margin-top: 30px;*/
            border-top: 1px solid #e3e3e3;
            border-bottom: 1px solid #e3e3e3;
        }
            .cart-page #CartContent .KeepShopping .btn{
                display: inline-block;
                border: 0px;
                background-color: #1f1f1f;
                border-radius: 0px;
                font-size: 26px;
                color: #fff;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                letter-spacing: 2px;
                padding: 35px 40px;
                line-height: 2px;
            }
            .cart-page #CartContent .KeepShopping .btn:hover{
                background-color: #353535;
            }
            
        .cart-page .cart-footer{
            display: block;
            overflow: hidden;
            padding: 70px 0px 155px;
        }
            .cart-page .cart-footer h3{
                display: block;
                padding: 0px 0px 20px 0px;
                margin: 0px;
                font-size: 36px;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                letter-spacing: 2px;
                text-transform: uppercase;
                line-height: 25px;
            }
            .cart-page .cart-footer p{
                display: block;
                font-size: 14px;
                color: #1f1f1f;
                font-family: 'Open Sans', sans-serif;
                line-height: 20px;
                padding: 0px 0px 10px;
                height:70px;
                overflow: hidden;
            }
            .cart-page .cart-footer .Textbox{
                height: 50px;
                width: 80%;
            }
            .cart-page .cart-footer .btn{
                font-size: 34px;
                font-family: 'Conv_Knockout-HTF47-Bantamweight';
                line-height: 30px;
                padding: 12px 15px;
                background-color: #1f1f1f;
                border-radius: 0px;
                margin-left: -2px;
                height: 50px;
                color:#fff;
            }
            .cart-page .cart-footer .btn:hover{
                background-color: #353535;
            }
            
        .ProceedToCheckout .CheckoutButton{padding: 0px !important;}
        
.EstimateShipping{
    border: none !important;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    padding: 50px 0px !important;
}
    .EstimateShipping .form dt{
        width: 20%;
        float: left;
        height: 51px;
        padding: 10px 0px;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .EstimateShipping .form dt .Required{color: #1f1f1f; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';}
    .EstimateShipping .form dd{
        width: 80%;
        font-size: 26px;
        padding: 0px;
        margin: 0px 0px 10px;
        float: left;
        height: 51px;
    }
    .EstimateShipping .form dd br{display: none;}
    .EstimateShipping .form dd:last-child{width: 100% !important; margin: 0px !important; height: 70px;}
    .EstimateShipping .form dd .btn{
        font-size: 26px;
        line-height: 30px;
        padding: 11px 15px;
        background-color: #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        border-radius: 0px;
        height: 70px;
        color: #fff !important;
        margin: 0px 10px;
        width: 200px;
        display: inline-block;
    }
    .EstimateShipping .form dd .btn:hover{
        background-color: #353535;
        border: none;
    }
    
    .EstimateShipping .form dd .white-btn{
        background-color: #fff;
        font-size: 26px;
        color: #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        line-height: 30px;
        border-radius: 0px;
        padding: 20px 40px;
        width: 200px;
        height: 70px;
        border: 2px solid #1f1f1f;
        text-decoration: none;
        float: right;
        text-align: center;
    }
    .EstimateShipping .form dd .white-btn:hover{
        transition: all 0.5s ease;
        background-color: #1f1f1f;
        color: #fff;
    }
    
    .EstimateShipping .form dd input{
        border-radius: 0px;
        letter-spacing: 2px;
        color: #1f1f1f !important;
        height: 52px;
        border: 1px solid #d7d7d7;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        width: 250px;
    }
    .EstimateShipping .form dd .selector{
        width: 250px !important;
        height: 51px !important;
        padding: 0px !important;
        margin: 0px !important;
        background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949)  !important;
        background-repeat: no-repeat;
        background-position: 95% 50% !important;
        -moz-appearance: window;
        -webkit-appearance: none;
        text-align: left;
        float:left;
        font-family: 'Open Sans', sans-serif;
    }
        .EstimateShipping .form dd .selector span{
            width: 250px !important;
            display: block !important;
            padding: 17px 15px !important;
            line-height: 15px !important;
            letter-spacing: 2px;
            height: 51px;
        }
    
    .CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price em{font-style: normal;}
    .EstimateShipping p.Submit{margin: 50px 0px 0px;}
    .EstimateShipping p.Submit .btn{
        font-size: 26px;
        line-height: 30px;
        padding: 11px 15px;
        background-color: #1f1f1f;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        border-radius: 0px;
        height: 70px;
        color: #fff !important;
        margin: 0px 10px;
        width: 250px;
        display: inline-block;
        letter-spacing: 2px;
    }
    .EstimateShipping p.Submit .btn:hover{
        background-color: #353535;
        border: none;
    }
/******************** Cart Page ********************/


/******************** Login Page ********************/

.login-page{
    text-align: center;
    display: block;
    padding: 110px 0px;
    margin: 0px;
}
    .login-page .TitleHeading{
        font-size: 85px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        display: block;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0px;
        border: none;
        line-height: 65px;
        padding: 0px 0px 100px 0px;
    }
    .login-page .login-form h3{
        display: block;
        overflow: hidden;
        margin: 0px;
        padding: 0px 0px 15px;
        font-size: 30px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .login-page .login-form p{
        display: block;
        padding: 0px 0px 25px;
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height:15px;
    }
    .login-page .login-form ul{
        display: block;
        padding: 0px 15px 40px;
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }
        .login-page .login-form ul li{
            padding: 0px 0px 12px;
        }
    .login-page .login-form .btn{
        display: inline-block;
        border: 0px;
        background-color: #1f1f1f;
        border-radius: 0px;
        font-size: 26px;
        color: #fff;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        letter-spacing: 2px;
        padding: 35px 40px;
        line-height: 2px;
    }
    .login-page .login-form .btn:hover{
        background-color: #353535;
    }
    .login-page .login-form .SuccessMessage{
        display: block;
        padding: 20px 50px;
        font-weight: bold;
        margin:0px 0px 30px;
    }
    .login-page .login-form .forget{
        color: #1f1f1f;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        display: block;
        margin-top: 22px;
    }
    .login-page .login-form .Textbox{
        border-radius: 0px;
        letter-spacing: 2px;
        color: #1f1f1f !important;
        padding: 10px 15px;
        height: 50px;
        border: 1px solid #d7d7d7;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
    }
    .login-page .login-form .Textbox:last-child{
        margin-bottom:20px;
    }
    
    .login-page .forgot-page p{
        display: block;
        padding: 0px 0px 30px;
        margin: 0px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        font-family: 'Open Sans', sans-serif;
    }
    .login-page .forgot-page input{
        border-radius: 0px;
        letter-spacing: 2px;
        color: #1f1f1f !important;
        height: 52px;
        border: 1px solid #d7d7d7;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        margin-bottom:10px;
    }
    .login-page .forgot-page .btn{
        display: inline-block;
        border: 0px;
        background-color: #1f1f1f;
        border-radius: 0px;
        font-size: 30px;
        color: #fff !important;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        letter-spacing: 2px;
        line-height: 1px;
    }
    .login-page .forgot-page .btn:hover{
        background-color: #353535;
    }
/******************** Login Page ********************/


/******************** Create Account Page ********************/
.create-page{
    text-align: center;
    display: block;
    padding: 110px 0px;
    margin: 0px;
}
    .create-page .TitleHeading{
        font-size: 85px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        display: block;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0px;
        border: none;
        line-height: 65px;
        padding: 0px 0px 100px 0px;
    }
    .create-page .register-form .title{
        display: block;
        overflow: visible;
        margin: 0px;
        padding: 0px 0px 15px;
        font-size: 30px;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        text-transform: uppercase;
        letter-spacing: 2px;
        clear:both;
    }
    .create-page .register-form .title:last-child{
        margin-top:50px;
    }
    .create-page .register-form .sub_title{
        display: block;
        padding: 0px 0px 25px;
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height:15px;
    }
    
    .create-page .register-form dt{
        display: block;
        width: 100%;
        float: none;
        letter-spacing: 0px;
        color: #1f1f1f !important;
        padding: 15px 0px 0px;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-weight: 400;
    }
    .create-page .register-form dd{
        display: block;
        float: none;
        width: 100%;
        padding: 5px 0px;
        min-height: 50px;
        text-align: center;
    }
        .create-page .register-form dd input{
            width: 80% !important;
            float:none;
        }
        .create-page .register-form dd .Textbox{
            width: 80%;
        }
        .create-page .register-form dd .selector{
            width: 80% !important;
            height: 35px !important;
            padding: 0px !important;
            margin: 0px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949)  !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
            text-align: left;
            float:none;
        }
            .create-page .register-form dd .selector span{
                width: 100% !important;
                display: block !important;
                padding: 10px 15px !important;
                line-height: 15px !important;
                letter-spacing: 0px;
                height: 50px;
            }
            .create-page .register-form dd .selector select{
                width: 100% !important;
                padding: 0px 10px;
            }
                
        .create-page .register-form .box .Submit{
            display: block;
            overflow: hidden;
            clear: both;
        }
        .create-page .register-form .box .Submit .btn{
            display: block;
            background: #1f1f1f;
            color: #fff;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            font-size: 30px;
            line-height: 1px;
            padding: 35px 0px;
            width: 100%;
            border-radius: 0px;
            margin-top:70px;
            border:none;
            letter-spacing:2px;
        }
        .create-page .register-form .box .Submit .btn:hover{
            border:none;
            background-color: #353535;
        }
        
        .create-page .register-form .box .Submit a{
            color: #1f1f1f;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            letter-spacing: 1px;
            display: block;
            margin-top: 22px;
        }
form#ContactForm dl dd {
    display: block;
    margin: 0 !important;
    width: 100%;
}
.noresultinfo {
  font-family: "Open Sans",sans-serif;
}
.category-page .productresults li {
  float: none !important;
}
/*
.productresults .ProductDetails, .productresults .p-price {
  font-size: 22px !important;
  font-weight: 600;
}
.productresults .p-price .RetailPriceValue {
  display: none;
}
*/
.searchloader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #1F1F1F;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.banner-home { display: block; background: url(https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/home-banner-new.jpg); background-size: cover; background-position: center center; height: 595px; width: 100%; }

.banner-home .banner-home-inner { color: #fff; display: block; margin-left: 5%; padding-bottom: 10px; position: relative; top: 50%; text-align: center; width: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.banner-home .banner-home-inner h1 { display: block; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; font-size: 66.38px; font-weight: normal; line-height: .86em; width: 460px; margin: 0px auto; text-transform: uppercase; padding-bottom: 2px; }
.banner-home .banner-home-inner p { display: block; font-family: "Open Sans",sans-serif; font-size: 15px; line-height: 1.6em; width: 460px; margin: 0px auto; padding-bottom: 14px; }

#SideTopSellers h3 { background: #ECECEC; color: #1F1F1F; display: block; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; font-size: 40px; height: 75px; letter-spacing: 5px; line-height: 75px; margin-top: 0px; padding: 0px; text-align: center; text-transform: uppercase; }

#HomeFeaturedProducts h3 { background: #ECECEC; color: #1F1F1F; display: block; font-family: 'Conv_Knockout-HTF27-JuniorBantamwt'; font-size: 40px; height: 75px; letter-spacing: 5px; line-height: 75px; margin-top: 0px; padding: 0px; text-align: center; text-transform: uppercase; }

.cat-detail .inner-block-content { padding-bottom: 30px; text-align: center; }
.cat-detail .inner-block-content p { font-family: "Open Sans",sans-serif; font-size: 15px; line-height: 1.73em; margin-left: auto; margin-right: auto; max-width: 610px; width: 80%; }

.cat-detail .inner-block-content p span.show-calc { font-weight: bold; cursor: pointer; position: relative; }

/***** 21-3-2018***/
.page-menu.menu-right .man_ride_icon {
	background-image: url(//cdn3.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/man_ride.png?t=1521632218);
	height: 25px;
	width: 20px;
	display: inline-block;
	position: absolute;
	margin-left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	top: 6px;
	left: 28px;
}
.page-menu.menu-right {
	display: block;
	padding: 3px 20px;
	font-size: 23px;
	background-color: #1f1f1f;
	width: 221px;
	float: right;
	text-align: center;
	margin-top: 18px;
	letter-spacing: 0.6px;
	cursor:pointer;
}
.page-menu.menu-right a {
	color: #fff;
	padding-left: 25px;
	display: inline-block;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
}
.top-right-menu {
	display: block;
	padding: 20px 0px 0px 0px;
	padding-top: 0;
	margin: 0px;
	position: absolute;
	right: 0;
	top: 67px;
}
.custom-main-menu #SideCategoryList h3{display:none;}
.PageMenu.fluid-container.shipping-main-container {
	padding: 10px 62px 5px 62px;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1.5px;
}
.PageMenu.fluid-container.shipping-main-container a{color:#333333;}
.sf-menu ul {
	top: 50px !important;
	width: 60em!important;
	background: #1f1f1f !important;
	z-index: 9999 !important;
	padding:20px;
}
.sf-menu ul li a{color:#fefefd;border:none;}
.sf-menu ul li {
	display: inline-block !important;
	float: none !important;
	width: auto !important;
	border: none;
	width: 24% !important;
	text-align: center;
}
.icon-phone::after {
	content: "";
	background: url("https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/icon-phone.png");
	display: inline-block;
	width: 40px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.icon-afterpay:after{
	content: "";
	background: url("https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/icon-afterpay.png");
	display: inline-block;
	width: 40px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.icon-freight:after{
	content: "";
	background: url("https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/icon-freight.png");
	display: inline-block;
	width: 40px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.icon-satisfaction:after{
	content: "";
	background: url("https://cdn3.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/icon-satisfaction.png");
	display: inline-block;
	width: 40px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.custom-main-menu .sf-menu li ul li img {
    width: 100%;
}
.custom-main-menu .sf-menu li ul li p{text-align:center;}
.custom-main-menu .sf-menu li ul li::after {
	content: "";
	position: absolute;
	right: 0;
	z-index: 100;
	top: 50%;
	width: 1px;
	height: 50%;
	background: #373737;
	transform: translateY(-50%);
}
.custom-main-menu .sf-menu li ul li:last-child:after{content:none;}
.sf-menu ul::before {
	content: "";
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #1f1f1f;
	left: 20px;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -29px;
}
.top-left-menu li:first-child a::after{content:none;}

.mobile_menus .sf-menu ul {
	top: 20px !important;
	width: auto !important;
	background: #1f1f1f !important;
	z-index: 9999 !important;
	padding: 20px;
	position: relative;
}
.mobile_menus .sf-menu ul li {
	display: inline-block !important;
	float: none !important;
	width: 45% !important;
	border: none;
	text-align: center;
}
.mobile_menus .sf-menu ul li img {
	width: 100%;
	max-width: 140px;
}
.mobile_menus .sf-menu ul li p {
	font-size: 22px;
}
.mobile_menus #SideCategoryList h3{display:none;}
.mobile_menus .cats{display:block !important;}
.main{position:relative; z-index:1;}
@media screen and (max-width: 960px){
  .main {z-index: 100;}
  .header {z-index: 101;}
}
.modal.fade.in {z-index: 9999 !important;
   background: rgba(245,245,245,.97) !important;}
.modal-backdrop {
position: unset!important;}


/************************* MEDIA QUERY ***********************/

@media screen and (max-width: 959px) and (min-width: 600px) {
    
    #SideTopSellers h3  { display: none; }
    #HomeFeaturedProducts h3  { display: none; }


    .cat-detail .inner-block-content { padding-bottom: 30px; padding-top: 30px; text-align: center; }
    .cat-detail .inner-block-content p { font-size: 13px; line-height: 1.69em; }

    .category_banners .section.section-three .img { height: 284px; }

    .category_banners .section.section-three .title { font-size: 28px; }
    .category_banners .section.section-three .sub_title { font-size: 22px; }
    .category_banners .section.section-three:hover .title { font-size: 46px; }

    .banner-home { background-position: 30% center; height: 520px; }
    .banner-home .banner-home-inner h1 { font-size: 61.11px; padding-bottom: 20px; }
    .banner-home .banner-home-inner p { font-size: 14px; }

    .hamburger{ display: block !important; }
}

@media screen and (min-width: 50px) and (max-width: 599px) {
    .slide-show .scroll_icon { display: none; }

    #HomeFeaturedProducts h3 { font-size: 28.18px; height: 62px; line-height: 62px; }

    .banner-home { background-position: 50% center; height: 506px; }
    .banner-home .banner-home-inner { margin-left: 0%; padding-bottom: 0px; width: 100%; }
    .banner-home .banner-home-inner h1 { font-size: 34.24px; padding-bottom: 20px; max-width: 260px; width: 90%; }
    .banner-home .banner-home-inner p { font-size: 11px; line-height:: 2.18em; padding-bottom: 20px; max-width: 260px; width: 90%; }

    .category_banners .section { margin: 10px 0px; }
    .category_banners { padding: 10px 35px !important; }
    

    .category_banners .section.section-three .img { height: 147px; }
    .category_banners .section.section-three .title { font-size: 22px; }
    .category_banners .section.section-three .sub_title { font-size: 13.91px; }
    .category_banners .section.section-three:hover .title { font-size: 25.82px; }

    .cat-detail .inner-block-content { padding-bottom: 30px; padding-top: 30px; text-align: center; }
    .cat-detail .inner-block-content p { font-size: 13px; line-height: 1.69em; }
}

@media screen and (max-width: 1280px) and (min-width: 960px) {
    .create-page{padding: 75px 0px;}
    .create-page .TitleHeading{font-size: 66px; line-height: 50px; padding-bottom: 75px;}
    .create-page .register-form .btn{font-size: 20px !important; padding: 30px 20px !important;}
    .create-page .register-form .Textbox{width:80% !important;}

    .category_banners { padding: 10px 30px !important; }

    .category_banners .section.section-three .img { height: 198px; }

    .category_banners .section.section-three .title { font-size: 24px; top: 70%; }
    .category_banners .section.section-three:hover .title { font-size: 28px; top: 30%; }
    .category_banners .section.section-three .sub_title { font-size: 18px; }

    .cat-detail .inner-block-content { padding-bottom: 30px; text-align: center; }
}




/******************** Create Account Page ********************/


/******************** Register Page ********************/

.register-page{
    text-align: center;
    display: block;
    margin: 0px;
}
    .register-page .section1{
        width: 100%;
        height:auto;
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 0px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .register-page .section1 .title{
            display: block;
            position: absolute;
            font-size: 86px;
            line-height: 75px;
            color: #fff;
            top: 105px;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .register-page .section1 .sub_title{
            display: block;
            position: absolute;
            font-size: 31px;
            line-height: 1;
            color: #fff;
            top: 185px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 5px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            width:100%;
               margin: 0px auto;
        }
    
    .register-page .section2{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        color: #1f1f1f;
    }
        .register-page .section2 .first{
            padding: 110px 115px 0px 180px;
            background: #1f1f1f;
            color: #fff;
        }
        .register-page .section2 .first .desc{
            display: block;
            overflow: hidden;
            font-size: 32px;
            line-height: 35px;
            text-align:left;
            padding-bottom: 25px;
            letter-spacing: 2px;
        }
        .register-page .section2 .first .note{
            display: block;
            overflow: hidden;
            border: 1px solid #474747;
            padding: 55px 70px;
            font-size: 32px;
            line-height: 30px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom:50px;
        }
        
    .register-page .section2 .second{
        display: block;
        overflow: hidden;
        margin: 0px;
        padding: 110px 180px 0px 110px;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        text-align: left;
    }
        .register-page .section2 .second .title{
            display: block;
            font-size: 36px;
            letter-spacing: 2px;
            line-height: 30px;
            padding-bottom: 30px;
        }
        .register-page .section2 .second .second_title{
            display: block;
            font-size: 36px;
            letter-spacing: 2px;
            line-height: 30px;
            padding: 70px 0px 35px;
        }
        .register-page .section2 .second .sub_title{
            font-size: 30px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            padding: 50px 0px 5px;
            letter-spacing: 2px;
        }
        .register-page .section2 .second .second_sub_title{
            font-size: 30px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            padding-bottom: 30px;
            letter-spacing: 2px;
        }
        .register-page .section2 .second .form-group{
            margin-bottom:10px !important;
        }
        .register-page .section2 .second .mini-label{width:100%;}
            .register-page .section2 .second .mini-label .tooltip{
                font-family: 'Open Sans', sans-serif;
                font-size:14px;
                opacity: 1;
            }
            .register-page .section2 .second .mini-label .tooltip .tooltip-arrow{
                border-bottom-color: #545454;
                /*right: 20px !important;
                left: initial !important;*/
            }
            .register-page .section2 .second .mini-label .tooltip .tooltip-inner{
                padding: 15px 20px;
                color: #fff;
                text-align: left;
                text-decoration: none;
                background-color: #545454;
                border-radius: 0px;
                max-width: 100%; 
                /*width: 325px;*/
            }
            .register-page .section2 .second .mini-label span{
                font-size: 33px;
                color: #fff;
                background: #1f1f1f;
                border: 1px solid #1f1f1f;
                height: 50px;
                width: 50px;
                display: block;
                float: right;
                position: absolute;
                right: 0px;
                top: 26px;
                border-radius: 0px;
            }
        .register-page .section2 .second .mini-label label{
            font-family: 'Open Sans', sans-serif;
            position: relative;
            top: 43px;
            left: 15px;
            color: #1f1f1f;
            font-weight: normal;
            pointer-events: none;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            line-height: 20px;
        }
        .register-page .section2 .second .mini-label.focus label{
            top: 0;
            left: 0;
            font-size: 80%;
            line-height: 20px;
        }
        .register-page .section2 .second .mini-label.serial input::after{
            background-size: 100% auto;
            content: '?';
            height: 100%;
            left: .5em;
            position: absolute;
            top: 0;
            width: 2em;
        }
        .register-page .section2 .second input{
            border-radius: 0px;
            letter-spacing: 2px;
            color: #1f1f1f;
            border: 1px solid #d7d7d7;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            box-shadow: none;
            height: 52px;
        }
        .register-page .section2 .second .mini-label.error input{
            border-color: #ff0000;
        }
        
        .register-page .section2 .second .selector{
            width: 100% !important;
            height: 50px !important;
            font-size: 14px;
            padding: 0px !important;
            margin: 25px 0px 0px 0px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949)  !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
            font-family: 'Open Sans', sans-serif;

        }
        .register-page .section2 .second .selector.error{border: 1px solid #ff0000;}
            .register-page .section2 .second .selector span{
                width: 100% !important;
                font-size: 14px;
                display: block !important;
                padding: 15px 15px !important;
                line-height: 15px !important;
                height: 50px;
            }
            .register-page .section2 .second .selector select option:checked, .register-page .section2 .second .selector select option:hover {
                color: white;
                background: #1f1f1f repeat url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/option-bg.png?t=1675204949);
            }
            .register-page .section2 .second .selector select option{
                background: #373737;
                color:#fff;
                padding: 0px 15px;
            }
            .register-page .section2 .second .selector select{
                background-color: #1f1f1f !important;
                color: #fff;
                padding: 15px 10px;
            }
            
        .register-page .section2 .second .checkbox{
            margin:0px 0px 15px !important;
            padding:0px;
        }
        .register-page .section2 .second .checkbox label{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: block;
        }
        
        .register-page .section2 .second .own label{
            width: 100%;
            display: block;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            letter-spacing: 2px;
        }
        .register-page .section2 .second .own label .radio{
            margin: 0px 5px;
            padding: 0px;
            float: left;
        }
                
        .register-page .section2 .second .submit .btn{
            display: block;
            background: #1f1f1f;
            color: #fff;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            font-size: 30px;
            line-height: 1px;
            padding: 35px 0px;
            width: 100%;
            border-radius: 0px;
            margin:70px 0;
            border:none;
            letter-spacing:2px;max-width:500px;
        }
        .register-page .section2 .second .submit .btn:hover{
            border:none;
            background-color: #353535;
        }
/******************** Register Page ********************/


/******************** Blog Post ********************/
.post-page{
    display: block;
    overflow: hidden;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px;
    padding: 0px;
    position: relative;
}
    .post-page .Breadcrumb{
        color: #fff;
    }
    .post-page .Breadcrumb li a{
        color: #fff;
        background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/breadcrumb_separator.png?t=1675204949) no-repeat 100% 50%;
        text-transform: uppercase;
    }
    
    .post-page .post-content{display: block; overflow: hidden;}
    
    .post-page .post-content .section1{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 0px;
        position: relative;
    }
        .post-page .post-content .section1 img{
            width: 100%;
            height: 700px;
            display: block;
            overflow: hidden;
        }
        .post-page .post-content .section1 .post_date{
            display: block;
            position: absolute;
            font-size: 20px;
            line-height: 20px;
            color: #fff;
            top: 100px;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
        }
        .post-page .post-content .section1 .title{
            display: block;
            position: absolute;
            font-size: 86px;
            line-height: 65px;
            color: #fff;
            top: 200px;
            text-align: center;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .post-page .post-content .section1 .sub_title{
            display: block;
            position: absolute;
            font-size: 32px;
            line-height: 32px;
            color: #fff;
            top: 280px;
            text-align: center;
            width: 60%;
            left: 20%;
            text-transform: uppercase;
            letter-spacing: 5px;
        }
    
    .post-page .post-content .section2{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
        margin: 0px;
        padding: 115px 55px;
    }
        .post-page .post-content .section2 .author{
            display: block;
            overflow: hidden;
            font-size: 20px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            letter-spacing: 2px;
            color: #1f1f1f;
            padding-bottom: 20px;
        }
        .post-page .post-content .section2 .author_icon{
            background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/blog-logo.png?t=1675204949) no-repeat 100% 100%;
            background-size:contain;
            height: 65px;
            width: 65px;
        }
        
        .post-page .post-content .section2 .post_content{display: block; overflow: hidden;}
        .post-page .post-content .section2 .post_content .title{
            display: block;
            overflow: hidden;
            font-size: 38px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            line-height: 38px;
            padding-bottom: 30px;
            color: #1f1f1f;
            letter-spacing: 2px;
        }
        .post-page .post-content .section2 .post_content .sub_title{
            display: block;
            overflow: hidden;
            font-size: 28px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            line-height: 28px;
            letter-spacing: 2px;
            padding-bottom: 20px;
            padding-top: 5px;
        }
        .post-page .post-content .section2 .post_content .description{
            display: block;
            overflow: hidden;
            font-size: 15px;
            line-height: 25px;
            font-family: 'Open Sans', sans-serif;
            padding-bottom: 20px;
            color: #1f1f1f;
        }
        .post-page .post-content .section2 .post_content .description.strong{
            font-weight: bold;
        }
        .post-page .post-content .section2 .post_content .img{
            display: block;
            overflow: hidden;
            padding: 55px 0px;
        }
        .post-page .post-content .section2 .post_content .img img{width:100%;}
        .post-page .post-content .section2 .share_title{
            display: block;
            overflow: hidden;
            font-size: 23px;
            line-height: 23px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            color: #1f1f1f;
            letter-spacing: 2px;
            padding-bottom: 20px;
        }
        
        .post-page .post-content .section2 .social{display: block;}
        .post-page .post-content .section2 .social a{
            color: #fff;
            background-color: #1f1f1f;
            padding: 10px 10px;
            font-size: 18px;
        }
        .post-page .post-content .section2 .social .twitter:hover .fa{color: #00aced;}
        .post-page .post-content .section2 .social .facebook:hover .fa{color: #3b5998;}
        .post-page .post-content .section2 .social .linkedin:hover .fa{color: #0177B5;}
        .post-page .post-content .section2 .social .google:hover .fa{color: #D31F1E;}
        .post-page .post-content .section2 a .fa{width: 20px; height: 20px; text-align: center;}
    
/******************** Blog Post ********************/

/******************** Checkout ********************/
.checkout-content{
    text-align: center;
    display: block;
    padding: 110px 0px 85px !important;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    margin: 0px 60px !important;
    width: inherit !important;
    max-width: 100%;
}
    .checkout-content .title{
        font-size: 85px;
        display: block;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-bottom: 110px;
        margin: 0px;
        border: none;
        line-height: 65px;
    }
    
    .ExpressCheckoutBlock .ExpressCheckoutTitle{
        font-size: 36px;
        display: block;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        letter-spacing: 4px;
        text-align: left;
        padding: 25px 40px;
        line-height: 34px;
        border: none;
        background-color: #ebebeb;
        margin-bottom: 10px;
        font-weight: normal;
    }
        .ExpressCheckoutBlockCompleted a.ChangeLink{z-index: 99; width: 100%; text-align: right;
    color: #ebebeb;}
    .ExpressCheckoutContent{padding: 0px;}
        .ExpressCheckoutContent .CreateAccount{padding: 60px 0px; text-align: left;}
        .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm h4{
            display: block;
            padding: 0px 0px 30px;
            margin: 0px;
            font-size: 30px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            line-height: 22px;
            letter-spacing: 2px;
        }
        .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm p{
            margin: 0px;
            display: block;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
        }
        
        .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm .mbm label{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            margin: 0px;
        }
        .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm .mbm label .radio{
            display: inline-block;
            margin-right: 0px;
            padding: 0px;
        }
        .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm .Submit .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm .Submit .btn:hover{
            background-color: #353535;
        }
        
        .ExpressCheckoutContent .AccountLogin{
            padding: 60px 45px;
            text-align: left;
        }
        .ExpressCheckoutContent .AccountLogin h4{
            display: block;
            padding: 0px 0px 30px;
            margin: 0px;
            font-size: 30px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            line-height: 22px;
            letter-spacing: 2px;
        }
        .ExpressCheckoutContent .AccountLogin p{
            margin: 0px;
            display: block;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
        }
        .ExpressCheckoutContent .AccountLogin input{
            border-radius: 0px;
            letter-spacing: 0px;
            color: #1f1f1f !important;
            height: 52px;
            border: 1px solid #d7d7d7;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            width: 70%;
            margin: 10px 0px;
        }
        .ExpressCheckoutContent .AccountLogin .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff !important;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        .ExpressCheckoutContent .AccountLogin .btn:hover{
            background-color: #353535;
        }
        .ExpressCheckoutContent .AccountLogin .forgot{
            display: block;
            overflow: hidden;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            color: #1f1f1f;
            text-decoration:underline;
        }
        .ExpressCheckoutBlock .ExpressCheckoutCompletedContent{
            font-size: 20px;
            line-height: 40px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            text-transform: uppercase;
            left: 460px;
        }
        
        #NewBillingAddress .AddBillingAddress{
            display: block;
            text-align: left;
            padding: 0px 0px 60px;
        }
        #NewBillingAddress .AddBillingAddress img{display: none;}
        #NewBillingAddress .AddBillingAddress .FloatLeft{width: 100%;}
        #NewBillingAddress .AddBillingAddress dt{
            width: 15%;
            display: block;
            text-align: left;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: 400;
        }
        #NewBillingAddress .AddBillingAddress dd{width: 35%; display:block; padding-left: 0px !important;}
        #NewBillingAddress .AddBillingAddress dd input{
            border-radius: 0px;
            letter-spacing: 0px;
            color: #1f1f1f !important;
            height: 52px;
            border: 1px solid #d7d7d7;
            font-size: 14px;
            width: 85%;
            font-family: 'Open Sans', sans-serif;
        }
        input[type="password"] + .PasswordRequirements{
            font-family: 'Open Sans', sans-serif;
        }
        #NewBillingAddress .AddBillingAddress dd .selector{
            width: 85% !important;
            height: 50px !important;
            padding: 0px !important;
            margin: 0px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949) !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
        }
        #NewBillingAddress .AddBillingAddress dd .selector span{
            -webkit-user-select: none;
            width: 100% !important;
            display: block !important;
            padding: 15px 15px !important;
            line-height: 20px !important;
            letter-spacing: 0px;
            font-size: 14px;
            height: 50px;
            overflow: visible;
        }
        #NewBillingAddress .AddBillingAddress dd .selector select{
            font-family: 'Open Sans', sans-serif;
            padding: 0px 10px;
        }
        #NewBillingAddress .AddBillingAddress dd label{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            margin: 0px;
        }
        #NewBillingAddress .AddBillingAddress .Submit{
            display:block;
            overflow:hidden;
            padding:0px;
            margin:0px;
        }
        #NewBillingAddress .AddBillingAddress .Submit .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff !important;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        #NewBillingAddress .AddBillingAddress .Submit .btn:hover{
            background-color: #353535;
        }
        
        #NewShippingAddress .AddShippingAddress{
            display: block;
            text-align: left;
            padding: 60px 0px;
        }
        #NewShippingAddress .AddShippingAddress img{display: none;}
        #NewShippingAddress .AddShippingAddress .FloatLeft{width: 100%;}
        #NewShippingAddress .AddShippingAddress dt{
            width: 15%;
            display: block;
            text-align: left;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
        }
        #NewShippingAddress .AddShippingAddress dd{width: 30%; display:block; padding-left: 0px !important;}
        #NewShippingAddress .AddShippingAddress dd input{
            border-radius: 0px;
            letter-spacing: 0px;
            color: #1f1f1f !important;
            height: 52px;
            border: 1px solid #d7d7d7;
            font-size: 14px;
            width: 85%;
            font-family: 'Open Sans', sans-serif;
        }
        #NewShippingAddress .AddShippingAddress dd .selector{
            width: 80% !important;
            height: 50px !important;
            padding: 0px !important;
            margin: 0px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949) !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
        }
        #NewShippingAddress .AddShippingAddress dd .selector span{
            -webkit-user-select: none;
            width: 100% !important;
            display: block !important;
            padding: 15px 15px !important;
            line-height: 20px !important;
            letter-spacing: 2px;
            font-size: 14px;
            overflow: visible;
        }
        #NewShippingAddress .AddShippingAddress dd .selector select{
            font-family: 'Open Sans', sans-serif;
        }
        #NewShippingAddress .AddShippingAddress dd label{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            margin: 0px;
        }
        #NewShippingAddress .AddShippingAddress .Submit{
            display:block;
            overflow:hidden;
            padding:0px;
            margin:0px;
        }
        #NewShippingAddress .AddShippingAddress .Submit .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff !important;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        #NewShippingAddress .AddShippingAddress .Submit .btn:hover{
            background-color: #353535;
        }
        
        
        
        #CheckoutStepShippingProvider .ExpressCheckoutContent{
            padding: 60px 0px;
            text-align: left;
        }
        #CheckoutStepShippingProvider .ExpressCheckoutContent p{
            display: block;
            padding: 0px 0px 30px;
            margin: 0px;
            font-size: 30px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            line-height: 22px;
            letter-spacing: 2px;
        }
        
        #CheckoutStepShippingProvider .ExpressCheckoutContent .shippingquote{
            display:block;
            overflow:hidden;
        }
        #CheckoutStepShippingProvider .ExpressCheckoutContent .shippingquote .ShippingProviderList{
            margin: 0px;
            padding: 0px;
        }
            #CheckoutStepShippingProvider .ExpressCheckoutContent .shippingquote .ShippingProviderList li{
                margin: 0px;
            }
            #CheckoutStepShippingProvider .ExpressCheckoutContent .shippingquote .ShippingProviderList li label{
                font-size: 14px;
                font-family: 'Open Sans', sans-serif;
                display: inline-block;
                margin: 0px;
            }
            #CheckoutStepShippingProvider .ExpressCheckoutContent .shippingquote .ShippingProviderList li label .radio{
                display: inline-block;
                margin-right: 25px;
            }
        #CheckoutStepShippingProvider .ExpressCheckoutContent .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff !important;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        #CheckoutStepShippingProvider .ExpressCheckoutContent .btn:hover{
            background-color: #353535;
        }
        
        #CheckoutStepConfirmation .ExpressCheckoutContent{
            overflow: hidden;
            display: block;
            text-align: left;
        }
            #CheckoutStepConfirmation .ExpressCheckoutContent p{
                display: block;
                padding: 30px 0px 30px;
                margin: 0px;
                font-size: 30px;
                font-family: 'Open Sans', sans-serif;
                line-height: 30px;
                letter-spacing: 2px;
            }
            #CheckoutStepConfirmation .ExpressCheckoutContent .CartContents{
                margin: 0px;
                letter-spacing: 2px;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
            }
            #CheckoutStepConfirmation .ExpressCheckoutContent .CartContents .btn{
                display: inline-block;
                border: 0px;
                background-color: #1f1f1f;
                border-radius: 0px;
                font-size: 20px;
                color: #fff !important;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                letter-spacing: 2px;
                padding: 17px 30px;
                line-height: 2px;
                margin: 0px;
            }
            #CheckoutStepConfirmation .ExpressCheckoutContent .CartContents .btn:hover{
                background-color: #353535;
            }
            
            .PaymentOptions{overflow: hidden;}
                .PaymentOptions .PTB20{padding: 10px 0px; font-family: 'Open Sans', sans-serif;}
            #provider_list{overflow: hidden;}
                #provider_list .radio{
                    font-size: 14px;
                    font-family: 'Open Sans', sans-serif;
                    display: inline-block;
                    margin: 0px;
                }
                #provider_list label{
                    display: inline-block;
                    margin-left: 25px;
                    font-size: 14px;
                    font-family: 'Open Sans', sans-serif;
                }
            
            .CheckoutOrderComments{
                padding: 10px 0px;
                font-family: 'Open Sans', sans-serif;
            }
            .PTB20{
                padding: 10px 0px;
                font-family: 'Open Sans', sans-serif;
            }
            .ExpressCheckoutContent p label{
                font-size: 14px;
                font-family: 'Open Sans', sans-serif;
                display: inline-block;
                margin: 0px;
            }
            
            #CheckoutStepConfirmation .ExpressCheckoutContent .btn{
                display: inline-block;
                border: 0px;
                background-color: #1f1f1f;
                border-radius: 0px;
                font-size: 30px;
                color: #fff !important;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                letter-spacing: 2px;
                padding: 35px 40px;
                line-height: 2px;
                margin-bottom: 20px;
            }
            #CheckoutStepConfirmation .ExpressCheckoutContent .btn:hover{
                background-color: #353535;
            }
            
        .ExpressCheckoutContent .InfoMessage{
            text-align: left;
               font-family: 'Open Sans', sans-serif;
        }
        
        
        #CheckoutStepPaymentDetails .FormContainer{
            display: block;
            text-align: left;
            padding: 60px 0px;
            max-width: 100%;
        }
        #CheckoutStepPaymentDetails .FormContainer dt{
            width: 25%;
            display: block;
            text-align: left;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            float:left;
        }
        #CheckoutStepPaymentDetails .FormContainer dd{width: 75%; display:block; float: left; margin:0px;}
        #CheckoutStepPaymentDetails .FormContainer dd input{
            border-radius: 0px;
            letter-spacing: 2px;
            color: #1f1f1f !important;
            height: 52px;
            border: 1px solid #d7d7d7;
            font-size: 14px;
            width: 50%;
            font-family: 'Open Sans', sans-serif;
        }
        #CheckoutStepPaymentDetails .FormContainer dd .selector{
            width: 50% !important;
            height: 50px !important;
            padding: 0px !important;
            margin: 0px 0px 10px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949) !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
        }
        #CheckoutStepPaymentDetails .FormContainer dd .selector span{
            -webkit-user-select: none;
            width: 100% !important;
            display: block !important;
            padding: 10px 15px !important;
            line-height: 25px !important;
            letter-spacing: 2px;
            font-size: 18px;
            overflow: visible;
        }
        #CheckoutStepPaymentDetails .FormContainer dd .selector select{
            font-family: 'Open Sans', sans-serif;
        }
        #CheckoutStepPaymentDetails .FormContainer dd label{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            margin: 0px;
        }
        #CheckoutStepPaymentDetails .FormContainer dd small, #CheckoutStepPaymentDetails .FormContainer dd .ProductPrice{
            letter-spacing: 2px;
            font-family: 'Open Sans', sans-serif;
        }
        #CheckoutStepPaymentDetails .FormContainer .Submit{
            display:block;
            overflow:hidden;
            padding:0px;
            margin:0px;
        }
        #CheckoutStepPaymentDetails .FormContainer .Submit .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff !important;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        .ExpressCheckoutContent .HorizontalFormContainer .Submit .btn:hover{
            background-color: #353535;
        }
        
        
    #ChooseBillingAddress, #ChooseShippingAddress{
        display: block;
        overflow: hidden;
        text-align: left;
        padding: 60px 0px;
    }
        #ChooseBillingAddress label, #ChooseShippingAddress label{
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
        }
        #ChooseBillingAddress label .radio, #ChooseShippingAddress label .radio{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            padding-left: 0px;
        }
        #ChooseBillingAddress .SelectBillingAddress, #ChooseShippingAddress .SelectShippingAddress{
            display: block;
            overflow: hidden;
            margin: 0px;
        }
        
        #ChooseBillingAddress .SelectBillingAddress .selector, #ChooseShippingAddress .SelectShippingAddress .selector{
            width: 50% !important;
            height: 50px !important;
            padding: 0px !important;
            margin: 0px 0px 10px !important;
            background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1675204949) !important;
            background-repeat: no-repeat;
            background-position: 97% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
            overflow: hidden;
        }
        #ChooseBillingAddress .SelectBillingAddress .selector span, #ChooseShippingAddress .SelectShippingAddress .selector span{
            -webkit-user-select: none;
            width: 97% !important;
            display: block !important;
            padding: 15px 15px !important;
            line-height: 20px !important;
            letter-spacing: 2px;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        #ChooseBillingAddress .SelectBillingAddress .selector select #ChooseShippingAddress .SelectShippingAddress .selector select{
            font-family: 'Open Sans', sans-serif;
        }
        
        #ChooseBillingAddress .SelectBillingAddress label, #ChooseShippingAddress .SelectShippingAddress label{
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            display: inline-block;
            margin: 0px;
        }
        
        #ChooseBillingAddress .SelectBillingAddress .btn, #ChooseShippingAddress .SelectShippingAddress .btn{
            display: inline-block;
            border: 0px;
            background-color: #1f1f1f;
            border-radius: 0px;
            font-size: 30px;
            color: #fff !important;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            letter-spacing: 2px;
            padding: 35px 40px;
            line-height: 2px;
        }
        #ChooseBillingAddress .SelectBillingAddress .btn:hover, #ChooseShippingAddress .SelectShippingAddress .btn:hover{
            background-color: #353535;
        }
/******************** Checkout ********************/

/******************** Find board popup ********************/
.board-menu, .board-menu.active {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.board-menu {
      background: #1f1f1f;
      color: transparent;
      height: 64px;
      position: absolute;
      top: 0%;
      left: 0%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 0rem;
      z-index: 1;
    visibility:hidden;
}
.board-menu.active {
      width: 100%;
      height:100%;
      z-index:9999;
    visibility: visible;
    position: fixed;
    overflow: scroll;
}


.board-active-close {
      background: #1f1f1f;
      height: 15px;
      margin-right: 60px;
      margin-top: 70px;
      width: 25px;
      display:none;
    float: right;
}
.board-active-close:hover{
    cursor: pointer;
}
.board-active-close.active{
    background-image: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/icon-close.png?t=1675204949);
    height: 19px;
    width: 50px;
    display: inline-block;
    margin-left: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background-position: 0px 0px;
    padding-left: 25px;
    line-height: 20px;
    letter-spacing: 2px;
}

.board-menu.active .menu-link {
  color: white;
}

.board-menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}



@media screen and (max-width: 1280px) and (min-width: 960px) {
    .board-menu-inner .find_board{margin-top: 100px !important; padding: 0px;}

}
@media screen and (max-width: 959px) and (min-width: 600px) {
    .board-menu-inner .find_board{margin-top: 50px !important;}
    .product-container #ProductDetails .BlockContent .second{padding:70px 30px;}
    .header_nav {padding-left:7% !important;}
    .register-page .product_column, .register_column .second{display:block!important;width:100%;}
}


/******************** Find board popup ********************/

/******************** product review ********************/
#ProductReviews .modal-dialog{
    width: 100%;
    height: 100%;
    padding: 0px;
}
    #ProductReviews .modal-dialog .modal-content{
        height: 100%;
        border: none;
        background: #dadada;
        border-radius: 0px;
    }
    #ProductReviews .modal-dialog .modal-header{
        border: none;
        background: #dadada;
        border-radius: 0px;
    }
    #ProductReviews .modal-dialog .modal-header .title{
        display: block;
        overflow: hidden;
        font-size: 30px;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    #ProductReviews .modal-dialog .modal-header .popup-close{
        background: url(//cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/pop-close.png?t=1675204949) no-repeat 50% 50%;
        background-size: contain;
        display: inline-block;
        height: 48px;
        text-align: center;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        color: #1f1f1f;
        font-size: 37px;
        text-transform: uppercase;
        padding-left: 60px;
        background-position: 0% 50%;
    }
        #ProductReviews .modal-dialog .modal-header .popup-close:hover{
            cursor:pointer;
        }
    #ProductReviews .modal-dialog .modal-body{
        border: none;
        background: #dadada;
        border-radius: 0px;
    }
    
    #ProductReviews .modal-dialog .modal-body #ProductReviews{
        display: block;
           overflow: hidden;
    }
        .modal-dialog .modal-body #ProductReviews .subtitle{
            display: block;
            overflow: hidden;
            margin: 0px;
            padding: 0px;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            letter-spacing: 2px;
            font-size: 40px;
            line-height: 30px;
            padding-top: 35px;
            padding-bottom: 25px;
            color: #1f1f1f;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent{
            display: block;
            overflow: hidden;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .btn{
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 5px;
            height: inherit;
            padding: 15px 40px;
            font-size: 25px;
            font-weight: normal;
            line-height: 30px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 0px;
            background-color: #333333;
            color: #fff;
            border: none;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            margin: 10px 0px;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .btn:hover{
            background-color: #4d4d4d;
            text-decoration: none;
        }
        
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ErrorMessage{
            margin-top: 55px;
            margin-bottom: 45px;
            font-size: 14px;
            color: #af4848;
        }
        
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent{
            display: block;
            overflow: hidden;
            text-align: center;
            max-width: 750px;
            margin: 0px auto;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList{
            display: block;
            overflow: hidden;
            text-align: center;
            margin: 0px;
            padding: 0px;
        }
            .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li{
                letter-spacing: 2px;
                font-family: 'Open Sans', sans-serif;
                border-bottom: 1px solid #bdbdbd;
                margin: 0px auto;
                display: inline-block;
                width: 100%;
                padding: 55px 0px 70px;
            }
            .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li .ReviewTitle{
                display: block;
                overflow: hidden;
                padding: 0px 0px 15px;
                margin: 0px;
                font-size: 37px;
                font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
                line-height: 30px;
                color: #0b0b0b;
            }
                .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li .ReviewTitle span{
                    display: block;
                }
                .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li .ReviewTitle span img{
                    display: block;
                    width: 139px;
                    height: 22px;
                    margin: 0px auto;
                }
            .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li .Meta{
                color: #999999;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 0px;
                padding-bottom: 40px;
                margin:0px;
            }
            .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li p:last-child{
                display: block;
                overflow: hidden;
                clear: both;
                color: #000000;
                font-size: 14px;
                letter-spacing: 0px;
                margin: 0px;
                line-height: 20px;
            }
            
    
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm{
        display: block;
        overflow: hidden;
        font-family: 'Conv_Knockout-HTF47-Bantamweight';
        letter-spacing: 2px;
        margin: 0px auto;
    }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm h5{
            display: block;
            overflow: hidden;
            font-size: 38px;
            font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
            line-height: 30px;
            padding: 10px 0px 0px 0px;
            margin-bottom: 25px;
            color: #0b0b0b;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer{
            display: block;
            overflow: hidden;
            padding: 0px 0px 85px;
            margin: 0px;
            font-family: 'Open Sans', sans-serif;
            border-bottom: 1px solid #bdbdbd;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer{
            display: inline-block;
            overflow: hidden;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dt{
            display: block;
            width: 100% !important;
            color: #000000 !important;
            padding: 10px 0px 7px;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            text-align: center;
            clear: both;
            letter-spacing: 0px;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd{
            display: block;
            width: 100%;
            padding: 0px;
            margin: 0px auto 10px;
            text-align: center;
            height: auto;
            overflow: hidden;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd input{
            width: 60% !important;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd textarea{
            width: 60% !important;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd .ReviewEmailHint{
            display: inline-block;
            overflow: hidden;
            clear: both;
            width: 60%;
            padding-top: 5px;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd .selector{
            width: 60% !important;
            height: 51px !important;
            padding: 0px !important;
            margin: 0px auto !important;
            background-image: url(//cdn3.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/select_arrow_black.png?t=1473841457) !important;
            background-repeat: no-repeat;
            background-position: 95% 50% !important;
            -moz-appearance: window;
            -webkit-appearance: none;
            text-align: left;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .Submit{
            display: inline-block;
            overflow: hidden;
            padding: 25px 0px 10px;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .Submit .btn{
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 5px;
            height: inherit;
            padding: 22px 40px;
            font-size: 30px;
            font-weight: normal;
            line-height: 21px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 0px;
            background-color: #333333;
            color: #fff;
            border: none;
            font-family: 'Conv_Knockout-HTF47-Bantamweight';
            margin: 0px;
        }
        .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .Submit .btn:hover{
            background-color: #4d4d4d;
            text-decoration: none;
        }
        

@media screen and (min-width: 1200px) {
    /*.flexslider .slides img{height: 800px;}*/
    

    .slide-show li:nth-child(2) .slide-overlay{top:30%;}
    .slide-show li:nth-child(3) .slide-overlay{top:18%;}
    .slide-show li:nth-child(4) .slide-overlay{top:15%;}
    .slide-show li:nth-child(5) .slide-overlay{top:20%;}
    
/*
    .slide-show li:nth-child(6) .slide-overlay{top:30%;max-width:630px;width:100%;right:auto;left:10%;position:absolute}
*/
    .slide-show .slide-overlay{position:absolute}
/*
    .slide-show li:nth-child(6) .slide-overlay .slide-heading{text-align:left;}
*/
    .slide-show .slide-heading{font-size:125px; line-height: 105px;}
    .slide-show .slide-text{font-size:33px; line-height:33px;}
    .category_banners{padding:30px 40px !important;}
    
}
/******************** Homepage responsive ***********************/

/******************** Responsive About US ***********************/

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .adv-conainer{margin: 0px 0px !important; padding: 5px 0px 2px; }
   .adv-conainer .TopAdv { font-size: 35.44px; }

    .header .top-menu{margin: 0px 30px !important;}
    
    /*.flexslider .slides img{height: 480px;}*/
    .slide-show .slide-heading{font-size:138px; line-height: 105px;}
    .PageMenu{max-width: 100%; margin: 0px;}
    .PageMenu .menu-right{padding: 26px 3px !important;}
    /*.PageMenu li{padding: 25px 0px !important;}*/
    .PageMenu > .row{margin: 0px;}
         
    .category_banners .section .img{height: 239px;}
    .category_banners .section.section-three .img{height: 198px;}
    .category_banners .section .title{top: 70%;}
    .category_banners .section .sub_title{top: 165px;}
    .category_banners .section:hover .title{top: 60px;}
    .category_banners .section:hover .sub_title{top: 115px;}
    .category_banners .section:hover .view{top: 170px;}
    .Breadcrumb{margin-left: 20px;}
    
    .find_board{padding: 25px 20px 110px; margin: 0px !important;}
        .find_board > div {width: 100%;}
    
    .newsletter{padding: 60px 115px;}
    .newsletter .newsletter-subscription{width: 710px !important; margin: 0px auto; max-width: 710px !important; padding: 0px;}
    .newsletter > div:nth-child(2){padding: 0px;}
    .footer-grid .contact_rows .sub_text.mail{letter-spacing: 0px;}
    
    .info-page .contact .hero{background-position: 50% 0px;}
    
    .top-left-menu { padding-top: 55px; }
    .top-right-menu { padding-top: 29px; }
	.top-menu  .top-right-menu { padding-top: 0px; top:78px; }
	.page-menu.menu-right{width:190px;}
	
	.page-menu.menu-right{margin-top:30px;}
    .logo{padding-top: 56px; position:relative;left:-36px;}
    .logo img { height: auto; width: 227px; } 
    .header_nav {padding-left:0!important;}
    .info-page .section4{
        max-width: 100%;
        margin: 0px;
        padding: 135px 60px 150px;
        width: 100%;
    }
    .info-page .section4 .content:first-child{padding-right: 60px; padding-left: 0px;}
    .info-page .section4 .content{padding-left: 60px; padding-right: 0px;}
    
    .info-page .section5 .content{padding: 130px 55px;}
    .info-page .section5 .content .title{font-size: 85px;line-height: 70px;}
    .info-page .section5 .content .sub_title{font-size: 32px; line-height: 35px;}
    
    .info-page .section6 .content{padding: 130px 55px;}
    .info-page .section6 .content .title{font-size: 85px; line-height: 70px;}
    .info-page .section6 .content .sub_title{font-size: 32px; line-height: 25px;}
    .product-description .ProductDescription .ProductDescriptionContainer .first .social a{padding:6px 10px;}
         #ProductReviews .modal-dialog .modal-header .row > .text-right{text-align: center; padding-top: 40px;}
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm{width:100%;}
    
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd .selector{width: 435px !important; margin: 0px auto;}
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd input{width:435px !important; margin: 0px auto;}
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd textarea{width:435px !important; margin: 0px auto;}
 .Breadcrumb{width:64%!important}
.PageMenu .menu-right{margin-top:0!important}
.PrimaryProductDetails .satisfaction-icon,.PrimaryProductDetails .warranty-icon{float:none;}
.modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm{width:85%;}
.Breadcrumb{width:64%;}
.PageMenu{font-size:24.63px;}
.slide-show li:nth-child(2) .slide-overlay{top:30%;}
.slide-show li:nth-child(3) .slide-overlay{top:18%;}
.slide-show li:nth-child(4) .slide-overlay{top:15%;}
.slide-show li:nth-child(5) .slide-overlay{top:50%;}
.slide-show li:nth-child(6) .slide-overlay {left: 10%;max-width: 480px;right: auto;top:24%;width: 100%;position:absolute}
.slide-show .slide-overlay{position:absolute}
.slide-show li:nth-child(6) .slide-overlay .slide-heading{text-align:left;font-size:95px;}
.slide-show li:nth-child(6) .slide-text{font-size:24px;}
.slide-show .slide-heading{font-size:125px; line-height: 105px;}

.video-page .Breadcrumb { padding-left: 0px; padding-right: 0px; }
.PageMenu.fluid-container.shipping-main-container {
	font-size: 19px;
	letter-spacing: 1px;
	padding: 10px 28px 5px 29px;
}
.PageMenu.fluid-container.shipping-main-container div {
    padding: 0;
}

}



@media screen and (min-width: 600px) and (max-width: 959px) {
	.PageMenu.fluid-container.shipping-main-container{padding:0;}
    .container {width: 100%;}
    .adv-conainer{margin: 0px 0px; padding: 8px 0px 4px; }
    .adv-conainer .TopAdv {font-size: 25.94px;}
    .adv-conainer .TopAdv img { height: 22px; padding-left: 5px; padding-right: 5px; width: auto; }

    .header{position: inherit !important; overflow: initial;}
    .header .top-menu{margin:0px 30px;}
    .logo{padding: 25px 0px;}
    .PageMenu .menu-dir{padding: 14px 10px 16px 30px !important; font-size:18px;}
    
    .logo a img{
        width: 175px;
    }
    
    .PageMenu{border-bottom:none; display: block; font-size: 22px; text-align:center;}
        .PageMenu > .row{margin: 0px;}
        /*.PageMenu li{padding: 17px 0px;}*/
        /*********** menu ************/
        .PageMenu .sf-menu > li:after{top: 20px; height: 15px;}
        .PageMenu .sf-menu > li > a{font-size:28px; line-height: 22px; padding: 16px 13px !important;}
        /*********** menu ************/
        .PageMenu div{text-align:center;}
        .PageMenu .menu-dir{padding: 17px 0px 18px 35px !important; font-size:22px !important;}
    .top-left-menu{display:none;}
    
    .flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{display:block;}
    .flex-control-nav.flex-control-paging{
        display:none;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 15px;
        height: 15px;
    }
    /*.flexslider .slides img{height: 300px;}*/
    
    .flex-control-paging li a{
        width: 11px;
        height: 11px;
        display: block;
        border: 2px solid #fff;
        background: #fff;
        cursor: pointer;
        text-indent: -9999px;
    }
    .flex-control-paging li a.flex-active{
        background: #1f1f1f;
        cursor: default;
        border: 2px solid #1f1f1f;
    }
    
    .slide-show .slide-overlay{top:18%;}
    .slide-show .slide-heading{font-size:90px; line-height:90px;}
    .slide-show .slide-text{font-size:20px; line-height:20px;}
    .slide-button .btn{font-size: 20px; padding: 15px 20px; margin-top: 15px;}
    
    .flex-direction-nav .flex-prev{left:35px !important;}
    .flex-direction-nav .flex-next{right:35px !important;}
    
    .info-page .contact .hero{height: 290px; background-position: 50% 0px;}
    .info-page .contact .hero .title{font-size: 66px; line-height: 50px;}
    .info-page .contact .hero .sub_title{font-size: 24px; line-height: 25px;}
    .info-page .contact .first{padding:70px 60px; min-height: 560px;}
    .info-page .contact .first .title{font-size: 60px; line-height: 45px; padding-bottom: 20px;}
    .info-page .contact .first .sub_title{margin-bottom:30px;}
    .info-page .contact .first .address li{padding-bottom: 0px;}
    .info-page .contact .second{padding:80px 55px; min-height: 560px;}
    
    #nav_list{display:block !important;}
    
    .info-page .contact .first .social a{width: 36px; height: 36px;}
    .info-page .contact .second .contactform .form-group input, .info-page .contact .second .contactform .form-group textarea{padding: 0px 15px;}
    
    .menu-opener{display:block;}
    
    .top-left-menu li a{font-size:14px;}
    .top-right-menu li a{font-size:17px; padding:0px 10px; line-height: 15px;}
    /*.menu .top-right-menu .icon.icon-cart{height: 15px; width: 11px; background-size: contain;}*/
	.menu .top-right-menu .icon.icon-cart {
	height: 20px;
	width: 16px;
	background-size: contain;
}

    .header .top-menu{margin:0px 30px;}
    
    .PageMenu .menu-right .man_ride_icon{height: 34px; width: 14px;}
    .PageMenu .menu-right a{font-size:22px; line-height:22px;}
    
    .top-left-menu, .top-right-menu{display:none !important;}
    
    .menu.active .top-right-menu{display: block !important;}
    
    .PageMenu .menu-right{display:none !important;}
    
    .find_board{padding:45px 35px 85px !important;}
        .find_board .row{width: 400px !important; padding: 0px;}
        .find_board .form-group{padding: 0px 10px; text-align: left;}
            .find_board .row .form-group:nth-child(1){width: 50% !important; margin-bottom: 20px; display: block; overflow: hidden;}
            .find_board .row .form-group:nth-child(2){width: 50% !important; margin-bottom: 20px; display: block; overflow: hidden;}
            .find_board .row .form-group:nth-child(3){width: 100% !important; margin-bottom: 20px; display: block; overflow: hidden;}
            .find_board .row .form-group:nth-child(4){width: 100% !important; margin-bottom: 20px; display: block; overflow: hidden; padding-right: 15px;}
        .find_board .black-bg-btn{padding: 15px 0px; font-size: 30px; line-height: 20px}
        .find_board .title{font-size: 35px;}
        .find_board .sub_title{font-size: 20px; letter-spacing: 2px;}
        
    .category_banners{padding: 30px 40px !important;}
    .find_board .board{height:60px;}
    .category_banners .section{ width: 100%;} 
    .category_banners .section .img{height: 284px !important;}
    .category_banners .section.section-three .img { height: 284px !important; }
    .category_banners .section .title{top: 80%; line-height: 30px;}
    .category_banners .section .sub_title{top: 215px; line-height: 25px !important;}
    
    .category_banners .section:hover .title{top: 90px; font-size: 48px; line-height: 45px;}
    .category_banners .section:hover .sub_title{top: 140px; font-size:28px; line-height: 25px;}
    .category_banners .section:hover .view{top: 220px !important;}
    
    .footer-grid{padding: 60px 15px;}
        .footer-grid > div{width: 100%;}
        .footer-grid .section{padding-bottom: 40px;}
        .footer-grid li{padding-bottom: 10px;}
        .footer-grid .link{line-height: 20px;}
    
    .newsletter .newsletter-subscription .subscribe_form{clear: both;}
    .newsletter > div:nth-child(2){padding: 0px;}
    .newsletter .newsletter-subscription{width: 490px !important; margin: 0px auto; max-width: 490px !important; padding: 0px !important;}
    .newsletter .newsletter-subscription .subscribe_form .row .form-group:first-child, .newsletter .newsletter-subscription .subscribe_form .row .form-group:nth-child(2){width: 50%; float: left; margin: 0px;}
    .newsletter .newsletter-subscription .subscribe_form .row .form-group:nth-child(3){width: 100%; padding-top: 20px; display: block; clear: both;}
    .newsletter .newsletter-subscription .newletter_title{font-size: 28px; float: left;}
    .info-page .section1{height: 435px;}
    .info-page .section1 .title{font-size: 66px; line-height: 60px; top: 145px;}
    .info-page .section1 .sub_title{font-size: 24px; line-height: 22px; top: 210px; letter-spacing: 5px; width: 480px;}
    .info-page .section1 .arrow_down{display: none;}
    
    .info-page .section2{padding: 80px 0px 60px;}
    .info-page .section2 .title{width: 100%; padding: 0px 50px;}
    .info-page .section2 .sub_title{padding: 15px 50px 0px;}
    
    .info-page .section3{height: 435px;}
    .info-page .section3 .title{font-size: 66px; line-height: 60px; top: 145px;}
    .info-page .section3 .sub_title{font-size: 24px; line-height: 22px; top: 210px; width: 460px;}
    .info-page .section3 .arrow_down{display: none;}
    
    .info-page .section4{width: 100%; padding: 85px 60px 60px; margin:0px !important;}
    .info-page .section4 .content{padding: 0px; width: 100%;}
    .info-page .section4 .content:first-child{width: 100%; padding: 0px; border: none;}
    
    .info-page .section5{padding: 30px 30px 20px; background-color: #fff; max-width: 100%; margin: 0px;}
    .info-page .section5 .image{width:100%; background-size: cover; height: 475px; background-position: 100% 0px;}
    .info-page .section5 > div{width: 100%;}
    .info-page .section5 .content{padding: 95px 25px; background: #1f1f1f;}
    .info-page .section5 .content .title{font-size:86px; line-height:70px;}
    .info-page .section5 .content .sub_title{font-size:32px; line-height: 35px;}
    
    
    .info-page .section6{padding: 0px 30px 30px; background-color: #fff; max-width: 100%; margin: 0px;}
    .info-page .section6 .image{width:100%; background-size: cover; height: 475px; background-position: 0px 0px;}
    .info-page .section6 > div{width: 100%;}
    .info-page .section6 .content{padding: 95px 25px; background: #1f1f1f;}
    .info-page .section6 .content .title{font-size: 86px; line-height: 70px;}
    .info-page .section6 .content .sub_title{font-size: 32px;line-height: 35px;}
    
    .info-page .section6 .rtt-pop .readmore{padding: 80px 50px;}
    .info-page .section6 .rtt-pop .readmore .content-first{padding-right: 30px;}
    .info-page .section6 .rtt-pop .readmore .content-second{padding-left: 30px;}
    .info-page .section6 .rtt-pop .readmore .title{font-size: 55px; line-height: 45px;}
    .menu.active #SearchForm{background:none;}
    .top-right-menu li #SearchForm .Search{background: url("../images/searchIcon-mob.png") 50% 50% no-repeat transparent;margin-top:-3px;}
	.menu.active .top-right-menu {
	display: block;
	padding: 20px 0px 0px 0px;
	padding-top: 0;
	margin: 0px;
	position: relative;
	right: 0;
	top: 5px;
}
.sf-sub-indicator{display:block!important;}
    .page-menu.menu-right{margin-top:24px;}
	.menu-opener-inner{margin-top:37px;}
    
}
.category_accessories .category-page .cat-detail .second .ProductList li{min-height:525px;}
body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Height, body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Weight, body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Usability{
display: none !important;
width:49% !important;margin-right:0px;
}
body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Usage{
/* display: inline-block !important; */
width:49% !important;margin-right:0px;
}
body.productPage .DetailRow.Weight .Label, body.productPage .DetailRow.Usability .Label, body.productPage .DetailRow.Usage .Label{
display: none !important;
}


/******************** Responsive About US ***********************/



/******************** Responsive Blog ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
	.sf-sub-indicator{display:block!important;}
    .blog-page .content{padding:50px 0px 0px; width: 100%;}
        .blog-page .Breadcrumb{margin-left: 20px; padding: 35px 0px; max-width: 100%;}
        .blog-page .content .BlogPost{padding: 5px 20px; max-width: 100%;}
        .blog-page .content .BlogPost .desc{width: 100%; border-right: 2px solid #d7d7d7; margin-bottom: 0px; border-bottom:none; min-height: 350px;     padding: 60px 30px 45px;}
        .blog-page .content .BlogPost .desc .details{font-size:13px; padding-bottom: 80px;}
        
        .blog-page .content .BlogPost .thumb{min-height:initial;}
        
        .blog-page .content .BlogPost .thumb{width:100%; margin-bottom: 0px;}
            .blog-page .content .BlogPost .thumb .thumbnail{
                border-left: 3px solid #d7d7d7;
                border-right: 3px solid #d7d7d7;
                border-bottom: 3px solid #d7d7d7;
            }
            .blog-page .content .BlogPost .thumb .thumbnail img{min-height:220px;}
            .blog-page .content .BlogPost .thumb .readmore{top: 0px; position: absolute; right: 3px; border: none;}
    
    .blog-page .content .BlogPost .desc .posted{margin-bottom: 0px;}
    .blog-page .content .BlogPost .desc .title{padding: 15px 0px;}
    .blog-page .content .BlogPost .desc .author-logo{background-size: 83px 82px; width: 200px; font-size: 20px; padding: 40px 0px;}
    .PageMenu .sf-menu > li > a{font-size:22px;}
    .menu.active #SearchForm{background:none;}
    .top-right-menu li #SearchForm .Search{background: url("../images/searchIcon-mob.png") 50% 50% no-repeat transparent;margin-top:-3px;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .blog-page .Breadcrumb{background-color: #ebebeb; padding: 20px 30px; margin: 0px; width: 100%;}
    .blog-page .content{max-width: 600px; margin: 0px auto; padding: 60px 30px; width: 100%;}
    .blog-page .content .BlogPost{padding-bottom: 40px;}
    .blog-page .content .BlogPost .desc{height: 497px; padding: 60px 30px; margin: 0px; width: 50%; float: left;}
    .blog-page .content .BlogPost .desc .author-logo{height: 79px;}
    .blog-page .content .BlogPost .desc .details{padding: 0px;}
    .blog-page .content .BlogPost .thumb{width: 50%; float: left;}
    .blog-page .content .BlogPost .thumb .thumbnail img{height: 415px; width: 270px;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .blog-page .content{max-width: 960px; margin: 0px auto; padding: 60px 60px 0px; width: 100%;}
    .blog-page .content .BlogPost{padding-bottom: 60px;}
    .blog-page .content .BlogPost .desc{padding: 60px 50px; height: 422px; margin: 0px; width: 50%; float: left;}
    .blog-page .content .BlogPost .thumb{width: 50%; float: left;}
    .blog-page .content .BlogPost .thumb .thumbnail img{height: 340px; width: 420px;}
}
@media screen and (min-width: 1200px) {
}
/******************** Responsive Blog ***********************/

/******************** Responsive Blog inner ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .post-page .Breadcrumb{display: none !important;}
    .post-page .post-content .section1 img{height: 235px;}
    .post-page .post-content .section1 .post_date{font-size: 18px; top: 75px}
    .post-page .post-content .section1 .title{
        font-size: 44px;
        line-height: 44px;
        top: 100px;
        width: 90%;
        left: 5%;
    }
    .post-page .post-content .section1 .sub_title{
        font-size: 20px;
        color: #1f1f1f;
        overflow: hidden;
        padding: 60px 20px;
        top: 250px;
        position: initial;
        line-height: 20px;
        width: 100%;
        text-align: left;
    }
    
    .post-page .post-content .section2{padding:0px 20px;}
    .post-page .post-content .section2 > div{width:100%; padding: 0px; display: block; clear: both;}
    .post-page .post-content .section2 .author{font-size:22px;}
    .post-page .post-content .section2 .post_content .title{
        font-size: 30px;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .post-page .post-content .section2 .post_content .description{font-size:13px; padding-bottom: 10px;}
    .post-page .post-content .section2 .post_content .img{padding: 25px 0px;}
    .post-page .post-content .section2 .post_content .img img{height: 160px;}
    .post-page .post-content .section2 .post_content .sub_title{font-size:24px;}
    .post-page .post-content .section2 .share_title{text-transform: uppercase; padding-top: 15px;}
    .post-page .post-content .section2 .social a{margin-right:1px; margin-bottom:10px; display:inline-block; padding: 6px 10px; font-size: 20px;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .post-page .post-content .section1 img{height: 425px;}
    .post-page .post-content .section1 .title{font-size: 49px; line-height: 45px; top: 150px;}
    .post-page .post-content .section1 .sub_title{font-size: 21px; line-height: 25px; top: 200px; width: 76%; left: 12%;}
    
    .post-page .post-content .section2{padding: 70px 30px;}
    .post-page .post-content .section2 > div:first-child{width: 20% !important;}
    .post-page .post-content .section2 > div:nth-child(2){width: 80% !important;}
    .post-page .post-content .section2 > div:nth-child(3){width: 80% !important; left: 20%; display: block; clear: both;}
    .post-page .post-content .section2 .post_content .img img{height: 220px;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .post-page .post-content .section1 img{height: 525px;}
    .post-page .post-content .section1 .title{font-size: 64px; line-height: 60px; top: 175px;}
    .post-page .post-content .section1 .sub_title{font-size: 24px; line-height: 25px; top: 240px;}
    
    .post-page .post-content .section2{padding: 85px 60px;}
    .post-page .post-content .section2 .post_content .img{padding: 40px 0px;}
    .post-page .post-content .section2 .post_content .img img{height: 260px;}
    .post-page .post-content .section2 .post_content .description{padding-bottom: 10px;}
}
@media screen and (min-width: 1200px) {
}
/******************** Responsive Blog inner ***********************/

/******************** Responsive Interest Free ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .interest-page .section1{height: 560px;}
    .interest-page .section1 .title{font-size: 44px; line-height: 40px; width: 300px; top: 85px; letter-spacing: 1px;}
    .interest-page .section1 .sub_title{font-size:20px; width: 255px; top: 95px; letter-spacing: 3px; line-height: 22px;}
    .interest-page .section1 .action-btn{top: 380px;}
    .interest-page .section1 .btn_sub_text{top:85%; font-size: 20px;}
    .interest-page .section1 .black-btn{font-size: 25px;}
    
    .interest-page .section1 .powered_by{top: 94%; font-size: 18px;}
    .interest-page .section1 .powered_by .zip_money{width: 100px; height: 20px}
    
    .interest-page .section2{max-width: 100%; width: 100%; margin: 0px;}
    .interest-page .section2 > .first{padding:65px 20px; min-height: 0px;}
    .interest-page .section2 > .first .title{font-size: 44px; line-height: 44px;}
    .interest-page .section2 > .first .sub_title{font-size: 25px; line-height: 25px;}
    
    .interest-page .section2 > .second{padding: 65px 20px; min-height: 0px; text-align: center;}
    .interest-page .section2 > .second .title{font-size: 30px;}
    .interest-page .section2 > .second .desc{padding: 0px 50px;}
    .interest-page .section2 > .second .desc div{width:100%;}
    .interest-page .section2 > .second .desc .round{font-size: 30px;}
    .interest-page .section2 > .second .desc .arrow{
        border-left: 1px dashed #1f1f1f;
        height: 50px;
        text-align: center;
        margin: 20px auto;
        width: 1%;
        border-bottom:none;
    }
    
    .interest-page .section3{padding:65px 20px;}
    .interest-page .section3 > .title{font-size:50px; line-height:40px; padding-bottom: 15px;}
    .interest-page .section3 .details{padding: 0px; border: none;}
    .interest-page .section3 .details:last-child{padding: 0px; border: none;}
    .interest-page .section3 .details .title{font-size: 30px; line-height: 30px; padding: 25px 0px 5px 0px;}
    .interest-page .section3 .details .details_text{font-size: 13px; line-height: 20px; padding: 5px 0px 5px;}
    .interest-page .section3 .details .mail a{font-size: 13px; line-height: 15px; text-decoration: underline;}
    
    .interest-page .section4{height: 375px; background-position: -375px 0px !important;}
    .interest-page .section4 .title{font-size: 44px; line-height: 44px; top: 80px; width: 100%; text-align:center;}
    .interest-page .section4 .sub_title{font-size: 17px; line-height: 17px; width: 260px; letter-spacing: 3px; top: 95px;}
    .interest-page .section4 .action-btn{top: 190px;}
    .interest-page .section4 .black-btn{font-size: 20px; padding: 15px 40px;}
    .interest-page .section4 .btn_sub_text{top: 200px; font-size: 20px; width: 250px; margin: 0px auto;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .interest-page .section1 img{height: 560px;}
    .interest-page .section1 .title{font-size: 58px;line-height: 50px; top: 120px; width: 500px;}
    .interest-page .section1 .sub_title{font-size: 20px; line-height: 20px; top: 150px; width: 500px;}
    .interest-page .section1 .action-btn{top: 55%;}
        .interest-page .section1 .black-btn{font-size: 25px;}
    .interest-page .section1 .btn_sub_text{font-size: 20px; top: 70%;}
    .interest-page .section1 .powered_by{font-size: 18px; top: 600px;}
    
    .interest-page .section2 > .first{padding:85px 60px; min-height: 0px; width: 100%; margin: 0px;}
    .interest-page .section2 > .first .title{font-size:60px; line-height:60px;}
    .interest-page .section2 > .first .sub_title{font-size:32px; line-height:32px;}
    .interest-page .section2 > .second{padding: 85px 60px; text-align: center; min-height: 0px;  width: 100%; margin: 0px;}
    .interest-page .section2 > .second .title{text-align:center;}
    .interest-page .section2 > .second .desc{text-align:center;}
    
    .interest-page .section3{padding:80px 60px;}
    .interest-page .section3 > .title{font-size: 64px; line-height: 60px; padding: 0px;}
    .interest-page .section3 .details{border:none; padding:0px !important; width: 100%;}
    .interest-page .section3 .details:last-child{padding:0px !important;}
    .interest-page .section3 .details .details_text{padding: 5px 0px;}
    .interest-page .section3 .details .title{padding: 20px 0px;}
    
    .interest-page .section4{height:490px;}
    .interest-page .section4 .title{
        font-size: 86px;
        line-height: 70px;
        top: 110px;
    }
    .interest-page .section4 .sub_title{
        font-size: 20px;
        line-height: 20px;
        top: 125px;
        width: 450px;
    }
    .interest-page .section4 .action-btn{top: 260px;}
        .interest-page .section4 .black-btn{font-size: 25px;}
    .interest-page .section4 .btn_sub_text{font-size: 20px; top: 275px;}
    
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .interest-page .section1 .title{font-size: 86px; line-height: 75px; top: 125px; width: 700px;}
    .interest-page .section1 .sub_title{font-size:29px; top: 140px; line-height: 35px;}
    .interest-page .section1 .action-btn{top: 450px;}
    .interest-page .section1 .btn_sub_text{top: 535px;}
    
    .interest-page .section2{width: 100%; max-width: 100%; margin:0px;}
    .interest-page .section2 > .first{padding:110px 30px; min-height:672px;}
    .interest-page .section2 > .second{padding:110px 30px; min-height:672px;}
    .interest-page .section2 > .second .title{text-align:left;}
    .interest-page .section2 > .second .desc{text-align:center;}
    
    .interest-page .section3{padding:135px 30px;}
    .interest-page .section3>.title{font-size:64px; line-height:55px;}
    .interest-page .section3 .details{padding: 0px 30px 0px 0px;}
    .interest-page .section3 .details:last-child{padding: 0px 0px 0px 30px;}
    
    .interest-page .section4{background-position: 45% 0% !important;}
    .interest-page .section4 .title{font-size: 150px; line-height: 110px; top: 215px;}
    .interest-page .section4 .sub_title{font-size:32px; top: 245px;}
    .interest-page .section4 .action-btn{top: 450px;}
    .interest-page .section4 .btn_sub_text{top: 430px;}
}
@media screen and (min-width: 1200px) {
}
/******************** Responsive Interest Free ***********************/

/******************** Responsive Contact ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .info-page .contact{width: 100%; max-width: 100%; margin: 0px;}
    .info-page .contact .hero{height:220px; background-position: 67% 0px; background-size: cover;}
    .info-page .contact .hero .title{font-size: 44px; line-height: 45px; top: 85px;}
    .info-page .contact .hero .sub_title{font-size:17px; line-height:15px; top: 130px;}
    
    .header{padding-top:0px; position: inherit !important; overflow: initial;}
    .info-page .contact .first{padding: 65px 40px; min-height: 0px; width: 100%;}
    .info-page .contact .first .title{font-size:44px; line-height: 35px;}
    .info-page .contact .first .sub_title{font-size:28px; line-height: 28px; margin-bottom: 15px;}
    .info-page .contact .second{padding: 65px 40px; min-height: 0px; width: 100%;}

    .info-page .contact .first .social a{width: 36px; height: 36px;}
    .info-page .contact .second .contactform .form-group input, .info-page .contact .second .contactform .form-group textarea{padding: 10px 15px; height: 50px; box-shadow: none;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .Breadcrumb{margin: 0px; padding: 20px 30px;}
    .info-page .contact .row{width: 100%; margin: 0px;}
    .info-page .contact .first{padding: 70px 50px; width: 100%;}
    .info-page .contact .second{padding: 80px 55px; width: 100%;}
    
    .info-page .contact .first .title{font-size:60px; line-height:50px;}
    .info-page .contact .first .address li{padding-bottom:5px;}
    
    .info-page .contact .second .contactform .form-group input, .info-page .contact .second .contactform .form-group textarea{padding: 10px 15px; height: 50px; box-shadow: none;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .info-page .contact .row{width: 100%; margin: 0px;}
    .info-page .contact .first{padding: 110px 30px; min-height: 730px;}
    .info-page .contact .second{padding: 110px 30px; min-height: 730px;}
}
@media screen and (min-width: 1200px) {
}
/******************** Responsive Contact ***********************/


/******************** Responsive Product Register ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {

    .register-page .section1 .title{font-size:38px; line-height: 40px; top: 70px;}
    .register-page .section1 .sub_title{font-size: 18px; line-height: 20px;top: 115px;}
    
    .register-page .section2{width: 100%; max-width: 100%; margin: 0px;}
    .register-page .section2 .first .desc{font-size: 25px; line-height: 25px;}
    .register-page .section2 .first{ padding: 65px 20px;}
    .register-page .section2 .second{padding: 55px 20px;}
    .register-page .section2 .second .title{font-size: 30px; line-height: 25px;}
    .register-page .section2 .second .second_title{font-size: 30px;}
    .register-page .section2 .second .second_sub_title{font-size: 26px;}
    .register-page .section2 .second .form-group{margin-bottom: 0px !important;}
    .register-page .section2 .first .note{padding:30px; font-size: 22px; text-align: left; margin-bottom: 20px;}
    
    .register-page .section2 .second .sub_title{padding: 30px 0px 5px; font-size: 26px;}
    
    .register-page .section2 .second .mini-label label{top: 40px;}
    .register-page .section2 .second input{height: 50px; margin-bottom: 0px;}
    
    .register-page .section2 .second .register-form dt{width:100%;}
    .register-page .section2 .second .register-form dd .Textbox{width:100%; height:35px !important;}
    
    .register-page .section2 .second .register-form .title.second_title{padding-top:20px;}
    
    .register-page .section2 .second .register-form dd{width:80%;}
    
    .register-page .section2 .second .register-form .box .Submit .btn{margin-top:20px;}
    
    .register-page .section2 .second .selector{margin-bottom:10px !important;}
    
    .register-page .section2 .second .mini-label span{
        height: 50px;
        width: 50px;
        top: 25px;
        line-height: 40px;
    }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .register-page .section1 .title{font-size: 66px; top: 100px; line-height: 50px;}
    .register-page .section1 .sub_title{font-size: 24px; top: 165px;}
    
    .register-page .section2{width: 100%; max-width: 100%; margin: 0px;}
    .register-page .section2 .first{width: 100% !important; padding: 75px 60px;}
    .register-page .section2 .second{width: 100% !important; padding: 80px 60px;}
    
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .register-page .section1 .title{font-size: 85px; top: 105px; line-height: 70px;}
    
    .register-page .section2{width: 100%; max-width: 100%; margin: 0px;}
    .register-page .section2 .first{padding: 110px 30px;}
    .register-page .section2 .first .note{padding: 50px; text-align: left; letter-spacing: 3px;}
    .register-page .section2 .second{padding: 110px 30px;}
}
@media screen and (min-width: 1200px) {
}
/******************** Responsive Product Register ***********************/


@media screen and (max-width: 767px){
.blog-page .content .BlogPost .desc {
  border-bottom: medium none;
  border-right: 2px solid #d7d7d7;
  margin-bottom: 0;
  min-height: 350px;
  padding: 60px 30px 45px;
  width: 100%;
}
.blog-page .content .BlogPost .thumb {
  margin-bottom: 0;
  width: 100%;
}
.blog-page .content .BlogPost .thumb .thumbnail img{width:100%;height:auto;}
.blog-page .content .BlogPost .thumb .readmore {
  border: medium none;
  position: absolute;
  right: 3px;
  top: 0;
}

}

/******************** Responsive FAQs ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .faq-page .section1 img{height:160px;}
    .faq-page .section1 .title{font-size: 44px; line-height: 45px;}
    .faq-page .section1 .sub_title{font-size:17px; line-height:15px; top:65%; width: 48%; left: 26%;}
    
    .faq-page .section2{padding: 55px 25px;}
    
    .faq-page .section2 .question{font-size: 24px; width: 270px; padding-bottom: 25px;}
    .faq-page .section2 .answer{font-size:13px; line-height:20px;  max-width: 100%; width:100%;}
    .faq-page table.delivery_table{width:100%;}
    .faq-page table.delivery_table td{padding:15px 5px;}
    .footer .footer-grid .no-margin{margin:30px 0 0!important}
    .faq-page .Breadcrumb{display:none;} 
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .faq-page .section1 img{height:290px;}
    .faq-page .section1 .title{font-size: 44px; line-height: 40px;}
    .faq-page .section1 .sub_title{font-size: 24px; line-height: 20px;}
    
    .faq-page .section2{padding: 70px 60px;}
    .faq-page .section2 .title{font-size:66px; line-height:50px;}
    .faq-page .section2 .question{margin-bottom: 20px; font-size:30px; width: 480px;}
    .faq-page .section2 .answer{margin-bottom:40px; max-width: 100%; width: 480px;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .faq-page .section2{padding:65px;}
    .faq-page .section2 > div:nth-child(2){width: 100%;}
    .faq-page .section2 .question{font-size:30px; margin-bottom:25px;}
    .faq-page .section2 .answer{font-size:14px;  max-width: 100%;}
    .faq-page .section2 .quote{padding-bottom: 50px;}
}
@media screen and (min-width: 1200px) {
    .faq-page .section2 .question{margin-bottom:25px;}
}
/******************** Responsive FAQs ***********************/



/******************** Responsive Testimonials ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .testimonials-page .section1 img{height:220px;}
    .testimonials-page .section1 .title{font-size: 44px; line-height: 45px;}
    .testimonials-page .section1 .sub_title{font-size:17px; line-height:15px; top:55%;}
    
    .testimonials-page .section2{padding: 55px 25px;}
    
    .testimonials-page .section2 .question{font-size: 24px; line-height: 20px; margin-bottom: 15px;}
    .testimonials-page .section2 .answer{font-size:13px; line-height:20px;  max-width: 100%;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .testimonials-page .section1 img{height:290px;}
    .testimonials-page .section1 .title{font-size: 66px; line-height: 50px;}
    .testimonials-page .section1 .sub_title{font-size: 24px; line-height: 20px;}
    
    .testimonials-page .section2{padding: 70px 60px;}
    .testimonials-page .section2 .answer{font-size:14px; line-height:20px; margin-bottom:40px;  max-width: 100%;}
    .testimonials-page .section2 .quote{padding-bottom:50px;}
    .testimonials-page .section2 .question{margin-bottom: 10px; font-size:30px}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .testimonials-page .section2{padding:65px;}
    .testimonials-page .section2 .question{font-size:38px; line-height:35px; margin-bottom: 20px;}
    .testimonials-page .section2 .answer{font-size:15px; width: 100%;  max-width: 100%;}
    .testimonials-page .section2 .quote{padding-bottom: 50px;}
}
@media screen and (min-width: 1200px) {
    .testimonials-page .section2 .question{line-height:30px; margin-bottom:25px;}
}
/******************** Responsive Testimonials ***********************/

/******************** Responsive Error Page ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .error-page .Breadcrumb{display:none;}
    .error-page .content{padding: 150px 0px 135px;}
    .error-page .content .title{font-size: 78px; line-height: 60px; padding-bottom: 10px; letter-spacing: 6px;}
    .error-page .content .sub_title{font-size: 26px; line-height: 25px; padding-bottom: 20px; letter-spacing: 4px;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .error-page .Breadcrumb{background-color: #ebebeb; padding: 20px 30px; margin: 0px; width: 100%;}
    .error-page .content{padding: 190px 0px 160px; width: 100%; max-width: 100%; margin:0px;}
    .error-page .content .title{font-size: 124px; line-height: 90px; padding-bottom: 15px;}
    .error-page .content .sub_title{font-size: 42px; line-height: 40px; padding-bottom: 30px;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .error-page .Breadcrumb{padding: 30px 10px;}
    .error-page .content{padding: 200px 0px 260px; width: 100%; max-width: 100%; margin:0px;}
    .error-page .content .sub_title{letter-spacing: 2px;}
}
@media screen and (min-width: 1200px) {
    
}
/******************** Responsive Error Page ***********************/

/******************** Responsive Category page ***********************/
@media screen and (min-width: 50px) and (max-width: 599px) {
    .category-page .description{border-bottom: 1px solid #d4d4d4;}
    .category-page .description .cat-bg{height:220px; background-size:cover;}
    .category-page .description .features{padding: 15px 30px; margin: 0px auto; width: 300px; border-bottom: none;}
    .category-page .description .features li{
        height: 22px;
        padding-left: 25px;
        padding-top: 1px;
        font-size: 18px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .category-page .cat-detail{padding:35px 30px; margin:0px;}
    .category-page .cat-detail .second{border:none;}
    .category-page .cat-detail .second .ProductList li{width:100% !important;}
    .category-page .cat-detail .second .ProductList li:nth-child(n) .ProductImage{
        border:none;
    }
    
    .category-page .description .cat-bg .title{font-size: 44px; line-height: 35px; top:30%;}
    .category-page .description .cat-bg .sub_title{font-size: 17px; top: 45%; line-height: 15px;}
    
    .category-page .cat-detail .second .ProductList .ProductImage, .brand-img, #ProductDetails .ProductThumbImage{border:none;}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
    .category-page .description .cat-bg{height: 290px; background-size: cover;}
    .category-page .description .features{padding: 25px 10px; margin: 0px;}
    .category-page .description .features li{
        height: 20px;
        padding-left: 25px;
        padding-top: 1px;
        font-size: 14px;
        margin-right: 10px;
    }
    .category-page .cat-detail{padding: 0px; margin:0px;}
    .category-page .cat-detail .first{display: none !important;}
    .category-page .cat-detail .second{border:none; width: 100% !important;}
    .category-page .cat-detail .second .ProductList li:nth-child(3n) .ProductImage{
        border-right: 1px solid #d4d4d4;
    }
    .category-page .cat-detail .second .ProductList li:nth-child(2n) .ProductImage{
        border-right: none;;
    }
    
    .category-page .cat-detail .second .ProductList li{width:50% !important;}
    
    .category-page .description .cat-bg .title{font-size: 66px; }
    .category-page .description .cat-bg .sub_title{font-size: 24px; }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .category-page .description .cat-bg{background-position: 50% 0%;}
    .category-page .cat-detail{padding:60px 30px; margin:0px;}
    .category-page .cat-detail .second .ProductList li{
        padding: 20px 0px 0;
        min-height: 425px;
        width:33% !important;
    }
    .category-page .cat-detail .second .ProductList li .ProductImage{
        border-right: 1px solid #d4d4d4;
    }
    .category-page .cat-detail .second .ProductList li:nth-child(3n) .ProductImage{
        border-right: none !important;
    }
    .category-page .cat-detail .second .ProductList .ProductImage img{height: 210px;}
    .category-page .cat-detail .first .find-board-btn{width: auto; font-size: 22px; display: inline-block;}
    .category-page .description .features{margin:0px;}
   .PageMenu .menu-right {padding:21px 3px 22px!important; width: 25%; float: right; }


   .header_nav { width: 75% !important; }
}
@media screen and (min-width: 1200px) {
    
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    /*.product-container #ProductDetails .BlockContent > .first{width: 100%;}
    .product-container #ProductDetails .BlockContent > .second{width: 100%; padding: 70px 30px;}*/
    .product-description{padding: 150px 30px 65px;}
    .product-description .ProductDescription .ProductDescriptionContainer .row .first{
        display: block;
        padding: 0px;
        width: 35%;
        float: left;
    }
    .product-description .ProductDescription .ProductDescriptionContainer .row .second{
        display: block !important;
        width: 65%;
        float: left;
        padding: 0px !important;
    }
    .product-container #ProductDetails .BlockContent > .second .prod-title{display: inline-block; float: left;}
    .product-container #ProductDetails .BlockContent > .second > span{display: inline-block;}
    .product-container #ProductDetails .BlockContent > .second #review_count{padding: 0px;}
    .product-container #ProductDetails .BlockContent > .second .read_review{padding-top: 10px; display: block; clear: both; float: right;}
        
        
    .product-container #ProductDetails .BlockContent .second .row{display: block; overflow: hidden; margin: 0px;}
    
    .PrimaryProductDetails .satisfaction-icon, .PrimaryProductDetails .warranty-icon, .PrimaryProductDetails .guarantee-icon, .PrimaryProductDetails .shipping_flat_icon{width: 110px; height: 110px;}
    
    .related_section{padding: 75px 30px;}
    .related_section .title{margin: 0px;}
    .related_section .ProductList{padding: 0px;}
    .related_section .ProductList li{width: 46% !important; padding: 45px 0px 0px; margin: 0px 10px 0px; min-height: 385px;}
    .related_section .ProductList li .ProductImage{height: 100%; display: block;}
    .related_section .ProductList li .ProductImage a{display: block;}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .product-description{padding: 200px 30px 85px;}
    .product-description .ProductDescription .ProductDescriptionContainer .first{padding: 0px;}
    .product-container #ProductDetails .BlockContent .second{padding: 70px 30px;}
    .product-container #ProductDetails .BlockContent .second .row{display: block; overflow: hidden; margin: 0px;}
    .PrimaryProductDetails .satisfaction-icon, .PrimaryProductDetails .warranty-icon, .PrimaryProductDetails .guarantee-icon, .PrimaryProductDetails .shipping_flat_icon{width:29%; height:120px;}
    .related_section .ProductList li{width: 23.7% !important;}
    .related_section .ProductList li .ProductImage{height: 100%; display: block;}
    .related_section .ProductList li .ProductImage a{display: block;}
}
@media screen and (min-width: 1200px) {
    
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .related_section .ProductList li{width: 23.8% !important;}
    .related_section .ProductList li .ProductImage{min-height:250px;}
}

/******************** Responsive Checkout ********************/



/******************** Responsive Auto Responder ********************/

@media screen and (min-width: 1600px) {
    .video-page .videos .tab-content .video-detail .details{height: 210px;}
}

@media screen and (min-width: 1200px) {
    .video-page .videos .video-tabs{width: 600px;}
    
    .video-page .videos .tab-content .video-detail .details{padding: 45px 25px 50px;}
    .video-page .videos .tab-content .video-detail .thumb img{max-width: 100%;}
    .video-page .videos .tab-content .video-detail .details .description{line-height: 23px;}
    .video-page .videos .tab-content .loadmore{padding: 28px 100px;}
}

@media screen and (max-width: 1389px) {
.PrimaryProductDetails .satisfaction-icon, .PrimaryProductDetails .warranty-icon, .PrimaryProductDetails .guarantee-icon, .PrimaryProductDetails .shipping_flat_icon{width:29%; height:120px;}
}

 

@media screen and (min-width: 960px) and (max-width: 1199px) {
    /*.video-page .videos .tab-content .video-detail .details .description{line-height: 18px;}*/
    .cart-page{margin: 0px 30px !important;}
    .cart-page .CartContents tbody tr td{padding: 55px 10px;}
    .ProceedToCheckout .CheckoutButton .btn{padding: 56px 40px;}
    .related_section .ProductList li{width: 20%;}
    .video-page .videos .tab-content .loadmore{padding: 28px 100px; margin: 30px auto 70px;}
    
    .video-page .videos .video-tabs{width:80%;}

    .video-page .videos .video-tabs > li, .nav-pills > li{width: 31%; margin-right: 10px;}

    .video-page .videos .tab-content .video-detail{margin-bottom: 50px;width: 33%;}
    .video-page .videos .tab-content .video-detail .thumb img{height: auto; width: 100%;}
    .video-page .videos .tab-content .video-detail .play{background-size: 65px 65px;}
    .video-page .videos .video-tabs{width: 600px;}
    .video-page .videos .video-tabs>li.active>a, .video-page .videos .video-tabs>li.active>a:focus, .video-page .videos .video-tabs>li.active>a:hover, .video-page .videos .video-tabs>li>a{
        font-size: 24px;
        display: block;
        width: 100%;
        padding:10px 55px;
    }
    .video-page .videos .tab-content .tab-pane{padding: 50px 30px;}
    .video-page .videos .tab-content .video-detail .details{padding: 45px 35px 60px; height: 200px;}
    .video-page .videos .tab-content .video-detail .details .description{max-height: 70px;}
    .PageMenu .menu-right{ margin-top:0;}
    .cloudzoom-zoom-inside{left:0!important}
    .product-container #ProductDetails .BlockContent,
    .product-container #ProductDetails, .product-container{overflow:visible!important;}
    .checkout-content{padding: 110px 30px 20px !important; width: 100% !important; max-width: 100%; margin: 0px !important;}
    .checkout-content .title{font-size:85px; line-height:75px; padding-bottom: 110px;}
    .ExpressCheckoutBlock .ExpressCheckoutTitle{font-size:36px; padding: 25px 30px;;}
    .ExpressCheckoutContent .CreateAccount{padding:60px 30px;}
    .ExpressCheckoutContent .AccountLogin{padding:60px 30px;}
    .ExpressCheckoutContent .AccountLogin input{width:90%;}
    
    #NewBillingAddress .AddBillingAddress{padding:60px 30px;}
    #NewBillingAddress .AddBillingAddress dt{width:25%; float: left;}
    #NewBillingAddress .AddBillingAddress dd{width:75%; float:left; margin: 0px;}
    #NewBillingAddress .AddBillingAddress dd input{width:100%;}
    
    #NewShippingAddress .AddShippingAddress{padding:60px 30px;}
    #NewShippingAddress .AddShippingAddress dt{width:50%;}
    #NewShippingAddress .AddShippingAddress dd{width:50%;}
    #NewShippingAddress .AddShippingAddress dd input{width:100%;}
    
    #CheckoutStepShippingProvider .ExpressCheckoutContent{padding:60px 30px;}
    
    #CheckoutStepPaymentDetails .FormContainer{padding:60px 30px; max-width: 100%;}
    #CheckoutStepPaymentDetails .FormContainer dt{width:25%; float: left;}
    #CheckoutStepPaymentDetails .FormContainer dd{width:75%; float:left; margin: 0px;}
    
    #ChooseBillingAddress .SelectBillingAddress .selector, #ChooseShippingAddress .SelectShippingAddress .selector{width: 100% !important;}
   .login-page{
        width: 100% !important;
        margin: 0px !important;
        max-width: 100%;
        padding: 0px 60px 60px !important;
    }
    .login-page .TitleHeading{
        font-size: 85px;
        line-height: 70px;
        padding: 110px 0px;
        text-align: center;
        width: 100%;
        margin: 0px auto;
        letter-spacing: 1px;
    }
    .login-page .login-form h3{
        font-size: 30px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .login-page .login-form ul{padding: 0px 15px 20px;}
    .login-page .login-form .first{padding: 0px 30px 0px 0px;}
    .login-page .login-form .btn{
        font-size: 30px !important;
        padding: 20px 20px !important;
        width: 100%;
        height: initial;
        word-wrap: break-word;
        display: block;
        clear: both;
        margin: 0px;
        white-space: normal;
        line-height: 29px;
    }
    .login-page .login-form .second{padding: 0px 0px 0px 30px;}
    .login-page .login-form .Textbox{width: 100% !important;}
    #PurchaseGiftCertificate{width:70%}
   .gift_link{left:30px;}
.PrimaryProductDetails .satisfaction-icon, .PrimaryProductDetails .warranty-icon, .PrimaryProductDetails .guarantee-icon, .PrimaryProductDetails .shipping_flat_icon{width:28%;}

}

@media screen and (max-width: 959px) {
.PrimaryProductDetails .satisfaction-icon, .PrimaryProductDetails .warranty-icon, .PrimaryProductDetails .guarantee-icon, .PrimaryProductDetails .shipping_flat_icon{width:100px!important;height:100px!important;}
}


@media screen and (min-width: 600px) and (max-width: 959px) {
    .cart-page{margin: 0px 30px !important;}
    .cart-page #CartHeader{padding: 0px;}
    .cart-page #CartHeader .TitleHeading{font-size: 60px; line-height: 45px; padding: 150px 0px 100px;}
    
    .cart-page .CartContents thead tr{display: none !important;}
    
    .cart-page .CartContents thead tr th{padding:10px; font-size: 20px; line-height: 20px;}
    .cart-page .CartContents thead tr th:last-child, .cart-page .CartContents thead tr th:nth-child(3){padding:10px; font-size: 20px; line-height: 20px;}
    .cart-page .CartContents tbody tr{display: block !important;}
    .cart-page .CartContents tbody tr td:first-child{
        display: inline-block !important;
        width: 30%;
        margin: 0px;
        border: none;
        float: left;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
    }
    .cart-page .CartContents tbody tr td:nth-child(2){
        display: inline-block !important;
        width: 70%;
        margin: 0px;
        border: none;
        float: left;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
    }
    .cart-page .CartContents tbody tr td:nth-child(3), .cart-page .CartContents tbody tr td:nth-child(4), .cart-page .CartContents tbody tr td:nth-child(5), .cart-page .CartContents tbody tr td:nth-child(6){
        width: 25% !important;
        display: inline-block !important;
        margin: 0px;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
        float: left;
        padding: 25px 0px;
        text-align: right;
    }
    .cart-page .CartContents tbody tr td{padding: 55px 20px 0px;}
    .cart-page .CartContents .ProductName a{font-size:20px;}
    .cart-page .CartContents .ProductName .productAttributes .Odd span{padding-bottom:5px;}
    .cart-page .CartContents tbody tr td .CartRemoveLink{width:25px; height:25px; margin-top: 10px;}
    
    .cart-page .CartContents tfoot .SubTotal{font-size:26px;}
    .cart-page .CartContents tfoot .SubTotal td div .EstimateShippingLink{font-size:26px; padding: 35px 40px;}
    .cart-page .CartContents tfoot .SubTotal .grand_total{font-size: 36px; line-height: 30px; padding: 35px 0px;}
    .ProceedToCheckout .CheckoutButton .btn{font-size: 41px; padding: 56px 40px;}
    .cart-page #CartContent .KeepShopping{margin-top: 0px;}
    .cart-page #CartContent .KeepShopping .btn{
        font-size: 26px;
        padding: 35px 40px;
        display: block;
    }
    
    .cart-page .cart-footer{
        padding: 70px 0px 100px;
        max-width: 350px;
        margin: 0px auto;
    }
        .cart-page .cart-footer div:nth-child(2), .cart-page .cart-footer div:nth-child(3){width: 100%; clear: both; margin: 0px; padding: 0px !important;}
    
    .cart-page .cart-footer h3{font-size:25px;}
    .cart-page .cart-footer p{padding: 0px 25px 10px; min-height:20px;}
    
    .cart-page .cart-footer .CouponCode{display: block; padding: 0px; margin-bottom: 40px;}
    
    .EstimateShipping .form dt{width: 35%;}
    .EstimateShipping .form dd{width: 65%;}
    .video-page .Breadcrumb{margin: 0px; width: 100%; background-color: #ebebeb;}
    .video-page .videos .video-tabs{width: 100%;}
    .video-page .videos .tab-content .tab-pane {padding: 15px 0px;}
    .video-page .videos .video-tabs>li.active>a, .video-page .videos .video-tabs>li.active>a:focus, .video-page .videos .video-tabs>li.active>a:hover, .video-page .videos .video-tabs>li>a{padding:10px 25px;}
    .video-page .videos .video-tabs > li:last-child > a {margin: 0px;}
    
    .video-page .videos{padding: 100px 30px 40px;}
    .video-page .videos .tab-content .video-detail{margin-bottom: 50px; width: 50%;}
    .video-page .videos .tab-content .video-detail .details{padding:45px 0px; margin-bottom: 0px; height: 200px;}
    .video-page .videos .tab-content .video-detail .details .description{max-height: 70px;}
    .video-page .videos .tab-content .video-detail .thumb img{height: auto; width: 100%;}
    .video-page .videos .tab-content .video-detail .play{background-size: 70px 70px;}
    
    .video-page .videos .tab-content .loadmore{
        width: 90%;
        margin: 0px auto;
        padding: 28px 30px !important;
    }
    /*.video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-content iframe{width:380px; height: 220px;}*/
    
    .video-page .videos .tab-content .loadmore:hover{
        width: 90%;
        margin: 0px auto;
        padding: 28px 30px !important;
    }

    .checkout-content{padding: 140px 30px 20px !important; width: 100% !important; max-width: 100%; margin: 0px !important;}
    .checkout-content .title{font-size:64px; line-height:50px; padding-bottom: 90px;}
    .ExpressCheckoutBlock .ExpressCheckoutTitle{font-size:30px; padding:17px;}
    .ExpressCheckoutContent .CreateAccount{padding:65px 30px 0px; width: 100% !important;}
    .ExpressCheckoutContent .AccountLogin{padding:60px 30px 40px; width: 100% !important;}
    
    #ChooseBillingAddress, #ChooseShippingAddress{padding: 65px 30px;}
    
    #NewBillingAddress .AddBillingAddress{padding:65px 30px;}
    #NewBillingAddress .AddBillingAddress dt{width:25%; float: left;}
    #NewBillingAddress .AddBillingAddress dd{width:75%; float:left; margin: 0px;}
    #NewBillingAddress .AddBillingAddress dd input{width:100%;}
    
    #NewShippingAddress .AddShippingAddress{padding:65px 30px;}
    #NewShippingAddress .AddShippingAddress dt{width:50%;}
    #NewShippingAddress .AddShippingAddress dd{width:50%;}
    #NewShippingAddress .AddShippingAddress dd input{width:100%;}
    
    #CheckoutStepShippingProvider .ExpressCheckoutContent{padding:65px 30px;}
    
    #CheckoutStepPaymentDetails .FormContainer{padding:65px 30px;}
    #CheckoutStepPaymentDetails .FormContainer dt{width:25%; float: left;}
    #CheckoutStepPaymentDetails .FormContainer dd{width:75%; float:left; margin: 0px;}
    
    #ChooseBillingAddress .SelectBillingAddress .selector{width:100% !important;}

    .login-page{
        width: 100% !important;
        margin: 0px !important;
        max-width: 100%;
        padding: 0px 60px !important;
    }
    .login-page .TitleHeading{
        font-size: 64px;
        line-height: 60px;
        padding: 145px 0px 110px;
        text-align: center;
        width: 100%;
        margin: 0px auto;
        letter-spacing: 1px;
    }
    .login-page .login-form h3{
        font-size: 30px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .login-page .login-form ul{padding: 0px 15px 20px;}
    .login-page .login-form .first{padding: 0px; width: 70%; clear: both; display: block;}
    .login-page .login-form .btn{
        font-size: 30px !important;
        padding: 20px 20px !important;
        width: 100%;
        height: initial;
        word-wrap: break-word;
        display: block;
        clear: both;
        margin: 0px;
        white-space: normal;
        line-height: 29px;
    }
    .login-page .login-form .second{padding: 75px 0px; width: 50%; clear: both; display: block;}
    .login-page .login-form .Textbox{width: 100% !important;}
}

@media screen and (max-width:959px) {

.category-page{float:left;width:100%;}
.footer{overflow:visible;}
.product-container #ProductDetails .BlockContent .second .row > div{display:inline-block;  overflow: hidden; float:none; margin:0 7px; padding: 0px; width: 40%; text-align: center;}
.product-container #ProductDetails .BlockContent > .second .productAddToCartRight .DetailRow div.selector{width:100% !important; background-position: 95% 50% !important;}
.product-container #ProductDetails .BlockContent .second .row > div{display: block;  overflow: hidden; float: left; margin:0 20px 0px 0; padding: 0px; width:auto; text-align: center;}
.PageMenu .menu-right{top:55px;}
.productPage .Breadcrumb{background-color:#ebebeb!important;margin:0;}
#ProductBreadcrumb ul.last {height:20px;overflow: hidden;text-overflow: ellipsis;width: 69%;margin:8px 0 0}
.productPage .Breadcrumb{height:56px;padding:12px 20px;color:#1f1f1f!important;position:relative;}
.productPage .Breadcrumb li a{color:#1f1f1f!important}
.productPage .PageMenu .menu-right{top:0;}
.mobile_product_top_price .prod-title {float: left;width: 54%; margin-left:5px;}
.mobile_product_top_price span.ProductPrice.VariationProductPrice {display: inline-block;float: left;}
.mobile_product_top_price .rating_box{float: right;margin-right:15px;padding-top:5px;}
.product-container #ProductDetails .pd_right,
.product-container #ProductDetails .pd_left{width:100%}
.PageMenu .CategoryList {
  display: inline-block;
  float: none;
  width: auto;
}

.PageMenu .menu-dir {
  display: inline-block !important;
  float: none !important;
  font-size: 22px !important;
  padding: 17px 0 18px 35px !important;
  text-align: left;
  vertical-align: top;
  display: none !important;
}
.header_nav {
  display: block;
  padding-left: 0 !important;
  width: 100% !important;
}
.PageMenu .SideCategoryListFlyout{position:relative;}
.productPage .PageMenu .menu-right{margin-top:58px!important;padding:14px 3px 15px}
.PageMenu .menu-right{margin-top:3px!important;padding:14px 3px 15px}
.mobile_product_top_price .prod-title {display: inline-block;font-size:37px;line-height:40px;text-align: left;vertical-align: top; padding:5px 15px 0;}
#ProductDetails .mobile_product_top_price{display:block}
.product-container #ProductDetails .BlockContent .second .Weight div.selector, 
.product-container #ProductDetails .BlockContent .second .Usability div.selector {min-width: 100%;}
.product-container #ProductDetails .BlockContent > .second .productAddToCartRight .DetailRow div.selector,
.product-container #ProductDetails .BlockContent .second div.selector{width:60% !important;}
.PrimaryProductDetails .btn.add-to-cart{max-width:244px;float:left;}
.mobile_product_top_price span.ProductPrice.VariationProductPrice{font-size:42px;}
.botm_icons{ text-align:left;}
.top-right-menu li:last-child a{ padding-top:0}


.slide-show li:nth-child(5) .slide-overlay{top:40%;}
.slide-show li:nth-child(6) .slide-overlay {left: 10%;max-width: 480px;right: auto;top:24%;width: 100%;position:absolute}
.slide-show .slide-overlay{position:absolute}
.slide-show li:nth-child(6) .slide-overlay .slide-heading{text-align:left;font-size:95px;}
.slide-show li:nth-child(6) .slide-text{font-size:24px;}
.slide-show li.slide:nth-child(4) .slide-content .slide-overlay .slide-text {font-size: 90px;line-height:65px;text-align: center;}
body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Height, body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Weight, body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Usability{width:47% !important;}
.main .product-container #ProductDetails .BlockContent > .second .productAddToCartRight .DetailRow.Usability .selector.fixedWidth,
.main .product-container #ProductDetails .BlockContent > .second .productAddToCartRight .DetailRow..Weight .selector.fixedWidth{width:100%!important;}



}

@media screen and (max-width: 879px) {
    .PageMenu .sf-menu > li > a{font-size:22px;}
    .header_nav {padding-left: 0% !important;}
    .PageMenu .menu-right{padding:14px 3px!important}
body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Height, body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Weight {display: none;}
.product-container #ProductDetails .BlockContent,
.product-container #ProductDetails, .product-container{overflow:visible!important;}
.product-description .ProductDescription .ProductDescriptionContainer .first .social a{font-size:17px;padding:4px 7px;}
.product-description .ProductDescription .ProductDescriptionContainer .details .info{font-size:14px;}
#ProductBreadcrumb ul.last{ padding:0;}
.slide-show li:nth-child(6) .slide-overlay {max-width: 355px;}
.slide-show li:nth-child(6) .slide-overlay .slide-heading {font-size: 75px;}
.slide-show li:nth-child(6) .slide-text{font-size: 22px;}

}

@media screen and (max-width:799px) {
 .PageMenu .sf-menu > li > a{padding:16px 10px!important}
.product-container #ProductDetails .BlockContent > .first{overflow:visible}
.Breadcrumb{width:auto!important}
.product-container #ProductDetails .BlockContent > .second > span{float:right}
.productPage .product-container #ProductDetails .BlockContent .second .prod-title {display: inline-block;width: 60%;}
.product-container #ProductDetails .BlockContent .right-content{width:100%}
body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Height, body.productPage .ProductDetailsGrid.ProductAddToCart .DetailRow.Weight {display: none;width:60%;}
.product-container #ProductDetails .BlockContent .second .row > div{width:auto;}
.product-container #ProductDetails .BlockContent .second .row > div{width:auto;margin:0 10px 0 0;}
.product-container #ProductDetails .BlockContent > .first{width:100%}
.product-container #ProductDetails .ProductThumbImage img{ height: auto!important;}
.gift_link{clear:both;float:none;position: inherit;}
#PurchaseGiftCertificate{float:left;width:100%;}
#PurchaseGiftCertificate .full_width{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}



}


@media screen and (max-width: 959px) and (min-width: 768px) {
    .create-page{padding: 75px 0px;}
    .create-page .TitleHeading{font-size: 66px; line-height: 50px; padding-bottom: 75px;}
    .create-page .register-form .btn{font-size: 20px !important; padding: 30px 20px !important;}
    .create-page .register-form .Textbox{width:80% !important;}
}

@media screen and (max-width: 767px){

.PageMenu .menu-right{top:55px;}
.productPage .Breadcrumb{background-color:#ebebeb!important;margin:0;}
#ProductBreadcrumb ul.last {height:20px;overflow: hidden;text-overflow: ellipsis;width: 69%;margin:8px 0 0}
.productPage .Breadcrumb{height:56px;padding:12px 20px;color:#1f1f1f!important;position:relative;}
.productPage .Breadcrumb li a{color:#1f1f1f!important}
.productPage .PageMenu .menu-right{top:0;}
.mobile_product_top_price .prod-title {float: left;width: 54%; margin-left:5px;}
.mobile_product_top_price span.ProductPrice.VariationProductPrice {display: inline-block;float: left;}
.mobile_product_top_price .rating_box{float: right;margin-right:15px;padding-top:5px;}
.product-container #ProductDetails .BlockContent > .second .read_review{text-align: right;}
.modal{z-index: 9999!important}
#CategoryContent .ProductList .pname, #CategoryContent .ProductList .p-name a{font-size:22px!important}
#CategoryContent .ProductList .ProductActionAdd .btn{ display: block;}
.category-page .cat-detail .second .ProductList li:after{ display: none;}
.close_box{font-size:0;}
.category-page .description.search_desc .cat-bg{ background-size:100% 100%!important;}
#SearchResultsProduct .ProductImage{border-right:0;}
.slide-show .slide-heading{font-size: 61px;line-height: 61px;}
.slide-show li.slide:nth-child(4) .slide-content .slide-overlay .slide-text{font-size: 61px;line-height:50px;}
.slide-show .slide-heading{font-size: 61px;line-height: 61px;}
.slide-show li:nth-child(6) .slide-overlay {max-width: 270px;}
.slide-show li:nth-child(6) .slide-overlay .slide-heading {font-size: 50px;line-height: 50px;}
.slide-show li:nth-child(6) .slide-text {font-size: 15px;}

}

@media screen and (max-width: 767px) and (min-width: 600px) {
    .create-page{padding: 75px 0px;}
    .create-page .register-form{
        padding: 0px 90px;
    }

    .create-page .register-form dd input{width: 100% !important;}
    .create-page .TitleHeading{font-size: 66px; line-height: 50px; padding-bottom: 50px; text-align:center;}
    .create-page .register-form .first{padding-bottom:50px;}
    .create-page .register-form .btn{font-size: 20px !important; padding: 30px 20px !important;}
    .create-page .register-form .Textbox{width:80% !important;}
.product-container #ProductDetails .BlockContent .second .productAddToCartRight .ProductDetailsGrid .DetailRow .Label.QuantityInput, .ProductAddToCart .productAttributeLabel span.name{font-size:28px;letter-spacing:2px;}
.mobile_product_top_price span.ProductPrice.VariationProductPrice {display: inline-block;font-size: 40px;letter-spacing:3px;
line-height: 40px;margin-top:5px;}
.PageMenu .sf-menu > li > a{font-size:22px;}

}

@media screen and (max-width: 599px) and (min-width: 480px) {
    .create-page{padding: 75px 20px;}
    
    .create-page .TitleHeading{font-size: 44px; line-height: 40px; padding-bottom: 50px;}
    .create-page .register-form .btn{font-size: 20px !important; padding: 30px 20px !important; margin: 0px !important;}
    .create-page .register-form .Textbox{width: 100% !important; height: 30px !important; margin: 0px !important;}
    .create-page .register-form dd .selector{width: 100% !important; margin: 0px !important;}
.product-container #ProductDetails .BlockContent .second .productAddToCartRight .ProductDetailsGrid .DetailRow .Label.QuantityInput, .ProductAddToCart .productAttributeLabel span.name{font-size:28px;letter-spacing:3px;}
.mobile_product_top_price span.ProductPrice.VariationProductPrice {display: inline-block;font-size: 40px;letter-spacing:3px;
line-height: 40px;margin-top:0; float: none;}
.mobile_product_top_price .prod-title {display: inline-block;font-size: 23px;line-height: 30px;text-align: left;vertical-align: top;
  max-width: 60%; float: none; margin: 0;padding: 5px 15px 0 0;width: auto;}
#ProductDetails .mobile_product_top_price{display:block}
}
@media screen and (max-width: 479px) and (min-width: 320px) {
    .create-page{padding: 0px 20px 0px;}
    .create-page .register-form dt{font-size: 13px;}
    .create-page .TitleHeading{font-size: 44px; line-height: 40px; padding-bottom: 50px;}
    .create-page .register-form .btn{font-size: 20px !important; padding: 30px 20px !important;}
    
    .create-page .register-form dd #FormField_13{margin: 0px auto !important;}
    .create-page .register-form dd .Textbox{height:30px !important; width:100% !important; margin: 0px !important; font-size: 13px !important;}
    .create-page .register-form dd input{height:30px !important; width:100% !important; margin: 0px !important;}
    .create-page .register-form dd .selector{width: 100% !important; margin: 0px !important;}
.product-container #ProductDetails .BlockContent .second .productAddToCartRight .ProductDetailsGrid .DetailRow .Label.QuantityInput, .ProductAddToCart .productAttributeLabel span.name{font-size:28px;letter-spacing:2px;}
.mobile_product_top_price span.ProductPrice.VariationProductPrice {display: inline-block;font-size: 40px;letter-spacing:3px;
line-height: 40px;margin-top:0; float: none;}
.mobile_product_top_price .prod-title {display: inline-block;font-size: 23px;line-height: 30px;text-align: left;vertical-align: top;
  width:auto; max-width: 60%; margin: 0; float: none;padding: 5px 15px 0 0}
#ProductDetails .mobile_product_top_price{display:block}
.PurchaseGiftCertificate form .HorizontalFormContainer dd, #PurchaseGiftCertificate .prview_btn, .PurchaseGiftCertificate #SaveCertificate{width:100%;max-width:100%;}
.PurchaseGiftCertificate input, .PurchaseGiftCertificate textarea{margin:0;}
.TitleHeading.gift_title{font-size:50px;}
}

@media screen and (min-width: 50px) and (max-width: 599px) {
    .PageMenu .menu-right{position: relative;}
    .video-page .videos{padding:0px 0px 75px;}
    .video-page .videos .video-tabs{width: inherit; margin: 0px 15px; padding-top: 30px;}
    .video-page .videos .video-tabs>li.active>a, .video-page .videos .video-tabs>li.active>a:focus, .video-page .videos .video-tabs>li.active>a:hover, .video-page .videos .video-tabs>li>a{
        font-size: 20px;
        display: block;
        padding: 10px 14px;
    }
    .video-page .videos .video-tabs > li:last-child > a {margin: 0px;}
    .video-page .videos .tab-content .video-detail{
        display: block;
        overflow: hidden;
        min-height: 250px;
        width: 100%;
        margin-bottom: 50px;
    }
    .video-page .videos .tab-content>.active{padding: 20px;}
    .video-page .videos .tab-content .video-detail .details{padding:40px 30px !important; height: inherit;}
    .video-page .videos .tab-content .video-detail .thumb img{max-width: 100%; height: auto; width: 100%; max-height: 100px;}
    .video-page .videos .tab-content .video-detail .details .title{font-size:25px; line-height:25px}
    .video-page .videos .tab-content .video-detail .details .description{font-size:13px; line-height:25px;}
    
    .video-page .videos .tab-content .video-detail .play{background-size: 65px 65px;}
    
    .video-page .videos .tab-content .loadmore{
        width: 90%;
        margin: 0px auto;
        padding: 28px 30px !important;
    }
    
    .video-page .videos .video-tabs > li, .nav-pills > li{width: 32%;}
    
    /*.video-page .videos .tab-content .video-detail .modal.in .modal-dialog .modal-content iframe{width:280px; height: 165px;}*/
    
    .video-page .Breadcrumb{display:none;}
.checkout-content{padding: 110px 20px 10px !important; width: 100% !important; max-width: 100%; margin: 0px !important;}
    .checkout-content .title{font-size: 46px; line-height: 40px; padding-bottom: 70px;}
    .ExpressCheckoutBlock .ExpressCheckoutTitle{padding: 12px; font-size: 26px !important; letter-spacing: 2px;}
    .ExpressCheckoutContent .CreateAccount{padding: 50px 20px 0px; width: 100%; margin: 0px;}
    .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm h4{font-size: 26px; line-height: 25px;}
    .ExpressCheckoutContent .AccountLogin{padding: 50px 20px; width: 100%; margin: 0px;}
    .ExpressCheckoutContent .AccountLogin h4{font-size: 26px; line-height: 25px;}
    .ExpressCheckoutContent .AccountLogin input{width:100%;}
    
    .ExpressCheckoutContent .AccountLogin p, .ExpressCheckoutContent .AccountLogin .forgot{font-size: 13px;}
    
    .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm p{font-size: 13px;}
    .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm .mbm label{font-size: 13px;}
    .ExpressCheckoutContent .CreateAccount #CheckoutGuestForm .Submit .btn, .ExpressCheckoutContent .AccountLogin .btn{font-size: 30px; padding: 35px 70px;}
    
    #NewBillingAddress .AddBillingAddress{padding: 50px 0px;}
    #NewBillingAddress .AddBillingAddress dt{width: 100%; float: left; line-height: 25px; font-size: 13px;}
    #NewBillingAddress .AddBillingAddress dd{width: 100%; float: left; margin: 0px;}
    #NewBillingAddress .AddBillingAddress dd input{width:100% !important; font-size: 12px !important;}
    #NewBillingAddress .AddBillingAddress dd .selector{width: 100% !important;}
    #NewBillingAddress .AddBillingAddress dd .selector span{padding: 4px 6px !important; font-size: 12px;}
    
    #NewBillingAddress .AddBillingAddress dd label{font-size:12px;}
    #NewBillingAddress .AddBillingAddress .Submit .btn{font-size: 22px;}
    
    #NewShippingAddress .AddShippingAddress{padding: 20px 5px;}
    #NewShippingAddress .AddShippingAddress dt{width: 100%; float: left; line-height: 25px; font-size: 13px;}
    #NewShippingAddress .AddShippingAddress dd{width: 100%; float: left; margin: 0px;}
    #NewShippingAddress .AddShippingAddress dd input{width:100% !important; font-size: 12px !important;}
    #NewShippingAddress .AddShippingAddress dd .selector{width: 100% !important;}
    #NewShippingAddress .AddShippingAddress dd .selector span{padding: 4px 6px !important; font-size: 12px;}
    
    #sel_billing_address, #sel_shipping_address{width: 100% !important;}
    
    #ChooseBillingAddress .SelectBillingAddress .selector, #ChooseShippingAddress .SelectShippingAddress .selector{width: 100% !important;}
    
    #CheckoutStepShippingProvider .ExpressCheckoutContent p{font-size: 20px;}
    #CheckoutStepShippingProvider .ExpressCheckoutContent .btn{font-size: 30px;}
    
    #CheckoutStepConfirmation .ExpressCheckoutContent p{font-size: 14px;}
    
    table.CartContents tbody tr td{font-size: 12px;}
    
    .CartContents tfoot .CheckoutRedeemCoupon label{font-size: 12px;}
    #CheckoutStepConfirmation .ExpressCheckoutContent .CartContents .btn{font-size:18px;}
    
    .ExpressCheckoutContent p label{font-size:12px;}
    
    #CheckoutStepConfirmation .ExpressCheckoutContent .btn{font-size: 30px;}
    #NewShippingAddress .AddShippingAddress .Submit .btn{font-size: 30px;}
    
    #CheckoutStepShippingProvider .ExpressCheckoutContent{padding:20px;}
    
    #CheckoutStepPaymentDetails .FormContainer{padding: 20px;}
    #CheckoutStepPaymentDetails .FormContainer dt{width: 100%;}
    #CheckoutStepPaymentDetails .FormContainer dd{width: 100%; margin-left: 0px;}
    
    #CheckoutStepPaymentDetails .FormContainer .Submit .btn{font-size: 30px;}
    
    #ChooseBillingAddress, #ChooseShippingAddress{padding: 50px 0px 0px;}
    
    #ChooseBillingAddress .SelectBillingAddress .selector{width:100% !important;}
    #ChooseBillingAddress .SelectBillingAddress .btn, #ChooseShippingAddress .SelectShippingAddress .btn{font-size: 20px;}
    
    #CheckoutStepPaymentDetails .FormContainer dd .selector, #CheckoutStepPaymentDetails .FormContainer dd input{width: 100% !important; margin: 0px 0px 10px !important;}
    .login-page{padding: 0px 20px 75px;}
    .login-page .TitleHeading{
        font-size: 46px;
        line-height: 40px;
        padding: 110px 0px 60px;
        text-align: center;
        width: 300px;
        margin: 0px auto;
        letter-spacing: 1px;
    }
    .login-page .login-form h3{
        font-size: 30px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .login-page .login-form ul{padding: 0px 15px 20px;}
    .login-page .login-form .first{padding: 0px 20px 50px;}
    .login-page .login-form .btn{
        font-size: 30px !important;
        padding: 20px 20px !important;
        width: 100%;
        height: initial;
        word-wrap: break-word;
        display: block;
        clear: both;
        margin: 0px;
        white-space: normal;
        line-height: 29px;
    }
    .login-page .login-form .second{padding: 0px 20px;}
    .login-page .login-form .Textbox{width: 100% !important;}
    .product-description{padding: 125px 20px 25px;}
    .product-description .ProductDescription .ProductDescriptionContainer .row .first{text-align: center;}
    .product-description .ProductDescription .ProductDescriptionContainer .second .title:first-child{padding-top: 45px; padding-bottom: 15px;}
    .product-description .ProductDescription .ProductDescriptionContainer .second .title{font-size: 30px; padding: 25px 0px;}
    .product-description .ProductDescription .ProductDescriptionContainer .desc{font-size: 13px; padding-bottom: 10px;}
    .PrimaryProductDetails .satisfaction-icon{margin-bottom:10px; float: none; width: 110px; height: 110px}
    .PrimaryProductDetails .warranty-icon{width: 110px; height: 110px;}
    
    .product-description .ProductDescription .ProductDescriptionContainer .details .volume{height: 40px; width: 105px;}
    .product-description .ProductDescription .ProductDescriptionContainer .details .info{font-size: 13px; padding: 13px 20px 13px 120px;}
    
    .product-description .ProductDescription .ProductDescriptionContainer .details .weight{height: 40px; width: 105px;}
    .product-description .ProductDescription .ProductDescriptionContainer .details .core{height: 40px; width: 105px;}
    
    .product-container #ProductDetails .BlockContent .second{padding: 75px 20px;}
    .product-container #ProductDetails .BlockContent .second .prod-title{font-size: 30px!important; line-height:32px!important;}
    .product-container #ProductDetails .BlockContent .second .PriceRow.p-price{font-size: 66px; line-height: 60px;}
    .product-container #ProductDetails .BlockContent .second .sub_title{font-size: 28px;}
    .PrimaryProductDetails .btn.add-to-cart{font-size: 28px; padding: 31px 45px; width: 100%; letter-spacing: 2px;}
    
    .product-container #ProductDetails .BlockContent .second .row{display: block; overflow: hidden; margin: 0px;}
    .product-container #ProductDetails .BlockContent .second .row > div{display:inline-block;float:none;margin:0 5px; vertical-align: top;}
        
    .related_section{padding: 65px 20px;}
    .related_section .title{margin: 0px;}
    .related_section .ProductList{padding: 0px;}
    .related_section .ProductList li{width: 100% !important; padding: 45px 0px 0px; margin: 0px;}
    .related_section .ProductList li .ProductImage{height: 100%; display: block;}
    .related_section .ProductList li .ProductImage a{display: block;}
    /*.related_section .ProductList li .ProductImage img{width: 280px !important; height: 280px !important;}*/
.product-container #ProductDetails .BlockContent .second .PriceRow.p-price{font-size:60px!important}
#auto-responder .modal-footer .text-left, #auto-responder .modal-footer .text-right{text-align:center;}
    #auto-responder .modal-footer .respond-footer .text-left a{padding-bottom: 10px; display: block;}
   .cart-page{margin: 0px 20px !important;}
    .cart-page #CartHeader{padding: 10px 0px 10px;; /*border-bottom: 1px solid #d7d7d7;*/}
    .cart-page #CartHeader .TitleHeading{font-size: 36px; line-height: 35px;}
    
    .cart-page .CartContents thead tr{display: none !important;}
    
    .cart-page .CartContents thead tr th{padding:10px; font-size: 20px; line-height: 20px;}
    .cart-page .CartContents thead tr th:last-child, .cart-page .CartContents thead tr th:nth-child(3){padding:10px; font-size: 20px; line-height: 20px;}
    .cart-page .CartContents tbody tr{display: block !important;}
    .cart-page .CartContents tbody tr td:first-child{
        display: inline-block !important;
        width: 50%;
        margin: 0px;
        border: none;
        float: left;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
    }
    .cart-page .CartContents tbody tr td:nth-child(2){
        display: inline-block !important;
        width: 50%;
        margin: 0px;
        border: none;
        float: left;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
    }
    .cart-page .CartContents tbody tr td:nth-child(3), .cart-page .CartContents tbody tr td:nth-child(4), .cart-page .CartContents tbody tr td:nth-child(5), .cart-page .CartContents tbody tr td:nth-child(6){
        width: 50% !important;
        display: inline-block !important;
        margin: 0px;
        border-top: 1px solid #d7d7d7;
        border-bottom: none;
        float: left;
        padding: 25px 0px;
        text-align: right;
        min-height: 105px;
    }
    
    .cart-page .CartContents tbody tr td.CartItemIndividualPrice{display: inline-block !important;}
    
    .cart-page .CartContents thead tr th{padding:10px; font-size: 20px; line-height: 20px;}
    .cart-page .CartContents thead tr th:last-child, .cart-page .CartContents thead tr th:nth-child(3){padding:10px; font-size: 20px; line-height: 20px;}
    .cart-page .CartContents tbody tr td{padding:20px 5px;}
    .cart-page .CartContents .ProductName a{font-size:20px;}
    .cart-page .CartContents .ProductName .productAttributes .Odd span{padding-bottom:5px;}
    .cart-page .CartContents tbody tr td .CartRemoveLink{width:25px; height:25px; margin-top: 10px;}
    
    .cart-page .CartContents tfoot .SubTotal{font-size:26px;}
    .cart-page .CartContents tfoot .SubTotal td div .EstimateShippingLink{font-size:26px; display: block;}
    .cart-page .CartContents tfoot .SubTotal .grand_total{font-size: 36px; line-height: 35px;}
    .ProceedToCheckout .CheckoutButton .btn{font-size:30px; padding: 43px 40px;}
    .cart-page #CartContent .KeepShopping .btn{font-size: 22px; display: block;}
    
    .ProceedToCheckout .PayPalExpressCheckout{padding: 42px 0px;}
    
    .cart-page .cart-footer{padding:50px 0px;}
    
    .cart-page .cart-footer h3{font-size: 30px;}
    .cart-page .cart-footer p{padding: 0px 25px 10px; min-height:20px;}
    
    .cart-page .cart-footer .CouponCode{display: block; padding: 0px; margin-bottom: 40px;}
    
    .cart-page .cart-footer .Textbox{display: inline-block;}
    .cart-page .cart-footer .btn{display: inline-block; width: 20%; float: right;}
    
    .EstimateShipping .form dt{width: 100%; margin: 0px;}
    .EstimateShipping .form dd{width: 100%;}
    .EstimateShipping .form dd:last-child{height: 170px;}
    .EstimateShipping .form dd .btn{
        display: block;
        width: 100%;
        margin: 10px 0px;
    }
    .EstimateShipping .form dd .white-btn{
        display: block;
        width: 100%;
        margin: 10px 0px;
    }
    .EstimateShipping p.Submit .btn{
        display: block;
        width: 100%;
        margin: 10px 0px;
    }
.info-page .section1{height:235px !important;}
    .info-page .section1 .title{font-size: 44px !important; line-height: 44px !important; top: 70px;}
    .info-page .section1 .sub_title{font-size: 17px !important; line-height: 17px !important; padding-top: 25px !important; max-width: 280px; top: 115px;}
    .info-page .section1 .arrow_down{display:none;}
    
    .info-page .section2{padding: 50px 25px !important;}
    .info-page .section2 .title{font-size:26px !important; line-height:26px !important; width: 100%; padding-bottom: 15px;}
    .info-page .section2 .sub_title{font-size: 13px !important; padding:0px;}
        .info-page .section2 .sub_title br{display: none;}
    
    .info-page .section3{height:235px !important;}
    .info-page .section3 .title{font-size: 44px !important; line-height: 44px !important; top: 70px;}
    .info-page .section3 .sub_title{font-size: 17px !important; line-height: 17px !important; padding-top: 25px !important; max-width: 280px; top: 115px;}
    .info-page .section3 .arrow_down{display: none;}
    
    .info-page .section4{padding: 60px 20px 40px;}
    .info-page .section4 .content:first-child, .info-page .section4 .content{padding: 0px; border: none;}
    .info-page .section4 .content .title{font-size:26px; line-height: 27px; letter-spacing: 2px;}
    .info-page .section4 .content .sub_title{font-size: 13px;}
    
    .info-page .section5{padding: 0px 20px 20px; background-color: #fff; max-width: 100%; margin: 0px;}
    .info-page .section5 .image{width:100%; background-size: cover; height: 245px; background-position: 100% 0px;}
    .info-page .section5 > div{width: 100%;}
    .info-page .section5 .content{padding: 60px 20px 40px; background: #1f1f1f;}
    .info-page .section5 .content .title{font-size: 40px; line-height: 30px;}
    .info-page .section5 .content .sub_title{font-size: 26px; line-height: 25px;}
    .info-page .section5 .content .description{font-size: 13px !important;}
    
    .info-page .section6{padding: 0px 20px 20px; background-color: #fff; max-width: 100%; margin: 0px;}
    .info-page .section6 .image{width:100%; background-size: cover; height: 245px; background-position: 0px 0px;}
    .info-page .section6 > div{width: 100%;}
    .info-page .section6 .content{padding: 60px 20px 40px; background: #1f1f1f;}
    .info-page .section6 .content .title{font-size: 40px; line-height: 30px;}
    .info-page .section6 .content .sub_title{font-size: 26px;line-height: 25px;}
    .info-page .section6 .content .description{font-size: 13px !important;}
    
    .info-page .section6 .rtt-pop .readmore{padding: 60px 20px;}
    .info-page .section6 .rtt-pop .readmore .content-first{padding: 0px;}
    .info-page .section6 .rtt-pop .readmore .content-second{padding: 0px; border: none;}
    .info-page .section6 .rtt-pop .readmore .title{font-size: 40px; line-height: 30px;}
    .PageMenu .menu-right{top:0}
    .category-page .cat-detail .first .title, .category-page .cat-detail .first ul{display:none}
    .category-page .cat-detail .first ul{border:1px solid #ccc;border-top:none;}
    .PageMenu .menu-right{position:relative;margin-top:0!important;}
    .product-container #ProductDetails .BlockContent > .second .productAddToCartRight .DetailRow div.selector, 
    .product-container #ProductDetails .BlockContent .second div.selector{width:100%!important}
    .productPage .product-container #ProductDetails .BlockContent .second .prod-title{display:block;width:auto;}
    .product-container #ProductDetails .BlockContent > .second > span{float:none;display: block;}
    .mobile_product_top_price .prod-title{display:inline-block;}
    #habla_window_div{width:100%!important;right:0!important}
.product-description .ProductDescription .ProductDescriptionContainer .first .share-title {
  display: inline-block;margin: 17px 0 0;vertical-align: top;}
.product-description .ProductDescription .ProductDescriptionContainer .first .social {
  clear: none;
  display: inline-block;
  margin: 10px 0 20px;
  overflow: hidden;}
   .board-menu-inner .find_board{margin: 0px !important; padding: 0px !important;}
    .board-menu-inner .find_board > div{width: 100% !important;}
    #ProductReviews .modal-dialog .modal-header .row > .text-right{text-align: center; padding-top: 40px;}
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm{width:100%;}
    
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd .selector{width: 280px !important; margin: 0px auto;}
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd input{width:280px !important; margin: 0px auto;}
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd textarea{width:280px !important; margin: 0px auto;}
    
    #ProductReviews .modal-dialog .modal-header .popup-close{
        font-size: 27px;
        height: 35px;
        padding-left: 45px;
        letter-spacing: 1px;
    }
    .modal-dialog .modal-body #ProductReviews .subtitle{
        font-size: 30px;
        line-height: 25px;
    }
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm h5{
        font-size: 25px;
        line-height: 25px;
    }
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .ProductReviewFormContainer dd .ReviewEmailHint{

        width: 100%;
    }
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .BlockContent .ProductReviewList li .ReviewTitle span{
        font-size: 25px;
        line-height: 25px;
    }
    .modal-dialog .modal-body #ProductReviews .prodAccordionContent .ProductReviewForm .FormContainer.VerticalFormContainer .Submit .btn{font-size: 25px;}


    .adv-conainer{margin: 0px 0px;  padding: 8px 0px 4px;}
   .adv-conainer .TopAdv {font-size: 20px;}
    .adv-conainer .TopAdv img { height: 16px; padding-left: 5px; padding-right: 5px; width: auto;top:-2px; }

.sticky_mobile { display: block; }
    
    .header .top-menu{margin:0px 20px;}
    .logo{padding: 25px 0px;}
    .logo a img{width: 175px;}
    .menu-opener{display:block;}
    .PageMenu{border-bottom:none; display:none !important;}
    .top-left-menu{display:none;}
    .header{padding:0px;}
    
    /*.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{display:none;}*/
    .flex-direction-nav .flex-prev{left: 20px !important; top: 35%;}
    .flex-direction-nav .flex-next{right: 20px !important; top: 35%;}
    .flex-control-nav.flex-control-paging{
        display:block;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 15px;
        height: 15px;
    }
    /*.flexslider .slides img{height:300px;}*/
    
    .flex-control-paging li a{
        width: 11px;
        height: 11px;
        display: block;
        border: 2px solid #fff;
        background: #fff;
        cursor: pointer;
        text-indent: -9999px;
    }
    .flex-control-paging li a.flex-active{
        background: #1f1f1f;
        cursor: default;
        border: 2px solid #1f1f1f;
    }
    
    .slide-show .slide-overlay{top: 25%; width: 80%; margin: 0px auto; left: 10%;}
    .slide-show .slide-heading{font-size:52px;line-height: 40px;}
    .slide-show .slide-text{font-size:17px; letter-spacing: 3px; margin-top: 0px;}
    .slide-button{display: inline-block;}
    .slide-button .btn{font-size: 15px; padding: 7px 20px; margin-top: 5px; letter-spacing:2px; border: none;}


    
    .find_board .row{width: 240px !important; padding: 0px;}
        .find_board .form-group{padding: 0px 10px; text-align: left;}
            .find_board .row .form-group:nth-child(1){width: 100% !important; margin-bottom: 10px; padding: 0px; overflow: hidden;}
            .find_board .row .form-group:nth-child(2){width: 100% !important; margin-bottom: 10px; padding: 0px; overflow: hidden;}
            .find_board .row .form-group:nth-child(3){width: 100% !important; margin-bottom: 20px; padding: 0px; overflow: hidden;}
            .find_board .row .form-group:nth-child(4){width: 100% !important; margin-bottom: 0px; padding: 0px; overflow: hidden;}
      .find_board{padding:25px 0px 70px !important; }  
    #home .find_board { cursor: pointer; margin-left: 0px; margin-right: 0px; border-left: 3px solid #ECECEC; border-right: 3px solid #ECECEC; border-top: 3px solid #ECECEC; }
    #home .find_board {padding:25px 0px 70px !important; padding-top: 0px !important; height: 70px; -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -o-transition: height 300ms ease-out;
  transition: height 300ms ease-out; }
    #home .find_board.find-board-opened {  height: 500px;  }
    .find_board .text-center .form-group{width:100%; display: block; overflow: hidden; text-align: left;}
    .find_board .black-bg-btn{margin-top:10px;}
    .find_board .board{height: 45px !important; width: 20px; top: 10px; position: relative; }
    .find_board .title{font-size: 28px !important;}

.find_board .title{ padding-top: 0px; padding-bottom: 30px; }

    .find_board .sub_title{font-size: 20px !important; letter-spacing: 2px; width: 300px; margin: 0px auto;}
    .find_board .selector{/*padding: 17px 10px !important;*/ margin-bottom:0px;}
    
    .category_banners{padding: 20px 35px !important;}
    .category_banners .section .img{height:147px !important;}
    .category_banners .section.section-three .img { height: 147px !important; }
    
    .category_banners .section .title{
        font-size: 24px !important;
        line-height: 20px !important;
        top: 72% !important;
        left: 20px !important;
    }
    .category_banners .section .sub_title{
        font-size: 18px !important;
        line-height: 18px !important;
        top: 110px !important;
        left: 20px !important;
    }
    .category_banners .section:hover .title{
        font-size: 25px !important;
        top: 30% !important;
        left: 0% !important;
    }
    .category_banners .section:hover .sub_title{
        font-size: 18px !important;
        top: 43% !important;
        left: 0% !important;
    }
    .category_banners .section:hover .view{top: 70% !important; padding: 10px 0px 30px !important; font-size: 16px !important;}
    .category_banners .section .view .icon_right_arrow{background-size: contain !important; margin-top: 6px !important; width:10px !important; height:10px !important;}
    
    .testimonials{padding:40px !important; }
    .testimonials .title{font-size: 26px; line-height: 25px;}
    .testimonials .owl-theme .owl-controlls{margin-top: -65px;}    
    
    .testimonials .owl-wrapper-outer .owl-item .content{font-size: 13px !important; line-height: 1.8em;}
    .testimonials .owl-wrapper-outer .owl-item .author{font-size: 24px !important;}
    
    .newsletter{padding:50px 20px 60px !important;}
    .newsletter > div:nth-child(2){padding: 0px;}
    .newsletter .newsletter-subscription{width: 280px !important; margin: 0px auto; max-width: 280px !important; padding: 0px !important;}
    .newsletter .newsletter-subscription .newletter_title{font-size: 26px; text-align: left; line-height: 25px; padding-bottom: 25px;}
    .newsletter .newsletter-subscription input{margin-bottom:10px !important;}
    .newsletter .newsletter-subscription .white-btn{font-size: 28px; height: 60px; letter-spacing: 2px;}
    
    .footer-grid{padding:70px 20px;}
        .footer-grid .section{min-height:225px; padding: 0px;}
        .footer-grid .title{padding-bottom: 20px; font-size: 25px;}
        .footer-grid .contact_rows .title{font-size: 18px;}
        .footer-grid .link{font-size: 17px;}
    
    .footer-grid .powerby_text{padding-top:30px; clear:both;}
    
    .menu.active{padding: 30px;}
    .active-close.active{height: 14px; width: 14px; position: absolute;}
    /*.menu .mobile_menus{padding-top: 50px;}*/
	.menu .mobile_menus{padding-top: 100px;}
    .menu .mobile_menus ul.cats{display: block !important;}
    
    .top-right-menu li a{font-size:17px; padding:0px 10px; line-height: 15px;}
    .menu .top-right-menu .icon.icon-cart{height: 15px; width: 11px; background-size: contain;}
    .mobile_product_top_price .rating_box{ float: none; text-align: center;display: block;clear: both;}
    .product-container #ProductDetails .BlockContent .second #review_count{display: inline-block;vertical-align: middle;}
    .productPage .PageMenu .menu-right{ position: relative!important; margin-top: 0!important}
    .flex-direction-nav, .flex-control-nav.flex-control-paging{ display:none;}
    
    .slide-show li.slide:nth-child(4) .slide-content .slide-overlay .slide-text {font-size: 50px;line-height: 40px;}
    .slide-show li:nth-child(6) .slide-overlay {max-width:100px;}
    .slide-show li:nth-child(6) .slide-text {display: none;}
   .slide-show li.slide:nth-child(4) .slide-content .slide-overlay {left:0;right:0;text-align:center;margin:auto;}
   .slide-show li:nth-child(6) .slide-overlay .slide-heading {font-size: 42px;line-height: 36px;}
   .flexslider .slides img {min-height:200px;} 
   	.menu.active .top-right-menu {
	top: 5px;
	right: 0;
	position: relative;
}

.menu-opener-inner{margin-top:36px;}
	.menu.active .top-right-menu li:last-child{float:left;}
	.menu.active .top-right-menu .icon.icon-cart {
    height: 22px;
    width: 18px;
    background-size: contain;
}

}

/* care & maintenance page css **/
.section2.row.text-center.care-maintenance .col-xs-12.col-sm-10.col-md-8.col-lg-8 {
    display: block;
    float: none;
    margin: 0 auto;
}
.section2.row.text-center.care-maintenance h2 {
    font-size: 25px;
    margin-bottom: 25px;
    display: block;
    font-size: 38px;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-family: 'Conv_Knockout-HTF47-Bantamweight';
    width: 750px;
    margin: 0px auto;
}
.section2.row.text-center.care-maintenance p {
    display: block;
    font-size: 15px;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
    /* font-weight: bold; */
    margin: 0px auto 45px;
    width: 750px;
}
.section2.row.text-center.care-maintenance ul {
   width:750px;margin:0 auto;
}

.info-page .section2.row.text-center.care-maintenance { text-align: left; }


@media screen and (max-width: 389px) {
   .PrimaryProductDetails .btn.add-to-cart{max-width:100%;}
   .botm_icons{ text-align:center;}
   .PrimaryProductDetails .satisfaction-icon, .PrimaryProductDetails .warranty-icon, .PrimaryProductDetails .guarantee-icon, .PrimaryProductDetails .shipping_flat_icon{width:80px!important;height:80px!important;} 
   

}

@media screen and (max-width: 359px) {
.faq-page table.delivery_table {margin:20px -17px;}
.faq-page table.delivery_table td{padding:15px 3px;}
   

}

@media(max-width:767px){
	.banner-home{
		padding:55px 30px !important;
		background-size:cover !important;
		background:url(https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/image-1-mobile.png?t=1594025702&_ga=2.210493778.610939575.1594021986-731381195.1593741531) no-repeat !important;
		background-size: cover !important;
	}
	body .banner-home .banner-home-inner {
		width: 100%;
		margin: 0 !important;
		padding: 40px 24px !important;
		font-size: 13px;
	}
	body .banner-home .banner-home-inner p{
		font-size:13px
	}
}



@media screen and (max-width: 319px) {
    body{min-width: 320px;}
}
/******************** Responsive Auto Responder ********************/






[role="testimonials"]{
	background: url("https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/testimonial-bg.jpg?t=1591678578&_ga=2.78881172.1645720174.1591677115-1729201657.1591086543");
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 100% auto;
	background-position: center bottom;
	min-height: 679px;
}
.testimonial_carousal_custom  .owl-wrapper-outer .owl-item .item{
	max-width: 718px;
	margin: auto; 	
	font-size: 18px;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .content{
	font-size: 18px;
	display: block;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 31px;
	font-weight: 300;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author{
	
	display: block;
	color: #ffffff;
	padding-top: 15px;
	letter-spacing: 1px;
	min-height: 90px;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author b{
	font-size: 30px;
	text-transfrom:uppercase;
	font-family:'Conv_Knockout-HTF27-JuniorBantamwt'
}
.testimonial_carousal_custom .owl-buttons .owl-prev,
.testimonial_carousal_custom .owl-buttons .owl-next{
	font-size: 0px !important;
	border: 0px solid #fff;
	background: url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/prev.png?t=1593786994) no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 28px;
	height: 28px;
	background-position: left center !important;
	background-size: contain !important;
	border-radius: 0 !important;
	padding:0 !important;
	margin:0px !important;
}
.testimonial_carousal_custom .owl-buttons .owl-next{
	background:url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/next.png?t=1593786994) no-repeat !important; 
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 28px;
	height: 28px;
	background-position: left center !important;
	background-size: contain !important;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .quote {
    background-image: url("https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/quote.png?t=1591678550&_ga=2.78881172.1645720174.1591677115-1729201657.1591086543");
    background-size: contain;
    height: 22px;
    width: 22px;
    display: block;
    margin: 0px auto 15px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
@media(max-width:767px){
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .item{
		max-width: 75%;
	}
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .content{
		font-size: 14px;
		line-height: 24px;
	}
	.testimonial_carousal_custom .owl-buttons{
		padding: 0 14px;
	}
	.testimonial_carousal_custom.owl-theme .owl-controlls .owl-buttons div{
		padding:0 !important;
		font-size:0 !important
	}
}
[role="testimonials"]{
	background: url("https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/testimonial-bg.jpg?t=1591678578&_ga=2.78881172.1645720174.1591677115-1729201657.1591086543") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 100% auto;
	background-position: center bottom;
	min-height: 679px;
	padding:133px 0;
  background-size:cover;
}
.testimonial_carousal_custom  .owl-wrapper-outer .owl-item .item{
	max-width: 718px;
	margin: auto; 	
	font-size: 18px;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .content{
	font-size: 18px;
	display: block;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 31px;
	font-weight: 300;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author{
	display: block;
	color: #FFFFFF;
	padding-top: 15px;
	letter-spacing: 1px;
	min-height: inherit;
	font-weight: 300;
	font-family: 'open sans';
	font-size: 15px;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author b{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
.testimonial_carousal_custom .owl-buttons .owl-prev,
.testimonial_carousal_custom .owl-buttons .owl-next{
	font-size: 0px !important;
	border: 0px solid #fff;
	background: url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/prev.png?t=1593786994) no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 28px;
	height: 28px;
	background-position: left center !important;
	background-size: contain !important;
	border-radius: 0 !important;
	padding:0 !important;
	margin:0px !important;
}
.testimonial_carousal_custom .owl-buttons .owl-next{
	background:url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/next.png?t=1593786994) no-repeat !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	width: 28px;
	height: 28px;
	background-position: left center !important;
	background-size: contain !important;
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .quote {
	background-image: url("https://cdn10.bigcommerce.com/s-iviz46xpmb/product_images/uploaded_images/quote.png?t=1591678550&_ga=2.78881172.1645720174.1591677115-1729201657.1591086543");
	background-size: contain;
	height: 29px;
	width: 27px;
	display: block;
	margin: 0px auto 15px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.testimonial_carousal_custom .owl-buttons{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.testimonial_carousal_custom .owl-pagination{
	display:none !important
}
.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author b {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Conv_Knockout-HTF27-JuniorBantamwt';
    letter-spacing: 1px;
    display: block;
    width: 100%;
    font-weight: normal;
}
@media(max-width:767px){
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author b{
		font-size: 20px;
	}
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .item{
		max-width: 70%;
	}
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .content{
		font-size: 14px;
		line-height: 24px;
	}
	.testimonial_carousal_custom .owl-buttons{
		padding: 0 14px;
	}
	.testimonial_carousal_custom.owl-theme .owl-controlls .owl-buttons div{
		padding:0 !important;
		font-size:0 !important
	}
	.testimonial_carousal_custom .owl-buttons{
		padding: 0 12px;
	}
	.testimonial_carousal_custom .owl-buttons .owl-prev,
	.testimonial_carousal_custom .owl-buttons .owl-next{
		font-size: 0px !important;
		border: 0px solid #fff;
		background: url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/prev.png?t=1593786994) no-repeat !important;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		width: 18px;
		height: 18px;
		background-position: left center !important;
		background-size: contain !important;
		border-radius: 0 !important;
		padding:0 !important;
		margin:0px !important;
	}
	.testimonial_carousal_custom .owl-buttons .owl-next{
		background:url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/next.png?t=1593786994) no-repeat !important;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		width: 18px;
		height: 18px;
		background-position: left center !important;
		background-size: contain !important;
	}
	[role="testimonials"] {
		min-height: initial;
		padding: 58px 0;
		background-size: cover;
	}
}
@media(max-width:1199px) and (min-width:1024px){
  [role="testimonials"]{
			padding: 70px 0;
			padding-bottom: 70px;
			background-size: cover;
			min-height: initial;
			padding-bottom: 120px;
  }
  .testimonial_carousal_custom .owl-wrapper-outer .owl-item .content{
    font-size: 15px;
    line-height: 26px;
  }
}
@media(min-width:768px) and (max-width:1023px){
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .author b{
		font-size: 20px;
	}
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .item{
		max-width: 70%;
	}
	.testimonial_carousal_custom .owl-wrapper-outer .owl-item .content{
		font-size: 15px;
		line-height: 28px;
	}
	.testimonial_carousal_custom .owl-buttons{
		padding: 0 14px;
	}
	.testimonial_carousal_custom.owl-theme .owl-controlls .owl-buttons div{
		padding:0 !important;
		font-size:0 !important
	}
	.testimonial_carousal_custom .owl-buttons{
		padding: 0 20px;
	}
	.testimonial_carousal_custom .owl-buttons .owl-prev,
	.testimonial_carousal_custom .owl-buttons .owl-next{
		font-size: 0px !important;
		border: 0px solid #fff;
		background: url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/prev.png?t=1593786994) no-repeat !important;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		width: 18px;
		height: 18px;
		background-position: left center !important;
		background-size: contain !important;
		border-radius: 0 !important;
		padding:0 !important;
		margin:0px !important;
	}
	.testimonial_carousal_custom .owl-buttons .owl-next{
		background:url(http://cdn10.bigcommerce.com/s-iviz46xpmb/templates/__custom/images/next.png?t=1593786994) no-repeat !important;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		width: 18px;
		height: 18px;
		background-position: left center !important;
		background-size: contain !important;
	}
	[role="testimonials"] {
		min-height: initial;
		padding: 58px 0;
		background-size: cover;
	}
}
.creditCardTypes-list-item:nth-child(3){
  display:none;
}