                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
:root {
  --Black: #000;
  --White: #fff;
  --BgColor: #131313;
  --DarkBg: #0b0b0b;
  --CardShadow: 0px 4px 11px rgba(217, 216, 216, 0.6);
}
.dynamicTopNavAnchors{color:red;}
body { font-family: var(--ThemeFont); line-height: normal !important; color: var(--Black) !important; overflow-x:hidden;}
.master_v_front {background:var(--BgColor); color: var(--White) !important;}
.master_v_front a:hover{color:var(--White);}

/* Hide Show Elements */
.top_category_section{display:none;} /* Hide featured Products Widget top Action buttons  */
.header_search_design{display:none;} /* HideSearch from Header */
.featured_brand_more_link{display:none;}
/* .vd_top_brands_link{display:none;} */

/* Filter Options */
.vd_filter_featured{display:none!important;}
.vd_filter_new{display:none!important;}
.vd_filter_preowned{display:none!important;}
/* .vd_filter_rentals{display:none!important;} */
.brndimg{display:none;}
.cart_ico{display:none;}
.desktop_hide{display:none !important;}
.bottom_logo_black{display:none !important;}
.bottom_logo_white {display:block !important;}
.vb_image_slide_widget .owl-dots {position: relative;}
.top_header_login .user_dropdown.dropdown-toggle::after {display:none !important;}
#trade-in-value-modal_2 .modal-header {display: block !important;}
.prod-ls .navbar-nav {flex-direction: inherit !important;}
.twitter svg{top: -2px !important;}
.individal_page_widget {padding:0px !important}
/* Hide Show  elememts */

/* transition effect start*/

.--transition-ease{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:hover{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:after{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:before{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}

/* transition effect end*/


/* predefine classes start */
.w100{width:100%;}
.float-left{float:left;}
.relative{position:relative;}
.overflow-hidden{overflow:hidden;}

.TextShadow {text-shadow: 2px 2px 2px rgba(0, 0, 0 );}
.ThemeTitle{float:left; width:100%; font-weight:700;}
.ThemeFont{font-family:var(--ThemeFont)!important;}
.ThemeFontTwo{font-family:var(--ThemeFontTwo)!important;}

.WhiteColor{color:var(--White)!important;}
.BlackColor{color:var(--Black)!important;}
.ThemeColor{color:var(--ThemeColor)!important;}
.ThemeColorTwo{color:var(--ThemeColor2)!important;}
.ThemeColorThree{color:var(--ThemeColor3)!important;}

*{text-decoration:none!important}
a:visited{color:var(--Black)}
a{color:var(--White);}
a:hover{color:var(--ThemeColor); text-decoration:none!important;}
input:focus{box-shadow:none;}
img{max-width:100%;}
.item img{width:auto!important; }

.sacol .row{margin-left:-7px!important; margin-right:-7px!important;}
.sacol .col-xs-1, .sacol .col-sm-1, .sacol .col-md-1, .sacol .col-lg-1, .sacol .col-xs-2, .sacol .col-sm-2, .sacol .col-md-2, .sacol .col-lg-2, .sacol .col-xs-3, .sacol .col-sm-3, .sacol .col-md-3, .sacol .col-lg-3, .sacol .col-xs-4, .sacol .col-sm-4, .sacol .col-md-4, .sacol .col-lg-4, .sacol .col-xs-5, .sacol .col-sm-5, .sacol .col-md-5, .sacol .col-lg-5, .sacol .col-xs-6, .sacol .col-sm-6, .sacol .col-md-6, .sacol .col-lg-6, .sacol .col-xs-7, .sacol .col-sm-7, .sacol .col-md-7, .sacol .col-lg-7, .sacol .col-xs-8, .sacol .col-sm-8, .sacol .col-md-8, .sacol .col-lg-8, .sacol .col-xs-9, .sacol .col-sm-9, .sacol .col-md-9, .sacol .col-lg-9, .sacol .col-xs-10, .sacol .col-sm-10, .sacol .col-md-10, .sacol .col-lg-10, .sacol .col-xs-11, .sacol .col-sm-11, .sacol .col-md-11, .sacol .col-lg-11, .sacol .col-xs-12, .sacol .col-sm-12, .sacol .col-md-12, .sacol .col-lg-12 {
  padding-right: 7px!important;
  padding-left: 7px!important;}

.container{max-width:1320px!important; width:100%!important; margin:0 auto; padding:0 15px;}
.container_fluid{width:100%; padding:0 15px;}
.no_container{padding:0!important} /* Remove after  code push on production */
.container_fluid_mod{padding:0 15px; max-width:1920px; margin:0 auto;} 

/* predefine classes end */

/* predefine buttons start */
.tbtn-theme { background-color: var(--ThemeColor) !important; color:var(--White)!important;}
.tbtn-theme i{color:var(--White); font-size: 15px;} 
.tbtn-theme:hover, .tbtn-theme:focus {color:var(--White) ! important;} 

.tbtn-blue {background-color: var(--ThemeColor3); color:var(--White)!important; }
.tbtn-blue i{font-size: 15px;}
.tbtn-blue:hover, .tbtn-blue:focus {color:var(--ThemeColor) ! important;} 

.tbtn-white {background-color: var(--White); color:var(--ThemeColor3)!important; }
.tbtn-white i{font-size: 15px;}
.tbtn-white:hover, .tbtn-white:focus {color:var(--ThemeColor) !important;} 

.tbtn-black {background-color: var(--Black); color:var(--White)!important; }
.tbtn-black i{font-size: 15px;}
.tbtn-black:hover, .tbtn-black:focus {color:var(--White) !important;} 

.tbtn-border{border:2px solid var(--ThemeColor)!important;}

.tbtn { 
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 8px 16px !important;
  font-size: 20px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family:"IBM Plex Sans", sans-serif !important;
}


.tbtn-lg {padding: 11px 25px !important;font-size: 18px !important;}
.tbtn-md {padding: 8px 20px !important;font-size: 18px !important;}
/* predefine button start */


/* Social Media icons css start */
.new-social-items {float: right;display: flex;margin-top: 0;padding: 5px 10px; z-index: 1; position: relative;}
.new-social-items a {background: var(--White);border-radius: 100px;width: 32px; height: 32px; font-size: 16px; color: var(--Black) !important;margin: 0 4px;display: flex; justify-content: center; align-items: center;}
.new-social-items svg{fill:var(--Black);width:22px;}
.new-social-items::before {content: "";position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background: rgba(255,255,255,.20);}
.new-social-items::after {content: "";position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background: rgba(255,255,255,.20);}
.mob .new-social-items {float: left;width: 100%;background: var(--White);justify-content: center;
align-items: center;flex-wrap: wrap;padding: 10px 0 !important;margin-top:0px;}
.ebay_svg{top: 2px; position: relative;}
.ebay_svg svg{width:28px; fill:#fff !important}
.footer_bottom_social_links .ebay_svg svg { width: 28px; fill: #fff !important;}
.fa-brands.fa-ebay {font-size: 18px;}
.fa-brands.fa-tiktok {font-size: 13px;}
.fa-brands.fa-x-twitter {font-size: 14px;}
.modal-header .clo::after{font-family: "Font Awesome 7 Free" !important;font-size: 18px !important;top: -3px !important;}
@media (max-width: 1199px){
  .mob_main .new-social-items{float:left;width:100%;justify-content: center; padding:0!important;background: var(--ThemeColor3);}
  .new-social-items svg{fill:var(--White);}
}

/* Social Media icons css end */

/* Header - Variation 1 - css v1.0 start  Not Used */
.vb_combine_header{position: fixed; z-index: 999; float:left; width: 100%;  background:var(--Black);}
.master_v_front .vb_combine_header { z-index: 999; float: left; width: 100%; padding-bottom: 0px;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.vb_header_fixed_spacer{min-height:100px;} 
.master_v_front .vb_combine_header.vb_fix_header{background: rgba(0, 0, 0, 1);}
.vb_themeheader{position: relative; width: 100%; float: left; text-align: center; }
.vb_combine_header.vb_fix_header .vb_themeheader{padding:2px 0;}
.vb_header_logo{position:absolute; z-index:99!important; text-align:center; overflow:hidden; padding:6px 0; top:0; display:inline-block; left:0;}
.vb_header_logo a{display:inline-block; width: 150px; 
-webkit-transition: width .5s  ease-in-out;
-moz-transition: width .5s  ease-in-out;
-o-transition: width .5s  ease-in-out;
transition: width .5s  ease-in-out;}
.master_v_front .vb_combine_header .vb_header_logo a{width:140px; }
.master_v_front .vb_combine_header.vb_fix_header .vb_header_logo a{width:100px;}
.vb_user_dropdown{border-radius: var(--Radius); min-width: 25px; text-align: center; height: 30px; color: var(--White) !important; margin: 0px 4px 0 0px; display: inline-block; font-size: 14px; padding: 0 10px 0 13px; line-height: 29px; background: var(--ThemeColor); text-transform: uppercase;} 
.vb_auth_dropdown {float: right;margin-left: 10px;}
.vb_auth_dropdown .login_btn_link { font-size: 16px !important;text-transform: uppercase;float: left;margin: 0px;color: var(--Black) !important; padding: 8px 15px !important;  width: 100%;}
.vb_auth_dropdown .heading_link_admin {font-size: 16px !important; text-transform: uppercase; float: left; margin: 0; color: var(--Black) !important; padding: 8px 15px !important; width: 100% !important;}
.vb-social-items {float: right; display: flex;margin-top: 0;padding: 0px 0px 0 15px;}
.vb-social-items a {background: var(--White); border-radius: var(--Radius); min-width: 30px; text-align: center; height: 30px; color: var(--Black) !important; margin: 0 8px 0 0px; display: flex; font-size: 15px; justify-content: center; align-items: center;margin-top: 0px;}
.vb-social-items a svg{fill:var(--Black)!important; max-height:25px;}
.vb-social-items a .ebay_svg{fill: var(--Black) !important;width: 26px;margin-top: 4px;}
.vb_header_nav_area {display: flex; justify-content: center; align-items: center;}
.vb_header_shopping_area{position:relative; float: right; padding: 3px 10px; margin: 0px 0 0 10px; margin-right: 0px; margin-left: 10px;}
.vb_header_shopping_area a{font-size:16px;}
.vb_header_shopping_area span{min-width: 20px; height: 20px; border-radius: 40px; background: var(--White); color:var(--Black); position: absolute; top: -4px;
right: -2px; text-align: center; font-size: 14px; line-height: 19px;} 
.vb_cart_ico{float:left; margin-top:2px;}
.vb_cart_ico svg{width:18px; fill:var(--White)}
.vb_cart_text {color: var(--White);float: left;font-weight: 400;font-size: 16px;margin-top: 2px;}
.vb_navigation_bar_main{float: left; width: 100%; text-align:right;}
.vb_navigation_bar{border-radius: var(--Radius); display: inline-flex; align-items: center; flex-wrap: wrap; padding: 0 20px;} 
.vb_navigation_bar_main .dynamicNavCont li a:hover{background:transparent!important;} /* Remove after Improvement */
.vb_header_right_first_bar{float:left; width:100%; padding:12px 0;}
.vb_header_right_second_bar{float:left; width:100%; padding:8px 0;}

/* Header css end */

/* Google Translator Css start */
.translator_area{float:right; padding:10px; margin-top:8px;}
#google_translate_element{text-align: right;height: 26px;overflow: hidden;margin-top: 0px;display: block;}
.rsb_language{width: auto;height: 31px;display: inline-block;position: relative;}
.master_v_front .rsb_language select{border:none!important;}
.rsb_language select{ background: #fff;border: 1px solid #ccc;padding: 4px 10px;border-radius: 50px;margin: 0 !important;height: 26px !important;}
.rsb_language select:focus{ outline: none;}
.translate_value{background: #fff; width: 100%; height: 24px; border-radius: 4px; pointer-events: none; padding-right: 12px; position: absolute; display: none;}
/* Google Translator Css end */

/* Notification banner Improvisation*/

.notification_banner{display:none;}
.notification_text{position:relative; float: left; margin-top:10px!important; margin-bottom:-10px; width:calc(100% - 20px)!important; margin-left:10px; background:var(--ThemeColor); color:#fff; padding:12px 25px; position:relative; 
  z-index:1; opacity:1; font-weight:600;}

.notification_text:after{content: '';
  position: absolute;
  left: -9px;
  top: 0;
  width: 9px;
  height: 50%;
  background:var(--ThemeColor); 
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  max-height: 20px;
  z-index: 0; opacity:0.8;
}
.notification_text:before{content:''; position:absolute; right:-15px; top:0; width:15px; height:50%; background:var(--ThemeColor); clip-path: polygon(0 0, 0 0, 50% 100%, 0 100%); opacity:0.8; max-height:20px; z-index:0;}

/* Notification banner Improvisation*/

/* vd_floating css start*/

.vd_floating{
  text-align: center;
  margin: 0px;
  z-index: 1000;
  color: #fff!important;
  font-weight:600; font-size:16px;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  border-radius: 5px 5px 0px 0px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  position: fixed;
  top: 150px;
  right: -10px;
}

.vd_floating > div {
    border: 2px solid var(--ThemeColor);
    background: var(--White);
    border-radius: 6px 6px 0 0;
    padding: 10px 20px 20px 20px;
    display: inline-block;
    color: var(--ThemeColor);
    box-shadow: var(--CardShadow);
}
.vd_floating:hover{right:-2px;  color: #fff!important;}

@media (max-width:767px){
  .vd_floating{position:relative; float:left; width:100%; top:0; left:0; right:0; margin:10px 0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
  .vd_floating > div{margin:0 auto; border-radius:6px; padding: 10px 20px; background: var(--Black); border:2px solid var(--Black);}
}

/* Old Theme Improvisation start */
.container_b{max-width:1320px!important; margin:0 auto; width:100%!important}
.content_wrap{max-width: 1320px !important;margin: 0 auto !important;padding: 0 15px;}
.lightbox_button_active.yellowclr{background-color:var(--ThemeColor)!important;} 
.vb_buttons_abso{bottom:20px!important; right:20px!important;}
.vb_backgrund_slide_widget .owl-dots{position:absolute; bottom: 20px; width: 100%;}
.vb_gg_text{padding:10px 0; text-align:center; float:left; width:100%; font-size:16px; color:var(--Black);}
.vb_cg_text{padding:10px 0; text-align:center; float:left; width:100%; font-size:16px; color:var(--Black);}
.vb_cg_main{float:left; width:100%;} 
.vb_grid_gallery_widget .row{display:flex; flex-wrap:wrap;} 
.vb_gg_fancy_gallery{float:left; width:100%;} 
.vb_gg_repeat{float:left; width:100%;}
.individal_page_widget{padding:20px 0; float:left; width:100%;}
/* .vb_bs_flex{background:#000;} remove  */
.vb_backgrund_slide_widget{background:#000;}
/* Temp remove after updated on server */

/* Header Variation CSS Start */
.scrolling_marquee{float:left; width:100%;}
.storeHeaderBanner{float:left; width:100%; min-height:0px!important; padding:10px!important;color: var(--White); text-align: center;}

.combine_header {position: fixed; z-index: 999; float: left; width: 100%; padding-bottom: 0px; background:var(--Black);
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top_header {padding: 10px 0 0 0;position:relative;float:left;width:100%;}
.combine_header.fix_header .top_header {padding:5px 0 0 0;}
.top_header_right {display: flex; align-items: center;justify-content:end;}
.top_header_ica {display: flex; align-items: center;}
.header_logo_area {position: absolute;z-index: 99; text-align: center;overflow: hidden; padding-top: 10px;top: 0; display: inline-block; margin-top: -58px;}
.header_logo_area a{display:inline-block; width: 320px; 
-webkit-transition: width .5s  ease-in-out;
-moz-transition: width .5s  ease-in-out;
  -o-transition: width .5s  ease-in-out; transition: width .5s  ease-in-out;}
.combine_header.fix_header .header_logo_area a{width:300px;}

.header_contact_bar { z-index: 9; position: relative; padding-right:22px; }
.header_contact_bar span {display: flex;align-items: center;}
.header_contact_bar a {color: var(--White) !important; font-size: 16px; font-weight: 600;font-family: var(--ThemeFont); line-height:1.8;}
.header_contact_bar .fa {color: var(--White);display: flex; justify-content: center;  align-items: center; font-size: 15px; margin-right: 7px;}

.themeheader{position: relative;	width: 100%;	float: left; padding:7px 0;}
.fix_header .themeheader {padding:5px 0 !important;}
.header_nav_area{display:inline-block;width: 100%;}

.header_search_area{position:relative; z-index:999;}
.header_search_area .easy-autocomplete{width:100%!important;}
.header_search_area form{float:left; width:100%;}
.header_search_area input{box-shadow:none!important; width:100%!important;}
.header_search_area .goBtn_b{position:absolute; right:0px;}
.user_dropdown{
  min-width: 50px;
  text-align: center;
  height: 40px;
  color: var(--White) !important;
  margin: 0 4px 0 0;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 34px;
  font-family: var(--ThemeFont);
  font-weight: 600;
  text-transform: uppercase;
} 
.user_dropdown i{margin-right: -4px;}
.header_wrap{background: var(--ThemeColor3)!important;color:#000!important;}
#desktop_cart .cartt{color:#fff!important;}
.s_master_v .logo img{max-width:210px!important; margin-bottom:10px;padding:5px;}
.btn-group.open .dropdown-toggle{box-shadow:none;}
.login_btn_link {font-size: 16px !important; text-transform: uppercase;float: left;margin: 0px;color: var(--Black) !important; padding: 8px 15px!important;width: 100%;}
.header_first_bar{float:left; width:100%; background:transparent; }
.header_scnd_bar{float:left; width:100%; padding: 0; border-radius:0px; color:#fff;}
.header_scnd_bar .row {display: flex; align-items: center;}
.flex_header_row{display:flex; justify-content:space-between; align-items:center;}
.sky-text{color:var(--ThemeColor);}
.slider_top_text{background:var(--Black); color:var(--White); padding:40px 0 0; float:left; width:100%; text-transform:uppercase; font-weight:600;}
.slider_top_text a{margin-bottom:-20px; position:relative; z-index:9;}
.dynamicNavCont li a {padding:15px !important;font-size: 16px !important;color: var(--White) !important; font-weight: 600; font-family: var(--ThemeFont);text-transform: capitalize !important;}
.dynamicNavCont li.bnz-nv {padding:0px;}

.dynamicNavCont li a:hover{color:var(--White); background-color: transparent !important;}
.dynamicNavCont li.bnz-nv span{display:none;}
.dynamicNavCont ul li ul{width:280px!important;}
.dynamicNavCont .SubNavs{background:var(--ThemeColor2)!important; border:none!important; border-radius:16px!important; padding:14px;margin-top: 10px;} 
.dynamicNavCont ul.active li a{font-weight:normal; padding:10px 5px!important;} 
.dynamicNavCont ul.active li:hover{background:transparent; color:var(--White);} 
.dynamicNavCont ul.active li a:hover{background:transparent; color:var(--White);} 
.dynamicNavCont ul li:last-child ul{right:0; left:auto;}
.productNav ul.active li:hover{background:var(--ThemeColor2)!important;} 
.productNav ul.active {left: -90px !important;}
.dynamic-nav{margin-bottom:0px; margin-top:0px;}
.dynamicNavCont ul {text-align: right !important;}


.mobile_menu{position:fixed; top:0; left:0; background:var(--White); height:calc(100vh + 80px); width:100%; z-index:99; padding-top:110px; display:none; overflow-y:auto!important;}
.mobile_menu_inner ul{padding-bottom:100px!important;}
.mobile_menu.nav_visible{display:block;}
.mobile_menu a{display:block; width:100%; padding:8px 10px; text-align:center; color:var(--Black); font-size:22px;}
.mobile_menu a:hover{color:var(--Black);}
.mobile_menu_inner{display:block; width:100%;}

.header_shopping_area{display:inline-block; padding:5px 10px; position: relative; z-index: 1; margin:0 4px 0 10px;}
.header_shopping_area a {color: var(--White)  !important; font-size: 15px;font-weight: 600; font-family: var(--ThemeFont);}
.header_auth_area{float:right; margin-left:20px; margin-top:11px;}
.user_ico{margin-right:7px; margin-top:2px; float:left;}
.user_ico svg{width:14px; fill:var(--White)}
.cart_ico{float:left; margin-top:2px;}
.cart_ico svg{width:18px; fill:var(--White);}
.header_search_design{ border-radius:100px; position:relative; background:#fff; float:right;}
.header_search_design *{text-align:left;}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category{padding: 6px 12px!important; text-align: left; line-height: 18px;}
.easy-autocomplete-container ul{border-radius:10px; overflow:hidden;color:var(--Black);}
.header_search_design form{float:left; width:100%;}
.header_search_design .easy-autocomplete input{background:#f2f2f2! important; border-radius:100px!important; border:none!important; color:#000!important; box-shadow:none!important; padding-right:33px!important;}
.searchHolder .goBtn_b{color:transparent!important; background:transparent!important;}
.header_search_design input{background:#fff; border:none;}
.header_search_design input:focus{box-shadow:none; border:none; outline:none;}
.header_search_design .goBtn_b{position:absolute; top:1px; right:4px; background:transparent; border-radius:100px; }
.header_search_design .goBtn_b:after{content:"\f002"; position:absolute; right:10px; font:normal normal normal 14px/1 FontAwesome; color:#000;}
.searchHolder{margin-top:0; width:200px!important;}
.searchHolder .search-bx{height:32px;}
.search-bx{width:100%!important;}

.heading_link_admin{font-size:16px !important; text-transform:uppercase; float:left; margin:0; color:var(--Black)!important; padding:2px 10px!important; width:100%!important;}
.login_btn_link{font-size:16px !important; text-transform:uppercase; float:left; margin:0; color:var(--Black)!important; padding:2px 10px!important; width:100%!important;}
.heading_link{font-size:16px !important; text-transform:uppercase; float:left; margin:0 10px; margin-top:10px;}
.auth_dropdown{float: right; margin-left: 10px;}
.vehicleCategory{ margin: 10px 0; background: #f2f2f2; border-radius: 12px; padding: 10px; display:none;} 
.master_v_front .vehicleCategory{display:block;}
.master_v_front .combine_header.fix_header .vehicleCategory{ height:1px; padding:0; margin:0; pointer-events:none; background:transparent;}
.master_v_front .combine_header.fix_header .vehicleCategory a{opacity:0;}
.master_v_front .header_fixed_spacer{min-height:112px;}
.header_fixed_spacer{min-height:112px;}

/* Header Variation CSS End */

.master_v_front .individal_page_widget {padding:0px;}
.master_v_front .owl-nav {display: none;}

/* ===================== HOMEPAGE POPUP ===================== */
#custom-lead-form-modal-9 .modal-dialog, #custom-lead-form-modal-9 .modal-dialog {width: 1024px !important; max-width: 100vw ! important; margin: 80px auto !important; padding: 40px !important;}
#custom-lead-form-modal-9 .modal-body {padding: 0px;}
#custom-lead-form-modal-9 .modal-body-title {display:none !important;}
#custom-lead-form-modal-9 .form-group {margin-bottom: 0px ! important;}
#custom-lead-form-modal-9 .form-group.form-row p {margin:0px !important}
#custom-lead-form-modal-9 .close {position:relative; opacity: 1;}
#custom-lead-form-modal-9 .close span {position: absolute; top: -15px; right: -12px	; z-index: 1; background: var(--ThemeColor); color: var(--White); width: 25px; height: 25px; border-radius: 50px; line-height: 25px;}
#custom-lead-form-modal-9 img {box-shadow:
  0 15px 40px rgba(0, 0, 0, 0.7),
  0 0 15px rgba(120, 180, 20, 0.45),
  0 0 35px rgba(120, 180, 20, 0.25);}

/* ===================== HERO SECTION ===================== */
.nd_slider_section .vb_bs_flex {min-height: 700px; justify-content: start;}
.nd_slider_section::after {
    content: "";
    position: absolute;
  	z-index: 1;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background: #8ab600;
		clip-path: polygon(0px 0px, 19.95% 28.33%, 35% 51.67%, 45% 75%, 50% 100%, 55.26% 78.33%, 65.11% 48.33%, 80.95% 28.33%, 100% 0px, 100% 100%, 0px 100%);
}
.nd_slider_section .item.vb_bs_desktop_bg {background-position: bottom !important;}
.nd_slider_section .vb_bs_text {text-align: left !important;}
.nd_slider_section .vb_bs_text h1 {font-size: clamp(35px,5vw,80px); filter: drop-shadow(0px 2px 0px #799f18);}
.nd_slider_section .vb_bs_text h4 {font-size: 20px;}
.nd_slider_section .vb_bs_text p {font-size: 18px;}

/* ===================== GET IN TOUCH SECTION ===================== */
.nd_git_section{padding:70px 0; text-align: center;}
.nd_git_section .pb-textbox h2 {font-size: clamp(35px,5vw,54px);}

/* ===================== EVENT PAGE ===================== */
.events_section{position: relative;overflow: hidden;padding: 60px 0;background: var(--BgColor); } 
.events_section h2{font-size: clamp(28px, 2vw, 36px); font-weight: 700;}
.events_gallery .owl-stage-outer .item {position:relative;margin-top: 20px;}
.events_gallery .owl-stage-outer .item:before { content: ""; position: absolute;height: 200px; width: 200px; border-radius: 50%; left: 50%; transform: translateX(-50%); top: 0; background-color: var(--ThemeColor); pointer-events: none; }                    
.events_inner {max-width:1920px; width:100%; margin:0 auto;}
.events_section .vb_is_main {padding: 20px;color: var(--White);position: relative;}
.events_section .vb_is_text { text-align: center; text-transform: capitalize; margin-top: 70px; }                             
.events_section .events_gallery .vb_is_image {height: 100px;padding:5px;object-fit: contain;margin: 0 auto;margin-top: 25px;}
.events_section .events_gallery .vb_is_text a {float:left; width:100%; font-size:18px; font-weight:600; margin-top:15px;}
.events_section .owl-item.center .item:before {width: 268px !important;height: 268px !important;}
.events_section .owl-item.center .vb_is_image {width: 130px !important;height: 130px !important;margin-top: 55px !important;}
.events_section .owl-item.center .vb_is_text {margin-top: 90px;}
.events_section .owl-item:not(.center) .item {margin-top: 54px;}
.events_gallery .owl-stage-outer .item,
.events_gallery .owl-stage-outer .item:before,
.events_gallery .vb_is_image,
.events_gallery .vb_is_text {transition: width 1200ms ease-in-out, height 1200ms ease-in-out, margin-top 1200ms ease-in-out;}
.events_section .owl-nav {display: block !important;padding-top: 30px;}
.events_section .owl-prev{position: relative !important;left: 0 !important;background: #fff !important;}
.events_section .owl-next{position: relative !important;left: 0 !important;background: #fff !important;}
.events_section  .owl-prev::before {color: var(--Black) !important;font-family: "Font Awesome 7 Free";font-weight: 900;}
.events_section .owl-next::before {color: var(--Black) !important;font-family: "Font Awesome 7 Free";font-weight: 900;}

@media (max-width: 991px) {
  .events_gallery:after {display:none;}
}

/* ===================== RETAIL PAGE ===================== */
.finders_section {position: relative;overflow: hidden;padding: 60px 0;background: var(--BgColor); } 
.finders_section h2{font-size: clamp(28px, 2vw, 36px); font-weight: 700;}
.finders_gallery {padding-top: 30px;}
.finders_gallery .vb_is_main img {border-radius: 25px;}
.finders_gallery .vb_is_text {position: relative;left: 0;right: 0;bottom: 25px; text-align: center;}
.finders_gallery .vb_is_text .tbtn-border { border-radius:100px; border: 2px solid var(--White) !important;}
.finders_gallery .item {display: flex; justify-content: center;}

/* ===================== ABOUT US SECTION ===================== */
.nd_aboutus_section{position: relative;overflow: hidden;width:100%;padding:40px 0;background: var(--White);}
.nd_aboutus_section h2{font-size: clamp(28px, 2vw, 36px);}
.nd_aboutus_section .align-items-center{display:flex;justify-content: end;flex-wrap: wrap;margin-left: 10px;}
.nd_aboutus_inner {max-width: 1920px;margin: 0 auto;width: 100%;}
.nd_aboutus_text {position:relative;z-index: 9;text-align: left;}
.nd_aboutus_gallery {position: absolute;z-index: 1;left:0 ; top:0; width:50%; height:100%;background-position: center !important;}
.nd_aboutus_section .vb_cg_text {padding:0;}

/* content column - sits to the right of the 50% wide .nd_aboutus_gallery image */
.about_us_content {padding:0 25px 0 50px;}
.about_us_content h2 .ThemeColor {margin-left:.28em;} /* markup has no space before the span */

/* feature checklist */
.about_us_features {list-style:none;margin:0;padding:0;}
.about_us_features li {position:relative;padding-left:34px;margin-bottom:14px;font-family:var(--ThemeFont);font-size:16px;line-height:1.5;color:var(--Black);}
.about_us_features li:last-child {margin-bottom:0;}
.about_us_features li::before {content:"\f058";font-family:"Font Awesome 7 Free";font-weight:900;font-size:18px;line-height:1.4;color:var(--ThemeColor);position:absolute;left:0;top:2px;}

/* partner logo plates - navy chevron + overlapping circular badge, mirrored around the "&".
   Each plate wraps a single-item owl slider, so .vb_is_image is the badge and
   .vb_is_text is the chevron. Widths must stay explicit: owl sizes .owl-item in px
   from the .pb-widget w-100 chain, which cannot resolve against a shrink-to-fit parent. */
.about_us_logos {float:left; clear:both;display:flex;align-items:center;gap:26px;margin-top:35px;padding:0 25px 0 50px;}
.about_us_logos .logo_gspro,
.about_us_logos .logo_uneekor {flex:0 0 auto;width:290px;max-width:100%;}
.about_us_logos .logo_image {overflow:hidden;} /* contains the .pb-widget float-left */
.about_us_logos .vb_is_main {display:flex;align-items:center;padding:0;}

/* circular badge - white fill, green ring, sits above the chevron */
.about_us_logos .vb_is_image {position:relative;z-index:2;flex:0 0 auto;box-sizing:border-box;width:78px !important;height:78px;padding:13px;margin:0;background:var(--White);border:5px solid var(--ThemeColor);border-radius:50%;object-fit:contain;} /* width needs !important - beats .item img{width:auto!important} */

/* navy chevron carrying the brand name */
.about_us_logos .vb_is_text {position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:56px;margin:0;background:var(--ThemeColor3);}
.about_us_logos .vb_is_text h4 {margin:0;font-size:24px;font-weight:700;line-height:1;white-space:nowrap;color:var(--White) !important;}
.about_us_logos .logo_gspro .vb_is_text {margin-left:-39px;padding:0 38px 0 48px;clip-path:polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);}

/* right-hand plate mirrors: chevron points left, badge on the outer edge */
.about_us_logos .logo_uneekor .vb_is_main {flex-direction:row-reverse;}
.about_us_logos .logo_uneekor .vb_is_text {margin-right:-39px;padding:0 48px 0 38px;clip-path:polygon(28px 0, 100% 0, 100% 100%, 28px 100%, 0 50%);}

.about_us_logos .owl-dots {display:none !important;}
.about_us_amp {flex:0 0 auto;font-family:var(--ThemeFont);font-size:42px;font-weight:700;line-height:1;color:var(--Black);}

@media (max-width:991px){
  .about_us_content,
  .about_us_logos {padding-left:0;padding-right:0;}
  .about_us_logos {justify-content:center;flex-wrap:wrap;margin-top:25px;}
  .about_us_features {display:inline-block;text-align:left;}
}
@media (max-width:700px){
  .about_us_logos {gap:10px;}
  .about_us_logos .logo_gspro,
  .about_us_logos .logo_uneekor {width:100%;max-width:290px;}
  .about_us_amp {width:100%;text-align:center;font-size:34px;}
}
 
 
 @media (min-width: 991px) {
  .nd_aboutus_section{min-height: 600px;display:flex;align-items:center;flex-wrap:wrap;}
   .nd_aboutus_inner{min-height: 600px;display:flex;flex-wrap:wrap;}
   }
    @media (max-width: 991px){
    .nd_aboutus_gallery{position: relative;   z-index: 1;   left: 0;   top: 0;   width: 100%;   height: 100%;   border-radius: 0;   min-height: 400px;   background-position: top !important;}
    .nd_aboutus_text{box-shadow: none; text-align: center; padding: 30px 0px 0px 0px;}
  .nd_aboutus_section .nd_aboutus_inner .section_subtitle::after {left: 50%;transform: translateX(-50%);}
    .nd_aboutus_section {padding: 0 0 40px 0;}
      .nd_aboutus_section .align-items-center {margin-left: 0;}
    .nd_aboutus_gallery {background-position: center !important;}
   }
    @media (max-width: 767px){
   .nd_aboutus_section {padding:0 0 20px 0;}
    .nd_aboutus_text{padding:0px;}
    }
 

  .memberships_section {
  position: relative;
  /* must NOT be overflow:hidden - it shears off the buttons that straddle the card
     edge. Safe to drop: display:flow-root gives the BFC that contains the floated
     widget divs inside, which is all the hidden was doing here. */
  overflow: visible;
  display: flow-root;
  padding: 60px 0;
  background: var(--BgColor);
}
.memberships_section h2 {
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 700;
}  
.memberships_section h2 .ThemeColor {margin-left: .28em;} /* markup has no space before the span */
.memeberships_inr {max-width: 1320px; margin: 0 auto; width: 100%;}
.memberships_section .pb-textbox {overflow:visible !important; } 
.memberships-wrapper {
  clear: both;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-bottom: 34px; /* room for the buttons that straddle the card edge */
}
.membership-card {
  position: relative;
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  overflow: visible;
  box-sizing: border-box;
}
.range-card {
  background: #fff;
  border-radius: 20px;
}  
.range-card .membership-title {
    background: var(--ThemeColor);
  font-weight:700;
}
  .tour-card {
  background: var(--ThemeColor);
  border-radius: 20px;
}
  .tour-card .membership-title {
    background: #fff;
     font-weight:700;
}
/* flatten the builder wrappers so each card becomes one flex column.
   overflow must be reset - .overflow-hidden on the widget divs clips the straddling button. */
.memberships-wrapper .pb-textbox,
.memberships-wrapper .mustache {float: none; width: 100%; margin: 0; padding: 0; overflow: visible;}
.membership-card .pb-textbox,
.membership-card .mustache {height: 100%;}
.membership-card .mustache.col-lg-12 {display: flex; flex-direction: column; text-align: center;}

.membership-title {
  flex: 0 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}
/* Range uses h3, Tour uses h4 - normalise so both cards read the same */
.membership-title h3,
.membership-title h4 {margin: 0; font-size: 24px; font-weight: 700; line-height: 1.2;}
.membership-content {
    flex: 1 1 auto;
    text-align: left;
    padding: 25px 20px 15px;
}
.membership-price {
  text-align: center;
  margin-bottom: 35px;
}
.membership-price h4 {margin: 0; font-size: clamp(34px, 3vw, 44px); font-weight: 700; line-height: 1;}
.tour-card .membership-price {
    color: #fff;
}  
 .membership-price span {
    font-size: 16px;
    font-weight: 600;
} 
.membership-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.membership-features li {
    position: relative;
    padding: 0 0 18px 25px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 14px;
}

.tour-card .membership-features li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}
.tour-card .membership-features{
    color: #fff;
}
.membership-features li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 16px;
    color: #80aa00;
}
.tour-card .membership-features li::before {
    color: #fff;
}

/* buttons straddle the bottom edge of the card */
.membership-btn {
    position: relative; /* with z-index, keeps the overhang above any later background */
    z-index: 2;
    flex: 0 0 auto;
    align-self: center;
    min-width: 200px;
    margin-bottom: -25px;
    border-radius: 100px !important;
}
.tour-card .membership-btn {color: var(--ThemeColor) !important;} /* .tbtn-white would give navy */

/* promo card - artwork fills it absolutely so the button can stay in flow */
.membership-image {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--Black);
    border-radius: 20px;
}
.membership-image > .pb-widget {position: absolute; left: 0; top: 0; width: 100%; height: 100%; float: none; border-radius: 20px; overflow: hidden;}
.membership-image > .pb-widget .individal_page_widget,
.membership-image > .pb-widget .vb_grid_gallery_widget,
.membership-image > .pb-widget .no_container,
.membership-image > .pb-widget .row,
.membership-image > .pb-widget .vb_gg_repeat,
.membership-image > .pb-widget .vb_gg_fancy_gallery {display: block; float: none; width: 100%; height: 100%; margin: 0;}
.membership-image > .pb-widget .col-lg-12 {display: block; float: none; width: 100%; height: 100%; margin: 0; padding: 0 !important;} /* beats .sacol .col-lg-12 */
/* inset() hides the artwork's own "VIEW ALL OPTIONS" footer, which the button now replaces.
   What shows through is the card's identical black, so there is no visible seam. */
.membership-image .vb_gg_image {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; clip-path: inset(0 0 13% 0);}
.membership-image > .pb-textbox {position: relative; z-index: 2; text-align: center;}

@media (max-width: 991px){
  .memberships-wrapper .membership-card,
  .memberships-wrapper .membership-image {flex: 0 1 calc(50% - 15px);}
  /* let the artwork size the promo card once it no longer stretches beside the others */
  .membership-image > .pb-widget {position: relative; height: auto;}
  .membership-image .vb_gg_image {height: auto;}
}
@media (max-width: 700px){
  .memberships_section {padding: 40px 0;}
  .memberships-wrapper {gap: 40px;}
  .memberships-wrapper .membership-card,
  .memberships-wrapper .membership-image {flex: 0 1 100%; max-width: 400px;}
}


/* ===================== UNIT INVENTORY ===================== */
.nd_unitinventory_products_main {position: relative;overflow: hidden; text-align: center;padding:50px 0;}
.unit_inventory_slider .vb_is_image { border-radius: 20px;}
.unit_inventory_slider .vb_is_text { background: var(--White);border-radius: 20px; z-index: 1; box-shadow: var(--CardShadow);   position: relative;   margin-top: -30px;   width: calc(100% - 30px);   margin-left: 15px;   text-align: center;   padding: 30px 15px; margin-bottom: 10px;}
.unit_inventory_slider .vb_is_text h4 { margin-bottom: 0px !important;}

/* ===================== GALLERY SECTION ===================== */
.nd_gallery_section {border-top: 2px solid var(--ThemeColor); border-bottom: 2px solid var(--ThemeColor);}

/* ===================== WHY CHOOSE US SECTION ===================== */
.nd_why_choose_section{padding: 50px 0;}
.nd_why_choose_head {text-align:center; padding-bottom:15px;}
.nd_why_choose_gallery .owl-carousel .owl-item img {height: 30px; object-fit: contain;}  
.nd_why_choose_gallery .vb_is_main {background: #1e1e1e;padding: 20px; border-radius: var(--Radius);border: 1px solid #333;}   

/* ===================== FORM SECTION ===================== */
.nd_form_section {background: #1e1e1e; padding: 50px 0;}
.nd_form_inner { position: relative; z-index: 1;}
.nd_form_section:after{content: ""; position: absolute; background:var(--ThemeColor); right: 0; top: 0; height: 100%; width: 50%; pointer-events: none;}
.nd_form_area {display: flex; gap:25px;justify-content: space-between;align-items: center;}
.nd_form_text {position:realtive; z-index:1; width: 30%;}
.nd_form_widget {position:realtive; z-index:1; width: 70%;}
.nd_form_widget .pb-widget .custom-lead-form {width: 100%; background: #1b1b1b !important; color: #fff !important; border-radius: var(--Radius);}
.nd_form_widget .pb-widget .custom-lead-form .custom_form {background: #1b1b1b !important; color: #fff !important;}
.nd_form_widget .form-control {background: #222 !important; color:var(--White) !important; border: 1px solid #333 !important; border-radius: var(--Radius) !important;}


@media (max-width: 767px) {

.master_v_front .tbtn-lg { font-size: 17px !important;}
.master_v_front .tbtn-md {font-size: 15px !important;}

}

@media (max-width: 576px) {
  
  .nd_slider_section .vb_bs_text {text-align: center !important;}
}

/* ===================== RENTAL REQUEST SECTION ===================== */
.nd_request_section {background:#181818; padding: 50px 0;}      
.nd_request_section .vb_bs_flex {min-height: 400px;}
.nd_request_section .vb_backgrund_slide_widget .item::before {background: rgba(0,0,0,0.7);} 
.nd_request_section .pb-widget {border-radius: var(--Radius);}

@media (max-width: 1199px) {

.nd_slider_section .vb_bs_flex {min-height: 550px;}


}

@media (max-width: 767px) {

.master_v_front h1 {font-size: 30px;}
.master_v_front h2 {font-size: 27px;}
.nd_slider_section .vb_bs_flex {min-height: auto;}
.master_v_front .tbtn-lg {font-size: 18px !important;}
.nd_request_section .vb_bs_flex {min-height: auto;}
  .nd_slider_section .vb_bs_flex {padding-top: 20px;}

}

/* widgets out divs css start */
.nd_featured_brands{padding:20px 0; }
.nd_featured_products_sec{padding:20px 0; }
.nd_featured_categories_widget_sec{padding:20px 0; background:#E0F9FD;}
.homepage_top_seller_sec{padding:20px 0; }
.nd_homepage_top_deals_sec{padding:20px 0; }
.nd_homepage_top_seller_sec{padding:20px 0; }

/* inner page events css start */



/* inner page events css end */

/* FAQ us Page Css Start */
.vb_faq_section{float:left; width:100%; padding:0;}
.vb_faq_section .panel-body{font-size: 17px; color: var(--Black); padding-left:20px; padding-right:20px; box-shadow:none; border:none!important;font-weight: 500;font-family: var(--ThemeFont) !important;} 
.vb_faq_section .panel{box-shadow:none!important; margin-bottom:0; position:relative;border: 0;background-color: transparent;}
.vb_faq_section .panel-heading{padding:6px 0px;}
.vb_faq_section .panel-title a{padding: 10px 40px 10px 20px;line-height: 21px;background:#f2f2f2; color:var(--Black) !important; display: block;width: 100%;border-radius: 100px;margin-bottom: 0px;position: relative;font-family: var(--ThemeFont) !important;font-weight: 700;}
.vb_faq_section .panel-title a:after{content: '\f106';right: 18px;top: 0;position: absolute;font-family: "Font Awesome 7 Free" !important; color: var(--Black) ;height: 100%;display: flex;justify-content: center;align-items: center;}
.vb_faq_section .panel-title a.collapsed:after{content: '\f107';}
.vb_faq_section .panel-title {font-size: 17px; color:#000!important;letter-spacing: normal;}


/* Testimonial Page Css Start */
.nd_tm_main{float:left; width:100%; position: relative;}
.nd_tm_main .row{display:flex; flex-wrap:wrap; align-items:stretch;}
.nd_tm_repeat_dv{position: relative; float:left; width:100%; height:100%; padding-bottom:30px; display:flex;}
.nd_tm_repeat_dv_inner{background: #f2f2f2; position: relative; float:left; width:100%;  padding:40px; border-radius:10px; }
.nd_tm_repeat_dv h4{float:left; width:100%; margin-bottom: 0;}
.nd_tm_name{font-size:20px;font-family: var(--ThemeFont) !important;font-weight: 700;}
.nd_tm_customer_message {float: left;width: 100%; color: #000;font-family: var(--ThemeFont) !important;font-weight: 500;}
.nd_tm_inner_customer_message{color: #000!important; font-size:16px;}
.nd_tm_star{padding:10px 0; float:left; width:100%;}
.nd_tm_star:after{position:relative;  content: "\f005 \f005 \f005 \f005 \f005";  font:normal normal normal 14px/1 FontAwesome; font-weight: normal;  color:var(--ThemeColor);  letter-spacing:4px; margin-left:-2px;}
.testi_name_star {   display: flex;   width: 100%;   align-items: center;   justify-content: space-between; padding-top: 12px;}

/*  Inner pages CSS end from here  */

/* Check out CSS Start */

.page_id_8 .cntnr-ttl {display: none;}
.page_id_8 .contactus_form_area {text-align: center;line-height: 25px;margin-top:50px;}
.page_id_8 .contactus_form_area h1 { color:var(--Black) !important; text-transform: uppercase !important;font-weight: 500;margin-bottom:15px;}
.page_id_8 .store_hours {font-size: 16px;color: var(--Black);font-weight: 500;}

#desktop_cart a{color:var(--Black)!important;}
.s_master_v .header_wrap {display: flex;align-items: center;padding-top:15px;}
.s_master_v .header_content {width: 1320px !important; max-width: 1320px; background: var(--ThemeColor3) !important; padding: 0 15px;}
.s_master_v #desktop_cart .phonee {color:var(--White)!important;}
.main_content_full.checkout {display: flex;}
.form_standard .cart_wrap_left input.large, .form_standard .cart_wrap_right input.large {width: 100% !important;} 
.form_standard .cart_wrap_left tr select,.form_standard .cart_wrap_right tr select {width: calc(100% + 8px) !important;}

.checkout .custom-lead-form {width: 80%;margin: 25px auto 50px;background:var(--White) !important; color:#000 !important; padding: 35px; box-shadow: 0 1px 5px #00000029; border-radius: 20px;}
.checkout .custom-lead-form h2 {font-size:24px !important; color:var(--Black) !important; text-align:center; margin-bottom:20px;font-family: var(--ThemeFont); letter-spacing: normal !important; text-transform: capitalize; font-weight: 700;}
.checkout .custom_form {background:var(--White) !important; color:#000 !important; padding: 20px; line-height: 25px;}
.checkout .custom_form label {width: 100%; color:var(--Black) !important;}
.checkout .custom-lead-form input.form-control.upload_file {border: 1px solid #535353 !important;}
.checkout .custom-lead-form .btn.btn-default {color:var(--White) !important; border-color: var(--Black)!important; border-radius: 4px !important; font-weight:600; text-shadow: none !important; margin-top: 30px !important; width:auto!important; min-width:100px!important; font-family: var(--ThemeFont);}

.checkout .form-8 .form-group:nth-child(23) {display:block;}


@media (max-width: 834px) {
  .checkout .custom-lead-form {width: 100%; padding: 20px;}
  .checkout .custom_form {padding: 0px;}
  .checkout .custom-lead-form .form-group {display: block;}
}

@media (min-width: 320px) and (max-width: 850px) {

  #desktop_cart {float: none !important;   text-align: center;}
  .cart_wrap_left, .cart_wrap_right {width: calc(100% - 30px) !important;}
  .s_master_v  .content_wrap {padding: 0 !important;width:90% !important;}

}

/* Check out CSS End */

/* Footer css start */
.footer_section {text-align: center; padding:50px 0; float:left; width:100%;position: relative;display:block;z-index: 9;background: var(--Black);overflow: hidden;font-family: var(--ThemeFont);}
.footer_section_bg {z-index: 1; position: relative; }
.footer_inr_area {float:left; width:100%;}
.footer_info_area {padding: 0 20px;float: left;width: 100%;}
.footer_info_area .fa-map-pin {margin-right: 10px; color:var(--ThemeColor) !important;font-size:20px; margin-left: -32px;}
.footer_text_style {float:left; width:100%; color:var(--White); font-size: 16px;line-height: 30px;margin-bottom: 20px;padding-bottom:0px;margin-top:0px; text-align: left;}
.footer_text_style *{color: var(--White) !important;font-family: var(--ThemeFont);}
.footer_text_style p {font-size: 16px;line-height: 30px;margin:0px;}
.footer_text_style a {color:var(--White);}
.footer_title{display: flex; align-items: center; color: var(--White) !important; margin-top:0; font-size:20px; font-weight: 700;position: relative;padding-bottom: 10px;margin-bottom: 0px; font-family: var(--ThemeFont);}
.footer_title a{color:var(--White)!important; }
.footer_text_style .one-fifth{color:var(--White);  padding: 0px !important; width: 100%!important;}

.newsletter_area_inner {display: flex;justify-content: center;background: var(--BgColor); padding: 80px 40px;border-radius: 25px; border: 1px solid #545454;}
.newsletter_area {max-width: 768px;float: none; margin: 0 auto 20px;}
.newsletter_area_main > div {position:relative; z-index:2;}
.newsletter_area input[type=text] {background: #2b2b2b;color: #fff;border-radius: 0px !important;box-shadow: none;height: 45px;margin-bottom: 0px;display: inline; border-color: transparent;border-bottom-color: transparent;}
.newsletter_area .form_standard  #newsletter_error {float: left !important;width: 100% !important;}
.newsletter_area .form_standard  #newsletter_success {float: left !important;width: 100% !important;}
.newsletter_area h3 {font-weight:700; font-size: clamp(26px, 2vw, 34px);}
.newsletter_area .tbtn{font-weight: 500; margin-left: 15px; margin-top:2px; margin-right: 2px; margin-bottom: 2px;text-transform:capitalize; border: 1px solid var(--ThemeColor3);}
.flex_input_group {position: relative;float: left; width: 100%; box-shadow: none; display: flex; background: #2b2b2b; margin-bottom: 0px;}

.quick_links_mod .one-fifth ul{ display: flex;justify-content: center; gap: 20px; margin-top:30px;}
.footer_quick_links .quick_links_mod ul li {display: inline-block; width: auto !important; margin: 0px 10px !important; }
.one-fifth ul {margin:0px;}
.footer_text_style li{background:none!important; line-height:30px; padding:0px !important; margin:0px !important;}
.one-fifth ul li { padding:0px !important;}
.footer_text_style li a{color:var(--White)!important; font-size:16px!important; background:none!important;padding:0!important; font-weight:normal!important;}
.footer_text_style .one-fifth ul li a:hover{color:var(--White)!important; text-decoration:none!important;}
.footer_text_style .one-fifth ul li a:focus{color:var(--White)!important; text-decoration:none!important;}
.one-fifth h3 {color: var(--Black);text-transform: capitalize;line-height: 25px;font-weight: 600;font-size:20px;margin-top: 0px;position: relative;padding-bottom: 10px; margin-bottom: 20px;font-family: var(--ThemeFont); display:none;}
.one-fifth h3::after {content: ''; position: absolute;bottom: 0;height: 2px;width: 40px;left: 0;background: var(--ThemeColor);}
.footer_bottom_bar{float:left; width:100%; padding:15px 0; background: var(--BgColor);color:var(--White);}
.footer_contact_bar {display: flex;justify-content: center;align-items: center; gap: 15px;}
.footer_contact_left {display: flex;align-items: center; justify-content:start; width: 33.3%;}
.footer_contact_text {width: 33.3%;}
.footer_contact_text a {font-size:22px; color:var(--White) !important;font-weight: 600;font-family: var(--ThemeFont);}          
.footer_contact_right {display: flex;align-items: center; justify-content:center; width: 33.3%;}

.footer_text a{color:#fff !important;font-size:20px;font-weight:600;font-family: var(--ThemeFont);}

.footer_bottom_social_links {float:left; width:100%; display:flex; gap: 10px; flex-wrap:wrap; justify-content:start;}	
.footer_bottom_social_links a{background: var(--ThemeColor); border-radius:50%; width: 40px; text-align: center; height: 40px; color: #fff !important; display: flex; justify-content: center; align-items: center; font-size: 15px;}
.footer_bottom_social_links a svg{fill:var(--White) !important; width: 22px;}

/* Footer CSS end */

.custom_lead_form .container_b{max-width:100%; padding:0px!important;}

/* Common Style for Custom Froms end */

i{ font-style: normal!important; }
.Shopping .cntnr-ttl.page_id_.ttldspl {  display: none;}	
a.button_purple:link{border:none!important; background:var(--Black)!important; color:var(--White)!important; padding:10px 20px!important; margin-top:0}
.input_button{border:none!important; background:var(--ThemeColor2)!important; color:var(--Black)!important; padding:10px 20px!important; color:var(--White)!important; text-shadow:none!important; height:35px!important;}
a.button:link{border:none!important; background:var(--ThemeColor)!important; color:var(--White)!important; padding:10px 20px !important; text-shadow:none!important; min-height:35px!important; height:auto!important; margin-top:0;}
.cart_total{height:auto!important;}
.cart_wrap{padding:10px!important;}
.promo_code{width:auto!important;}

textarea{border-radius:4px!important; border:1px solid #ccc!important; padding:4px 10px!important; box-shadow:none!important; }
.cart_total .button.fwb{color:var(--White); background:var(--ThemeColor) !important;}
.cart_total .button.fwb:hover{color:var(--White); background:var(--ThemeColor);}
.cart_wrap h3{font-size:18px!important}
.cart_wrap_right h3{font-size:18px!important}
.cart_wrap_left h3{font-size:18px!important}
.button{min-height:35px!important;}
.captcha{padding:10px!important; margin:10px 0!important;}


.mid-r-img-veh{text-align:center;}
.mid-r-img-veh img{max-height:400px;}
.bluebutton_b{background:var(--ThemeColor)!important; border:none!important;}
.bluebutton_b:last-child{background:var(--Black)!important; border:none!important;}

.mid-r-but a:nth-child(even){background:var(--ThemeColor2)!important; color:#fff!important;  border:none!important; text-align:center!important; justify-content:center!important;}
.mid-r-but a:nth-child(odd){background:var(--ThemeColor)!important;  color:#fff!important; border:none!important; text-align:center!important; justify-content:center!important; padding:10px 0!important;}

.mid-r-but a img{margin-right:8px!important;}
.rent_icons{height:33px;}

h3.head-tx{background:var(--ThemeColor)!important; color:var(--White)!important;}
.fltrbx .up-buttons .up-buttons-1:hover, .fltrbx .up-buttons .up-buttons-2:hover{background:var(--ThemeColor)!important; color:var(--White)!important;}
.benz_views-product.up-buttons-2.active{background:var(--ThemeColor)!important; color:var(--White)!important;}

.filter-inner .filter-item.checked b{background:var(--ThemeColor2)!important; border-color:var(--ThemeColor)!important;}
.filter-inner .filter-item.checked{color:var(--ThemeColor2)!important;}
.filter-inner .filter-item:hover{color:var(--ThemeColor2)!important;}
.filter-inner .filter-item:hover::after{border-color:var(--ThemeColor2) transparent transparent transparent!important;}
.fltrbx .up-buttons .up-buttons-2.active::after{border-color:var(--ThemeColor) transparent transparent transparent!important; }
.fltrbx .up-buttons .up-buttons-1:hover::after, .fltrbx .up-buttons .up-buttons-2:hover::after {
border-color: var(--ThemeColor) transparent transparent transparent;
}

.featured-products-widget h3, .featured-listings h3, .best, .testi h3, .fltrbar h4{box-shadow:0 4px 0 var(--Black)}
.mid .mid-r:hover{background:inherit!important;}
.prod-ls .nav > li > a.blue{background:var(--ThemeColor)!important; color:var(--White);}
.prod-ls .nav > li > a{background:var(--Black)!important; }
.prod-ls .nav{border:none!important;}
.major-unit-tabbed-region .info-btn, .col-md-9 .info-btn{color:var(--White); background:var(--Black);}
.major-unit-tabbed-region .info-btn, .col-md-9 .info-btn:hover{color:var(--White); background:var(--Black);}
.info{background:var(--White)!important;}

/* .bx-wrapper .bx-viewport{box-shadow:none!important; border:none!important;} */
.menu-section{padding-bottom:15px!important; }
.bx-rit{border:1px solid #ccc!important;}
.info p, .info ul li{color:#000!important;}
.social-button { margin-top: 20px;}

.area .modal-header{background:var(--ThemeColor)!important; color:var(--White)!important; }
.clo::after{color:var(--White)!important; }
.clo{color:var(--White)!important; }
.area .form-control{background:var(--White)!important;}
.col-md-12 .bttn{background:var(--Black)!important; color:var(--White)!important;}
.txt-title{color:var(--Black)!important;}
.breadcrumb{border-bottom:1px solid #ccc!important; align-items: center;}
.cart_price{margin-top:0!important}
.cart_add_ons{padding-left:0!important;}
.cart_add_ons li{padding:6px 0!important;}
.mid .mid-r .mid-r-but{width:100%;}
.next .mid .mid-r .mid-r-img {width: 60%;} 
.next .mid .mid-r .mid-r-text{border-right:0;}
.mid-r-text .mid-text-right{float:left; width:100%;}
.rent-price, .price_widget_box p {float:left; width:100%; font-size:18px !important; margin-top: 10px !important; font-family: var(--ThemeFont) !important; margin-bottom: 10px !important; padding:15px!important; color: #000 !important;text-align: left;}
.mid-r-text .mid-text-left .price_filter {display:none;}
.sale_price_text{display: flex;justify-content: center;}
.sale_price_text h2{color: var(--ThemeColor) !important;font-size: 16px !important; margin-top:10px!important;
  text-transform:uppercase;background-color:transparent; padding:5px;}
.padg span {color: #000 !important;}

.flex_featured_row{display:flex; flex-wrap:wrap;}
.flex_slider_row{display:flex; flex-wrap:wrap;}

.mid .mid-r .mid-r-but a i{font-size:20px!important;}
.next.Rental .mid-r-but a i{font-size:20px!important;}
.padg p{line-height:30px!important;}
#product-details-info-body{margin-top:20px; margin-bottom:20px;    line-height: 21px;}
#product-details-info-body span {font-size:17px !important; line-height: normal !important;}
#desktop_cart{float: right; padding:20px!important}
.input_button_purple{background: var(--Black)!important;
border-color: var(--Black)!important;
color: var(--White)!important;}
.input_button_purple:hover{background: var(--Black)!important;border-color: var(--Black)!important; color: var(--White)!important; box-shadow: none!important;}
.supper_social a{margin-top:0!important; color:var(--Black); padding:10px 10px 0px 10px; text-align:right; display:inline-block; width:auto!important; font-size:18px!important;}
.subnav.showme{display:block!important}
/* copied */


/* consistancy issue resolved css start ecom */
.price_widget_box .pricing_text {font-size: 18px !important; color: var(--Black) !important; font-weight: 600 !important; line-height: 22px;}
.price_widget_box .pricing_text.red_clr{ color: #ff0000!important;}
.price_widget_box .pricing_text.red_clr span{ color: #ff0000!important;}
.price_widget_box p.sale_total_price{font-size: 22px !important;}
.price_widget_box .msrp span{ font-size: 20px !important; color: var(--Black) !important; padding-bottom:0;}
.price_widget_box .savings{font-size: 20px !important;color: var(--ThemeColor) !important;font-weight: 600 !important;line-height: 22px;}
.price_widget_box .savings span{ color: var(--ThemeColor) !important; padding-bottom:0;}
.dtal-txt {line-height: 22px;}
  /* detail page css*/
.bx-rit .msrp span{ font-size: 20px !important; color: var(--Black) !important; padding-bottom:0;}
.bx-rit .savings {font-size: 18px !important; color: var(--ThemeColor) !important; font-weight: 600 !important; line-height: 22px;}
.bx-rit .savings span { color: var(--ThemeColor) !important; padding-bottom:0;}
.bx-rit .pricing_text {font-size: 20px !important;font-weight: 600 !important; color: #000 !important;text-align: center;}
.bx-rit .pricing_text.red_clr{color: #ff0000!important;}
.bx-rit .pricing_text.red_clr span{color: #ff0000!important;}
.padg .pricing_text{line-height: normal !important;font-size: 18px !important;color: #000 !important;font-weight: 600;}
.padg .pricing_text.red_clr{color: #ff0000!important;}
.padg .pricing_text.red_clr span{color: #ff0000!important;}
.padg .pricing_text span {font-weight: bold !important; font-size: 18px !important;color: #000 !important;}
.recent_viewed_mod .msrp span{ font-size: 18px !important;color: var(--Black) !important; padding-bottom:0;}
.recent_viewed_mod .savings{font-size: 18px !important; color: var(--ThemeColor) !important; font-weight: 600 !important; line-height: 22px;}
.recent_viewed_mod .savings span{ color: var(--ThemeColor) !important; padding-bottom:0;}
.head-txt{color:#000;}
/* consistancy issue resolved css end */


/* Ecom  start*/
.pagination{position: relative; float:left; }
.pagination h3{width:100%; display:flex; flex-wrap:wrap; gap:2px;}
.pagination a{position: relative;display: block; min-width:40px; text-align:center; padding:6px;color: #007bff; background-color: #fff; border: 1px solid #dee2e6;}

.select_mod {float: left; width: 100%; margin-bottom: 10px;}
.select_mod select {width: 100%;  background: #fff; color: #000 !important; margin:0px!important; min-height: 25px; padding: 8px 10px; border: none; border-radius: 4px; border:1px solid #ccc;}

/* Default table CSS */
table td, table th {border: 1px solid #ddd;padding: 4px 8px;}
table th {padding-top: 6px; padding-bottom: 6px; text-align: left;}
#mainProductBand{padding:10px 0;}
.product_photo{border:none; border-bottom:1px solid #eee;}
.product_box{margin-bottom:10px;}
.product_box  > div{width:100%;}
.Pages .content_section{display:block!important;}
.top-deals-section .home_page_top_deals, .content_section{width: 100%;float: left;display: flex;gap: 10px;flex-wrap: wrap;}
.content_section .section_head{width:100%;}
.content_section .product_box {display: block !important; width: 225px!important; height: 335px; margin-top: 2px; border: 1px solid #eee; padding: 0;}
.product_photo_small img{width:50px; height:40px;}
.product_box .discount{height: auto!important;padding: 10px!important;text-align: center!important;}
.contentSec.shopping .prodSec {width: 40% !important; margin-right: 3% !important;}
.contentSec.shopping .prodDetailSec {width: 53% !important;margin-right: 2%;}
.priceDetaiSect{width:100%; margin-left:0; margin-top:0; }
#price {font-size: 28px!important; color: #000!important; padding-bottom:10px!important;font-weight: bold!important;}
.container.dtlpg .breadCrumb {
  margin-bottom: 40px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Rubik", sans-serif !important;
  text-align: left;
}

.productListView.gallery_inner img {
  max-height: 100% !important;
  max-width: 100% !important;
  margin-top: 0px !important;
  padding: 4px;
}

.productListView a {
  width: 90px !important;
  height: auto !important;
  border: 1px solid #ccc;
  margin: 1px;
}

.prodSec .prodGallery {
  background: transparent;
  height: auto;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  margin-left: -1px;
  padding-left: 1px;
  padding-right: 1px;
  background: #fff;
  margin-right: -1px;
  padding-top: 10px;
}

.productListView.gallery_inner {
  text-align: left;
}

.container.dtlpg > .container {
  position: relative;
  width: 100% !important;
  overflow: initial !important;
}

  .shopping .descriptionArea {
  margin-top: 50px;
  padding: 0;
  background: #fff !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.shopping #description, .shopping #reviews, .shopping #partnumbers,
.shopping #fitment, .shopping #sizechart {
  background: #fff;
  color: #000;
  padding: 0 !important;
  margin: 0;
  font-size: 20px !important;
  font-weight: 500;
  padding: 20px 0 !important;
  margin-right: 30px; }

.shopping #fitment .fa, .shopping #sizechart img {
  display: none; }

.descriptionArea a.active {
  border-bottom: 2px solid #000;
  padding: 20px 0 !important;
  color: #000; }


.sliders-button-flex{display:flex; justify-content:right; align-items:center; }
.sliders-button{position:relative; max-width:300px; margin-left:40px;}
.sliders-button-right{position:relative; }
.sliders-button a {text-transform: uppercase;font-weight: 900;font-size: 19px; height:80px;letter-spacing: 1.3px; color:#000; text-align:center;background: #fff; position:relative; display:block; margin:12px 4px;padding: 16px 10px; line-height:25px;}
.sliders-button a span{color:#189cb6;}
.sliders-button a:after,
.sliders-button a:before {content: ""; height: 80px;  width: 45px; position: absolute; top: 0px; display: inline-block;}
.sliders-button a:after { background: url(/media/modal-right-shape_100.png);right: 0;}
.sliders-button a:before{ background: url(/media/modal-left-shape_100.png); left: 0;}

@media (max-width:991px){
  .sliders-button-flex{display:block; width:100%;}
  .sliders-button{margin:40px auto 0;}
  .blue-rectangle-text{margin:0px auto 90px; bottom:auto;}
}

.quantity_description .instock{display:none !important;}
.productNav {padding: 10px 20px;
float: left; background:var(--ThemeColor4)!important;
width: 100%;
margin-bottom: 10px;}
.productNav .bnz-nv a, .productNav ul li a {font-size: 15px; font-weight: 500;}
.sidebar {margin-bottom: 0px;padding: 0px;border: none;background: #fff; }
.sidebar .toggle_container, .sidebar .base_container {margin-bottom: 20px;border-left: 1px solid #ccc !important;border-right: 1px solid #ccc !important;width: 100% !important; }
.sidebar .fltrbx {float: left;padding: 0;background: #fff;border: 0;border-radius: 12px;border-top: 0; }
.sidebar .grg {
color: #FFF;
font-size: 16px;
padding-top: 11px;
text-shadow: none;
font-family: "Rubik", sans-serif;
text-transform: uppercase;
font-weight: 500;
padding: 0;
display: flex;
flex-wrap: wrap; }
.sidebar .grg div {
margin-left: 3px; }
.sidebar .side_header {
padding: 20px 15px !important; margin-top:13px;
background: var(--ThemeColor);
border-radius: 7px 7px 0 0; }
@media (max-width: 1024px) {
.sidebar .side_header {
padding: 10px 15px !important; } }
.sidebar .sidebar_frame {
margin-bottom: 20px; }
.sidebar h4.expand_heading, .sidebar p.expand_headingend {
background: #fff;
border: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
width: 100% !important;
border-bottom: 1px solid #ccc;
padding: 15px 10px; }
.sidebar h4.expand_heading a, .sidebar p.expand_headingend a {
color: #333;
font-size: 13px;
font-weight: 400;
padding: 15px 0px;
font-family: "Rubik", sans-serif;
padding: 0; }
.sidebar h4.expand_heading:hover, .sidebar p.expand_headingend:hover {
background: #eee; }
.sidebar .expand_nav li, .sidebar .base_nav li {
height: auto; }
.sidebar .expand_nav li a, .sidebar .base_nav li a {
background: #fff;
color: #333 !important;
font-size: 13px;
font-weight: 400;
padding: 15px 10px;
font-family: "Rubik", sans-serif; }
.sidebar .expand_nav li a:hover, .sidebar .base_nav li a:hover {
background: #eee; }
.sidebar h4.expand_heading a {
color: #444 !important; }
.sidebar .base_nav {
border-bottom: 1px solid #ccc; }
.sidebar .base_nav li a:hover, .sidebar .base_nav ul li:hover a {
height: auto; }
.sidebar .expand_nav li div {
margin: 0 !important; }
.sidebar .expand_nav li div a {
padding: 14px 10px;
background: transparent !important; }
.sidebar .toggle_container {
overflow: auto !important;
border: 0; }
.sidebar .expand_nav li a:hover, .sidebar .expand_nav ul li:hover a {
height: auto; }

.product_box_text {
height: auto !important; }

@media (min-width: 320px) and (max-width: 479px) {
.product_box_text a {
font-size: 14px !important; }

.content_wrap .sidebar.cstm-sdbr {
width: 94% !important;
margin: 0 auto;
margin-bottom: 10px !important; }
.content_wrap .sidebar.cstm-sdbr h3.head-tx {
color: #fff;
background: #333 !important;
margin-bottom: 10px !important;
display: flex !important;
justify-content: center;
align-items: center; }
.content_wrap .sidebar.cstm-sdbr h3.head-tx span.glyphicon-filter {
margin-left: 10px; } }
@media (max-width: 767px) {
.top-deals-section .home_page_top_deals {
justify-content: center !important; } }
/* .top-deals-section .home_page_top_deals .section_head, .content_section .section_head {
display: none; } */
.top-deals-section .home_page_top_deals .percentage, .content_section .percentage {
display: none; }
.top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
padding: 0;
font-family: "Rubik", sans-serif;
height: 300px;
width: 300px;
border: 1px solid #eee;
display: none; }
@media (max-width: 1024px) {
.top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
width: 230px !important; } }
@media (max-width: 768px) {
.top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
width: 230px !important;
height: 280px !important; } }
@media (max-width: 576px) {
.top-deals-section .home_page_top_deals .product_box, .content_section .product_box {
max-width: 300px;
width: 100%;
height: auto !important; } }
.top-deals-section .home_page_top_deals .product_box:nth-child(2), .content_section .product_box:nth-child(2) {
display: block !important; }
.top-deals-section .home_page_top_deals .product_box .product_photo, .content_section .product_box .product_photo {
margin: 0;
border: 0;
padding: 10px 0 !important;
border-bottom: 1px solid #eee;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
height: auto !important; }
.top-deals-section .home_page_top_deals .product_box .product_photo img, .content_section .product_box .product_photo img {
position: relative;
border-radius: 0; max-height:163px;
width: auto !important;
height: auto !important;
max-width: auto !important; }
.top-deals-section .home_page_top_deals .product_box .product_box_text h3 a, .top-deals-section .home_page_top_deals .product_box .product_box_text span a, .content_section .product_box .product_box_text h3 a, .content_section .product_box .product_box_text span a {
color: #777;
display: block;
font-weight: 400;
width: 100%;
margin: 10px 0;
font-size: 14px;
text-align: center;
line-height: normal;
padding-left: 10px;
padding-right: 10px; }
.top-deals-section .home_page_top_deals .product_box .product_box_text + div, .content_section .product_box .product_box_text + div {
float: none !important;
display: block;
width: 100%;
overflow: hidden; }
.top-deals-section .home_page_top_deals .product_box .price, .content_section .product_box .price {
color: #333;
text-align: center;
font-weight: 500; }
.top-deals-section .home_page_top_deals .product_box .discount, .content_section .product_box .discount {
text-align: center;
font-size: 12px;
color: #000;
margin-top: 4px; }
.top-deals-section .home_page_top_deals .product_box .product_photo_small, .content_section .product_box .product_photo_small {
display: none;
padding: 10px 10px 4px 10px; }

.top-deals-section .home_page_top_deals .product_box {height: 582px;width: 100%;border: 2px solid #e74033; }
.top-deals-section .home_page_top_deals .product_box .product_photo {margin-bottom: 30px; }
.top-deals-section .home_page_top_deals .product_box .product_photo img {max-width: 100% !important;max-height: 100% !important; }
.top-deals-section .home_page_top_deals .product_box .price-section .price {color: #e74033;display: flex;align-items: center;justify-content: center;flex-wrap: wrap; }
.top-deals-section .home_page_top_deals .product_box .price-section .price span {color: #888;margin-left: 12px; }
.top-deals-section .home_page_top_deals .product_box .price-section .price a {width: 100%;display: block;margin-top: 15px; }
.top-deals-section .home_page_top_deals .product_box .price-section .price a span {background: #e74033;color: #fff;text-transform: uppercase;padding: 15px 30px;display: inline-block;margin: 0;border-radius: 4px; }

.top-deals-section .home_page_top_deals > .product_box .price-section .discount {visibility: hidden; }

@media (max-width: 991px) {  

    .mainFooter .bottomFooter .paymentOption img {margin: 25px 0;} 
    .mainFooter .bottomFooter .row { flex-direction: column;}

}

@media (max-width: 767px) {
  .homepage_top_deals {margin-bottom: 30px;overflow: hidden; }
  .top-deals-section .col-sm-12.col-md-9 {overflow: hidden; } 
  .contentSec.shopping .prodDetailSec{width:100%!important;}
  .contentSec.shopping .prodSec{width:100%!important; margin-right:0px; }
  .priceDetaiSect{padding-top:10px;}
  form .questions_and_quantities_block .quantity_block, form .questions_and_quantities_block .questionSelector{text-align:left;}
  .shopping .descriptionArea{padding-bottom:0!important;}
}

.content_section {padding: 0 !important;border: 0 !important;background: #fff !important; width:100%!important;}
.content_section.home_page_top_sellers {display: flex;justify-content: center;}
.content_section .product_box {display: block !important;width: 230px;height: auto;margin-top: 2px; }
.content_section .product_box .reviews {text-align: center;margin: 10px; }

/* Ecom  end*/  


/* Rental Packages start*/
.renatl-packges-page {
  background: rgb(0, 0, 0) url("/theme/img/rental-packges.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: top;
  background-size:cover
}
.fl{width:100%; float:left;}
.renatl_packges_banner {
  min-height: 400px;
  background-size: cover !important;
  background-position: center !important;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap:wrap;
}

.renatl_packges_banner .theme_font font {color: var(--White); font-size: 90px;}

/* Rental Packages end*/



/*form widget css start*/
.pb-widget .custom-lead-form {width: 80%;margin: 25px auto 50px;background:var(--White) !important; color:#000 !important; padding: 35px; box-shadow: 0 1px 5px #00000029; border-radius: 20px;}
.pb-widget .custom-lead-form h2 {font-size:24px !important; text-align:center; margin-bottom:20px;font-family: var(--ThemeFont); letter-spacing: normal !important; text-transform: capitalize; font-weight: 700;}
.pb-widget .custom-lead-form h3 {float:left; width:100%; font-size:18px; font-weight: 700;}
.pb-widget .custom-lead-form .form-group {margin: 10px 0 !important;}
.pb-widget .custom-lead-form .custom_form {background:var(--White) !important; color:#000 !important; padding: 20px;}
.pb-widget .checkbox-new {line-height: 25px;}
.pb-widget .checkbox-new label {width: 100%;}
.pb-widget .custom-lead-form .btn.btn-default {color:var(--White) !important; border-color: var(--Black)!important; border-radius: 4px !important; font-weight:600; text-shadow: none !important; margin-top: 30px !important; width:auto!important; min-width:100px!important; font-family: var(--ThemeFont);}

/* listing page new added css (6-07-2026)*/
.mid-r-text .mid-text-left h3{font-family: var(--ThemeFont)  !important;font-weight: 700;text-transform: uppercase;font-size: clamp(18px, 2vw, 24px) !important;color: #000;}
.price_widget_box .rent-price{margin: 10px 0 !important;}
.price_widget_box .rent-price span{font-size: clamp(16px, 2vw, 18px) !important;color: var(--Black) !important;}
.price_widget_box .additions{background: var(--White) !important;padding: 10px !important;margin: 0 !important;}
.price_widget_box p span{line-height: 1.2;}
.filter-hint{display:none;}
.bikeControlRow{display:flex;align-items: center;justify-content: space-between;font-family: var(--ThemeFont)  !important;font-weight: 700 !important;padding: 5px 0;}
.price_widget_box .cfp{margin: 10px 0 !important;font-family: var(--ThemeFont)  !important;font-weight: 500 !important;padding: 5px !important;font-size: clamp(14px, 2vw, 18px) !important;}
.mid-r-text .mid-text-right p{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;}
.mid-r-text .mid-text-right p span{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;text-align: center;}
.mid .mid-r .mid-r-but a{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;font-size: clamp(14px, 2vw, 20px) !important;align-items: center;justify-content: center;padding: 18px 15px;}
.mypagination ul li a{font-family: var(--ThemeFont)  !important;padding: 5px 8px 5px !important;font-weight: 500 !important;}  
.mypagination ul li.active a{background: #bab9b9 !important;border-radius: 4px !important;}  
.mypagination ul li a:hover{background-color: #dfdfdf !important;}
.fltrbx .parg-txt{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;box-shadow: 0 2px 0 var(--ThemeColor) !important;color: #000 !important;}
.fltrbar h4{box-shadow: 0 3px 0 var(--ThemeColor) !important;}
.fltrbar h3.head-tx{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;padding: 10px 15px 10px !important;}
.fltrbx .up-buttons{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;}
.major_unit_search .bluebutton_b{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;}
.fltrbar .checkbox.sdCheckbox{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;}
.price_widget_box .sale_price{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;text-transform: uppercase !important;font-size: clamp(16px, 2vw, 22px) !important;padding: 12px 0 !important;color: var(--Black) !important;}
.vehicle-monthly-payment-desc{font-family: var(--ThemeFont)  !important;font-weight: 700 !important;background: #fff !important;padding: 5px 0;font-size: 11px !important;}
.price_widget_box .msrp{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;background: #ccc !important;font-size: clamp(14px, 2vw, 18px) !important;color: var(--Black) !important;line-height: 22px;}
.price_widget_box p{font-family: var(--ThemeFont)  !important;border-radius: 6px !important;
font-weight: 500;font-size: clamp(14px, 2vw, 18px) !important;background: #f2f2f2;text-align: center;}
.price_widget_box{text-align: center;margin-top: 10px;margin-bottom: 10px;padding: 0;float: left;width: 100%;background: #fff !important;border-radius: 6px !important;}
.price_widget_box .promotions{background: #3CCB3E !important;font-family: var(--ThemeFont)  !important;font-weight:500 !important;font-size:14px !important;}
.price_widget_box .promotions span{color:#fff !important;}  
.vehicle-monthly-payment h4{font-family: var(--ThemeFont)  !important;font-weight:500 !important;font-size: 16px !important;color: #fff !important;box-shadow: none !important;}
.fltrbx .ui-datepicker-title{font-family: var(--ThemeFont)  !important;font-weight:700 !important;}
.fltrbx .ui-datepicker-calendar{font-family: var(--ThemeFont)  !important;font-weight:500 !important;}
.filter-inner-mod .bluebutton_b{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;}
@media(max-width: 1199px) {
  .mid-r-text .mid-text-left h3{text-align: center;}
  .mid .mid-r .mid-r-but{margin-top: 10px !important;}
}
@media(max-width: 1030px) {
#rent_me_button_596 .rent_icons{width: 25px !important;height: 25px!important;}  
}
@media(max-width: 991px){
    .mid-r-text .mid-text-left h3{font-size: 18px !important;}
    .mid .mid-r .mid-r-but a {font-size: 18px !important;}
    .mid .mid-r .mid-r-but a img{width: 20px !important;height: 20px !important;}
    .padg p.additions span{padding-top:5px !important;}
}
@media(max-width: 767px){
.filter-hint{display:block !important;font-size:12px;color:#fff;margin-top:5px;font-weight:500;font-family: var(--ThemeFont)  !important;}
.price_widget_box .sale_price{font-size: 18px !important;}  
.price_widget_box .msrp{font-size: 16px !important;}  
.bikeControlRow{flex-wrap:wrap;padding:12px 15px;gap:12px 0;}
.bikeControlRow > .col-md-4{float:none;padding:0;}
.bikeControlRow > .col-md-4:nth-child(1){width:50%;text-align:left;}
.bikeControlRow > .col-md-4:nth-child(2){width:50%;text-align:right !important;}
.bikeControlRow > .col-md-4:nth-child(3){width:100%;text-align:center !important;padding-top:10px;border-top:1px solid #ccc;}
.bikeControlRow > .col-md-4:nth-child(1) select{width:auto;min-width:60px;}
.bikeControlRow label{margin:0;}

}
@media (max-width:430px){
  .bikeControlRow > .col-md-4:nth-child(1){width:100%;text-align:center !important;}
.bikeControlRow > .col-md-4:nth-child(2){width:100%;text-align:center !important;}
}
/* listing page new added css end (6-07-2026)*/

/* detail page new added css (6-07-2026)*/
.prod-ls .info{padding: 8px 0 !important;line-height: 1.2;font-family: var(--ThemeFont)  !important;}
.bx-rit h3{font-family: var(--ThemeFont)  !important;font-weight: 700;font-size: clamp(18px, 2vw, 24px) !important;text-transform: uppercase;color: #000 !important;padding-bottom: 10px;}
.bx-rit .rent-price{font-family: var(--ThemeFont)  !important;font-size: clamp(14px, 2vw, 18px) !important;margin-bottom: 10px !important;border-radius: 6px;width: 100%;padding: 15px !important;background: #f2f2f2;font-weight: 500;}
.bx-rit .rent-price span{font-family: var(--ThemeFont)  !important;font-size: 18px !important;}
.bx-rit p span{line-height: 1.2 !important;font-family: var(--ThemeFont)  !important;color: var(--Black) !important;}
.bx-rit .additions{padding: 2px 0;}
.recent_viewed_mod .rent-price{border-radius: 6px;font-family: var(--ThemeFont)  !important;font-weight: 500;font-size: clamp(14px, 2vw, 14px) !important; padding: 5px 10px 0 10px !important;background: #f2f2f2; text-align: center;}
.recent_viewed_mod .rent-price span {font-size: 16px !important;font-family: var(--ThemeFont)  !important;}
.recent_viewed_mod .head-txt{font-size: 16px !important;font-family: var(--ThemeFont)  !important;}
.bx-rit p.cfp{font-family: var(--ThemeFont)  !important;color: #fff !important;text-align: center !important;margin: 12px 0 !important;padding: 10px !important;background: var(--ThemeColor) !important;font-size: clamp(14px, 2vw, 18px) !important;font-weight: 500 !important;}  
.description_from_crs{font-family: var(--ThemeFont)  !important;padding: 0 10px !important;}
.recent_viewed_mod .cfp{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;font-size: clamp(14px, 2vw, 16px) !important;}  
.breadcrumb a{font-family: var(--ThemeFont)  !important;color: #000 !important;font-size: 16px !important;font-weight: 500 !important;}  
.prod-ls .breadcrumb a:hover{color: #544c4c !important;}  
.dtal-txt label{font-size: 15px; font-family: var(--ThemeFont)  !important;}
.dtal-txt span{ font-size: 15px; font-family: var(--ThemeFont)  !important;margin-bottom: 5px;text-indent: 0px !important;font-weight: 500 !important;line-height: normal;}
.social-button .scia-share{font-family: var(--ThemeFont)  !important;color: #000 !important;margin: 0 !important;font-weight: 500 !important;}
.bx-rit h4{font-family: var(--ThemeFont)  !important;color: #000 !important;line-height: normal !important;margin-top: 14px;}
.bx-rit .promotions{background: #3CCB3E !important;font-family: var(--ThemeFont)  !important;font-weight:500 !important;font-size:14px !important;padding: 10px 0 !important; text-align: center !important;color: #fff !important;border-radius: 6px !important;}
.bx-rit .msrp{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;background: #ccc !important;font-size: clamp(14px, 2vw, 18px) !important;padding: 10px 0 !important;text-align: center !important;border-radius: 6px !important;color: var(--Black) !important;line-height: 22px;}
.bx-rit .promotions span{color:#fff !important;}
.bx-rit .sale_price{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;text-transform: uppercase !important;font-size: clamp(16px, 2vw, 22px) !important;padding: 12px 0 !important;text-align: center !important;border-radius: 6px !important;  background: #f2f2f2;color: var(--ThemeColor) !important;letter-spacing: normal !important;}
.bx-rit .vehicle-monthly-payment h4{color:#fff !important;}
.bx-rit .vehicle-monthly-payment {margin: 14px 0 0 0 !important;}  
.recent_viewed_mod  .promotions{background: #3CCB3E !important;font-family: var(--ThemeFont)  !important;font-weight:500 !important;font-size:14px !important;padding:0 !important; text-align: center !important;color: #fff !important;border-radius: 6px !important;}
.recent_viewed_mod .msrp{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;background: #ccc !important;font-size: clamp(14px, 2vw, 18px) !important;padding: 10px 0 !important;text-align: center !important;border-radius: 6px !important;color: var(--Black) !important;line-height: 22px;}
.recent_viewed_mod  .promotions span{color:#fff !important;padding:0 !important;}
.recent_viewed_mod .sale_price{font-family: var(--ThemeFont)  !important;font-weight: 500 !important;text-transform: uppercase !important;font-size: clamp(16px, 2vw, 22px) !important;padding: 12px 0 !important;text-align: center !important;border-radius: 6px !important;  background: #f2f2f2;color: var(--Black) !important;}
.recent_viewed_mod .vehicle-monthly-payment h4{font-size: 12px !important;box-shadow: none !important;}
.rental_type_dd_detail .rent_now{text-transform: uppercase;font-size: clamp(14px, 2vw, 18px) !important;font-family: var(--ThemeFont)  !important;font-weight: 500 !important;background: var(--ThemeColor) !important;color: #fff !important;margin-bottom: 20px !important;float: left;width: 100%;}
@media(max-width: 1199px) {
  .lSSlideWrapper .gallery{transform: none !important;}  
}
@media(max-width: 767px) {
  .bx-rit h3{text-align: center;}
  .breadcrumb a{font-size: 14px !important;}
  .pdig .pull-right.bx-rit.pdig.sect-wdt{width: 100%;}
  .rental_type_dd_detail .rent_now{font-size:18px!important;}
  .fltrbar h4{margin-top: 20px !important;}
}
/* detail page new added css end (6-07-2026)*/

/* rental page new added css (6-07-2026)*/
.rental_title_modal{align-items: center !important;}
.rental_title_modal h2{font-family: var(--ThemeFont)  !important;font-weight: 600;}
.mod-tab-heading{font-family: var(--ThemeFont)  !important;}
.res_photo_opp_area{font-family: var(--ThemeFont)  !important;}
.lightbox_buttons .lightbox_button:not(:last-child){border: 1px solid #e7e7e7;}
.lb-tab-heading{font-family: var(--ThemeFont)  !important;}
.acc-image-discription-outer .accessory-content-outer {font-family: var(--ThemeFont)  !important;}
.acc-image-discription-outer{align-items: center !important;}
.main_content_full h1{font-family: var(--ThemeFont)  !important;letter-spacing: normal !important;color: #000 !important;font-weight: 700 !important;border-bottom: 1px solid #ccc;
padding-bottom: 10px;border-radius: 8px;}
.main_content_full h3{font-family: var(--ThemeFont)  !important;}
.main_content_full p{font-family: var(--ThemeFont)  !important;margin-bottom: 10px !important;}
.button.cl-btn{margin-top: 0 !important;}
.cart_total a.button_purple:link{margin-top:0 !important;}
.form_standard .cart_amount input.mini{height:35px !important;width: 54px !important;text-align: center !important;}
.form_standard input.medium{height:35px !important;}
.promo_code h3{color: #000 !important;}
.cart_price .prdt-ttl-h2{color: #000 !important;font-family: var(--ThemeFont)  !important;letter-spacing: normal !important;line-height: normal !important;font-weight: 700;}
.cart_price .cart_add_ons{color: #444 !important;font-family: var(--ThemeFont)  !important;}
#coupon::placeholder {font-size: 14px !important;color: #888 !important;font-style: italic !important;}
.cart_price #price{font-family: var(--ThemeFont)  !important;}
.cart_total h3{font-family: var(--ThemeFont)  !important;font-size: 20px !important;padding: 16px 0 !important;font-weight: 700;}
.cart_amount{display: flex;align-items: center;}

@media(max-width: 767px) {
  .cart_wrap .cart_price{text-align: left;width: 100% !important;}
  .cart_photo{width: 50% !important;}
  .prdt-ttl-h2{font-size: 18px !important;}
  .cart_price #price{font-size: 18px !important;}
  .cart_price .unit-price-label{font-size: 16px !important;}
  .promo_code{width: 100% !important;float: none;text-align: left !important;margin-bottom: 15px !important;}
  .cart_total {height: auto !important;width: 100% !important;float: none;text-align: left !important;}
  .cart_amount{float: left;margin: 14px 10px !important;}
  .cart_price .cart_add_ons{padding-left: 0 !important;}
  .main_content_full h1{font-size: 24px !important;}
  .cart_add_ons{margin-bottom: 0 !important;}
}
@media (max-width: 475px){
  .promo_code{margin-bottom: 28px !important;}
}
@media (max-width: 385px){
  .cart_total a.button:link{margin-bottom: 5px !important;}
}
/* rental page new added css end(6-07-2026)*/ 


@media (max-width: 834px) {

.pb-widget .custom-lead-form {width:100%; padding: 20px;}
.pb-widget .custom-lead-form .custom_form {padding: 0px;}
.page_id_1005 .page_widget_Form .custom-lead-form .custom_form .form-group {display: block !important;}
.page_widget_Form {margin-top: 0px;}  

}

@media (max-width: 1199px) {

  .themeheader {padding: 10px 0;}
  .header_logo_area {position:relative;width: 100%; margin-top:0px; background: transparent; padding-top: 5px !important;}
  .combine_header.fix_header .header_logo_area a {width:320px;}
  .page_widget_Staff .our-team-block .panel-body {grid-template-columns: 25% 25% 25% 25%!important;}
  .combine_header .vehicleCategory{ display:none!important;}
  .combine_header{position:relative;}
  .header_fixed_spacer{display:none;}
  .prd_spec_left_main_s{display:block; padding:20px 10px; text-align:center;}
  .prd_spec_left_main_s > div{margin:10px 0;}
  .prd_spec_right_main_s{display:block; padding:20px 10px; text-align:center;}
  .prd_spec_right_main_s > div{margin:10px 0;}
  .one-fifth h3::after {left: 50%;margin-left: -20px;}
  .footer_bottom_social_links a{margin:7px!important;}
  .master_top {float: left;width: 100%;padding: 10px 0;background: #fff;position: relative;z-index: 1;}
  .master_v_front .rsb_language select{border:1px solid #ccc!important;}
  .banner__sec .row{display:block; }
  .banner__sec-gallery_outer{float:left; width:100%; padding:0; margin-bottom:20px;}
  .header_scnd_bar .row{justify-content:center; margin-bottom:10px;}
  .side-hdr .sidebar-menu ul.mb-drpdwn li a{  padding: 15px;font-size: 18px; background:var(--ThemeColor)}
  .side-hdr .sidebar-menu ul.mb-drpdwn {width: 100%; background: var(--ThemeColor);overflow:auto; padding: 0;}
  .header_scnd_bar{display:none;}
  .top_header{display:none;}
  .slider_main_area{padding-bottom:0px;}
  .next .mid .mid-r .mid-r-img{width:100%!important;}
  .next .mid .mid-r .mid-r-text{width:100%!important;}
  .banner_image::after{width:101%;}
  .timer_shape{right:-350px;}
  .LogoText{display:none!important;}
  .quick_links_mod .one-fifth{padding-left:0px;}
  .banner_image{width:76%;}
  .about_section_flex{flex-direction: column;}
  .desktop_hide{display:block !important;}
  .side-hdr{display:block!important; border-top: 1px solid #fff; background:var(--ThemeColor);}
  .side-hdr .cl, .side-hdr .crt{background:var(--ThemeColor)!important; color:var(--White); border-color:var(--White); line-height: 40px; padding: 5px 0 !important;}
  .side-hdr .shpbrnd-map{background:var(--ThemeColor)!important;color:var(--White);line-height: 40px;
    padding: 5px 0 !important;}
  .mblacnt-log{background:var(--White)!important; color:var(--Black); display:block;}
  .side-hdr .sidebar-menu{position:static; background:var(--ThemeColor)!important; padding:5px 0!important; color:var(--White); border-right:1px solid #fff;}
  /*.side-hdr .sidebar-menu span{color:var(--White); }*/
  .side-hdr .sidebar-menu span {color:var(--White); font-size: clamp(14px, 2vw, 17px);cursor: pointer;padding: 0;display: block;}
  .side-hdr span{color:var(--White); font-size: clamp(14px, 2vw, 17px); cursor: pointer;padding: 0;display: block;}
  .mblacnt-log a{color:var(--Black);}
  .side-hdr .crt a.cel, .side-hdr .cl a.cel{color:var(--White);}
  .side-hdr .shpbrnd-map a {padding: 0px !important; width: 100%; margin: 0px; line-height: 40px;}
  .creditCar_b a{background:transparent; color:var(--White)!important;}
  .side-hdr p.creditCar_b.loct a i {font-size: 18px;}
  #moto_search input:focus{box-shadow:none;}
  .dynamic-nav-wrapper{display:none!important;}
  .master_v_front .themeheader{position:relative;}
  .header_menu_icon{display:block;}
  .header_auth_area{display:none;}
  .header_b{background:var(--White)!important; padding:0!important; float:left; width:100%;}
  .dynamic-nav{margin-top:10px!important;}
  .slider_bottom_arrow{display:none;}
  .header_shopping_area{display:none;}
  .container_b{padding:0 15px!important;}	
  .mob_main{background:var(--ThemeColor); padding:0; float:left; width:100%; }
  .mob_main .mob{float:left; width:100%; display:flex; justify-content:center; padding:5px 0 5px 0;}
  .quick_links_mod {text-align: center;}
  .hours_area {text-align: center;}
  .one-fifth h3 {text-align: center;}
  /* .product_main_flex .fit_image{height:100%;} */
  .product_main_flex .fit_image{height:100%;}
  .slider_main-text{padding:20px 0;}
  .inner_top_slider {margin-top:0px;}
  .slider_banner_text font {font-size: 25px;}
  .info-title_sec .theme_font {font-size: 30px;}
  .form_desing .custom-lead-form h2 {font-size: 30px;}
  .mid .mid-r .mid-r-but a{width:100%!important;}
  .mid .mid-r .mid-r-but{display:block!important;}
  .new-social-items a {background: var(--ThemeColor);color: var(--White) !important;margin:8px!important;}
  .fix_header .themeheader { padding: 10px 0 !important;}
}

@media (max-width: 991px) {

  
  .footer_bottom_bar {text-align:center;}
  .footer_bottom_bar .text-right {text-align: center;}
  .header_search_design input{padding-left:15px; padding-right:15px;}
  .footer_title { text-align: center;}
  .video_slide_text_area font:nth-child(1){ font-size: 50px !important;}
  .home_first_gallery {margin-top: -15px;}
  .header_search_design .searchHolder { margin-top: 0px !important;}
  .mobile_show_img{display:block!important; }
  .footer_info_area {padding-right: 0; padding-bottom:20px;}
  .footer_title{justify-content: center !important;}
  .footer_address_area, .footer_text_style {text-align: center;}
  .footer_bottom_social_links {justify-content: center; margin-bottom: 0px !important;}
}



@media (max-width: 834px) {
  .info_drop_outer { padding:10px 10px 20px 10px;}
  .info_drop_outer::before{width:100%;}
  .info-title_sec { text-align: center; margin-bottom: 20px;}
  .banner_image{width: 100%; height: 330px; margin-top: 0px; margin-bottom: 30px; position:relative; float:left; }
  .banner_image:after{display:none;}
  .banner_left_side{padding-top:10px;}
  .banner_left_side_bg{z-index:-1;}
  .slider_button_place{margin-bottom:40px;}
  .timer_shape {right: -330px; top: -60px;}
  .cs_mod_inter{display:none;}
  .timer_inner_sec_clock{position:relative; margin-top:20px; right: auto; bottom: auto; width:130px; }
  .about_image_area{padding:0 10px; margin-top:0;}

}


@media (max-width:767px){

  .page_widget_Staff .our-team-block .panel-body {grid-template-columns: 50% 50%!important;}
  .col-sm-12{width:100%!important}
  .timer_inner_sec{padding-right:0;}
  .timer_inner_sec_text{float:left; width:100%;}
  .timer_inner_sec_clock{float:left; width:100%; text-align:right;}
  .custom_bikes_text font { font-size: 40px;}
  .custom-bikes-sec::before{display:none;}
  .custom-bikes-sec::after{display:none;}
  .custom-bikes-sec{background:#fff!important; min-height:10px;}
  .custom_bikes_text{color:#000!important; text-align:center!important;}
  .custom_bikes_text > font{color:#000!important; font-family:var(--theme-font);}
  .forms-outer .custom-lead-form .form-group {width:100%; padding-right: 0px !important;}
  .dtal-txt label{width:34%!important;}
  .dtal-txt span{text-indent:0!important; padding-left:0!important;}
  .footer_bottom_bar .row {display:block;}


}


@media (max-width:576px){

  .page_widget_Staff .our-team-block .panel-body {grid-template-columns: 100%!important;}
  .container_b{width:100%;}
  .side-hdr{border-top:1px solid #fff;}
  .form-row{display:block; margin-bottom:6px;}
  .form-row .form-field{padding-bottom:0!important;}
  .footer_bottom_area {display: block; padding:0px;}
  .account_login_section {float:left; width:100%; padding:15px 0;}
  .auth_dropdown {float: none;}
  .newsletter_area_inner {background: transparent !important;padding: 20px; border-radius: 0px; border: none;}
  .flex_input_group {display: block; background: transparent !important}
  .newsletter_area .tbtn {margin:8px 0 0 0;}
  
}
     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  