* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }
@font-face {
    font-family: 'trump_gothic_east_mediumRg';
    src: url('fonts/ufonts.com_trump_gothic_east_medium-webfont.eot');
    src: url('fonts/ufonts.com_trump_gothic_east_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_trump_gothic_east_medium-webfont.woff') format('woff'),
         url('fonts/ufonts.com_trump_gothic_east_medium-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_trump_gothic_east_medium-webfont.svg#trump_gothic_east_mediumRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'airstream_nfregular';
    src: url('fonts/airstreamnf-webfont.eot');
    src: url('fonts/airstreamnf-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/airstreamnf-webfont.woff') format('woff'),
         url('fonts/airstreamnf-webfont.ttf') format('truetype'),
         url('fonts/airstreamnf-webfont.svg#airstream_nfregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'airstream_nfregular';
        src: url('fonts/ufonts.com_trump_gothic_east_medium-webfont.svg#trump_gothic_east_mediumRg') format('svg');
    }
    @font-face {
        font-family: 'airstream_nfregular';
        src: url('fonts/airstreamnf-webfont.svg#airstream_nfregular') format('svg');
    }    
}    
body {
    font-size: 14px;
    line-height: 21px;
    font-family:'Source Sans Pro', arial, sans-serif;
    color: #fff;
    background: #000 ;
    min-width: 1000px;
}

a { color: #d3561d; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

h1 {line-height: 87px; padding: 0 0 10px; font-size: 46px; font-weight: normal; font-family:'trump_gothic_east_mediumRg', arial, serif; }
h2 {line-height: 87px; padding: 0 0 10px; font-size: 46px; font-weight: normal; font-family:'trump_gothic_east_mediumRg', arial, serif;  }
h3 {line-height: 34px; padding: 0 0 10px; font-size: 24px; font-weight: normal; font-family:'Source Sans Pro', arial, sans-serif; }
h4 {line-height: 24px; padding: 0 0 10px; font-size: 18px; font-weight: normal; font-family:'Source Sans Pro', arial, sans-serif; }
h5 {line-height: 21px; padding: 0 0 10px; font-size: 14px; font-weight: normal; font-family:'Source Sans Pro', arial, sans-serif; text-transform:uppercase;}
h6 {line-height: 18px; padding: 0 0 10px; font-size: 14px; font-weight: normal; font-family:'Source Sans Pro', arial, sans-serif; }

table {
	border-collapse: collapse;
	border:none;
	border-width:0px;
	border-color:#3f3f3f;
	
}

table tbody tr th {
background-color:#3f3f3f; 
vertical-align:top;
padding:10px;
text-align:center;
}
table tbody tr td {
padding:10px;	
}

ol {
margin-left:20px;
margin-bottom:10px;	
}

ul {
margin-left:20px;	
margin-bottom:10px;
}

p {
margin-bottom:20px;	
}

blockquote {
	background-color:#3f3f3f; 
	padding:50px;
	font-size:18px;
	font-style:italic;
	line-height:28px;
}

hr {
	border: 0;
	height: 1px;
	color:#3f3f3f;
	background :#3f3f3f;
	margin: 10px 0;
}

input, textarea, select { font-size: 12px; font-family:'Open Sans', arial, sans-serif; font-weight: 700; color: #464747; }
textarea { overflow: auto; }
.clearfix { *zoom:1; }
.clearfix:after { width: 100%; content: ''; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; display:block; }


input.go:hover,
input.submit:hover { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; }
a, 
div.product { -webkit-transition: color 0.5s; -moz-transition: color 0.5s; -o-transition: color 0.5s; -ms-transition: color 0.5s; transition: color 0.5s; -webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; -ms-transition: background-color 0.5s; transition: background-color 0.5s; }


.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

span#logo { font-size:0; line-height:0; width: 446px; position:absolute; top:0; left:0; }
span#logo a{ display:block; height: 103px; text-indent: -4000px; background:url(images/logo.png); }

.shell { width: 1000px; margin:0 auto; position:relative;  }

/* header */
.top-bar { background: url(images/top-bar-bg.png) repeat-x 0 0; height: 49px; font-family:'Open Sans', arial, serif; line-height: 49px;  }
p.phone { float: left; font-weight: 700; }
.top-nav { float: right; font-size: 12px; font-weight: 600; }
.top-nav ul { float: left; }
.top-nav ul li { list-style:none; list-style-position: outside; display: inline; padding-right: 20px; }

.top-nav ul li a { color: #fff; }
a.request-btn { float: right; font-weight: 700; text-transform: uppercase; color: #fff; background: url(images/request-btn.png) repeat-x 0 0; height: 34px; line-height: 34px; margin-top: 5px; padding: 0 15px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
a.request-btn:hover { text-decoration:none; opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80); }
.header-cnt .shell { padding: 30px 0 34px 0; }
.header-cnt .search {  background: #edeeee; width: 291px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; height: 38px; margin-left: auto;  }
.header-cnt .search input.field { border:0; padding: 10px; background: transparent; width:  230px; float: left; }
.header-cnt .search input.go { background: url(images/go.png) no-repeat 0 0; width: 34px; height: 30px; border:0; float: right; font-size: 0; line-height: 0; text-indent: -4000px; margin: 4px 4px 0 0; cursor: pointer; }

.navigation { border-top:1px solid #626262; font-weight: 700; z-index: 99; position:relative; background: url(images/cart-bg.png) repeat-x 0 0; }
.navigation ul{ margin-bottom: 0;margin-left: 0;}
.navigation ul li {list-style:none; list-style-position: outside; float: left; text-transform: uppercase; border-right: 1px solid #2b2b2b; border-left: 1px solid #222; position:relative; }
.navigation ul li.cart { background: url(images/cart-bg.png) repeat-x 0 0; float: right; width: 155px; position:relative;  }
.navigation ul li.cart span.cart-ico { background: url(images/cart.png) no-repeat 0 0; display: block; width: 30px; height: 30px; position:absolute; top: 13px; left:29px; }
.navigation ul li.cart span.count { display: block; width:  19px; height: 19px; position:absolute; top: 11px; left:53px; background-color: #f36f32; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; text-align: center; line-height: 19px; font-weight: 700; }
.navigation ul li.cart a { padding:0; text-align: center; padding: 0 20px 0 77px; background: url(images/arr.png) no-repeat right center ; }
.navigation ul li.cart a:hover { text-decoration: underline; background-position: right center;  }
.navigation ul li:first-child { border-left:0; }
.navigation ul li a { float: left; color: #fff; padding:0 27px; height: 52px; line-height: 52px; background: url(images/navigation-link-bg.png) repeat-x 0 0;}
.navigation ul li a:hover,
.navigation ul li.active a{ background-position: 0 bottom; text-decoration:none; }
.navigation ul li:last-child a{ padding:0 30px 0 31px;} 
.navigation ul li:first-child a{ padding:0 29px;}

.navigation ul li ul { position:absolute; top: 52px; left:0;   font-weight: 400;  padding:0; display: none;margin-left: inherit;min-width: 230px; }
.navigation ul li ul li:first-child{ padding-top: 25px;}
.navigation ul li ul li { display: block;  text-transform: capitalize; border:0; padding: 0 0;height: auto; width: 100%;  background: #c34912;}
.navigation ul li ul li a { border: 0;   display: block; color: #ffa487; background:  #c34912;  line-height: 28px;  padding:0 25px;float: left;}


.main { margin-top: 6px; background: url(images/main-bg.png) repeat-y 0 0; }

/* sidebar */
.sidebar { width: 245px; float: left; background: #3f3f3f; padding-top: 3px;  } 
.sidebar ul{ margin-left: 0;}
.sidebar ul li ul { display: none; }
.sidebar ul li ul.active { display: block; }
.sidebar ul li { list-style:none; list-style-position: outside; position:relative;  }
.sidebar ul li a { display: block;  line-height: 34px; background: #3f3f3f url(images/sidebar-hover-bg.png) repeat-x 0 -50px; padding: 0 0 0 26px; color: #fff; border-top: 1px solid #353535; border-bottom: 1px solid #6f7175; position:relative; }
.sidebar ul li:first-child a { border-top:0;  }
.sidebar ul li.active > a,  .sidebar ul li.expanded a  { color: #f16e31; background-position: 0 bottom; }

.sidebar ul li span {
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 10px;
right: 18px;
background: url(images/sidebar-arr.png) no-repeat 0 0;
}


.sidebar ul li a:hover { background-position:0 0; text-decoration:none;  }
.sidebar ul.subnav { padding: 6px 0 10px 0; background: #2d2d2d; position:relative; width: 100%; }
.sidebar ul.subnav li { border:0; font-size: 12px;  }
.sidebar ul.subnav li a { background-color: #2d2d2d; border:0; padding-left: 43px; height: 26px;  line-height:26px;  }
.sidebar ul li a:hover { background-position:0 100%; text-decoration:none;  }

/* content */
.content { width: 748px; float: right; }

.content .entity_edit .wm-field label{ color: #ffffff;font-family: 'Source Sans Pro', arial, sans-serif;font-weight: normal !important;font-size: 14px;}
.content .entity_edit .wm-field .wm_ShortText, .content .entity_edit .wm-field textarea{ background: #3f3f3f;border: 0;border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; padding: 5px 8px; color: #fff;font-weight: normal;}
.content .entity_edit .wm-field textarea{ margin-top: 7px; }
.content .entity_edit .wm-field table input{ float: left;width: 13px;margin-top: 3px;}
.content .entity_edit .wm-field table label{ position: absolute;margin-left: 16px;margin-top: 0;}
.content .entity_edit .field input{color: #fff; background: url(images/request-btn.png) repeat-x 0 0;height: 25px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;border: 0;padding: 5px 8px; }

.poster { background: url(images/poster-bg.png) repeat-x 0 0; padding: 8px 8px; margin-bottom: 5px;}
.poster-cnt { height: 193px; position:relative;  }
.poster-cnt img{ width: 100%; height: 100%;}
.poster-cnt .txt { height: 87px; position:absolute; bottom: 22px; left:20px; background: url(images/transparent-bg.png) repeat 0 0; }
.poster-cnt .txt h2 { line-height: 87px; padding: 0 32px; font-size: 46px; font-weight: normal; font-family:'trump_gothic_east_mediumRg', arial, serif;  }

.message { background-color: #1d1d1d; padding: 25px 30px 34px 30px; margin-bottom: 5px; }

.products .product { float: left; background-color: #1d1d1d; width: 236px; margin:0 5px 4px 0; padding: 6px 5px 29px 5px; height: 450px; }
.products .product:hover { cursor: pointer; background-color: #3c3c3c;  }

.products .product .cnt { padding: 14px 8px 18px 8px; }
.products .product .cnt h5 { font-size:17px; font-weight: 700; padding-bottom: 11px;  }
.products .product .cnt p { color: #6c6c6c; font-size: 12px; font-family:'Open Sans', arial, serif; line-height: 18px; font-weight: 700; padding-bottom: 17px;  }
.products .product .cnt a { float: left; border: 2px solid #000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; height: 31px; line-height: 31px; background: url(images/shop-btn.png) repeat-x 0 bottom; padding:0 10px; color: #2f2f2f; text-shadow: 1px 1px 0px #fff; font-family:'Open Sans', arial, serif; font-weight:700; font-size:12px; }
.products .product .cnt a:hover { background-position: 0 0; text-decoration:none; color: #fff; text-shadow: 0px 0px 0px rgba(150, 150, 150, 0); }
.main .products { width: 753px; }  

/* footer */
.footer { padding:0 0 60px 0; }
.footer .section { float: left; width:  305px; font-size: 13px !important; padding-left:20px;  }
.footer .section:first-child { padding-left:0 ; } 
.footer-top { padding: 30px 20px 30px 20px; }
.footer .section a.more-link { font-size:12px; text-transform: uppercase; }
.footer .section h4 { font-size:24px; text-transform: uppercase; line-height: 24px; font-weight: normal; font-family:'trump_gothic_east_mediumRg', arial, serif; padding-bottom: 10px; }
.footer .section ul li { list-style:none; list-style-position: outside; padding:0 0 16px 16px; background: url(images/ul-arr.png) no-repeat 0 6px;  } 
.footer .section li a { color: #fff; }
.footer .section li a:hover { color: #f36f32; text-decoration:none; }
.footer .section .sign-up { height: 28px; background: url(images/enter-email-bg.png) repeat-x 0 0; padding: 5px 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
.footer .section .sign-up input.field { font-size: 13px; font-weight: 400; color: #fff; background: transparent;  border: 0; padding: 4px 17px; float: left; width: 185px; }
.footer .section .sign-up input.submit { float: right; height: 28px; border:0; background: url(images/request-btn.png) repeat-x 0 0; color: #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; padding: 0 10px; cursor: pointer; }

.footer .socials{padding:56px 0 0 0;width:330px}
.footer .socials a{float:left;width:48px;height:46px;margin-left:7px;font-size:0;line-height:0;text-indent:-4000px;background:url(images/socials.png) no-repeat 0 0}

.footer .socials a:hover{background-position:0 bottom}
.footer .socials a.twitter-ico{background-position:-58px 0}
.footer .socials a.youtube-ico{background-position:-115px 0}
.footer .socials a.hub-ico{background-position:-170px 0}
.footer .socials a.email-ico{background-position:-225px 0}
.footer .socials a.instagram-ico{background-position:-280px 0}

.footer .socials a.twitter-ico:hover{background-position:-58px bottom}
.footer .socials a.youtube-ico:hover{background-position:-115px bottom}
.footer .socials a.hub-ico:hover{background-position:-170px bottom}
.footer .socials a.email-ico:hover{background-position:-225px bottom}
.footer .socials a.instagram-ico:hover{background-position:-280px bottom}
.footer .socials a:first-child{margin-left:0}

.footer-slider {  padding:0px 0 41px 36px; text-align: center; border-top: 5px solid #1e1e1e; border-bottom: 5px solid #1e1e1e; position:relative;   }
.footer-slider h3 { font-size: 30px; font-family:'trump_gothic_east_mediumRg', arial, serif;  line-height: 30px; text-transform: uppercase;  padding: 27px 0;}

.footer-slider .slide { width: 144px; height: 114px; background: url(images/footer-slide-bg.png) repeat-y 0 0; float: left; margin-right: 13px;  } 
.footer-slider .slide img { padding: 3px 0 0 4px; }
.footer-slider .slider-nav a { position:absolute; bottom: 83px;  width:  19px; height: 31px; display: block; background: url(images/footer-slider-nav.png) no-repeat 0 0; }
.footer-slider .slider-nav a.prev { left: 0; }
.footer-slider .slider-nav a.next { background-position: right 0; right: 0; }

.footer-bottom { padding-top: 33px; }
.footer-bottom p.copy { color: #474747; font-size:12px; }
.footer-bottom p.copy a { color: #474747; text-decoration: underline; }
.footer-bottom p.copy a:hover { color: #fff; text-decoration:none; }

.footer-bottom ul { padding-bottom: 10px;margin-left: 0;margin-bottom: 0;}
.footer-bottom li { float: left; list-style:none; list-style-position: outside; font-size: 13px; text-transform: uppercase; padding-right: 15px; }
.footer-bottom li a { color: #fff; float: left; }
.footer-bottom li a:hover { color: #d3561d; }

/* product-page detail */
.product-detail { padding:0 28px 34px 28px; background-color: #1d1d1d;  }
.breadcrumps { padding: 24px 0;}
.breadcrumps span { padding: 0 8px; }
.product-title h3 { font-size: 24px; font-weight: 700; }
.product-title p { color: #6c6c6c; font-size: 12px; font-family:'Open Sans', arial, serif; padding: 12px 0; }

.product-detail .gallery { float: left; width: 373px; }
.big-img { width: 373px; height: 364px; overflow: hidden; background-color: #000;  }
.big-img img { width: 373px; height: 364px; }
.thumbnails { padding-top: 35px; }
.thumbnails ul li { list-style:none; list-style-position: outside; float: left; width: 86px; overflow: hidden; margin-left:9px; }
.thumbnails ul li:first-child { margin-left:0; }  
.thumbnails ul li a { float: left; }

.options { float: right; width: 277px; }
.options h6 { font-weight: 400; font-size: 16px; color: #fff; }
.options h5 { font-weight: 700; font-size: 16px;  } 
.select-hold { padding-bottom: 15px; }
.select-hold label { display: block; padding-bottom:7px;  }

.product-socials { border-top: 1px solid #2b2b2b;  border-bottom: 1px solid #2b2b2b; padding: 14px 0; }
.product-socials .add-this { float: left; }
.product-socials .right a { color: #fff; padding: 0 9px 0 0; float: left; position:relative; margin-left:32px;  }
.product-socials .right a span {display: block; width: 19px; height: 19px; position:absolute; top:0; left: -23px;  background: url(images/email-print.png) no-repeat 0 0; }
.product-socials .right a.print-btn span { background-position: right 0; }

.tabnav a { background: url(images/tabs-nav.png) repeat-x 0 0; height: 36px; line-height: 36px; float: left; padding: 0 25px; color: #fff; border-left: 1px solid #1d1d1d; }
.tabnav a:first-child { border-left:0; }
.tabnav a:hover { text-decoration:none; }
.tabnav a.active { background-position:0 bottom; }

.tab { border: 1px solid #2c2c2c; padding: 43px 30px;  }
.tab ul { padding: 10px 0;}
.tab ul li { list-style:none; list-style-position: outside; padding-left: 20px; background: url(images/ul-arr.png) no-repeat 0 6px; } 
.tabcnt { border-bottom:5px solid #3f3f3f;  }

.title { height: 46px; background-color: #000000; line-height: 46px; margin: 3px 0; padding-left: 17px; }
.title h3 { font-size:30px; font-family:'trump_gothic_east_mediumRg', arial, serif;  font-weight:normal; color: #000; text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);text-transform: uppercase;padding: 8px 0 0 0;}
.also-purchased-products-grid .title h3 { color: #fff; text-shadow: none; }

/* homepage */
.homepage { margin-top:2px ; }
.homepage .products { width: 1005px; }
.homepage .title {background:url(images/title-bg.png) top left repeat-x;}


.slider { height: 423px; background: url(images/homepage-slider-bg.png) repeat-x 0 0; padding: 9px; position:relative; }
.slider .slider-nav a { z-index: 90; display: block; position:absolute; top: 50%; margin-top: -36px; width: 75px; height:86px; background: url(images/slider-navigation.png) no-repeat 0 0; }
.slider .slider-nav a#prev { left: -11px; } 
.slider .slider-nav a#next { right: -20px; background-position: right 0;  }

.slider .slide { position:relative; float: left; }
.slider .slide .slide-txt { position:absolute; left:79px; bottom: 41px;  z-index: 1; background: url(images/transparent-bg.png) repeat 0 0;  padding: 20px 33px 30px 33px ; }
.slider .slide .slide-txt h2 { font-size: 115px; font-family:'trump_gothic_east_mediumRg', arial, serif; line-height: 100px;  font-weight:normal; padding-left: 30px; }
.slider .slide .slide-txt h3 { font-family:'airstream_nfregular', arial, serif; font-weight:normal; font-size: 76px; line-height: 60px; }
.slider .slide .slide-txt p { width: 390px; padding: 11px 0 0 30px; }
.slider .slide .slide-txt p a { font-weight: 700; font-size:16px; line-height:23px; }

.pagination { position:absolute; bottom: 22px; left: 50%;  }
.pagination a { float: left; font-size: 0; line-height: 0; text-indent: -4000px; width: 12px; height: 12px; background: url(images/pagination.png) no-repeat right 0; margin-right: 10px;  }
.pagination a.selected { background-position:0 0; } 

.features { margin-top: 9px; }
.feature { float: left; width: 327px; height:216px; background: #0d0d0d url(images/feature-bg.png) repeat-x 0 0; margin-left: 9px; position:relative;  }
.feature:first-child { margin-left:0; }
.feature .img-holder { position:absolute; top:0; right:0; }

.feature.last .img-holder { top: -5px; right: -1px; }

.feature .cnt { width: 130px; padding: 18px 0 0 27px; }
.feature .cnt h4 { text-transform: uppercase; font-family:'trump_gothic_east_mediumRg', arial, serif; font-weight:normal; font-size: 47px; line-height: 40px;padding-bottom: 0;}
.feature .cnt p { color: #989898; }
.feature .cnt a.more-link { display: block; height: 37px; line-height: 37px; color: #fff; padding: 0 15px; position:absolute; bottom: 15px; left: 26px; background: url(images/navigation-link-bg.png) repeat-x 0 -53px; border: 3px solid #000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; text-transform: uppercase; font-size:13px; font-weight: 700;   }
.feature .cnt a.more-link:hover { text-decoration:none; opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50); } 
.top-bar .quick-content-contentbox{ float: left;}

.message .MapCanvas{ width: 470px;float: left;height: 400px;background: #3f3f3f;}
.message .locationData{ margin-bottom: 10px;}
.message .locationData h4{ padding-bottom: 5px;}
.message #locationsList { float: left;width: 188px; padding: 0 0 10px 20px}
.message .processwrapper{ min-height: 550px;}
.message #locationsList ul { list-style-type: none;margin: 0;}
.message fieldset{ border: 0;width: 100%;}
.message fieldset .text input{background: #3f3f3f;border: 0;border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; padding: 5px 8px; color: #fff;font-weight: normal;width: 135px;}
.message #locationsList .btn-go{background: url(images/request-btn.png) repeat-x 0 0;padding: 5px 7px;color: #fff;border: 0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; cursor: pointer;}

.message .gallery-wrap{min-height: 665px; width: 100%;}

.MasterDetail_MiniSummaryList li a span{ font-size: 13px;}

.MasterDetail_ListItem table tbody tr td, .MasterDetail_ItemDetail table tbody tr td{ padding: 0;}

.gm-style-iw{ color: #000000;}
.gm-style-iw a{ display: none;}

#locationsList .Location h3{color: #d3561d;}


/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #edeeee;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 99999;
}

#gdpr-cookie-message h4 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: #d3561d;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: #AB4617;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    background: #fff;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: #d3561d;
    border: #d3561d solid 1px;
    margin: 0 auto;
    display: inherit;
}

#gdpr-cookie-message button:hover {
    background: #AB4617;
    color: #fff;
    transition: all 0.3s ease-in;
    border: #AB4617 solid 1px
}

button#gdpr-cookie-advanced {
    display: none;
    background: white;
    color: #21df93;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    #gdpr-cookie-message {
        position: relative;
        right: auto;
        bottom: 30px;
        margin: 0 auto;
    }
}