/* Site framework */
body {  font-family: "Raleway", sans-serif; font-size: 16px; background: #FFFFFF; overflow-x: hidden; }
.adm_content { margin-bottom: 10px; }
.admin_panel~.site_header { margin-top: 31px; }

/* Header */
header.site_header { position: relative; z-index: 1000; }

.header_wrap { position: relative; background: #000000; }
.header_container { display: flex; align-items: center; justify-content: space-between; 
	height: 110px; padding:0 10px; box-sizing:border-box; }
.header_left, .header_right { display: flex; align-items: center; justify-content: flex-start; }
.header_right { justify-content: flex-end; gap: 20px; }
.header_wrap .logo { height: 100%; display: flex; margin-right: 30px; }
.header_wrap .logo a { justify-content: flex-start; display: flex; align-items: center; height: 100%; }
.header_wrap .logo img { max-width: 100%; }
.siteSearch { height: 46px; width: 480px; display: flex; box-sizing: border-box; align-items: center; 
	border: 2px solid #E9E5E5; background: none; border-radius: 20px; overflow: hidden;}
.siteSearch input { width: calc(100% - 46px); font-size: 14px; height: 100%; border: 0; outline: 0; padding: 0 20px; margin: 0; box-sizing: border-box; background: none; color: #fff; }
.siteSearch input::placeholder { color: #fff; font-size: 14px; font-style: italic; }
.siteSearch .searchButton { display: block; height: 100%; width: 46px; background: url(../images/search.svg) center center no-repeat; }
.stockist_wrap { }
.stockist_wrap .stockists_btn { display: flex; align-items: center; justify-content: center; gap: 10px; 
	height: 45px; border: 2px solid #E15520; width: 225px; box-sizing: border-box; 
	border-radius: 20px;}
.stockist_wrap .stockists_btn span { font-size: 14px; color: #fff; font-weight: bold; text-transform: uppercase;  }
.stockist_wrap .stockists_btn::before { content: ""; display: block; width: 13px; height: 18px; background: url(../images/pin.svg) no-repeat center; background-size: contain; }

/*Menu Wrap*/
.menu_wrap { width: 100%; height: 60px; position: relative; background: #000;  }
.menu_container { flex: 1 0 0; height: 100%; display: flex; align-items: center; justify-content: space-between; position: relative; }
.menu_wrap_left { height: 100%; }

/* Menus */
.mainmenu { height: 100%; width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding: 0; list-style: none; }
.mainmenu li { list-style: none; margin: 0; padding: 0; display: block; display: flex; align-items: center; height: 100%; }
.mainmenu li a { display: flex; align-items: center; text-align: center; margin: 0; padding: 5px 0; font-size: 15px; color: #fff; transition: ease-in-out all .3s; position: relative; text-transform: uppercase; }
.mainmenu>li>a { padding: 0 10px; margin: 0 10px; height: 100%; display: flex; align-items: center; color: #fff; }
.mainmenu li a:hover { color: #E15520; }
.mainmenu li ul { padding: 0; }
.mainmenu>li>ul { position: absolute; box-sizing: border-box; margin: 0; top: 60px; left: 0px; display: flex; padding: 10px 15px; flex-wrap: wrap; width: 100%; background: #fff; clear: both; }
.mainmenu li ul li { position: relative; display: block; margin: 0; padding: 0; line-height: 22px; }
.mainmenu>li>ul>li { width: 20%; margin-bottom: 15px; }
.mainmenu>li>ul>li>a { text-align: left; font-size: 16px; color: #1D1D1B; display: block; z-index: 100; word-wrap: break-word; font-weight: bold;}
.mainmenu>li>ul>li>ul>li>a { color: #1D1D1B; font-size: 12px; word-wrap: break-word; }
.mainmenu li a.viewall { font-size: 12px; color: #E15520; text-decoration: underline; }

/*Effect on sub menu*/
.mainmenu>li>ul { visibility: hidden; opacity: 0; transition: ease-in-out all .3s; z-index: -1; }
.mainmenu>li.has-child:hover>ul { visibility: visible; opacity: 1; z-index: 1000; }
.menu_wrap_right { display: flex; align-items: center; justify-content: flex-end; height: 100%; position: relative; }

/*Menu Toggle*/
.menu_wrap .menu_toggle { padding: 0 10px; }
.menu_wrap .menu_toggle a { display: flex; flex-direction: row; align-items: center; height: 50px; width: 50px; position: relative; }
.menu_wrap .menu_toggle a>div { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; transition: ease-in-out all .3s; }
.menu_wrap .menu_toggle a>div>div { display: flex; flex-direction: column; }
.menu_wrap .menu_toggle a>div>div>div { height: 3px; width: 24px; margin: 2px 0; background: #fff; transition: ease-in-out all .3s; }
.menu_wrap .menu_toggle.open a>div { transform: rotate(90deg); }

/*Info menu*/
.info_menu_desktop { position: absolute; right: calc(100% - 70px); top: 100%; display: none; background: #FBF8F8; border: 1px solid #EFEBEB; z-index: 1000; width: 240px; }
.info_menu_desktop ul { padding: 10px; box-sizing: border-box; margin: 0; }
.info_menu_desktop ul li { padding: 0; margin: 0; list-style: none; }
.info_menu_desktop ul li a { text-transform: capitalize; font-size: 14px; color: #252626; padding: 8px 5px; display: block; }
/*.menu_wrap:after { content: ""; height: 100%; position: absolute; right: 0; top: 0; width: calc(((100vw - 1200px) / 2)); z-index: 10; background: #E15520; }*/
.menu_clients_wrap { display: flex; align-items: center; justify-content: center; height: 100%; 
	background: #E15520; }
.menu_clients_wrap .clients_btn { display: flex; align-items: center; justify-content: center; 
	gap: 15px; padding: 0 20px; height: 100%; box-sizing: border-box; }
.menu_clients_wrap .clients_btn span { font-size: 14px; color: #fff; font-weight: bold; text-transform: uppercase; }
.menu_clients_wrap .clients_btn::after { content: ""; display: block; width: 6px; height: 6px; border: solid #fff; border-width: 1px 1px 0 0; transform: rotate(45deg); }

/*Overlay*/
.overlay { background: rgba(0, 0, 0, .4); height: 100vh; position: fixed; top: 0; width: 100%; left: 0; z-index: -1; visibility: hidden; opacity: 0; transition: ease-in-out all .4s; transform: scale(2); }
.overlay.hover { visibility: visible; opacity: 1; z-index: 999; }

/*Main Footer*/
.footer_wrap { padding: 30px 0; line-height: 24px; background: #000; color: #fff; font-size: 14px; 
	line-height: 30px; margin-top: 25px; }
.footer_wrap .container_16 { padding: 0 10px; display: flex; box-sizing: border-box; flex-wrap: wrap; }
.footer_wrap>div>div { width: 25%; padding: 0 10px; box-sizing: border-box; }
.footer_wrap a { color: #fff; font-size: 14px; line-height: 30px; display: block; }
.footer_wrap span { font-weight: bold; font-size: 20px; color: #fff; display: block; margin-bottom: 20px;  }
.footer_wrap .footer_address { padding-left: 20px; background: url(../images/pin.svg) left 5px no-repeat; background-size: 10px; }
.footer_wrap .footer_phone { padding-left: 20px; background: url(../images/phone.svg) left center no-repeat; }
.footer_wrap .footer_email { padding-left: 20px; background: url(../images/email.svg) left center no-repeat; }
.footer_wrap .social { display: flex; align-items: center; justify-content: flex-start; gap: 15px; }
.footer_wrap .social a { height: 30px; width: 30px; background-size: contain; transition: ease-in-out all .3s; }
.footer_wrap .social a.fb { background: url("../images/facebook.svg") center center no-repeat; }
.footer_wrap .social a.tw { background: url("../images/twitter.svg") center center no-repeat; }
.footer_wrap .social a.ins { background: url("../images/instagram.svg") center center no-repeat; }
.footer_wrap .social a.yt { background: url("../images/youtube.svg") center center no-repeat; }
.footer_wrap .social a.in { background: url("../images/linkedin.svg") center center no-repeat; }
.footer_wrap .social a.tt { background: url("../images/tiktok.svg") center center no-repeat; }
.footer_wrap .social a:hover { transform: translateY(-5px); }
.footermenu { list-style: none; margin: 0; padding: 0; }
.footermenu li { line-height: 24px; padding: 0 0 10px 0; }
.footermenu li a { color: #fff; font-size: 14px; text-transform: capitalize; position: relative; transition: ease-in-out all .3s; }
.footermenu li a:hover { color: #E15520; }

.logo_footer{margin-top: 30px;}

/* Byline */
.byline_wrap { background: #000; padding: 30px 0; border-top: 1px solid #414141;}
.byline_wrap>div { padding: 0 10px; box-sizing: border-box; text-align: center; }
.byline_wrap ul { padding: 0; margin: 0 0 10px 0; display: flex; flex-wrap: wrap; justify-content: center; }
.byline_wrap ul li { list-style: none; padding: 0; line-height: 12px; border-right: 1px solid #fff; margin-bottom: 10px; }
.byline_wrap ul li:last-child { border-right: 0; }
.byline_wrap ul li a { padding: 0 10px; color: #fff; font-size: 16px; }
.byline_wrap span { color: #fff; font-size: 14px; display: block; line-height: 22px; margin-bottom: 15px; }
.byline_wrap>div>a { font-size: 12px; color: #fff; }

/* Fonts */
a { text-decoration: none; color: #00A7FF; }
html { overflow-y: scroll; }

h1,h2,h3,h4,h5,h6{display: block; margin: 0 0; font-weight: normal; padding: 0 0 10px 0; color: #000;}
h1 { font-size: 42px; line-height: 48px;}
h2 { font-size: 34px; line-height: 40px;}
h3 { font-size: 30px; line-height: 36px;}
h4 { font-size: 26px; line-height: 32px;}
h5 { font-size: 24px; line-height: 30px;}
h6 { font-size: 22px; line-height: 28px;}

p { padding: 5px 0 20px 0; font-size: 16px; color: #000; line-height: 28px; }
ul { list-style-position: outside; padding: 5px 0 20px 20px; font-size: 14px; color: #000; list-style-type: disc; line-height: 24px; }
ul li { padding: 0 0 15px 0; line-height: 20px; }
ol { list-style-position: outside; padding: 5px 0 20px 20px; font-size: 14px; color: #000; list-style-type: circle; line-height: 24px; }
ol li { padding: 0 0 5px 0; }
hr { color: #dadbdc; background: #DBDBD7; height: 1px; border: 0; margin-bottom: 20px; }
.hidden { display: none; }
.hideImportant { display: none !important; }

/* Contact Forms */
.contact_form { padding: 10px; background: #fff; border: 1px solid #D2D1D1; border-radius: 0 0 3px 3px; margin: 20px 0; }
.cf_line { clear: both; line-height: 30px; }
.cf_line p { color: #E15520; font-size: 16px; padding: 0 0 10px; border-bottom: 1px solid #B7B7B7; font-weight: bold; }
.cf_field { display: block; }
.cf_label { color: #000000; font-size: 15px; font-weight: bold; display: block; padding-top: 10px; text-transform: capitalize; }
.cf_field textarea, .cf_field select, .cf_field input[type=text] { width: 100%; box-sizing: border-box; border: 1px solid #CCCCCC; transition: ease-in-out all .5s; padding: 10px; box-sizing: border-box; }
.cf_line.active .cf_field textarea, .cf_line.active .cf_field select, .cf_line.active .cf_field input[type=text] { border-color: #E15520; }
.cf_field select, .cf_field input[type=text] { line-height: 35px; height: 35px; }
.cf_field textarea { height: 120px; resize: none; }
.cf_radio .cf_label, .cf_checkbox .cf_label { display: inline-block; font-size: 14px; text-transform: capitalize; padding-top: 0; font-weight: normal; }
.cf_radio .cf_field, .cf_checkbox .cf_field { width: 25px; display: inline-block; }
.contact_form .denotes { font-size: 14px; color: #000000; padding: 0; }
.contact_form .cf_submit { text-align: right; margin: 10px 0; }
.cf_submit a { font-size: 20px; font-weight: bold; text-transform: uppercase; color: #fff; background: #F47B20; line-height: 45px; box-sizing: border-box; text-align: center; display: inline-block; text-decoration: none; transition: ease-in-out all .4s; width: 180px; border-radius: 5px; }
.cf_submit a:hover { animation: shadow-pulse 1s; animation-iteration-count: 3; }

/*Fading Gallery*/
.caroufredsel_wrapper { margin-bottom: 20px; }
div[type=fading_gallery] a { position: relative; }
div[type=fading_gallery] .banner, div.fg_gallery .banner { position: absolute; bottom: 0; padding: 0px 5px; width: 100%; background: rgba(0, 105, 0, 0.9); }

/*Full Screen Gallery*/
div.fullscreenfade { opacity: 0; display: flex; justify-content: center; transition: opacity 0.3s ease-in-out 0s; position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
div.fullscreenfade div.slide { float: left; position: relative; display: flex; align-items: center; background-position: center top; background-size: cover; background-repeat: no-repeat; height: 100%; }
div.fullscreenfade.parallax_on div.slide { background-attachment: fixed; }
div.fullscreenfade div.slide .banner { margin: 0 auto; width: 1200px; z-index: 100;}
div.fullscreenfade div.slide .frame { height: 100%; align-self: center; display: inline-block; padding: 16px 20px; }
div.fullscreenfade div.slide .frame h1, div.fullscreenfade div.slide .frame h2, div.fullscreenfade div.slide .frame h3, div.fullscreenfade div.slide .frame h4 { position: relative; }
div.fullscreenfade div.slide .frame p { padding: 15px 0; margin: 0; line-height: initial; }
div.fullscreenfade .pagination { position: absolute; bottom: 15px; text-align: center; width: 1200px; height: 20px; z-index: 1; }
div.fullscreenfade .pagination a { height: 22px; width: 22px; margin: 0 8px; border-radius: 100%; box-sizing: border-box; display: inline-block; transition: ease-in-out all .5s; background: #fff; border: 1px solid #000; }
div.fullscreenfade .pagination a.selected { background: 0; border-color: #fff; }
.paymentFields input[type=text], .paymentFields select { line-height: 30px; height: 30px; box-sizing: border-box; width: 100%; }
.ui-autocomplete { z-index: 10001 !important; }
.full-width-fix { width: 100vw !important; position: relative !important; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

/*Video Banner Module*/
.fullscreen-video{width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; height: 1080px;}
.fullscreen-video > div{padding: 0 10px; box-sizing: border-box; height: 100%;}
.fullscreen-video .fs-video{display: flex; width: 100%; height: 100%;}
.fullscreen-video .fg-video-container{position: absolute; inset: 0; z-index: 20; height: 100%; width: 100%;}
.fullscreen-video .fg-video-container iframe{min-width: 100%; min-height: 100%; width: 1900px; position: absolute; left: 50%; transform: translateX(-50%);}
.fullscreen-video .video-banner{position: relative; z-index: 100; width: 100%;}

/*FAQ Module*/
.faq_module { background: #fff; border: 1px solid #E5E1E1; padding: 15px 7px; box-sizing: border-box; margin: 20px 10px; }
.faq_module>div { border: 1px solid #CCCCCC; padding: 10px 20px; box-sizing: border-box; }
.faq_module .faq_title { color: #1A1818; font-size: 24px; line-height: 34px; font-weight: bold; font-family: 'Open Sans', sans-serif; display: block; position: relative; padding: 10px 50px 10px 0; }
.faq_module .faq_content { margin-top: 10px; display: none; }
.faq_module .faq_content p { color: #1D1D1B; font-size: 16px; line-height: 28px; padding: 0 0 10px 0; }
.faq_module>*+* { margin-top: 15px; }
.faq_module .faq_title:after { content: ""; background: #1A1818; display: block; position: absolute; width: 32px; height: 2px; right: 10px; top: calc(50% - 1px); }
.faq_module .faq_title:before { content: ""; background: #1A1818; display: block; position: absolute; width: 32px; height: 2px; right: 10px; top: calc(50% - 1px); transform: rotate(90deg); transition: opacity 0.3s ease-in-out 0s; }
.faq_module>div.active .faq_title:before { opacity: 0; }

/*Testimonial Module*/
.testimonials_module { display: flex; flex-wrap: wrap; }
.testimonials_module .testimonial_block { background: #fff; position: relative; margin: 0 10px 20px 10px; display: flex; }
.testimonials_module .testimonial_block>div { border: 1px solid #E9E5E5; transition: ease-in-out all .5s; box-sizing: border-box; padding: 5px 5px 20px 5px; width: 100%; background: #fff; }
.testimonials_module.ts_row_One .testimonial_block { width: calc(100% - 20px); }
.testimonials_module.ts_row_Two .testimonial_block { width: calc(50% - 20px); }
.testimonials_module.ts_row_Three .testimonial_block { width: calc(33.33333% - 20px); }
.testimonials_module.ts_row_One .testimonial_images { height: 400px; }
.testimonials_module.ts_row_Two .testimonial_images { height: 325px; }
.testimonials_module.ts_row_Three .testimonial_images { height: 210px; }
.testimonials_module .testimonial_images { width: 100%; display: flex; align-items: center; justify-content: center; background: #fff; position: relative; }
.testimonials_module .testimonial_images div { height: 100% !important; }
.testimonials_module .testimonial_images .testimonial_images_gallery>div { display: flex; align-items: center; justify-content: center; }
.testimonials_module .testimonial_images .testimonial_images_gallery>div>a { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; }
.testimonials_module .testimonial_images img { max-height: 100%; max-width: 100%; height: auto; width: auto; }
.testimonials_module .testimonial_images :is(.test_image_prev, .test_image_next) { height: 40px; width: 40px; position: absolute; background: rgba(0, 0, 0, .6); 
	transition: ease-in-out all .5s; top: calc(50% - 15px); }
.testimonials_module .testimonial_images .test_image_prev { left: 0; }
.testimonials_module .testimonial_images .test_image_next { right: 0; }
.testimonials_module .testimonial_images :is(.test_image_prev, .test_image_next):hover { background: rgba(0, 0, 0, .8); }
.testimonials_module .testimonial_images :is(.test_image_prev, .test_image_next):after { content: ""; border: solid #fff; height: 10px; width: 10px; transform: rotate(45deg); 
	top: calc(50% - 6px); position: absolute; }
.testimonials_module .testimonial_images .test_image_prev:after { border-width: 0 0 3px 3px; left: calc(50% - 5px); }
.testimonials_module .testimonial_images .test_image_next:after { border-width: 3px 3px 0 0; right: calc(50% - 5px); }
.testimonials_module.ts_row_One .testimonial_video { height: 550px; }
.testimonials_module.ts_row_Two .testimonial_video { height: 325px; }
.testimonials_module.ts_row_Three .testimonial_video { height: 210px; }
.testimonials_module .testimonial_video { width: 100%; }
.testimonials_module .testimonial_video iframe { width: 100%; height: 100%; }
.testimonials_module .testimonial_description { padding: 10px; box-sizing: border-box; }
.testimonials_module .testimonial_description>div:first-child { height: 100px; overflow: hidden; transition: ease-in-out all .5s; }
.testimonials_module .testimonial_description>div>div { }
.testimonials_module .testimonial_description p { padding: 0 0 10px 0; font-size: 15px; font-style: italic; line-height: 24px; display: inline; }
.testimonials_module .testimonial_from { padding: 0 10px; line-height: 30px; height: 30px; }
.testimonials_module .testimonial_from b:after { content: ", "; }
.testimonials_module .read_toggle { height: 17px; line-height: 17px; }
.testimonials_module .read_toggle a { text-align: right; font-weight: bold; color: #00A4E4; font-size: 15px; display: none; }
.testimonials_module .testimonial_description.overflow .read_toggle a { display: block; }
.testimonials_module .testimonial_block>div .read_toggle>a:after { content: " More..." }
.testimonials_module .testimonial_block>div.open .read_toggle>a:after { content: " Less..." }
.testimonial_admin_images { display: flex; flex-wrap: wrap; }
.testimonial_admin_images>div { position: relative; margin: 0 10px 10px 0; }
.testimonial_admin_images>div>img { }
.testimonial_admin_images>div>a.delete_image { position: absolute; right: 0; top: 0; height: 30px; width: 30px; background: url("../images/cancel.svg") center center no-repeat; }
.testimonials_module .testimonial_block>div.open { position: absolute; top: 0; left: 0; z-index: 1; -webkit-box-shadow: 0px 1px 5px 0px rgb(168 168 168 / 61%); -moz-box-shadow: 0px 1px 5px 0px rgba(168, 168, 168, 0.61); box-shadow: 0px 1px 5px 0px rgb(168 168 168 / 61%); }
.testimonials_module .testimonial_block>div.open .testimonial_description>div:first-child { height: initial; transition: ease-in-out all .5s; }

/*Client Block Module*/
.client_block_module { display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.client_block_module .client_block { border: 1px solid #E6E4E4; border-radius: 5px 5px 0 0; display: flex; flex-direction: column; width: calc(25% - 17px); margin-bottom: 20px; }

/*Content Layout Module*/
.apprise-content .content_layout label{width:25%; display: inline-block; font-weight: bold; }
.apprise-content .content_layout input, .apprise-content .content_layout select{border: 1px solid #e1e1e1; width:60%; line-height: 30px; height:30px; text-indent: 10px; border-radius: 5px;}
.content_layout_module {}
.content_layout_block{position: relative; overflow: hidden; display: flex; background: #FBF8F8; height: 540px;}
.content_layout_block::before{content:""; z-index: 1; background: #E2DFDF; position: absolute; top: calc(50% - 1500px); left:calc(50% - 20px); height: 3000px; width: 2000px; 
	transform: rotate(-10deg);}
.layout_right .content_layout_block::before{right:calc(50% + 145px); left: initial;}
.content_layout_block .layout_image{width: 50%; height: inherit; position: relative; display: flex; align-items: center; 
    box-sizing: border-box; padding: 0 20px; position: relative; z-index: 10;}
.content_layout_block .layout_image img{max-height: 380px;}
.content_layout_block .layout_texts{padding: 0 20px; box-sizing: border-box; width: 50%; display: flex; flex-direction: column; 
    position: relative; gap: 20px; justify-content: center; z-index: 10;}
.content_layout_block .layout_texts > div{max-width:530px; }
.content_layout_block .layout_texts > .layout_description {width:100%;}
.content_layout_block .layout_texts .layout_heading{display: flex; flex-direction: column; gap: 5px; width: 100%; }
.content_layout_block .layout_texts .layout_title{font-size: 36px; color: #222222; font-weight: bold; text-transform: uppercase; position: relative; 
    width: 100%; line-height: 34px;}
.content_layout_block .layout_texts div p{color: #1D1D1B; font-size: 16px; padding: 0 0 10px 0; line-height: 26px; }

/*Layout Buttons*/
.content_layout_block  .layout_buttons{width: 100%; display: flex; gap:10px; flex-wrap: wrap; }
.content_layout_block .layout_buttons a{text-transform: uppercase; padding: 16px 18px; line-height:18px; transition: ease-in-out all .3s; 
    text-decoration: none; font-size: 16px; font-weight: bold; border: 1px solid #F47B20; box-sizing: border-box;}
.content_layout_block .layout_buttons a.layout_link1{background: #F47B20; color: #fff;}
.content_layout_block .layout_buttons a.layout_link1:hover{color: #F47B20; background: transparent;}
.content_layout_block .layout_buttons a.layout_link2{color: #F47B20;}
.content_layout_block .layout_buttons a.layout_link2:hover{color: #fff; background: #F47B20;}


/*Layout Side Left*/
.content_layout_module .layout_left .content_layout_block{flex-direction: row-reverse;}
.content_layout_module .layout_ .content_layout_block{flex-direction: row-reverse;}
.content_layout_module .layout_left .content_layout_block .layout_texts { align-items: flex-end; justify-content: center; }


/*Layout Side right*/
.content_layout_module .layout_right .content_layout_block .layout_image {justify-content: flex-end;}



/*Animation*/
@keyframes shadow-pulse {
	0% { box-shadow: 0 0 0 0px rgba(38, 38, 36, .6); }
	100% { box-shadow: 0 0 0 25px rgba(38, 38, 36, 0); }
}

/*Apprise overlay*/
.apprise-overlay { background: rgba(0, 0, 0, .4); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }

/* Primary button */
.content_wrap .p_button { color: #FFF; font-size: 16px; transition: all 0.3s; position: relative; display: inline-block; line-height: 52px; padding: 0 20px; margin: 10px 15px 10px 0; font-weight: bold; }
.content_wrap .p_button:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; transition: all 0.3s; border: solid #E15520; border-width: 1px 0; transform: scale(0.1, 1); }
.content_wrap .p_button:hover:before { opacity: 1; transform: scale(1, 1); }
.content_wrap .p_button:after { content: ''; position: absolute; bottom: 0; left: 0; z-index: -1; width: 100%; height: 100%; transition: all 0.3s; background-color: #E15520; }
.content_wrap .p_button:hover:after { opacity: 0; transform: scale(0.1, 1); }
.content_wrap .p_button:hover { color: #E15520; }

.btn_p, .btn_s{display: inline-block; padding:12px 40px; border: 2px solid #E15520; font-weight: bold; 
	font-size: 16px; text-transform: uppercase; transition: ease-in-out all .3s; line-height: 20px;
	margin: 5px 10px 5px 0; border-radius: 20px;}
.btn_p{color: #fff;} 
.btn_s{color: #000;}
.btn_p:hover{background: #E15520;} 
.btn_s:hover{background: #E15520; color: #fff;}

/* Store Locator */
.store_locator { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: #fff; padding: 20px 0; border-bottom: 1px solid #E9E5E5;}
.store_locator>div:nth-child(1) { display: flex; flex-wrap: wrap; align-items: center; column-gap: 20px; margin: 10px auto 20px; width: 1140px; }
.store_locator>div:nth-child(1)>div:first-child { font-size: 24px; background: url(../images/pin-detailer.svg) no-repeat left center; background-size: auto 20px; color: #000000; font-weight: bold; padding-left: 20px; margin-bottom: 10px; margin-right: auto;}
.store_locator>div:nth-child(1)>div { position: relative; }
.store_locator>div:nth-child(1) input[type=text] { margin: 0; height: 40px; border: 0; padding: 0 10px; width: 500px; border-radius: 3px; background: url(../images/smallsearch.svg) no-repeat right 10px center; color: #000; border:1px solid #000000; }
.store_locator>div:nth-child(1) input[type=text]::placeholder{color: inherit; font-size: inherit;}
/*.store_locator>div:nth-child(1) input[type=text]+a { display: block; width: 40px; height: 40px; background: url(../images/smallsearch.svg) no-repeat right 10px center; position: absolute; top: 0; right: 0; }*/
.store_locator>div:nth-child(2) { display: flex; align-items: flex-start; justify-content: flex-start; background: #FBFBFB; }
.store_products_list:before { content: ""; display: block; height: 100%; width: 1px; background: #fff; position: absolute; left: -20px; }
.store_products_list { border: 1px solid #fff; flex-basis: 280px; height: 40px; position: relative; cursor: pointer; }
.store_products_list:after { content: ""; position: absolute; right: 10px; top: 50%; display: block; width: 10px; height: 10px; border: 1px solid #000; border-width: 0 2px 2px 0; transform: translateY(-50%) rotate(45deg); pointer-events:none; }
.store_products_list select { appearance: none; border: 0; outline: none; border: 1px solid #000000; width: 100%; font-size:14px; padding:0 10px; 
	height: 40px; font-weight: bold; border-radius: 3px;}
.store_products_list select:first-child { color: #000000; }
.store_locater_type { border: 1px solid #fff; border-radius: 3px; padding: 0 10px; align-self: stretch; color: #fff; display: flex; align-items: center; column-gap: 5px;  font-size: 14px;}
.store_locater_type input { margin-left: 15px; }
.store_locator>div:nth-child(2)>div:first-child { width: 310px; flex: 0 0 auto; margin-right: 5px; overflow-y: scroll; height: 860px; }
.store_locator>div:nth-child(2)>div:first-child>div { padding: 15px 15px 15px 5px; margin: 0 0 1px 0; font-size: 14px; line-height: 20px; color: #252626; cursor: pointer; border-radius: 3px;}
.store_locator>div:nth-child(2)>div:first-child>div strong { margin-bottom: 5px; }
.store_locator>div:nth-child(2)>div:first-child>div.active { border-color: #F47B20; }
.store_locator>div:nth-child(2)>div:first-child>div.active strong { color: #F47B20; }
.store_locator_store_title { background-repeat: no-repeat; background-position: 5px 7px; font-size: 14px; color: #252626; font-weight: bold; padding-left: 25px; line-height: 32px; margin: -5px -5px 5px -5px; background-size:12px; }
.store_locator_store[data-type=detailer] .store_locator_store_title { background-image: url(../images/pin-detailer.svg); }
.store_locator_store[data-type=retailer] .store_locator_store_title { background-image: url(../images/pin-retailer.svg); }
.store_locator_store:hover .store_locator_store_title{text-decoration: underline;}
.store-type { color: #E15520; font-weight: bold; text-transform: capitalize; font-size: 10px; }
.store_buttons { display: flex; align-items: center; margin: 5px 0; }
.store_buttons a { flex: auto; width: 0; margin-right: 5px; background: #FFFFFF; border: 1px solid #E7E9E9; line-height: 30px; text-align: center; 
	color: #E15520; font-weight: bold; font-size: 12px; }
.store_buttons a:first-child { background: url(../images/phone-store.svg) no-repeat left 5px center; background-size: auto 12px; }
.store_buttons a:last-child { margin-right: 0; }
.store_locator>div:nth-child(2)>div:nth-child(2) { width: 0; flex: auto; max-width: 1233px; position: relative; height: 860px; }
.store_locater_store_products { border: 1px solid #E7E9E9; padding: 4px 10px; margin-top: 10px; }
.store_products_toggle { color: #252626; font-weight: bold; font-size: 14px; line-height: 32px; position: relative; }
.store_products_toggle:after { content: ""; position: absolute; right: 0; top: 50%; display: block; width: 8px; height: 8px; border: 1px solid #000; border-width: 0 2px 2px 0; transform: translateY(-50%) rotate(45deg); }
.store_locater_store_products.open .store_products_toggle:after { transform: translateY(-50%) rotate(-135deg); border-color:#E15520; }
.store_locater_store_products .product_list { display: none; }
.store_locater_store_products.open .product_list { display: block; }
.store_locater_store_products .product_list_item { line-height: 30px; font-weight: bold; font-size: 14px; padding: 0; margin-bottom: 5px; }
.store_locater_store_products .product_list_close { text-decoration: underline; line-height: 24px; text-align: center; }
.store_popup { width: 260px; line-height: 20px; }
.store_popup>div:first-child { font-weight: bold; margin-bottom: 5px; font-size: 14px; }
.store_popup>div:nth-child(2) { text-transform: capitalize; color: #E15520; font-size: 12px; margin-bottom: 5px; }
.store_popup>div:nth-child(3) { margin-bottom: 5px; }

.store_locator_store{position: relative;}
.store_locator_store *{z-index: 10; position: relative;}
.store_locator_store::before{content: ""; height:100%; position: absolute; right: 0; top: 0; background:#fff; width:calc((100vw - 1200px) + 310px); z-index: 1; border-bottom: 1px solid #E9E5E5;}
.store_locator_store > div{font-size: 11px; color: #252626;}
.store_locator_store.active .store_buttons a{color: #000000;}
.store_locator_store.active::before{background: #FBFBFB;}

/*Split Screen Module*/
.split-screen-module{width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; display: flex;}
.split-screen-section{width: 50%; height: 640px; position: relative; display: flex; align-items: center; justify-content: start; text-align: center; background-size: cover; background-repeat: no-repeat;
	background-position: center;}
.split-screen-section:first-child{ justify-content:flex-end; }
.split-screen-section::before{content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .5); transition: ease-in-out all .4s;}
.split-screen-section:hover::before{content: ""; background: rgba(0, 0, 0, .8);}
.split-screen-text{z-index: 10; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap:15px; height: 100%; width: 590px;}
.split-screen-description{display: flex; flex-direction: column; gap:15px;}
.split-screen-description h1{font-size: 60px; line-height: 66px;}
.split-screen-description *{color: #fff; padding: 0;}
.split-screen-description p{padding: 0;}
.split-screen-button{font-size: 16px; font-weight: bold; border:2px solid #E15520; color: #fff; border-radius: 20px; line-height: 19px; padding: 14px 50px; text-transform: uppercase;
	display: flex; transition: ease-in-out all .3s;}
.split-screen-button:hover{background: #E15520;}